[PULL for-8.2 0/2] xenfv queue

David Woodhouse posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231121115957.1351656-1-dwmw2@infradead.org
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/block/xen-block.c | 24 +++++++++++++++++++++---
system/vl.c          |  1 +
2 files changed, 22 insertions(+), 3 deletions(-)
[PULL for-8.2 0/2] xenfv queue
Posted by David Woodhouse 1 year ago
The following changes since commit af9264da80073435fd78944bc5a46e695897d7e5:

  Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into staging (2023-11-20 05:25:19 -0500)

are available in the Git repository at:

  git://git.infradead.org/users/dwmw2/qemu.git tags/pull-xenfv-20231121

for you to fetch changes up to 6f7997e0047e57a9e4f6a0958569f480d07f6538:

  hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive (2023-11-21 11:45:06 +0000)

----------------------------------------------------------------
Xen fixes for 8.2-rc1

 • Disable default serial when xen-console is used
 • Fix Coverity warning in xen-block

----------------------------------------------------------------
David Woodhouse (2):
      vl: disable default serial when xen-console is enabled
      hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive

 hw/block/xen-block.c | 24 +++++++++++++++++++++---
 system/vl.c          |  1 +
 2 files changed, 22 insertions(+), 3 deletions(-)

Re: [PULL for-8.2 0/2] xenfv queue
Posted by Stefan Hajnoczi 1 year ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.