Hi, The following series fixes a migration issue with the TPM PPI code due to unaligned host RAM pointer.
v2: - use QEMU_IS_ALIGNED macros - remove RFC status from "savevm: check RAM is pagesize aligned" Marc-André Lureau (3): misc: use QEMU_IS_ALIGNED tpm-ppi: page-align PPI RAM savevm: check RAM is pagesize aligned exec.c | 4 ++-- hw/tpm/tpm_ppi.c | 3 ++- migration/savevm.c | 5 +++++ roms/SLOF | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) -- 2.24.0.308.g228f53135a