All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	KVM list <kvm@vger.kernel.org>
Subject: [PULL] kvm queue
Date: Sun, 15 Jul 2012 18:33:53 +0300	[thread overview]
Message-ID: <5002E2E1.5080909@redhat.com> (raw)

Please pull from

  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

to receive the kvm queue for qemu.git.  Features include fixes
for the apic device model (including a longstanding bug which
caused random failures on 64-bit Windows), exposing new cpu
features, and an eventfd API change.

----------------------------------------------------------------
Alex Williamson (1):
      kvm: Don't abort on kvm_irqchip_add_msi_route()

Jan Kiszka (3):
      apic: Resolve potential endless loop around apic_update_irq
      apic: Reevaluate pending interrupts on LVT_LINT0 changes
      apic: Defer interrupt updates to VCPU thread

Liu, Jinsong (1):
      kvm: expose tsc deadline timer feature to guest

Michael S. Tsirkin (1):
      kvm_pv_eoi: add flag support

Paolo Bonzini (9):
      event_notifier: add event_notifier_set
      event_notifier: remove event_notifier_test
      event_notifier: add event_notifier_init_fd
      ivshmem: use EventNotifier and memory API
      ivshmem: wrap ivshmem_del_eventfd loops with transaction
      memory: pass EventNotifier, not eventfd
      event_notifier: add event_notifier_set_handler
      virtio: move common ioeventfd handling out of virtio-pci
      virtio: move common irqfd handling out of virtio-pci

 cpu-exec.c         |  6 ++++++
 event_notifier.c   | 30 ++++++++++++++++++------------
 event_notifier.h   |  8 ++++++--
 exec.c             |  8 ++++----
 hw/apic.c          | 27 ++++++++++++++++++++++-----
 hw/apic.h          |  1 +
 hw/apic_internal.h |  1 -
 hw/ivshmem.c       | 67 +++++++++++++++++++++++++++++++++++++++----------------------------
 hw/vhost.c         |  4 ++--
 hw/virtio-pci.c    | 77 ++++++++++++++---------------------------------------------------------------
 hw/virtio.c        | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/virtio.h        |  3 +++
 hw/xen_pt.c        |  2 +-
 kvm-all.c          | 31 ++++++++++++++++++++++++-------
 kvm-stub.c         | 10 ++++++++++
 kvm.h              |  2 ++
 memory.c           | 18 +++++++++---------
 memory.h           |  9 +++++----
 target-i386/cpu.c  |  2 +-
 target-i386/cpu.h  |  5 ++++-
 target-i386/kvm.c  |  9 +++++++++
 xen-all.c          |  6 ++++--
 22 files changed, 230 insertions(+), 142 deletions(-)

-- 
error compiling committee.c: too many arguments to function

WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	KVM list <kvm@vger.kernel.org>
Subject: [Qemu-devel] [PULL] kvm queue
Date: Sun, 15 Jul 2012 18:33:53 +0300	[thread overview]
Message-ID: <5002E2E1.5080909@redhat.com> (raw)

Please pull from

  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

to receive the kvm queue for qemu.git.  Features include fixes
for the apic device model (including a longstanding bug which
caused random failures on 64-bit Windows), exposing new cpu
features, and an eventfd API change.

----------------------------------------------------------------
Alex Williamson (1):
      kvm: Don't abort on kvm_irqchip_add_msi_route()

Jan Kiszka (3):
      apic: Resolve potential endless loop around apic_update_irq
      apic: Reevaluate pending interrupts on LVT_LINT0 changes
      apic: Defer interrupt updates to VCPU thread

Liu, Jinsong (1):
      kvm: expose tsc deadline timer feature to guest

Michael S. Tsirkin (1):
      kvm_pv_eoi: add flag support

Paolo Bonzini (9):
      event_notifier: add event_notifier_set
      event_notifier: remove event_notifier_test
      event_notifier: add event_notifier_init_fd
      ivshmem: use EventNotifier and memory API
      ivshmem: wrap ivshmem_del_eventfd loops with transaction
      memory: pass EventNotifier, not eventfd
      event_notifier: add event_notifier_set_handler
      virtio: move common ioeventfd handling out of virtio-pci
      virtio: move common irqfd handling out of virtio-pci

 cpu-exec.c         |  6 ++++++
 event_notifier.c   | 30 ++++++++++++++++++------------
 event_notifier.h   |  8 ++++++--
 exec.c             |  8 ++++----
 hw/apic.c          | 27 ++++++++++++++++++++++-----
 hw/apic.h          |  1 +
 hw/apic_internal.h |  1 -
 hw/ivshmem.c       | 67 +++++++++++++++++++++++++++++++++++++++----------------------------
 hw/vhost.c         |  4 ++--
 hw/virtio-pci.c    | 77 ++++++++++++++---------------------------------------------------------------
 hw/virtio.c        | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/virtio.h        |  3 +++
 hw/xen_pt.c        |  2 +-
 kvm-all.c          | 31 ++++++++++++++++++++++++-------
 kvm-stub.c         | 10 ++++++++++
 kvm.h              |  2 ++
 memory.c           | 18 +++++++++---------
 memory.h           |  9 +++++----
 target-i386/cpu.c  |  2 +-
 target-i386/cpu.h  |  5 ++++-
 target-i386/kvm.c  |  9 +++++++++
 xen-all.c          |  6 ++++--
 22 files changed, 230 insertions(+), 142 deletions(-)

-- 
error compiling committee.c: too many arguments to function

             reply	other threads:[~2012-07-15 15:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-15 15:33 Avi Kivity [this message]
2012-07-15 15:33 ` [Qemu-devel] [PULL] kvm queue 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=5002E2E1.5080909@redhat.com \
    --to=avi@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --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.