Re: [SeaBIOS] [PATCH v5 1/5] QEMU DMA: Add DMA write capability

2017-02-20 Thread Igor Mammedov
On Fri, 17 Feb 2017 22:21:55 -0800 b...@skyportsystems.com wrote: > From: Ben Warren > > This allows BIOS to write data back to QEMU using the DMA interface and > provides a higher-level abstraction to write to a fw_cfg file > > Signed-off-by: Ben Warren

Re: [SeaBIOS] [PATCH v5 1/5] QEMU DMA: Add DMA write capability

2017-02-20 Thread Laszlo Ersek
On 02/18/17 07:21, b...@skyportsystems.com wrote: > From: Ben Warren > > This allows BIOS to write data back to QEMU using the DMA interface and > provides a higher-level abstraction to write to a fw_cfg file > > Signed-off-by: Ben Warren > ---

[SeaBIOS] [PATCH v5 1/5] QEMU DMA: Add DMA write capability

2017-02-17 Thread ben
From: Ben Warren This allows BIOS to write data back to QEMU using the DMA interface and provides a higher-level abstraction to write to a fw_cfg file Signed-off-by: Ben Warren --- src/fw/paravirt.c | 49