Re: [Qemu-devel] [PATCH 2/2] fw_cfg: import & use linux/qemu_fw_cfg.h

2018-08-17 Thread Paolo Bonzini
On 17/08/2018 17:59, Marc-André Lureau wrote: > Use kernel common header for fw_cfg. > > (unfortunately, optionrom.h must have its own define, since it's > actually an assembler header) > > Signed-off-by: Marc-André Lureau > --- > include/hw/misc/vmcoreinfo.h | 12 +-- > include

[Qemu-devel] [PATCH 2/2] fw_cfg: import & use linux/qemu_fw_cfg.h

2018-08-17 Thread Marc-André Lureau
Use kernel common header for fw_cfg. (unfortunately, optionrom.h must have its own define, since it's actually an assembler header) Signed-off-by: Marc-André Lureau --- include/hw/misc/vmcoreinfo.h | 12 +-- include/hw/nvram/fw_cfg.h| 18 +--- include/hw/nvra