Re: [Qemu-devel] [PATCH v2 3/5] Implement fw_cfg DMA interface

2015-09-01 Thread Peter Maydell
On 31 August 2015 at 10:10, Marc Marí wrote: > Based on the specifications on docs/specs/fw_cfg.txt > > This interface is an addon. The old interface can still be used as usual. > > Based on Gerd Hoffman's initial implementation. > > Signed-off-by: Marc Marí > @@ -294,6 +309,142 @@ static void f

Re: [Qemu-devel] [PATCH v2 3/5] Implement fw_cfg DMA interface

2015-08-31 Thread Kevin O'Connor
On Mon, Aug 31, 2015 at 11:10:15AM +0200, Marc Marí wrote: > Based on the specifications on docs/specs/fw_cfg.txt > > This interface is an addon. The old interface can still be used as usual. > > Based on Gerd Hoffman's initial implementation. > > Signed-off-by: Marc Marí > --- > hw/arm/virt.c

[Qemu-devel] [PATCH v2 3/5] Implement fw_cfg DMA interface

2015-08-31 Thread Marc Marí
Based on the specifications on docs/specs/fw_cfg.txt This interface is an addon. The old interface can still be used as usual. Based on Gerd Hoffman's initial implementation. Signed-off-by: Marc Marí --- hw/arm/virt.c | 2 +- hw/nvram/fw_cfg.c | 261 ++