From: Avi Kivity <avi@redhat.com>
To: Gleb Natapov <gleb@redhat.com>
Cc: mtosatti@redhat.com, kvm@vger.kernel.org
Subject: Re: [PATCH 2/2] Fix cpu/pci hotplug to generate level triggered interrupt.
Date: Sun, 24 Oct 2010 16:12:07 +0200 [thread overview]
Message-ID: <4CC43EB7.5000107@redhat.com> (raw)
In-Reply-To: <1287918003-7359-2-git-send-email-gleb@redhat.com>
On 10/24/2010 01:00 PM, Gleb Natapov wrote:
>
> register_ioport_write(GPE_BASE, 4, 1, gpe_writeb, s);
> register_ioport_read(GPE_BASE, 4, 1, gpe_readb, s);
>
> - register_ioport_write(PROC_BASE, 32, 1, gpe_writeb, gpe);
> - register_ioport_read(PROC_BASE, 32, 1, gpe_readb, gpe);
> + register_ioport_write(PROC_BASE, 32, 1, gpe_writeb, s);
> + register_ioport_read(PROC_BASE, 32, 1, gpe_readb, s);
>
This is unrelated - please split.
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2010-10-24 14:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-24 11:00 [PATCH 1/2] Use defines instead of numbers for cpu hotplug Gleb Natapov
2010-10-24 11:00 ` [PATCH 2/2] Fix cpu/pci hotplug to generate level triggered interrupt Gleb Natapov
2010-10-24 14:12 ` Avi Kivity [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=4CC43EB7.5000107@redhat.com \
--to=avi@redhat.com \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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