qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-arm@nongnu.org, kvm@vger.kernel.org, qemu-s390x@nongnu.org,
	qemu-ppc@nongnu.org
Subject: Re: [RFC PATCH 0/2] accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h'
Date: Thu, 29 Jun 2023 14:38:39 +0200	[thread overview]
Message-ID: <0d527f32-4e69-55a8-20b8-e357292f64a3@linaro.org> (raw)
In-Reply-To: <20230405163001.98573-1-philmd@linaro.org>

Ping?

On 5/4/23 18:29, Philippe Mathieu-Daudé wrote:
> Posted individually because it is modifying a lot of files.
> 
> RFC: this might not be the best API cut, but "sysemu/kvm.h"
>       is a mixed bag hard to sort...
> 
> Based-on: <20230405160454.97436-1-philmd@linaro.org>

(not based-on actually)

> Philippe Mathieu-Daudé (2):
>    accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h'
>    accel/kvm: Declare kvm_arch_irqchip_create() in 'sysemu/kvm_int.h'
> 
>   include/sysemu/kvm.h           |  88 -----------------------------
>   include/sysemu/kvm_int.h       |  13 +++++
>   include/sysemu/kvm_irq.h       | 100 +++++++++++++++++++++++++++++++++
>   target/i386/kvm/kvm_i386.h     |   1 +
>   accel/kvm/kvm-all.c            |   2 +
>   accel/stubs/kvm-stub.c         |   1 +
>   hw/arm/virt.c                  |   1 +
>   hw/cpu/a15mpcore.c             |   1 +
>   hw/hyperv/hyperv.c             |   1 +
>   hw/i386/intel_iommu.c          |   1 +
>   hw/i386/kvm/apic.c             |   1 +
>   hw/i386/kvm/i8259.c            |   1 +
>   hw/i386/kvm/ioapic.c           |   1 +
>   hw/i386/kvmvapic.c             |   1 +
>   hw/i386/pc.c                   |   1 +
>   hw/i386/x86-iommu.c            |   1 +
>   hw/intc/arm_gic.c              |   1 +
>   hw/intc/arm_gic_common.c       |   1 +
>   hw/intc/arm_gic_kvm.c          |   1 +
>   hw/intc/arm_gicv3_common.c     |   1 +
>   hw/intc/arm_gicv3_its_common.c |   1 +
>   hw/intc/arm_gicv3_kvm.c        |   1 +
>   hw/intc/ioapic.c               |   1 +
>   hw/intc/openpic_kvm.c          |   1 +
>   hw/intc/s390_flic_kvm.c        |   1 +
>   hw/intc/spapr_xive_kvm.c       |   1 +
>   hw/intc/xics.c                 |   1 +
>   hw/intc/xics_kvm.c             |   1 +
>   hw/misc/ivshmem.c              |   1 +
>   hw/ppc/e500.c                  |   1 +
>   hw/ppc/spapr_irq.c             |   1 +
>   hw/remote/proxy.c              |   1 +
>   hw/s390x/virtio-ccw.c          |   1 +
>   hw/vfio/pci.c                  |   1 +
>   hw/vfio/platform.c             |   1 +
>   hw/virtio/virtio-pci.c         |   1 +
>   target/arm/kvm.c               |   1 +
>   target/i386/kvm/kvm.c          |   2 +
>   target/i386/kvm/xen-emu.c      |   2 +
>   target/i386/sev.c              |   1 +
>   target/s390x/kvm/kvm.c         |   2 +
>   41 files changed, 155 insertions(+), 88 deletions(-)
>   create mode 100644 include/sysemu/kvm_irq.h
> 



      parent reply	other threads:[~2023-06-29 12:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-05 16:29 [RFC PATCH 0/2] accel/kvm: Extract 'sysemu/kvm_irq.h' from 'sysemu/kvm.h' Philippe Mathieu-Daudé
2023-04-05 16:30 ` [RFC PATCH 1/2] " Philippe Mathieu-Daudé
2023-04-05 16:30 ` [RFC PATCH 2/2] accel/kvm: Declare kvm_arch_irqchip_create() in 'sysemu/kvm_int.h' Philippe Mathieu-Daudé
2023-06-29 12:38 ` Philippe Mathieu-Daudé [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=0d527f32-4e69-55a8-20b8-e357292f64a3@linaro.org \
    --to=philmd@linaro.org \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=qemu-s390x@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).