|
| From: | Anthony Liguori |
| Subject: | [Qemu-devel] Re: [PATCH 0/8] [GIT PULL] qemu-kvm.git uq/master queue |
| Date: | Mon, 22 Feb 2010 16:22:12 -0600 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0 |
On 02/22/2010 03:26 PM, Marcelo Tosatti wrote:
The following changes since commit bf76bafa5ade434ef2747ceeeeaa95510ecb7946:
Edgar E. Iglesias (1):
crisv10: Prettify.
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
Jan Kiszka (1):
kvm: Fix eflags corruption in kvm mode
Jes Sorensen (1):
kvm: Kill CR3_CACHE feature references
Marcelo Tosatti (5):
block SIGCHLD in vcpu thread(s)
kvm specific wait_io_event
kvm: consume internal signal with sigtimedwait
kvm: remove pre-entry exit_request check with iothread enabled
kvm-all.c: define smp_wmb and use it for coalesced mmio
Paolo Bonzini (1):
use eventfd for iothread
Pulled, thanks.In the future, could you just use a [PULL] tag? That's what others are using.
Regards, Anthony Liguori
cpu-exec.c | 12 +++-- kvm-all.c | 24 ++++++++++- kvm.h | 1 + osdep.c | 32 ++++++++++++++ qemu-barrier.h | 7 +++ qemu-common.h | 1 + target-i386/kvm.c | 3 - vl.c | 123 ++++++++++++++++++++++++++++++++++++++++++++--------- 8 files changed, 173 insertions(+), 30 deletions(-) create mode 100644 qemu-barrier.h
| [Prev in Thread] | Current Thread | [Next in Thread] |