qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Gerhard Wiesinger <lists@wiesinger.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot
Date: Wed, 04 Jan 2012 18:10:06 +0100	[thread overview]
Message-ID: <4F0487EE.6090502@suse.de> (raw)
In-Reply-To: <alpine.LFD.2.02.1201041752270.17663@bbs.intern>

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 <lists@wiesinger.com>
> ---
>  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/hw/vmmouse.c
> @@ -254,6 +254,8 @@ static void vmmouse_reset(DeviceState *d)
> 
>      s->status = 0xffff;
>      s->queue_size = VMMOUSE_QUEUE_SIZE;
> +
> +    vmmouse_disable(s);
>  }
> 
>  static int vmmouse_initfn(ISADevice *dev)

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2012-01-04 17:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-04 16:54 [Qemu-devel] [PATCH] hw/vmmouse.c: Fix to disable vmmouse after reboot Gerhard Wiesinger
2012-01-04 17:10 ` Andreas Färber [this message]
2012-01-04 17:25   ` Gerhard Wiesinger
2012-01-08 12:01     ` Gerhard Wiesinger
2012-01-08 16:31       ` Andreas Färber
2012-01-12 18:37         ` Andreas Färber
2012-01-24 12:14           ` Jan Kiszka
2012-01-25 20:08             ` Gerhard Wiesinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F0487EE.6090502@suse.de \
    --to=afaerber@suse.de \
    --cc=lists@wiesinger.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).