mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
ppc/spapr: remove deprecated machine pseries-2.3
Commit 1392617d35
intended to tag pseries-2.1 - 2.11 machines as
deprecated with reasons mentioned in its commit log.
Removing pseries-2.3 specific code with this patch for now.
While at it, also remove the dynamic-reconfiguration option which was
introduced to disable it by default for legacy machines until pseries-2.3.
Suggested-by: Cédric Le Goater <clg@kaod.org>
Reviewed-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>
This commit is contained in:
parent
6e3d3578d7
commit
b89c746c22
5 changed files with 0 additions and 67 deletions
|
@ -53,7 +53,6 @@ struct SpaprPhbState {
|
|||
uint32_t index;
|
||||
uint64_t buid;
|
||||
char *dtbusname;
|
||||
bool dr_enabled;
|
||||
|
||||
MemoryRegion memspace, iospace;
|
||||
hwaddr mem_win_addr, mem_win_size, mem64_win_addr, mem64_win_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue