Re: [SeaBIOS] [PATCH v4 3/3] QEMU fw_cfg: Add command to write back address of file

2017-02-17 Thread Laszlo Ersek
On 02/17/17 07:26, b...@skyportsystems.com wrote: > From: Ben Warren > > This command is similar to ADD_POINTER, but instead of patching > memory, it writes the pointer back to QEMU over the DMA interface. > > Signed-off-by: Ben Warren > --- > src/fw/romfile_loader.c | 40 +

[SeaBIOS] [PATCH v4 3/3] QEMU fw_cfg: Add command to write back address of file

2017-02-16 Thread ben
From: Ben Warren This command is similar to ADD_POINTER, but instead of patching memory, it writes the pointer back to QEMU over the DMA interface. Signed-off-by: Ben Warren --- src/fw/romfile_loader.c | 40 src/fw/romfile_loader.h | 23