Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-02-10 Thread Gerd Hoffmann
On Fr, 2015-01-30 at 10:14 +0800, arei.gong...@huawei.com wrote: > Gonglei (3): > vnc: fix qemu crash when not configure vnc option > vnc: correct missing property about vnc_display > vnc: using bool type instead of int for QEMU_OPT_BOOL Added to vnc queue. thanks, Gerd

Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-02-09 Thread Gonglei
On 2015/2/9 16:33, Gerd Hoffmann wrote: > Hi, > >> It seems that Gerd is not in maillist recently. > > Was sick, back online now, I'll try to have a closer look ASAP but I > have a big email backlog now ... > Hope you feel better now :) Regards, -Gonglei

Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-02-09 Thread Gerd Hoffmann
Hi, > It seems that Gerd is not in maillist recently. Was sick, back online now, I'll try to have a closer look ASAP but I have a big email backlog now ... cheers, Gerd

Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-02-05 Thread Gonglei
On 2015/2/5 18:19, Stefano Stabellini wrote: > On Fri, 30 Jan 2015, arei.gong...@huawei.com wrote: >> From: Gonglei >> >> Reproducer: >> $ x86_64-softmmu/qemu-system-x86_64 >> qemu-system-x86_64: Invalid parameter 'to' >> Segmentation fault (core dumped) >> >> Fix: >> https://bugs.launchpad.net/q

Re: [Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-02-05 Thread Stefano Stabellini
On Fri, 30 Jan 2015, arei.gong...@huawei.com wrote: > From: Gonglei > > Reproducer: > $ x86_64-softmmu/qemu-system-x86_64 > qemu-system-x86_64: Invalid parameter 'to' > Segmentation fault (core dumped) > > Fix: > https://bugs.launchpad.net/qemu/+bug/1414222 > > Patch 1~2 is bugfix, patch 3 is t

[Qemu-devel] [PATCH v2 0/3] fix qemu crash about vnc

2015-01-29 Thread arei.gonglei
From: Gonglei Reproducer: $ x86_64-softmmu/qemu-system-x86_64 qemu-system-x86_64: Invalid parameter 'to' Segmentation fault (core dumped) Fix: https://bugs.launchpad.net/qemu/+bug/1414222 Patch 1~2 is bugfix, patch 3 is trivial. v2 -> v1: - change commit message of patch 1. (Don Slutz) Gongl