qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Misc QEMU 7.1 fixes for 2002-08-08
@ 2022-08-08 12:57 Paolo Bonzini
  2022-08-08 12:57 ` [PULL 1/5] scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Paolo Bonzini @ 2022-08-08 12:57 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 3916603e0c1d909e14e09d5ebcbdaa9c9e21adf3:

  Merge tag 'pull-la-20220729' of https://gitlab.com/rth7680/qemu into staging (2022-07-29 17:39:17 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f6a5f380627ab2af384bf2f2940d29386dea11ff:

  tests/qtest: add scenario for -readconfig handling (2022-08-08 14:54:56 +0200)

----------------------------------------------------------------
* Fix and tests for -readconfig
* Fixes for changeable block size

----------------------------------------------------------------
Daniel P. Berrangé (1):
      tests/qtest: add scenario for -readconfig handling

Mark Cave-Ayland (2):
      scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE
      scsi-disk: ensure block size is non-zero and changes limited to bits 8-15

Paolo Bonzini (2):
      vl: fix [memory] section with -readconfig
      vl: remove dead code in parse_memory_options()

 hw/scsi/scsi-disk.c           |  25 ++++--
 softmmu/vl.c                  |  32 ++++---
 tests/qtest/meson.build       |   1 +
 tests/qtest/readconfig-test.c | 195 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 229 insertions(+), 24 deletions(-)
 create mode 100644 tests/qtest/readconfig-test.c
-- 
2.37.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-11 13:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 12:57 [PULL 0/5] Misc QEMU 7.1 fixes for 2002-08-08 Paolo Bonzini
2022-08-08 12:57 ` [PULL 1/5] scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE Paolo Bonzini
2022-08-08 12:57 ` [PULL 2/5] scsi-disk: ensure block size is non-zero and changes limited to bits 8-15 Paolo Bonzini
2022-08-08 12:57 ` [PULL 3/5] vl: fix [memory] section with -readconfig Paolo Bonzini
2022-08-08 12:57 ` [PULL 4/5] vl: remove dead code in parse_memory_options() Paolo Bonzini
2022-08-08 12:57 ` [PULL 5/5] tests/qtest: add scenario for -readconfig handling Paolo Bonzini
2022-08-08 14:23 ` [PULL 0/5] Misc QEMU 7.1 fixes for 2002-08-08 Thomas Huth
2022-08-08 20:04   ` Richard Henderson
2022-08-11 12:49   ` Paolo Bonzini
2022-08-08 20:02 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).