All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Anthony Liguori <aliguori@us.ibm.com>,
	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>, Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v6 18/18] kvm: Arm in-kernel irqchip support
Date: Fri, 13 Jan 2012 20:36:01 +0100	[thread overview]
Message-ID: <4F1087A1.50704@suse.de> (raw)
In-Reply-To: <4F108044.9060709@siemens.com>

Am 13.01.2012 20:04, schrieb Jan Kiszka:
> On 2012-01-13 19:49, Peter Maydell wrote:
>> On 13 January 2012 17:35, Jan Kiszka <jan.kiszka@siemens.com> wrote:
>>> Subject: kvm: Arm in-kernel irqchip support
>>
>> I have to say I found this Subject rather confusing :-)
> 
> Deeply sorry, but I guess that verb predates the architecture by a few
> years. ;)

"kvm: Add kernel_irqchip command line option" as a pacifist version?

Andreas

-- 
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-13 19:37 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-13 17:34 [PATCH v6 00/18] uq/master: Introduce basic irqchip support Jan Kiszka
2012-01-13 17:34 ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:34 ` [PATCH v6 01/18] msi: Generalize msix_supported to msi_supported Jan Kiszka
2012-01-13 17:34   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:34 ` [PATCH v6 02/18] kvm: Move kvmclock into hw/kvm folder Jan Kiszka
2012-01-13 17:34   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:34 ` [PATCH v6 03/18] apic: Stop timer on reset Jan Kiszka
2012-01-13 17:34   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:34 ` [PATCH v6 04/18] apic: Inject external NMI events via LINT1 Jan Kiszka
2012-01-13 17:34   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 05/18] apic: Introduce apic_report_irq_delivered Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 06/18] apic: Factor out base class for KVM reuse Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 21:18   ` Anthony Liguori
2012-01-13 21:18     ` [Qemu-devel] " Anthony Liguori
2012-01-13 22:19     ` Jan Kiszka
2012-01-13 22:19       ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 07/18] apic: Open-code timer save/restore Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 08/18] i8259: Completely privatize PicState Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 09/18] i8259: Factor out base class for KVM reuse Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 21:19   ` Anthony Liguori
2012-01-13 21:19     ` [Qemu-devel] " Anthony Liguori
2012-01-13 17:35 ` [PATCH v6 10/18] ioapic: Drop post-load irr initialization Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 11/18] ioapic: Factor out base class for KVM reuse Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 12/18] memory: Introduce memory_region_init_reservation Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 13/18] kvm: Introduce core services for in-kernel irqchip support Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 14/18] kvm: x86: Establish IRQ0 override control Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 15/18] kvm: x86: Add user space part for in-kernel APIC Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 16/18] kvm: x86: Add user space part for in-kernel i8259 Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 17/18] kvm: x86: Add user space part for in-kernel IOAPIC Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 17:35 ` [PATCH v6 18/18] kvm: Arm in-kernel irqchip support Jan Kiszka
2012-01-13 17:35   ` [Qemu-devel] " Jan Kiszka
2012-01-13 18:49   ` Peter Maydell
2012-01-13 18:49     ` [Qemu-devel] " Peter Maydell
2012-01-13 19:04     ` Jan Kiszka
2012-01-13 19:04       ` [Qemu-devel] " Jan Kiszka
2012-01-13 19:36       ` Andreas Färber [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=4F1087A1.50704@suse.de \
    --to=afaerber@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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.