[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Running vgabios during resume from S3 on QEMU b
From: |
Kevin O'Connor |
Subject: |
Re: [Qemu-devel] [PATCH] Running vgabios during resume from S3 on QEMU by default |
Date: |
Sat, 18 Feb 2012 10:38:19 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Feb 13, 2012 at 01:01:07PM +0200, Gleb Natapov wrote:
> Run vgabios during resume from S3 by default on QEMU. QEMU
> still able to modify SeaBIOS behavior if it wishes so by providing
> etc/s3-resume-vga-init file. With QEMU emulated vga cards this behaviour
> is desirable otherwise console becomes unusable with Linux guests after
> resume. Since we control vgabios source we can be sure that running it
> on resume from S3 is safe.
Thanks - I committed this change.
-Kevin