Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-12 Thread Michael Roth
Quoting Michael Roth (2019-11-12 12:05:14)
> Quoting Michael Roth (2019-11-05 14:51:48)
> > Hi everyone,
> > 
> > The following new patches are queued for QEMU stable v4.1.1:
> > 
> >   https://github.com/mdroth/qemu/commits/stable-4.1-staging
> > 
> > The release is tentatively planned for 2019-11-14:
> > 
> >   https://wiki.qemu.org/Planning/4.1
> > 
> > Please note that the original release date was planned for 2019-11-21,
> > but was moved up to address a number of qcow2 corruption issues:
> > 
> >   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
> > 
> > Fixes for the XFS issues noted in the thread are still pending, but will
> > hopefully be qemu.git master in time for 4.1.1 freeze and the
> > currently-scheduled release date for 4.2.0-rc1.
> > 
> > The list of still-pending patchsets being tracked for inclusion are:
> > 
> >   qcow2: Fix data corruption on XFS
> > https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
> > (PULL pending)
> >   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
> > https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
> >   qcow2-bitmap: Fix uint64_t left-shift overflow
> > https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html
> > 
> > Please respond here or CC qemu-sta...@nongnu.org on any additional patches
> > you think should be included in the release.
> 
> The following additional patches have been pushed to the staging tree:
> 
>   tests: make filemonitor test more robust to event ordering
>   block: posix: Always allocate the first block
>   file-posix: Handle undetectable alignment
>   block/file-posix: Let post-EOF fallocate serialize
>   block: Add bdrv_co_get_self_request()
>   block: Make wait/mark serialising requests public
>   block/io: refactor padding
>   util/iov: improve qemu_iovec_is_zero
>   util/iov: introduce qemu_iovec_init_extended
>   qcow2-bitmap: Fix uint64_t left-shift overflow
>   iotests: Add peek_file* functions
>   iotests: Add test for 4G+ compressed qcow2 write
>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK

The following additional patches have been pushed to the staging tree:

  mirror: Keep mirror_top_bs drained after dropping permissions
  block/create: Do not abort if a block driver is not available
  vhost: Fix memory region section comparison
  memory: Provide an equality function for MemoryRegionSections
  memory: Align MemoryRegionSections fields

> 
> Thank you for the suggestions.
> 
> > 
> > Thanks!
> > 
> > 
> > Adrian Moreno (1):
> >   vhost-user: save features if the char dev is closed
> > 
> > Alberto Garcia (1):
> >   qcow2: Fix the calculation of the maximum L2 cache size
> > 
> > Anthony PERARD (1):
> >   xen-bus: Fix backend state transition on device reset
> > 
> > Aurelien Jarno (1):
> >   target/alpha: fix tlb_fill trap_arg2 value for instruction fetch
> > 
> > Christophe Lyon (1):
> >   target/arm: Allow reading flags from FPSCR for M-profile
> > 
> > David Hildenbrand (1):
> >   s390x/tcg: Fix VERIM with 32/64 bit elements
> > 
> > Eduardo Habkost (1):
> >   pc: Don't make die-id mandatory unless necessary
> > 
> > Fan Yang (1):
> >   COLO-compare: Fix incorrect `if` logic
> > 
> > Hikaru Nishida (1):
> >   ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
> > 
> > Igor Mammedov (1):
> >   x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp 
> > dies' is not set
> > 
> > Johannes Berg (1):
> >   libvhost-user: fix SLAVE_SEND_FD handling
> > 
> > John Snow (2):
> >   Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
> >   iotests: add testing shim for script-style python tests
> > 
> > Kevin Wolf (4):
> >   coroutine: Add qemu_co_mutex_assert_locked()
> >   qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
> >   block/snapshot: Restrict set of snapshot nodes
> >   iotests: Test internal snapshots with -blockdev
> > 
> > Markus Armbruster (1):
> >   pr-manager: Fix invalid g_free() crash bug
> > 
> > Matthew Rosato (1):
> >   s390: PCI: fix IOMMU region init
> > 
> > Max Filippov (1):
> >   target/xtensa: regenerate and re-import test_mmuhifi_c3 core
> > 
> > Max Reitz (16):
> >   block/file-posix: Reduce xfsctl() use
> >   iotests: Test reverse sub-cluster qcow2 writes
> >   vpc: Return 0 from vpc_co_create() on success
> >   iotests: Add supported protocols to execute_test()
> >   iotests: Restrict file Python tests to file
> >   iotests: Restrict nbd Python tests to nbd
> >   iotests: Test blockdev-create for vpc
> >   curl: Keep pointer to the CURLState in CURLSocket
> >   curl: Keep *socket until the end of curl_sock_cb()
> >   curl: Check completion in curl_multi_do()
> >   curl: Pass CURLSocket to curl_multi_do()
> >   curl: Report only ready sockets
> >   curl: Handle success in multi_check_completion

Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-12 Thread Bruce Rogers
On Tue, 2019-11-05 at 14:51 -0600, Michael Roth wrote:
> Hi everyone,
> 
> The following new patches are queued for QEMU stable v4.1.1:
> 
>   https://github.com/mdroth/qemu/commits/stable-4.1-staging
> 
> The release is tentatively planned for 2019-11-14:
> 
>   https://wiki.qemu.org/Planning/4.1
> 
> Please note that the original release date was planned for 2019-11-
> 21,
> but was moved up to address a number of qcow2 corruption issues:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
> 
> Fixes for the XFS issues noted in the thread are still pending, but
> will
> hopefully be qemu.git master in time for 4.1.1 freeze and the
> currently-scheduled release date for 4.2.0-rc1.
> 
> The list of still-pending patchsets being tracked for inclusion are:
> 
>   qcow2: Fix data corruption on XFS
> 
> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
> (PULL pending)
>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
> 
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
>   qcow2-bitmap: Fix uint64_t left-shift overflow
> 
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html
> 
> Please respond here or CC qemu-sta...@nongnu.org on any additional
> patches
> you think should be included in the release.
> 
> Thanks!
> 
> 
> Adrian Moreno (1):
>   vhost-user: save features if the char dev is closed
> 
> Alberto Garcia (1):
>   qcow2: Fix the calculation of the maximum L2 cache size
> 
> Anthony PERARD (1):
>   xen-bus: Fix backend state transition on device reset
> 
> Aurelien Jarno (1):
>   target/alpha: fix tlb_fill trap_arg2 value for instruction
> fetch
> 
> Christophe Lyon (1):
>   target/arm: Allow reading flags from FPSCR for M-profile
> 
> David Hildenbrand (1):
>   s390x/tcg: Fix VERIM with 32/64 bit elements
> 
> Eduardo Habkost (1):
>   pc: Don't make die-id mandatory unless necessary
> 
> Fan Yang (1):
>   COLO-compare: Fix incorrect `if` logic
> 
> Hikaru Nishida (1):
>   ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
> 
> Igor Mammedov (1):
>   x86: do not advertise die-id in query-hotpluggbale-cpus if '-
> smp dies' is not set
> 
> Johannes Berg (1):
>   libvhost-user: fix SLAVE_SEND_FD handling
> 
> John Snow (2):
>   Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
>   iotests: add testing shim for script-style python tests
> 
> Kevin Wolf (4):
>   coroutine: Add qemu_co_mutex_assert_locked()
>   qcow2: Fix corruption bug in
> qcow2_detect_metadata_preallocation()
>   block/snapshot: Restrict set of snapshot nodes
>   iotests: Test internal snapshots with -blockdev
> 
> Markus Armbruster (1):
>   pr-manager: Fix invalid g_free() crash bug
> 
> Matthew Rosato (1):
>   s390: PCI: fix IOMMU region init
> 
> Max Filippov (1):
>   target/xtensa: regenerate and re-import test_mmuhifi_c3 core
> 
> Max Reitz (16):
>   block/file-posix: Reduce xfsctl() use
>   iotests: Test reverse sub-cluster qcow2 writes
>   vpc: Return 0 from vpc_co_create() on success
>   iotests: Add supported protocols to execute_test()
>   iotests: Restrict file Python tests to file
>   iotests: Restrict nbd Python tests to nbd
>   iotests: Test blockdev-create for vpc
>   curl: Keep pointer to the CURLState in CURLSocket
>   curl: Keep *socket until the end of curl_sock_cb()
>   curl: Check completion in curl_multi_do()
>   curl: Pass CURLSocket to curl_multi_do()
>   curl: Report only ready sockets
>   curl: Handle success in multi_check_completion
>   qcow2: Limit total allocation range to INT_MAX
>   iotests: Test large write request to qcow2 file
>   mirror: Do not dereference invalid pointers
> 
> Maxim Levitsky (1):
>   block/qcow2: Fix corruption introduced by commit 8ac0f15f335
> 
> Michael Roth (2):
>   make-release: pull in edk2 submodules so we can build it from
> tarballs
>   roms/Makefile.edk2: don't pull in submodules when building from
> tarball
> 
> Michael S. Tsirkin (1):
>   virtio: new post_load hook
> 
> Mikhail Sennikovsky (1):
>   virtio-net: prevent offloads reset on migration
> 
> Paolo Bonzini (2):
>   dma-helpers: ensure AIO callback is invoked after cancellation
>   scsi: lsi: exit infinite loop while executing script (CVE-2019-
> 12068)
> 
> Paul Durrant (1):
>   xen-bus: check whether the frontend is active during device
> reset...
> 
> Peter Lieven (1):
>   block/nfs: tear down aio before nfs_close
> 
> Peter Maydell (3):
>   target/arm: Free TCG temps in trans_VMOV_64_sp()
>   target/arm: Don't abort on M-profile exception return in linux-
> user mode
>   hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
> 
> Philippe Mathieu-Daudé (1):
>   virtio-blk: Cancel the pending BH when the dataplane is reset
> 
> Sergio Lopez (1):
>   

Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-12 Thread Michael Roth
Quoting Michael Roth (2019-11-05 14:51:48)
> Hi everyone,
> 
> The following new patches are queued for QEMU stable v4.1.1:
> 
>   https://github.com/mdroth/qemu/commits/stable-4.1-staging
> 
> The release is tentatively planned for 2019-11-14:
> 
>   https://wiki.qemu.org/Planning/4.1
> 
> Please note that the original release date was planned for 2019-11-21,
> but was moved up to address a number of qcow2 corruption issues:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
> 
> Fixes for the XFS issues noted in the thread are still pending, but will
> hopefully be qemu.git master in time for 4.1.1 freeze and the
> currently-scheduled release date for 4.2.0-rc1.
> 
> The list of still-pending patchsets being tracked for inclusion are:
> 
>   qcow2: Fix data corruption on XFS
> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
> (PULL pending)
>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
>   qcow2-bitmap: Fix uint64_t left-shift overflow
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html
> 
> Please respond here or CC qemu-sta...@nongnu.org on any additional patches
> you think should be included in the release.

The following additional patches have been pushed to the staging tree:

  tests: make filemonitor test more robust to event ordering
  block: posix: Always allocate the first block
  file-posix: Handle undetectable alignment
  block/file-posix: Let post-EOF fallocate serialize
  block: Add bdrv_co_get_self_request()
  block: Make wait/mark serialising requests public
  block/io: refactor padding
  util/iov: improve qemu_iovec_is_zero
  util/iov: introduce qemu_iovec_init_extended
  qcow2-bitmap: Fix uint64_t left-shift overflow
  iotests: Add peek_file* functions
  iotests: Add test for 4G+ compressed qcow2 write
  qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK

Thank you for the suggestions.

> 
> Thanks!
> 
> 
> Adrian Moreno (1):
>   vhost-user: save features if the char dev is closed
> 
> Alberto Garcia (1):
>   qcow2: Fix the calculation of the maximum L2 cache size
> 
> Anthony PERARD (1):
>   xen-bus: Fix backend state transition on device reset
> 
> Aurelien Jarno (1):
>   target/alpha: fix tlb_fill trap_arg2 value for instruction fetch
> 
> Christophe Lyon (1):
>   target/arm: Allow reading flags from FPSCR for M-profile
> 
> David Hildenbrand (1):
>   s390x/tcg: Fix VERIM with 32/64 bit elements
> 
> Eduardo Habkost (1):
>   pc: Don't make die-id mandatory unless necessary
> 
> Fan Yang (1):
>   COLO-compare: Fix incorrect `if` logic
> 
> Hikaru Nishida (1):
>   ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)
> 
> Igor Mammedov (1):
>   x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' 
> is not set
> 
> Johannes Berg (1):
>   libvhost-user: fix SLAVE_SEND_FD handling
> 
> John Snow (2):
>   Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
>   iotests: add testing shim for script-style python tests
> 
> Kevin Wolf (4):
>   coroutine: Add qemu_co_mutex_assert_locked()
>   qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
>   block/snapshot: Restrict set of snapshot nodes
>   iotests: Test internal snapshots with -blockdev
> 
> Markus Armbruster (1):
>   pr-manager: Fix invalid g_free() crash bug
> 
> Matthew Rosato (1):
>   s390: PCI: fix IOMMU region init
> 
> Max Filippov (1):
>   target/xtensa: regenerate and re-import test_mmuhifi_c3 core
> 
> Max Reitz (16):
>   block/file-posix: Reduce xfsctl() use
>   iotests: Test reverse sub-cluster qcow2 writes
>   vpc: Return 0 from vpc_co_create() on success
>   iotests: Add supported protocols to execute_test()
>   iotests: Restrict file Python tests to file
>   iotests: Restrict nbd Python tests to nbd
>   iotests: Test blockdev-create for vpc
>   curl: Keep pointer to the CURLState in CURLSocket
>   curl: Keep *socket until the end of curl_sock_cb()
>   curl: Check completion in curl_multi_do()
>   curl: Pass CURLSocket to curl_multi_do()
>   curl: Report only ready sockets
>   curl: Handle success in multi_check_completion
>   qcow2: Limit total allocation range to INT_MAX
>   iotests: Test large write request to qcow2 file
>   mirror: Do not dereference invalid pointers
> 
> Maxim Levitsky (1):
>   block/qcow2: Fix corruption introduced by commit 8ac0f15f335
> 
> Michael Roth (2):
>   make-release: pull in edk2 submodules so we can build it from tarballs
>   roms/Makefile.edk2: don't pull in submodules when building from tarball
> 
> Michael S. Tsirkin (1):
>   virtio: new post_load hook
> 
> Mikhail Sennikovsky (1):
>   virtio-net: prevent offloads reset on migration
> 
> Paolo Bonzini (2):
>   dma-helpers: ensure 

Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-11 Thread Cole Robinson
On 11/11/19 9:03 AM, Cole Robinson wrote:
> On 11/5/19 3:51 PM, Michael Roth wrote:
>> Hi everyone,
>>
>> The following new patches are queued for QEMU stable v4.1.1:
>>
>>   https://github.com/mdroth/qemu/commits/stable-4.1-staging
>>
>> The release is tentatively planned for 2019-11-14:
>>
>>   https://wiki.qemu.org/Planning/4.1
>>
>> Please note that the original release date was planned for 2019-11-21,
>> but was moved up to address a number of qcow2 corruption issues:
>>
>>   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
>>
>> Fixes for the XFS issues noted in the thread are still pending, but will
>> hopefully be qemu.git master in time for 4.1.1 freeze and the
>> currently-scheduled release date for 4.2.0-rc1.
>>
>> The list of still-pending patchsets being tracked for inclusion are:
>>
>>   qcow2: Fix data corruption on XFS
>> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
>> (PULL pending)
>>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
>> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
>>   qcow2-bitmap: Fix uint64_t left-shift overflow
>> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html
>>
>> Please respond here or CC qemu-sta...@nongnu.org on any additional patches
>> you think should be included in the release.
>>
>> Thanks!
>>
> 
> Extra patches we are carrying in Fedora 31. First 2 were requested as
> fixes for gluster 4k issues. Last one fixes tests on newer kernels
> 

Sorry, wrong commit IDs. Actual commits are

commit a6b257a08e3d72219f03e461a52152672fec0612
Author: Nir Soffer 
Date:   Tue Aug 13 21:21:03 2019 +0300

file-posix: Handle undetectable alignment

commit 3a20013fbb26d2a1bd11ef148eefdb1508783787
Author: Nir Soffer 
Date:   Tue Aug 27 04:05:27 2019 +0300

block: posix: Always allocate the first block

commit bf9e0313c27d8e6ecd7f7de3d63e1cb25d8f6311
Author: Daniel P. Berrangé 
Date:   Wed Aug 21 16:14:27 2019 +0100

tests: make filemonitor test more robust to event ordering


Thanks,
Cole




Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-11 Thread Cole Robinson
On 11/5/19 3:51 PM, Michael Roth wrote:
> Hi everyone,
> 
> The following new patches are queued for QEMU stable v4.1.1:
> 
>   https://github.com/mdroth/qemu/commits/stable-4.1-staging
> 
> The release is tentatively planned for 2019-11-14:
> 
>   https://wiki.qemu.org/Planning/4.1
> 
> Please note that the original release date was planned for 2019-11-21,
> but was moved up to address a number of qcow2 corruption issues:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
> 
> Fixes for the XFS issues noted in the thread are still pending, but will
> hopefully be qemu.git master in time for 4.1.1 freeze and the
> currently-scheduled release date for 4.2.0-rc1.
> 
> The list of still-pending patchsets being tracked for inclusion are:
> 
>   qcow2: Fix data corruption on XFS
> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
> (PULL pending)
>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
>   qcow2-bitmap: Fix uint64_t left-shift overflow
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html
> 
> Please respond here or CC qemu-sta...@nongnu.org on any additional patches
> you think should be included in the release.
> 
> Thanks!
> 

Extra patches we are carrying in Fedora 31. First 2 were requested as
fixes for gluster 4k issues. Last one fixes tests on newer kernels

commit a6b257a08e3d72219f03e461a52152672fec0612
Author: Nir Soffer 
Date:   Tue Aug 13 21:21:03 2019 +0300

file-posix: Handle undetectable alignment

commit 1fa6975773bb7dcb27dd5a248c0ccfe839b83178
Author: Nir Soffer 
Date:   Tue Aug 27 04:05:27 2019 +0300

block: posix: Always allocate the first block

commit d4f42d8c648d7e94b408e8056483189c27cf53bf
Author: Daniel P. Berrangé 
Date:   Wed Aug 21 16:14:27 2019 +0100

tests: make filemonitor test more robust to event ordering


Thanks,
Cole




Re: [PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-08 Thread Max Reitz
On 05.11.19 21:51, Michael Roth wrote:
> Hi everyone,
> 
> The following new patches are queued for QEMU stable v4.1.1:
> 
>   https://github.com/mdroth/qemu/commits/stable-4.1-staging
> 
> The release is tentatively planned for 2019-11-14:
> 
>   https://wiki.qemu.org/Planning/4.1
> 
> Please note that the original release date was planned for 2019-11-21,
> but was moved up to address a number of qcow2 corruption issues:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html
> 
> Fixes for the XFS issues noted in the thread are still pending, but will
> hopefully be qemu.git master in time for 4.1.1 freeze and the
> currently-scheduled release date for 4.2.0-rc1.
> 
> The list of still-pending patchsets being tracked for inclusion are:
> 
>   qcow2: Fix data corruption on XFS
> https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
> (PULL pending)
>   qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
>   qcow2-bitmap: Fix uint64_t left-shift overflow
> https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html

Thanks for tracking these, all of these are in master now.  (So they
should be in time.)

Max



signature.asc
Description: OpenPGP digital signature


[PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12

2019-11-05 Thread Michael Roth
Hi everyone,

The following new patches are queued for QEMU stable v4.1.1:

  https://github.com/mdroth/qemu/commits/stable-4.1-staging

The release is tentatively planned for 2019-11-14:

  https://wiki.qemu.org/Planning/4.1

Please note that the original release date was planned for 2019-11-21,
but was moved up to address a number of qcow2 corruption issues:

  https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07144.html

Fixes for the XFS issues noted in the thread are still pending, but will
hopefully be qemu.git master in time for 4.1.1 freeze and the
currently-scheduled release date for 4.2.0-rc1.

The list of still-pending patchsets being tracked for inclusion are:

  qcow2: Fix data corruption on XFS
https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00073.html
(PULL pending)
  qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07718.html
  qcow2-bitmap: Fix uint64_t left-shift overflow
https://lists.gnu.org/archive/html/qemu-devel/2019-10/msg07989.html

Please respond here or CC qemu-sta...@nongnu.org on any additional patches
you think should be included in the release.

Thanks!


Adrian Moreno (1):
  vhost-user: save features if the char dev is closed

Alberto Garcia (1):
  qcow2: Fix the calculation of the maximum L2 cache size

Anthony PERARD (1):
  xen-bus: Fix backend state transition on device reset

Aurelien Jarno (1):
  target/alpha: fix tlb_fill trap_arg2 value for instruction fetch

Christophe Lyon (1):
  target/arm: Allow reading flags from FPSCR for M-profile

David Hildenbrand (1):
  s390x/tcg: Fix VERIM with 32/64 bit elements

Eduardo Habkost (1):
  pc: Don't make die-id mandatory unless necessary

Fan Yang (1):
  COLO-compare: Fix incorrect `if` logic

Hikaru Nishida (1):
  ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)

Igor Mammedov (1):
  x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is 
not set

Johannes Berg (1):
  libvhost-user: fix SLAVE_SEND_FD handling

John Snow (2):
  Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
  iotests: add testing shim for script-style python tests

Kevin Wolf (4):
  coroutine: Add qemu_co_mutex_assert_locked()
  qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
  block/snapshot: Restrict set of snapshot nodes
  iotests: Test internal snapshots with -blockdev

Markus Armbruster (1):
  pr-manager: Fix invalid g_free() crash bug

Matthew Rosato (1):
  s390: PCI: fix IOMMU region init

Max Filippov (1):
  target/xtensa: regenerate and re-import test_mmuhifi_c3 core

Max Reitz (16):
  block/file-posix: Reduce xfsctl() use
  iotests: Test reverse sub-cluster qcow2 writes
  vpc: Return 0 from vpc_co_create() on success
  iotests: Add supported protocols to execute_test()
  iotests: Restrict file Python tests to file
  iotests: Restrict nbd Python tests to nbd
  iotests: Test blockdev-create for vpc
  curl: Keep pointer to the CURLState in CURLSocket
  curl: Keep *socket until the end of curl_sock_cb()
  curl: Check completion in curl_multi_do()
  curl: Pass CURLSocket to curl_multi_do()
  curl: Report only ready sockets
  curl: Handle success in multi_check_completion
  qcow2: Limit total allocation range to INT_MAX
  iotests: Test large write request to qcow2 file
  mirror: Do not dereference invalid pointers

Maxim Levitsky (1):
  block/qcow2: Fix corruption introduced by commit 8ac0f15f335

Michael Roth (2):
  make-release: pull in edk2 submodules so we can build it from tarballs
  roms/Makefile.edk2: don't pull in submodules when building from tarball

Michael S. Tsirkin (1):
  virtio: new post_load hook

Mikhail Sennikovsky (1):
  virtio-net: prevent offloads reset on migration

Paolo Bonzini (2):
  dma-helpers: ensure AIO callback is invoked after cancellation
  scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)

Paul Durrant (1):
  xen-bus: check whether the frontend is active during device reset...

Peter Lieven (1):
  block/nfs: tear down aio before nfs_close

Peter Maydell (3):
  target/arm: Free TCG temps in trans_VMOV_64_sp()
  target/arm: Don't abort on M-profile exception return in linux-user mode
  hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots

Philippe Mathieu-Daudé (1):
  virtio-blk: Cancel the pending BH when the dataplane is reset

Sergio Lopez (1):
  blockjob: update nodes head while removing all bdrv

Thomas Huth (1):
  hw/core/loader: Fix possible crash in rom_copy()

Vladimir Sementsov-Ogievskiy (4):
  block/backup: fix max_transfer handling for copy_range
  block/backup: fix backup_cow_with_offload for last cluster
  util/hbitmap: strict hbitmap_reset
  hbitmap: handle set/reset with