Re: [Qemu-devel] [PATCH V2] hw/pcie: fix the generic pcie root port to support migration

2017-06-08 Thread Dr. David Alan Gilbert
* Marcel Apfelbaum (mar...@redhat.com) wrote: > Add msix state to pcie-root-ports's vmstate > in order to support migration. > > Signed-off-by: Marcel Apfelbaum > --- > v1 -> v2: > - Added x-migrate-msix compat property to avoid >breaking migration (Dave) > > hw/pci-bridge/gen_pcie_root_po

[Qemu-devel] [PATCH V2] hw/pcie: fix the generic pcie root port to support migration

2017-06-07 Thread Marcel Apfelbaum
Add msix state to pcie-root-ports's vmstate in order to support migration. Signed-off-by: Marcel Apfelbaum --- v1 -> v2: - Added x-migrate-msix compat property to avoid breaking migration (Dave) hw/pci-bridge/gen_pcie_root_port.c | 25 + include/hw/compat.h