Files
qemu/hw
Arun Menon a8aa1b220c hw/tpm: Add support for VM migration with TPM CRB chunking
- Add subsection in VMState for TPM CRB with the newly introduced
  command and response buffer GByteArrays, along with a needed callback,
  so that newer QEMU only sends the buffers if it is necessary.
- Implement a migration blocker to prevent migration of the VM if the
  user manually enables chunking capability, cap-chunk, but the machine
  type does not support it, using a new hw_compat property called
  allow_chunk_migration.
- Add a post_load_errp hook so that during a migration, the buffers are
  validated before destination VM is started.

Signed-off-by: Arun Menon <armenon@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20260506075813.120781-7-armenon@redhat.com
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2026-06-01 19:42:38 +00:00
..
2026-05-25 01:00:54 +04:00
2026-05-18 14:59:21 +02:00
2026-03-08 23:08:41 +01:00
2026-05-21 08:20:58 +02:00
2026-05-18 13:47:25 +02:00
2026-03-08 23:08:41 +01:00
2026-05-20 16:52:22 +09:00