]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
pc: Disable vmdesc submission for old machines
authorAlexander Graf <agraf@suse.de>
Mon, 23 Feb 2015 12:56:43 +0000 (13:56 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 16 Mar 2015 13:35:37 +0000 (14:35 +0100)
commit54ed388b29794ab08089f1b5c7b0a03d075c3b5d
tree4aec0adef3bdf75da474d3323a47370defdb6edc
parent9850c6047b8b4343e91da4780a41bb88faeb018a
pc: Disable vmdesc submission for old machines

Older PC machine types might by accident be backwards live migration compatible,
but with the new vmdesc self-describing blob in our live migration stream we
would break that compatibility.

Also users wouldn't expect massive behaviorial differences when updating to a
new version of QEMU while retaining their old machine type, especially not
potential breakage in tooling around live migration.

So disable vmdesc submission for old PC machine types.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c