kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org
Subject: [PATCH v3 00/10] qemu-kvm: Switch to upstream irqchip services
Date: Fri,  2 Mar 2012 10:30:41 +0100	[thread overview]
Message-ID: <cover.1330680649.git.jan.kiszka@siemens.com> (raw)

Now that upstream has basic irqchip support, we can make use of it for
qemu-kvm as well, removing another 700 lines of code here.

Changes in v3:
 - rebased over latest qemu-kvm (next)
 - included a trivial whitespace diff cleanup
 - improve user experience of -no-kvm[-irqchip] by not resetting machine
   options, just appending the corresponding switches

Jan Kiszka (10):
  qemu-kvm: Move kvm_create_pit out of arch init code
  qemu-kvm: Use machine options to configure qemu-kvm defaults
  qemu-kvm: Use upstream irq routing services
  qemu-kvm: Use upstream kvm_irqchip_create
  qemu-kvm: Use upstream kvm-ioapic
  qemu-kvm: Use upstream kvm-i8259
  qemu-kvm: Drop unused kvm_get/set_irqchip
  qemu-kvm: Use upstream kvm_irqchip_set_irq instead of kvm_set_irq
  qemu-kvm: Use upstream kvm-apic
  qemu-kvm: Remove some spurious whitespace diffs to upstream

 Makefile.objs          |    2 +-
 Makefile.target        |    8 +-
 hw/apic.c              |  151 +-----------------------------------
 hw/device-assignment.c |   10 +-
 hw/i8254-kvm.c         |    3 +
 hw/i8254.c             |    1 -
 hw/i8259.c             |  108 -------------------------
 hw/ioapic.c            |   75 +-----------------
 hw/isa-bus.c           |    2 +-
 hw/msi.c               |    6 +-
 hw/msix.c              |   10 +-
 hw/pc.c                |    7 +-
 hw/pc_piix.c           |   23 ++----
 kvm-all.c              |   17 +----
 kvm-stub.c             |    6 +-
 kvm.h                  |   10 +-
 qemu-kvm-x86.c         |   85 +-------------------
 qemu-kvm.c             |  204 +-----------------------------------------------
 qemu-kvm.h             |   72 +----------------
 target-i386/kvm.c      |   18 ----
 vl.c                   |   10 +--
 21 files changed, 58 insertions(+), 770 deletions(-)

-- 
1.7.3.4


             reply	other threads:[~2012-03-02  9:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02  9:30 Jan Kiszka [this message]
2012-03-02  9:30 ` [PATCH v3 01/10] qemu-kvm: Move kvm_create_pit out of arch init code Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 02/10] qemu-kvm: Use machine options to configure qemu-kvm defaults Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 03/10] qemu-kvm: Use upstream irq routing services Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 04/10] qemu-kvm: Use upstream kvm_irqchip_create Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 05/10] qemu-kvm: Use upstream kvm-ioapic Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 06/10] qemu-kvm: Use upstream kvm-i8259 Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 07/10] qemu-kvm: Drop unused kvm_get/set_irqchip Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 08/10] qemu-kvm: Use upstream kvm_irqchip_set_irq instead of kvm_set_irq Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 09/10] qemu-kvm: Use upstream kvm-apic Jan Kiszka
2012-03-02  9:30 ` [PATCH v3 10/10] qemu-kvm: Remove some spurious whitespace diffs to upstream Jan Kiszka
2012-03-07 10:30 ` [PATCH v3 00/10] qemu-kvm: Switch to upstream irqchip services Avi Kivity

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=cover.1330680649.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /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).