From: Marcelo Tosatti <mtosatti@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
Blue Swirl <blauwirbel@gmail.com>, Avi Kivity <avi@redhat.com>
Subject: Re: [PATCH v7 00/18] uq/master: Introduce basic irqchip support
Date: Wed, 18 Jan 2012 18:39:22 -0200 [thread overview]
Message-ID: <20120118203922.GA32075@amt.cnet> (raw)
In-Reply-To: <4F1726F2.3070105@web.de>
On Wed, Jan 18, 2012 at 09:09:22PM +0100, Jan Kiszka wrote:
> > Patchset does not apply, please regenarate
>
> OK, working on it. I think it had some build issue with !CONFIG_KVM anyway.
>
> > (patch 2 is missing actual
> > file move), thanks.
>
> Hmm, possibly requires a fairly recent diff. Are you fine with pulling
> from my tree? Then I will attach the url, otherwise expand this.
Pull is OK.
WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Lai Jiangshan <laijs@cn.fujitsu.com>,
kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
Blue Swirl <blauwirbel@gmail.com>, Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v7 00/18] uq/master: Introduce basic irqchip support
Date: Wed, 18 Jan 2012 18:39:22 -0200 [thread overview]
Message-ID: <20120118203922.GA32075@amt.cnet> (raw)
In-Reply-To: <4F1726F2.3070105@web.de>
On Wed, Jan 18, 2012 at 09:09:22PM +0100, Jan Kiszka wrote:
> > Patchset does not apply, please regenarate
>
> OK, working on it. I think it had some build issue with !CONFIG_KVM anyway.
>
> > (patch 2 is missing actual
> > file move), thanks.
>
> Hmm, possibly requires a fairly recent diff. Are you fine with pulling
> from my tree? Then I will attach the url, otherwise expand this.
Pull is OK.
next prev parent reply other threads:[~2012-01-18 20:39 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-16 15:55 [PATCH v7 00/18] uq/master: Introduce basic irqchip support Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 01/18] msi: Generalize msix_supported to msi_supported Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 02/18] kvm: Move kvmclock into hw/kvm folder Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 03/18] apic: Stop timer on reset Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 04/18] apic: Inject external NMI events via LINT1 Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 05/18] apic: Introduce apic_report_irq_delivered Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 06/18] apic: Factor out base class for KVM reuse Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 07/18] apic: Open-code timer save/restore Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 08/18] i8259: Completely privatize PicState Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 09/18] i8259: Factor out base class for KVM reuse Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 10/18] ioapic: Drop post-load irr initialization Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 11/18] ioapic: Factor out base class for KVM reuse Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 12/18] memory: Introduce memory_region_init_reservation Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 13/18] kvm: Introduce core services for in-kernel irqchip support Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 14/18] kvm: x86: Establish IRQ0 override control Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 15/18] kvm: x86: Add user space part for in-kernel APIC Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 16/18] kvm: x86: Add user space part for in-kernel i8259 Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 17/18] kvm: x86: Add user space part for in-kernel IOAPIC Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-16 15:55 ` [PATCH v7 18/18] kvm: Activate in-kernel irqchip support Jan Kiszka
2012-01-16 15:55 ` [Qemu-devel] " Jan Kiszka
2012-01-18 9:48 ` [PATCH v7 00/18] uq/master: Introduce basic " Marcelo Tosatti
2012-01-18 9:48 ` [Qemu-devel] " Marcelo Tosatti
2012-01-18 20:09 ` Jan Kiszka
2012-01-18 20:09 ` [Qemu-devel] " Jan Kiszka
2012-01-18 20:39 ` Marcelo Tosatti [this message]
2012-01-18 20:39 ` Marcelo Tosatti
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=20120118203922.GA32075@amt.cnet \
--to=mtosatti@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=jan.kiszka@web.de \
--cc=kvm@vger.kernel.org \
--cc=laijs@cn.fujitsu.com \
--cc=mst@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.