[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: [PATCH 3/7] Introduce -display none
From: |
Peter Maydell |
Subject: |
[Qemu-devel] Re: [PATCH 3/7] Introduce -display none |
Date: |
Wed, 16 Mar 2011 11:51:37 +0000 |
On 16 March 2011 11:00, <address@hidden> wrote:
> From: Jes Sorensen <address@hidden>
>
> New option -display none. This option differs from -display nographic
> by not trying to take control of stdio etc. but instead behaves as if
> a graphics display is enabled, except that it doesn't show one.
Commit message needs updating -- should say "-nographic", not
"-display nographic".
> address@hidden none
> +Pick the none display option. This option will still run with an
> +emulated graphics card, but none will be displayed to the QEMU
> +user. This options differs from the -nographic option in that QEMU
> +will behave like if one of the display options had been picked, it
> +will not change the control on the command line.
> address@hidden table
Minor wording tweaks:
"Do not display video output. The guest will still see an emulated
graphics card, but its output will not be displayed to the QEMU
user. This option differs from the -nographic option in that it
only affects what is done with video output; -nographic also changes
the destination of the serial and parallel port data."
-- PMM
- [Qemu-devel] [PATCH v4 0/7] Introduce -display and make VNC optional, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 2/7] Introduce -display argument, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 3/7] Introduce -display none, Jes . Sorensen, 2011/03/16
- [Qemu-devel] Re: [PATCH 3/7] Introduce -display none,
Peter Maydell <=
- [Qemu-devel] [PATCH 1/7] Consolidate DisplaySurface allocation in qemu_alloc_display(), Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 4/7] Add support for -display vnc, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 5/7] error message if user specifies SDL cmd line option when SDL is disabled, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 6/7] error message if user specifies curses on cmd line when curses is disabled, Jes . Sorensen, 2011/03/16
- [Qemu-devel] [PATCH 7/7] Make VNC support optional, Jes . Sorensen, 2011/03/16