qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] vnc: fix two bugs about qmp_change vnc
@ 2015-02-05  9:36 arei.gonglei
  2015-02-05  9:36 ` [Qemu-devel] [PATCH 1/2] vnc: introduce an wrapper for auto assign vnc id arei.gonglei
  2015-02-05  9:36 ` [Qemu-devel] [PATCH 2/2] vnc: auto assian an id when calling change vnc qmp interface arei.gonglei
  0 siblings, 2 replies; 4+ messages in thread
From: arei.gonglei @ 2015-02-05  9:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gonglei, kraxel, peter.huangpeng

From: Gonglei <arei.gonglei@huawei.com>

This patch series based on my previous series:
[PATCH v2 0/3] fix qemu crash about vnc

Reproducer:
$ ./qemu-system-x86_64 -enable-kvm -m 4096 -smp 4 -name redhat6.2 -drive file=/home/redhat.img,if=none,id=drive-ide0-0-0 -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -drive file=/mnt/sdb/gonglei/iso/rhel-server-7.0-x86_64-dvd.iso,if=none,id=drive-ide0-0-1 -device ide-cd,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1,bootindex=4 -qmp unix:/tmp/qmp,server,nowait -monitor stdio -vnc 0.0.0.0:10,password,sasl
QEMU 2.1.50 monitor - type 'help' for more information
(qemu) change vnc password 123
(qemu) change vnc abc
(qemu) change vnc 0.0.0.0:10,password,sasl
(qemu) change vnc abc=a
Invalid parameter 'abc'
(qemu)

Gonglei (2):
  vnc: introduce an wrapper for auto assign vnc id
  vnc: auto assian an id when calling change vnc qmp interface

 include/ui/console.h |  1 +
 qmp.c                |  5 +++++
 ui/vnc.c             | 22 +++++++++++++++-------
 3 files changed, 21 insertions(+), 7 deletions(-)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-05  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05  9:36 [Qemu-devel] [PATCH 0/2] vnc: fix two bugs about qmp_change vnc arei.gonglei
2015-02-05  9:36 ` [Qemu-devel] [PATCH 1/2] vnc: introduce an wrapper for auto assign vnc id arei.gonglei
2015-02-05  9:36 ` [Qemu-devel] [PATCH 2/2] vnc: auto assian an id when calling change vnc qmp interface arei.gonglei
2015-02-05  9:40   ` Gonglei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).