[PULL v2 0/6] Misc fixes for QEMU 5.2-rc2

Paolo Bonzini posted 6 patches 3 years, 5 months ago
Only 1 patches received!
Makefile                   | 8 ++++----
hw/core/machine.c          | 1 +
hw/misc/pvpanic.c          | 5 ++++-
meson.build                | 3 ++-
replay/replay-debugging.c  | 3 ---
softmmu/physmem.c          | 6 +++---
tests/qtest/pvpanic-test.c | 2 +-
7 files changed, 15 insertions(+), 13 deletions(-)
[PULL v2 0/6] Misc fixes for QEMU 5.2-rc2
Posted by Paolo Bonzini 3 years, 5 months ago
The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to b1b0393c3c58c0e96c7c44e2e98baa252d6c6813:

  pvpanic: Advertise the PVPANIC_CRASHLOADED event support (2020-11-11 03:59:05 -0500)

----------------------------------------------------------------
Bug fixes

----------------------------------------------------------------
Greg Kurz (1):
      Makefile: No echoing for 'make help V=1'

Pankaj Gupta (1):
      physmem: improve ram size error messages

Paolo Bonzini (2):
      fix make clean/distclean
      pvpanic: Advertise the PVPANIC_CRASHLOADED event support

Pavel Dovgalyuk (1):
      replay: remove some dead code

Thomas Huth (1):
      meson: Clarify the confusing vhost-user vs. vhost-kernel output

 Makefile                   | 8 ++++----
 hw/core/machine.c          | 1 +
 hw/misc/pvpanic.c          | 5 ++++-
 meson.build                | 3 ++-
 replay/replay-debugging.c  | 3 ---
 softmmu/physmem.c          | 6 +++---
 tests/qtest/pvpanic-test.c | 2 +-
 7 files changed, 15 insertions(+), 13 deletions(-)
-- 
2.26.2


Re: [PULL v2 0/6] Misc fixes for QEMU 5.2-rc2
Posted by Peter Maydell 3 years, 5 months ago
On Wed, 11 Nov 2020 at 14:51, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to b1b0393c3c58c0e96c7c44e2e98baa252d6c6813:
>
>   pvpanic: Advertise the PVPANIC_CRASHLOADED event support (2020-11-11 03:59:05 -0500)
>
> ----------------------------------------------------------------
> Bug fixes
>


Applied, thanks.

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

-- PMM