From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PULL 00/15] KVM patches for 2014-05-13
Date: Tue, 13 May 2014 14:57:09 +0200 [thread overview]
Message-ID: <1399985844-788-1-git-send-email-pbonzini@redhat.com> (raw)
The following changes since commit 1b5498f6874ad661bcd9558bc2b0a4e25643a5bf:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2014-05-13 10:35:47 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
for you to fetch changes up to 4700a316df7d2cdcd256dcd64a10cec643f4dfa1:
pc: port 92 reset requires a low->high transition (2014-05-13 13:22:29 +0200)
Rebased on top of Cornelia's s390 one_reg patch, and including
the first batch of x86 soft reset patches.
Paolo
----------------------------------------------------------------
Cornelia Huck (1):
kvm: make one_reg helpers available for everyone
Gonglei (1):
pci-assign: Fix a bug when map MSI-X table memory failed
Kevin O'Connor (4):
target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c
target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in smm_helper.c
target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly.
Michael S. Tsirkin (1):
pci-assign: limit # of msix vectors
Paolo Bonzini (7):
kvm: reset state from the CPU's reset method
kvm: forward INIT signals coming from the chipset
target-i386: fix set of registers zeroed on reset
target-i386: preserve FPU and MSR state on INIT
apic: do not accept SIPI on the bootstrap processor
cpu: make CPU_INTERRUPT_RESET available on all targets
pc: port 92 reset requires a low->high transition
Stefan Weil (1):
target-i386: Remove unused data from local array
bsd-user/main.c | 2 --
cpu-exec.c | 23 +++++++------
hw/i386/kvm/pci-assign.c | 13 ++++----
hw/i386/pc.c | 3 +-
hw/intc/apic_common.c | 2 +-
include/exec/cpu-all.h | 8 +++--
include/sysemu/kvm.h | 22 +++++++++++--
kvm-all.c | 39 +++++++++++++++-------
linux-user/main.c | 2 --
target-arm/cpu.c | 7 ++++
target-arm/kvm32.c | 4 +--
target-arm/kvm64.c | 2 +-
target-arm/kvm_arm.h | 8 +++++
target-i386/cpu.c | 11 ++++---
target-i386/cpu.h | 85 +++++++++++++++++++++++++++---------------------
target-i386/helper.c | 14 ++++++--
target-i386/kvm.c | 42 +++++++++++++++---------
target-i386/kvm_i386.h | 2 ++
target-i386/seg_helper.c | 53 +++++++++++-------------------
target-i386/smm_helper.c | 34 +++++++++----------
target-i386/svm_helper.c | 11 ++-----
target-ppc/cpu.h | 3 --
target-ppc/kvm.c | 4 ---
target-s390x/cpu.c | 4 +++
target-s390x/cpu.h | 5 +++
target-s390x/kvm.c | 35 +++-----------------
trace-events | 6 ++--
27 files changed, 242 insertions(+), 202 deletions(-)
--
1.8.3.1
next reply other threads:[~2014-05-13 12:57 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 12:57 Paolo Bonzini [this message]
2014-05-13 12:57 ` [Qemu-devel] [PULL 01/15] target-i386: Remove unused data from local array Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 02/15] kvm: make one_reg helpers available for everyone Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 03/15] pci-assign: Fix a bug when map MSI-X table memory failed Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 04/15] pci-assign: limit # of msix vectors Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 05/15] target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 06/15] target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in smm_helper.c Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 07/15] target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 08/15] target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 09/15] kvm: reset state from the CPU's reset method Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 10/15] kvm: forward INIT signals coming from the chipset Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 11/15] target-i386: fix set of registers zeroed on reset Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 12/15] target-i386: preserve FPU and MSR state on INIT Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 13/15] apic: do not accept SIPI on the bootstrap processor Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 14/15] cpu: make CPU_INTERRUPT_RESET available on all targets Paolo Bonzini
2014-05-13 12:57 ` [Qemu-devel] [PULL 15/15] pc: port 92 reset requires a low->high transition Paolo Bonzini
2014-05-15 15:27 ` [Qemu-devel] [PULL 00/15] KVM patches for 2014-05-13 Peter Maydell
2014-05-15 16:54 ` Andreas Färber
2014-05-15 17:08 ` Paolo Bonzini
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=1399985844-788-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@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 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).