From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL] kvm updates
Date: Sun, 12 Aug 2012 15:58:00 +0300 [thread overview]
Message-ID: <5027A858.6060308@redhat.com> (raw)
Please pull from:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
This is mostly Peter's kvm_irqchip_in_kernel() decoupling work.
----------------------------------------------------------------
Dunrong Huang (1):
kvm: Check if smp_cpus exceeds max cpus supported by kvm
Peter Maydell (8):
configure: Don't implicitly hardcode list of KVM architectures
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
kvm: Decouple 'irqfds usable' from 'kernel irqchip'
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
kvm: Decouple 'GSI routing' from 'kernel irqchip'
kvm: Add documentation comment for kvm_irqchip_in_kernel()
configure | 14 +++++++++++---
cpus.c | 3 ++-
hw/kvm/i8259.c | 2 +-
hw/kvm/ioapic.c | 2 +-
hw/pc.c | 1 +
hw/virtio-pci.c | 4 ++--
kvm-all.c | 54 +++++++++++++++++++++++++++++++++++++++++++-----------
kvm-stub.c | 9 ++++-----
kvm.h | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
target-i386/Makefile.objs | 1 +
target-i386/kvm-stub.c | 18 ++++++++++++++++++
target-i386/kvm.c | 13 +++++++++++++
target-i386/kvm_i386.h | 16 ++++++++++++++++
13 files changed, 170 insertions(+), 27 deletions(-)
create mode 100644 target-i386/kvm-stub.c
create mode 100644 target-i386/kvm_i386.h
--
error compiling committee.c: too many arguments to function
next reply other threads:[~2012-08-12 12:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-12 12:58 Avi Kivity [this message]
2012-08-13 21:13 ` [Qemu-devel] [PULL] kvm updates Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2012-09-10 15:25 [Qemu-devel] [PULL] KVM updates Avi Kivity
2012-09-10 15:32 ` Jan Kiszka
2012-09-10 15:49 ` Marcelo Tosatti
2012-09-10 15:54 ` Avi Kivity
2012-09-10 23:03 ` Anthony Liguori
2012-09-11 8:50 ` Avi Kivity
2012-09-11 9:30 ` Jan Kiszka
2012-06-11 13:38 [Qemu-devel] [PULL] kvm updates Avi Kivity
2012-06-11 18:28 ` Anthony Liguori
2012-03-01 12:47 Avi Kivity
2012-03-01 23:45 ` Andreas Färber
2012-03-01 23:45 ` Andreas Färber
2012-03-04 10:08 ` Avi Kivity
2012-03-02 13:22 ` Anthony Liguori
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=5027A858.6060308@redhat.com \
--to=avi@redhat.com \
--cc=anthony@codemonkey.ws \
--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.