Re: [Qemu-devel] [PATCH RESEND v5 1/6] cirrus_vga: do not reset videoram

2012-03-12 Thread Stefano Stabellini
On Mon, 12 Mar 2012, Avi Kivity wrote: > On 02/28/2012 05:51 PM, Stefano Stabellini wrote: > > There is no need to set the videoram to 0xff in cirrus_reset, because it > > is the BIOS' job. > > > > Reviewed-by: Avi Kivity thanks!!

Re: [Qemu-devel] [PATCH RESEND v5 1/6] cirrus_vga: do not reset videoram

2012-03-12 Thread Avi Kivity
On 02/28/2012 05:51 PM, Stefano Stabellini wrote: > There is no need to set the videoram to 0xff in cirrus_reset, because it > is the BIOS' job. > Reviewed-by: Avi Kivity -- error compiling committee.c: too many arguments to function

Re: [Qemu-devel] [PATCH RESEND v5 1/6] cirrus_vga: do not reset videoram

2012-02-28 Thread Anthony PERARD
On 28/02/12 15:51, Stefano Stabellini wrote: There is no need to set the videoram to 0xff in cirrus_reset, because it is the BIOS' job. Signed-off-by: Stefano Stabellini Acked-by: Anthony PERARD -- Anthony PERARD

[Qemu-devel] [PATCH RESEND v5 1/6] cirrus_vga: do not reset videoram

2012-02-28 Thread Stefano Stabellini
There is no need to set the videoram to 0xff in cirrus_reset, because it is the BIOS' job. Signed-off-by: Stefano Stabellini --- hw/cirrus_vga.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/hw/cirrus_vga.c b/hw/cirrus_vga.c index 4edcb94..afedaa4 100644 --- a/hw/ci