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