From: Anthony Liguori <aliguori@us.ibm.com>
To: dlaor@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Add reset irq state for ps2 reboot callback.
Date: Mon, 26 Jan 2009 09:58:11 -0600 [thread overview]
Message-ID: <497DDD93.9030906@us.ibm.com> (raw)
In-Reply-To: <4977B0A5.1080108@redhat.com>
Dor Laor wrote:
> Should solve 100% cpu ioport poll after reboot.
>
> Signed-off-by: Dor Laor <dor@redhat.com>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> hw/ps2.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/hw/ps2.c b/hw/ps2.c
> index 054b92f..fb77005 100644
> --- a/hw/ps2.c
> +++ b/hw/ps2.c
> @@ -497,6 +497,7 @@ static void ps2_reset(void *opaque)
> q->rptr = 0;
> q->wptr = 0;
> q->count = 0;
> + s->update_irq(s->update_arg, 0);
> }
>
> static void ps2_common_save (QEMUFile *f, PS2State *s)
>
prev parent reply other threads:[~2009-01-26 17:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 23:32 [Qemu-devel] [PATCH] Add reset irq state for ps2 reboot callback Dor Laor
2009-01-26 15:58 ` Anthony Liguori [this message]
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=497DDD93.9030906@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=dlaor@redhat.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).