[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 0/6] Misc patches for 2016-09-22
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PULL 0/6] Misc patches for 2016-09-22 |
Date: |
Thu, 22 Sep 2016 13:21:48 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
On 09/22/2016 11:52 AM, Paolo Bonzini wrote:
> 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 a84d5bb03ba81b7eccf49e4b7dd7a0ecba47efdd:
>
> kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0
> (2016-09-22 18:44:06 +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
Heads up that this patch is faulty, if you want to hold off for a v2
pull request.
>
> 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 | 14 ++++---
> 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, 124 insertions(+), 16 deletions(-)
> create mode 100755 scripts/show-fixed-bugs.sh
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PULL 0/6] Misc patches for 2016-09-22, Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 1/6] target-i386: introduce kvm_put_one_msr, Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 2/6] kvm: apic: set APIC base as part of kvm_apic_put, Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 3/6] iscsi: Fix divide-by-zero regression on raw SG devices, Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 4/6] msmouse: Fix segfault caused by free the chr before chardev cleanup., Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 5/6] scripts: Add a script to check for bug URLs in the git log, Paolo Bonzini, 2016/09/22
- [Qemu-devel] [PULL 6/6] kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0, Paolo Bonzini, 2016/09/22
- Re: [Qemu-devel] [PULL 0/6] Misc patches for 2016-09-22,
Eric Blake <=