diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2016-11-28 13:32:01 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-11-28 16:45:12 +0100 |
commit | f9f885b78a6d9d1f0619d250f8d518313a146885 (patch) | |
tree | b11149961bbc9fb4554fd31a859e16c826d95b53 /include | |
parent | 04e27c6bb034e57e60739362a90bc11a4d6f3ad4 (diff) |
migration/pcspk: Turn migration of pcspk off for 2.7 and older
To keep backwards migration compatibility allow us to turn pcspk
migration off.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20161128133201.16104-3-dgilbert@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/i386/pc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 67a1a9e786..4b74130559 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -395,6 +395,11 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); .driver = "Opteron_G3" "-" TYPE_X86_CPU,\ .property = "stepping",\ .value = "1",\ + },\ + {\ + .driver = "isa-pcspk",\ + .property = "migrate",\ + .value = "off",\ }, #define PC_COMPAT_2_6 \ |