From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
qemu-devel <qemu-devel@nongnu.org>,
Anthony Liguori <aliguori@us.ibm.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
Blue Swirl <blauwirbel@gmail.com>,
Lai Jiangshan <laijs@cn.fujitsu.com>
Subject: Re: [PATCH v4 00/15] uq/master: Introduce basic irqchip support
Date: Mon, 12 Dec 2011 19:37:14 +0200 [thread overview]
Message-ID: <4EE63BCA.9040204@redhat.com> (raw)
In-Reply-To: <4EE63123.101@siemens.com>
On 12/12/2011 06:51 PM, Jan Kiszka wrote:
> >
> > Any thoughts on the qemu-kvm merge plan? Sounds painful.
>
> Pain will be where the existing qemu-kvm extensions collide with these
> refactored upstream devices (backend/frontend split specifically).
> That's where we have to merge very carefully. Haven't tried this yet,
> will give it a spin tomorrow or so.
>
> From that point on, disabling the new stuff for now and at some point
> switching over from the old one should be simple again.
>
> BTW, PIT+HPET+speaker will cause similar issues for the same reasons.
>
It's a little late for this, but refactoring qemu-kvm in-tree and then
splitting it into patches would have been easier. Let's try it this way
for the next batch.
--
error compiling committee.c: too many arguments to function
WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
Marcelo Tosatti <mtosatti@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
Blue Swirl <blauwirbel@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v4 00/15] uq/master: Introduce basic irqchip support
Date: Mon, 12 Dec 2011 19:37:14 +0200 [thread overview]
Message-ID: <4EE63BCA.9040204@redhat.com> (raw)
In-Reply-To: <4EE63123.101@siemens.com>
On 12/12/2011 06:51 PM, Jan Kiszka wrote:
> >
> > Any thoughts on the qemu-kvm merge plan? Sounds painful.
>
> Pain will be where the existing qemu-kvm extensions collide with these
> refactored upstream devices (backend/frontend split specifically).
> That's where we have to merge very carefully. Haven't tried this yet,
> will give it a spin tomorrow or so.
>
> From that point on, disabling the new stuff for now and at some point
> switching over from the old one should be simple again.
>
> BTW, PIT+HPET+speaker will cause similar issues for the same reasons.
>
It's a little late for this, but refactoring qemu-kvm in-tree and then
splitting it into patches would have been easier. Let's try it this way
for the next batch.
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2011-12-12 17:37 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-08 11:52 [PATCH v4 00/15] uq/master: Introduce basic irqchip support Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 01/15] msi: Generalize msix_supported to msi_supported Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 02/15] kvm: Move kvmclock into hw/kvm folder Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 03/15] apic: Stop timer on reset Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 04/15] apic: Inject external NMI events via LINT1 Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 05/15] apic: Introduce backend/frontend infrastructure for KVM reuse Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 06/15] apic: Open-code timer save/restore Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 07/15] i8259: Introduce backend/frontend infrastructure for KVM reuse Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 08/15] ioapic: " Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 09/15] memory: Introduce memory_region_init_reservation Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 10/15] kvm: Introduce core services for in-kernel irqchip support Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 11/15] kvm: x86: Establish IRQ0 override control Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 21:16 ` Blue Swirl
2011-12-08 21:16 ` [Qemu-devel] " Blue Swirl
2011-12-09 7:45 ` Jan Kiszka
2011-12-09 7:45 ` [Qemu-devel] " Jan Kiszka
2011-12-09 7:52 ` Jan Kiszka
2011-12-09 7:52 ` [Qemu-devel] " Jan Kiszka
2011-12-10 15:40 ` Blue Swirl
2011-12-10 15:40 ` [Qemu-devel] " Blue Swirl
2011-12-10 15:58 ` Jan Kiszka
2011-12-10 15:58 ` [Qemu-devel] " Jan Kiszka
2011-12-10 16:11 ` Blue Swirl
2011-12-10 16:11 ` [Qemu-devel] " Blue Swirl
2011-12-08 11:52 ` [PATCH v4 13/15] kvm: x86: Add user space part for in-kernel i8259 Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 14/15] kvm: x86: Add user space part for in-kernel IOAPIC Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 11:52 ` [PATCH v4 15/15] kvm: Arm in-kernel irqchip support Jan Kiszka
2011-12-08 11:52 ` [Qemu-devel] " Jan Kiszka
2011-12-08 21:25 ` [PATCH v4 00/15] uq/master: Introduce basic " Blue Swirl
2011-12-08 21:25 ` [Qemu-devel] " Blue Swirl
2011-12-09 7:40 ` Jan Kiszka
2011-12-09 7:40 ` [Qemu-devel] " Jan Kiszka
2011-12-12 16:37 ` Marcelo Tosatti
2011-12-12 16:37 ` [Qemu-devel] " Marcelo Tosatti
2011-12-12 16:51 ` Jan Kiszka
2011-12-12 16:51 ` [Qemu-devel] " Jan Kiszka
2011-12-12 17:37 ` Avi Kivity [this message]
2011-12-12 17:37 ` Avi Kivity
2011-12-12 17:42 ` Jan Kiszka
2011-12-12 17:42 ` [Qemu-devel] " Jan Kiszka
2011-12-12 17:59 ` Avi Kivity
2011-12-12 17:59 ` [Qemu-devel] " Avi Kivity
2011-12-15 10:33 ` Jan Kiszka
2011-12-15 10:33 ` [Qemu-devel] " Jan Kiszka
2011-12-15 11:54 ` Avi Kivity
2011-12-15 11:54 ` [Qemu-devel] " Avi Kivity
2011-12-15 11:59 ` Jan Kiszka
2011-12-15 11:59 ` [Qemu-devel] " Jan Kiszka
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=4EE63BCA.9040204@redhat.com \
--to=avi@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=blauwirbel@gmail.com \
--cc=jan.kiszka@siemens.com \
--cc=kvm@vger.kernel.org \
--cc=laijs@cn.fujitsu.com \
--cc=mst@redhat.com \
--cc=mtosatti@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.