Re: DMA interface support for libqos/fw_cfg.c

2025-01-02 Thread Ani Sinha
On Thu, Jan 2, 2025 at 11:31 AM Ani Sinha wrote: > > Hi Markus: > Currently this library can only be used to read fw_cfg files from > QEMU. It can not be used to write to fw_cfg files since it does not > support the DMA interface. Is it possible to add DMA interface support > to this libraries so

DMA interface support for libqos/fw_cfg.c

2025-01-01 Thread Ani Sinha
Hi Markus: Currently this library can only be used to read fw_cfg files from QEMU. It can not be used to write to fw_cfg files since it does not support the DMA interface. Is it possible to add DMA interface support to this libraries so that we may use it to write tests that write to fw_cfg files?