[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 00/11] pseries: migration and QOM support
From: |
Anthony Liguori |
Subject: |
[Qemu-devel] [PATCH v2 00/11] pseries: migration and QOM support |
Date: |
Thu, 18 Jul 2013 14:32:53 -0500 |
This series is based on Alexey's series:
spapr: migration, pci, msi, power8
Which in turn was based on work by David Gibson.
I've removed the bits not related to migration and made the
following changes:
1) QOMify TCE tables and XICS
2) Do everything in terms of VMStateDescriptions
3) Fix endianness problem with TCE table translation
a) Drop the VMSTATE_DIVIDE thing in the process
I've tested this with a TCG pseries guest on an x86_64 host.
Since v1, I've incorporated some fixes that Alexey posted
upon testing with KVM.
Regards,
Anthony Liguori
- [Qemu-devel] [PATCH v2 00/11] pseries: migration and QOM support,
Anthony Liguori <=
- [Qemu-devel] [PATCH v2 08/11] pseries: savevm support for pseries machine, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 02/11] pseries: savevm support for VIO devices, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 06/11] pseries: rework PAPR virtual SCSI, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 03/11] pseries: savevm support for PAPR VIO logical lan, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 05/11] spapr-tce: make sPAPRTCETable a proper device, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 04/11] pseries: savevm support for PAPR VIO logical tty, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 09/11] pseries: savevm support for PCI host bridge, Anthony Liguori, 2013/07/18
- [Qemu-devel] [PATCH v2 01/11] target-ppc: Convert ppc cpu savevm to VMStateDescription, Anthony Liguori, 2013/07/18