The following changes since commit 3a87f8b6859e6221b827ab4737779dddb37553ec:
Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging (2014-03-20 11:45:38 +0000) 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 12474c96368ec3a01ad95c81fe9d00bd33e01877: target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. (2014-05-10 08:47:56 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): kvm: add set_one_reg/get_one_reg helpers 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 Stefan Weil (1): target-i386: Remove unused data from local array bsd-user/main.c | 2 -- hw/i386/kvm/pci-assign.c | 13 ++++++------ include/sysemu/kvm.h | 20 ++++++++++++++++++ kvm-all.c | 18 ++++++++++++++++ linux-user/main.c | 2 -- target-i386/cpu.h | 25 +++++++++++------------ target-i386/kvm.c | 3 +-- target-i386/seg_helper.c | 53 +++++++++++++++++------------------------------- target-i386/smm_helper.c | 34 +++++++++++++++---------------- target-i386/svm_helper.c | 11 ++-------- 10 files changed, 96 insertions(+), 85 deletions(-) -- 1.8.3.1