Re: [SeaBIOS] [PATCH v5] Add QEMU fw_cfg DMA interface

2015-10-21 Thread Kevin O'Connor
On Thu, Oct 08, 2015 at 05:03:26PM +0200, Marc Marí wrote: > Add support for the new fw_cfg DMA interface. The protocol is explained in > QEMU documentation. Thanks - I committed this patch. -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org http://ww

[SeaBIOS] [PATCH v5] Add QEMU fw_cfg DMA interface

2015-10-08 Thread Marc Marí
Add support for the new fw_cfg DMA interface. The protocol is explained in QEMU documentation. Signed-off-by: Marc Marí --- src/fw/paravirt.c | 79 +-- src/fw/paravirt.h | 26 +++--- 2 files changed, 93 insertions(+), 12 deletions(-