On Thu, May 22, 2025 at 03:37:54PM +0200, Thomas Huth wrote: > From: Thomas Huth <[email protected]> > > For automatic tests, we need reference files from older QEMU versions. > QEMU 7.2 is a long term stable release, so it's a good candidate for > checking whether the migration could still work correctly. Let's add the > files from that version that have been taken with the "-dump-vmstate" > parameter of QEMU (compiled with single machines and the configure switch > "--without-default-devices" to keep the json files reasonable small). > > Some devices also have been removed manually from the json files, e.g. > the "pci-bridge" (which can be disabled in later QEMU versions via Kconfig), > and some Linux-related devices like "scsi-block" and "scsi-generic" and > KVM-related devices. Without removing them, we might get errors otherwise > if these devices have not been compiled into the destination QEMU build. > > Signed-off-by: Thomas Huth <[email protected]>
Acked-by: Peter Xu <[email protected]> -- Peter Xu
