Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-07-01 Thread Andreas Färber
Am 16.06.2013 21:25, schrieb Andreas Färber: Am 12.06.2013 22:32, schrieb Scott Wood: Enables support for the in-kernel MPIC that thas been merged into the KVM next branch. This includes irqfd/KVM_IRQ_LINE support from Alex Graf (along with some other improvements). Note from Alex regarding

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-19 Thread Scott Wood
On 06/16/2013 02:25:04 PM, Andreas Färber wrote: Subject is misleading: it's intc/openpic_kvm, not kvm/openpic. Alex, please fix when squashing. I meant it as a general description of the functional area, not as a literal pathname. It looks like that format is more of a Linux kernel thing

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-19 Thread Scott Wood
On 06/16/2013 02:11:58 PM, Andreas Färber wrote: Am 15.06.2013 00:57, schrieb Scott Wood: ...which of those would make me think hmm, there's something in here that I need to read before submitting patches for in-kernel mpic? I'm not trying to be difficult -- I'm just trying to point out

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-16 Thread Andreas Färber
Am 15.06.2013 00:57, schrieb Scott Wood: On 06/14/2013 09:59:18 AM, Andreas Färber wrote: Am 13.06.2013 19:32, schrieb Scott Wood: On 06/13/2013 06:01:49 AM, Andreas Färber wrote: Am 12.06.2013 22:32, schrieb Scott Wood: +typedef struct KVMOpenPICState { +SysBusDevice busdev;

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-16 Thread Andreas Färber
Subject is misleading: it's intc/openpic_kvm, not kvm/openpic. Alex, please fix when squashing. Am 12.06.2013 22:32, schrieb Scott Wood: Enables support for the in-kernel MPIC that thas been merged into the KVM next branch. This includes irqfd/KVM_IRQ_LINE support from Alex Graf (along with

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-14 Thread Andreas Färber
Am 13.06.2013 19:32, schrieb Scott Wood: On 06/13/2013 06:01:49 AM, Andreas Färber wrote: Am 12.06.2013 22:32, schrieb Scott Wood: +typedef struct KVMOpenPICState { +SysBusDevice busdev; SysBusDevice parent_obj; please! http://wiki.qemu.org/QOMConventions The word QOMConventions

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-14 Thread Scott Wood
On 06/14/2013 09:59:18 AM, Andreas Färber wrote: Am 13.06.2013 19:32, schrieb Scott Wood: On 06/13/2013 06:01:49 AM, Andreas Färber wrote: Am 12.06.2013 22:32, schrieb Scott Wood: +typedef struct KVMOpenPICState { +SysBusDevice busdev; SysBusDevice parent_obj; please!

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-13 Thread Andreas Färber
Am 12.06.2013 22:32, schrieb Scott Wood: Enables support for the in-kernel MPIC that thas been merged into the KVM next branch. This includes irqfd/KVM_IRQ_LINE support from Alex Graf (along with some other improvements). Note from Alex regarding kvm_irqchip_create(): On x86, one would

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-13 Thread Scott Wood
On 06/13/2013 06:01:49 AM, Andreas Färber wrote: Am 12.06.2013 22:32, schrieb Scott Wood: +typedef struct KVMOpenPICState { +SysBusDevice busdev; SysBusDevice parent_obj; please! http://wiki.qemu.org/QOMConventions The word QOMConventions doesn't exist once in the QEMU source tree.

[Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-12 Thread Scott Wood
Enables support for the in-kernel MPIC that thas been merged into the KVM next branch. This includes irqfd/KVM_IRQ_LINE support from Alex Graf (along with some other improvements). Note from Alex regarding kvm_irqchip_create(): On x86, one would call kvm_irqchip_create() to initialize an

Re: [Qemu-devel] [PATCH v2] kvm/openpic: in-kernel mpic support

2013-06-12 Thread Alexander Graf
On 12.06.2013, at 22:32, Scott Wood wrote: Enables support for the in-kernel MPIC that thas been merged into the KVM next branch. This includes irqfd/KVM_IRQ_LINE support from Alex Graf (along with some other improvements). Note from Alex regarding kvm_irqchip_create(): On x86, one