[PATCH 0/4] Improvements for the -display option

Thomas Huth posted 4 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210630163231.467987-1-thuth@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
docs/system/deprecated.rst | 12 +++++++++
qemu-options.hx            | 50 +++++++++++++++++++++++++++-----------
softmmu/vl.c               | 11 ++++++---
3 files changed, 56 insertions(+), 17 deletions(-)
[PATCH 0/4] Improvements for the -display option
Posted by Thomas Huth 2 years, 10 months ago
Fix some oddities of the -display option, deprecate the -no-quit
option and improve the documentation.

Thomas Huth (4):
  softmmu/vl: Remove obsolete comment about the "frame" parameter
  ui: Fix the "-display sdl,window_close=..." parameter
  ui: Mark the '-no-quit' option as deprecated
  qemu-options: Improve the documentation of the -display options

 docs/system/deprecated.rst | 12 +++++++++
 qemu-options.hx            | 50 +++++++++++++++++++++++++++-----------
 softmmu/vl.c               | 11 ++++++---
 3 files changed, 56 insertions(+), 17 deletions(-)

-- 
2.27.0


Re: [PATCH 0/4] Improvements for the -display option
Posted by Paolo Bonzini 2 years, 10 months ago
On 30/06/21 18:32, Thomas Huth wrote:
> Fix some oddities of the -display option, deprecate the -no-quit
> option and improve the documentation.
> 
> Thomas Huth (4):
>    softmmu/vl: Remove obsolete comment about the "frame" parameter
>    ui: Fix the "-display sdl,window_close=..." parameter
>    ui: Mark the '-no-quit' option as deprecated
>    qemu-options: Improve the documentation of the -display options
> 
>   docs/system/deprecated.rst | 12 +++++++++
>   qemu-options.hx            | 50 +++++++++++++++++++++++++++-----------
>   softmmu/vl.c               | 11 ++++++---
>   3 files changed, 56 insertions(+), 17 deletions(-)
> 

Gerd is already on vacation, so I queued this one.

Paolo