diff options
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | 2024-10-14 17:57:23 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-11-04 09:10:27 +1000 |
commit | 445d3facffe82788b880107c0849dab9505b33d9 (patch) | |
tree | 8edcef97958a5d7ee181bdc22297013e1432b5ef /include/hw | |
parent | 73700ec309a6ada693db6768f34d49adfedb4085 (diff) | |
download | qemu-445d3facffe82788b880107c0849dab9505b33d9.zip qemu-445d3facffe82788b880107c0849dab9505b33d9.tar.gz qemu-445d3facffe82788b880107c0849dab9505b33d9.tar.bz2 |
ppc/spapr: remove deprecated machine pseries-2.7
Commit 1392617d3576 intended to tag pseries-2.1 - 2.11 machines as
deprecated with reasons mentioned in its commit log.
Removing pseries-2.7 specific code with this patch for now.
While at it, also remove pre-2.8-migration and pci/mmio hacks introduced
for backward compatibility.
Suggested-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/pci-host/spapr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/pci-host/spapr.h b/include/hw/pci-host/spapr.h index 79187e8..0db87f1 100644 --- a/include/hw/pci-host/spapr.h +++ b/include/hw/pci-host/spapr.h @@ -83,10 +83,6 @@ struct SpaprPhbState { bool pcie_ecs; /* Allow access to PCIe extended config space? */ /* Fields for migration compatibility hacks */ - bool pre_2_8_migration; - uint32_t mig_liobn; - hwaddr mig_mem_win_addr, mig_mem_win_size; - hwaddr mig_io_win_addr, mig_io_win_size; bool pre_5_1_assoc; }; |