Re: [Qemu-devel] [PATCH v5 0/6] fw_cfg DMA interface

2015-10-09 Thread Gerd Hoffmann
On Do, 2015-10-08 at 17:02 +0200, Marc Marí wrote: > Implement host-side of the FW CFG DMA interface both for x86 and ARM. > > Based on Gerd Hoffman's initial implementation. > > Gabriel L. Somlo (1): > fw_cfg: document fw_cfg_modify_iXX() update functions > > Kevin O'Connor (1): > fw_cfg: D

[Qemu-devel] [PATCH v5 0/6] fw_cfg DMA interface

2015-10-08 Thread Marc Marí
Implement host-side of the FW CFG DMA interface both for x86 and ARM. Based on Gerd Hoffman's initial implementation. Gabriel L. Somlo (1): fw_cfg: document fw_cfg_modify_iXX() update functions Kevin O'Connor (1): fw_cfg: Define a static signature to be returned on DMA port reads Marc Marí