[PATCH 0/2] apic: Fix migration breakage of >255 vcpus

Peter Xu posted 2 patches 4 years, 5 months ago
Test asan passed
Test FreeBSD passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191015075444.10955-1-peterx@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Juan Quintela <quintela@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
hw/intc/apic_common.c        |  2 +-
include/migration/register.h |  2 +-
include/migration/vmstate.h  |  4 ++--
migration/savevm.c           | 10 +++++-----
stubs/vmstate.c              |  2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
[PATCH 0/2] apic: Fix migration breakage of >255 vcpus
Posted by Peter Xu 4 years, 5 months ago
I'm not very certain, but... it seems to be broken starting from when
x2apic was introduced in QEMU, until now.

Please review, thanks.

Peter Xu (2):
  migration: Boost SaveStateEntry.instance_id to 64 bits
  apic: Use 32bit APIC ID for migration instance ID

 hw/intc/apic_common.c        |  2 +-
 include/migration/register.h |  2 +-
 include/migration/vmstate.h  |  4 ++--
 migration/savevm.c           | 10 +++++-----
 stubs/vmstate.c              |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.21.0