Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-25 Thread Gerhard Wiesinger
On Tue, 24 Jan 2012, Jan Kiszka wrote: I can confirm the that this patch fixes a real issue. Setup: qemu.git, opensuse 11.4 guest, SDL graphic, system_reset while guest is using the vmmouse. Without the patch, the vmmouse become unusable after the reboot. Also, the mouse stays in absolute mode ev

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-24 Thread Jan Kiszka
On 2012-01-12 19:37, Andreas Färber wrote: > Am 08.01.2012 17:31, schrieb Andreas Färber: >> Am 08.01.2012 13:01, schrieb Gerhard Wiesinger: >>> On Wed, 4 Jan 2012, Gerhard Wiesinger wrote: >>> Testscenario: 1.) Boot e.g. OS with VMMouse support (e.g. Windows) 2.) reboot 3.) Boo

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-12 Thread Andreas Färber
Am 08.01.2012 17:31, schrieb Andreas Färber: > Am 08.01.2012 13:01, schrieb Gerhard Wiesinger: >> On Wed, 4 Jan 2012, Gerhard Wiesinger wrote: >> >>> Testscenario: >>> 1.) Boot e.g. OS with VMMouse support (e.g. Windows) >>> 2.) reboot >>> 3.) Boot e.g. OS without VMMouse support (e.g. DOS) => PS/2

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-08 Thread Andreas Färber
Am 08.01.2012 13:01, schrieb Gerhard Wiesinger: > On Wed, 4 Jan 2012, Gerhard Wiesinger wrote: > >> Testscenario: >> 1.) Boot e.g. OS with VMMouse support (e.g. Windows) >> 2.) reboot >> 3.) Boot e.g. OS without VMMouse support (e.g. DOS) => PS/2 mouse >> doesn't work any more. Fixes that issue. >

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-08 Thread Gerhard Wiesinger
On Wed, 4 Jan 2012, Gerhard Wiesinger wrote: Testscenario: 1.) Boot e.g. OS with VMMouse support (e.g. Windows) 2.) reboot 3.) Boot e.g. OS without VMMouse support (e.g. DOS) => PS/2 mouse doesn't work any more. Fixes that issue. Reason is that VMMouse has priority and disables all other mous

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-04 Thread Gerhard Wiesinger
Testscenario: 1.) Boot e.g. OS with VMMouse support (e.g. Windows) 2.) reboot 3.) Boot e.g. OS without VMMouse support (e.g. DOS) => PS/2 mouse doesn't work any more. Fixes that issue. Reason is that VMMouse has priority and disables all other mouse entities and therefore must be disabled on r

Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-04 Thread Andreas Färber
Am 04.01.2012 17:54, schrieb Gerhard Wiesinger: > Bugfix after reboot when vmmouse was enabled and another OS which uses > e.g. PS/2 > mouse. Could you please be a bit more verbose on what symptoms that fixes? Thanks, Andreas > > Signed-off-by: Gerhard Wiesinger > --- > hw/vmmouse.c |2 ++

[Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot

2012-01-04 Thread Gerhard Wiesinger
Bugfix after reboot when vmmouse was enabled and another OS which uses e.g. PS/2 mouse. Signed-off-by: Gerhard Wiesinger --- hw/vmmouse.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/vmmouse.c b/hw/vmmouse.c index 1113f33..f9f5b53 100644 --- a/hw/vmmouse.c +++ b/