The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:
build-sys: fix make install regression (2016-09-20 11:32:43 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 68c6efe07a4729b54947658df4fceed84f3d0fef: kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0 (2016-09-22 20:20:53 +0200) ---------------------------------------------------------------- * More KVM LAPIC fixes * fix divide-by-zero regression on libiscsi SG devices * fix qemu-char segfault * add scripts/show-fixed-bugs.sh ---------------------------------------------------------------- Dr. David Alan Gilbert (1): kvm: apic: set APIC base as part of kvm_apic_put Eric Blake (1): iscsi: Fix divide-by-zero regression on raw SG devices Herongguang (Stephen) (1): kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0 Lin Ma (1): msmouse: Fix segfault caused by free the chr before chardev cleanup. Paolo Bonzini (1): target-i386: introduce kvm_put_one_msr Thomas Huth (1): scripts: Add a script to check for bug URLs in the git log backends/msmouse.c | 1 - block/iscsi.c | 13 ++++--- hw/i386/kvm/apic.c | 2 + scripts/show-fixed-bugs.sh | 91 ++++++++++++++++++++++++++++++++++++++++++++++ target-i386/kvm.c | 30 ++++++++++----- target-i386/kvm_i386.h | 2 + 6 files changed, 123 insertions(+), 16 deletions(-) create mode 100755 scripts/show-fixed-bugs.sh -- 2.7.4