[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze |
Date: |
Fri, 5 Jul 2019 22:24:01 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 05/07/19 21:50, Paolo Bonzini wrote:
> The following changes since commit 68d7ff0cff0c4905802104843cf0100543b47314:
>
> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into
> staging (2019-06-21 13:32:10 +0100)
>
> are available in the git repository at:
>
>
> git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 2994e7e66a8902d0e42c5e528489ca6484c66d2d:
>
> ioapic: use irq number instead of vector in ioapic_eoi_broadcast
> (2019-07-05 18:35:43 +0200)
>
> ----------------------------------------------------------------
> Bugfixes.
>
> ----------------------------------------------------------------
> Alex Bennée (1):
> target/i386: fix feature check in hyperv-stub.c
>
> Igor Mammedov (1):
> pc: fix possible NULL pointer dereference in
> pc_machine_get_device_memory_region_size()
>
> Julio Montes (2):
> Makefile: generate header file with the list of devices enabled
> hw/i386: Fix linker error when ISAPC is disabled
>
> Li Qiang (2):
> ioapic: clear irq_eoi when updating the ioapic redirect table entry
> ioapic: use irq number instead of vector in ioapic_eoi_broadcast
>
> Liran Alon (1):
> target/i386: kvm: Fix when nested state is needed for migration
>
> Max Reitz (1):
> i386/kvm: Fix build with -m32
>
> Paolo Bonzini (2):
> checkpatch: do not warn for multiline parenthesized returned value
> minikconf: do not include variables from MINIKCONF_ARGS in
> config-all-devices.mak
>
> Peter Xu (1):
> intel_iommu: Fix unexpected unmaps during global unmap
>
> Yan Zhao (1):
> intel_iommu: Fix incorrect "end" for vtd_address_space_unmap
>
> Makefile.target | 5 ++++
> hw/i386/intel_iommu.c | 71
> ++++++++++++++++++++++++++++-------------------
> hw/i386/pc.c | 6 +++-
> hw/i386/pc_piix.c | 12 ++++++--
> hw/intc/ioapic.c | 11 ++++----
> scripts/checkpatch.pl | 3 +-
> scripts/clean-includes | 2 +-
> scripts/create_config | 2 ++
> scripts/minikconf.py | 5 +++-
> target/i386/hyperv-stub.c | 2 +-
> target/i386/kvm.c | 7 +++--
> target/i386/machine.c | 5 ++--
> 12 files changed, 84 insertions(+), 47 deletions(-)
>
Sent v2 with a compilation fix I had not committed. :(
Paolo
- [Qemu-devel] [PULL 06/12] ioapic: clear irq_eoi when updating the ioapic redirect table entry, (continued)
- [Qemu-devel] [PULL 06/12] ioapic: clear irq_eoi when updating the ioapic redirect table entry, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 05/12] intel_iommu: Fix unexpected unmaps during global unmap, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 07/12] target/i386: fix feature check in hyperv-stub.c, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 08/12] minikconf: do not include variables from MINIKCONF_ARGS in config-all-devices.mak, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 09/12] target/i386: kvm: Fix when nested state is needed for migration, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 10/12] Makefile: generate header file with the list of devices enabled, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 11/12] hw/i386: Fix linker error when ISAPC is disabled, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 12/12] ioapic: use irq number instead of vector in ioapic_eoi_broadcast, Paolo Bonzini, 2019/07/05
- Re: [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze,
Paolo Bonzini <=
- Re: [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze, Eric Blake, 2019/07/06
- Re: [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze, no-reply, 2019/07/06
- [Qemu-devel] [PULL 00/12] Misc bugfixes for QEMU hard freeze, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 01/12] pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_region_size(), Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 07/12] target/i386: fix feature check in hyperv-stub.c, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 05/12] intel_iommu: Fix unexpected unmaps during global unmap, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 02/12] checkpatch: do not warn for multiline parenthesized returned value, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 04/12] intel_iommu: Fix incorrect "end" for vtd_address_space_unmap, Paolo Bonzini, 2019/07/05
- [Qemu-devel] [PULL 11/12] hw/i386: Fix linker error when ISAPC is disabled, Paolo Bonzini, 2019/07/05