Re: [Qemu-devel] [PATCH] hw/display/cirrus_vga: Remove unused include

2019-05-07 Thread Gerd Hoffmann
On Mon, May 06, 2019 at 12:56:40AM +0200, Philippe Mathieu-Daudé wrote: > Commit ce3cf70edaaf split the ISA device out of the PCI one, > but forgot to remove the "hw/loader.h" header inclusion (the ISA > device calls rom_add_vga()). Remove the now unused include. Added to vga queue. thanks, Ge

Re: [Qemu-devel] [PATCH] hw/display/cirrus_vga: Remove unused include

2019-05-05 Thread Thomas Huth
On 06/05/2019 00.56, Philippe Mathieu-Daudé wrote: > Commit ce3cf70edaaf split the ISA device out of the PCI one, > but forgot to remove the "hw/loader.h" header inclusion (the ISA > device calls rom_add_vga()). Remove the now unused include. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw

[Qemu-devel] [PATCH] hw/display/cirrus_vga: Remove unused include

2019-05-05 Thread Philippe Mathieu-Daudé
Commit ce3cf70edaaf split the ISA device out of the PCI one, but forgot to remove the "hw/loader.h" header inclusion (the ISA device calls rom_add_vga()). Remove the now unused include. Signed-off-by: Philippe Mathieu-Daudé --- hw/display/cirrus_vga.c | 1 - 1 file changed, 1 deletion(-) diff