Re: [Qemu-devel] [PATCH 1.0] disable automatic loading of sgabios when -nographic

2011-12-02 Thread Anthony Liguori
On 12/02/2011 10:33 AM, Paolo Bonzini wrote: On 11/08/2011 06:23 PM, Anthony Liguori wrote: On 11/03/2011 10:00 AM, Paolo Bonzini wrote: sgabios hasn't gotten a lot of coverage since it was not shipped. For 1.0, let's disable the automatic loading of the option ROM in -nographic mode. We can pu

Re: [Qemu-devel] [PATCH 1.0] disable automatic loading of sgabios when -nographic

2011-12-02 Thread Paolo Bonzini
On 11/08/2011 06:23 PM, Anthony Liguori wrote: On 11/03/2011 10:00 AM, Paolo Bonzini wrote: sgabios hasn't gotten a lot of coverage since it was not shipped. For 1.0, let's disable the automatic loading of the option ROM in -nographic mode. We can put it back for 1.1. Signed-off-by: Paolo Bonzi

Re: [Qemu-devel] [PATCH 1.0] disable automatic loading of sgabios when -nographic

2011-11-08 Thread Anthony Liguori
On 11/03/2011 10:00 AM, Paolo Bonzini wrote: sgabios hasn't gotten a lot of coverage since it was not shipped. For 1.0, let's disable the automatic loading of the option ROM in -nographic mode. We can put it back for 1.1. Signed-off-by: Paolo Bonzini Applied. Thanks. Regards, Anthony Ligu

[Qemu-devel] [PATCH 1.0] disable automatic loading of sgabios when -nographic

2011-11-03 Thread Paolo Bonzini
sgabios hasn't gotten a lot of coverage since it was not shipped. For 1.0, let's disable the automatic loading of the option ROM in -nographic mode. We can put it back for 1.1. Signed-off-by: Paolo Bonzini --- Requested by Anthony on IRC. hw/pc.c |9 - 1 files changed, 0 i