Re: [Qemu-devel] [PATCH v4 17/21] hw/misc/sga: Use the correct ISA include

2018-05-29 Thread Marcel Apfelbaum
On 05/29/2018 02:27 AM, Philippe Mathieu-Daudé wrote: The SGA BIOS loader is an ISA device, it does not require the PCI header. Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/sga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/sga.c b/hw/misc/sga.c index 9

[Qemu-devel] [PATCH v4 17/21] hw/misc/sga: Use the correct ISA include

2018-05-28 Thread Philippe Mathieu-Daudé
The SGA BIOS loader is an ISA device, it does not require the PCI header. Signed-off-by: Philippe Mathieu-Daudé --- hw/misc/sga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/sga.c b/hw/misc/sga.c index 97fd63f176..4a22a52a60 100644 --- a/hw/misc/sga.c +++ b/hw/mis