projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e921be
)
ppc/pnv/pci: Cleanup PnvPHBPecState structure
author
Frederic Barrat
<fbarrat@linux.ibm.com>
Fri, 27 Jan 2023 12:28:45 +0000
(13:28 +0100)
committer
Daniel Henrique Barboza
<danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000
(06:40 -0300)
Remove unused structure member 'system_memory'.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <
20230127122848
.550083-2-fbarrat@linux.ibm.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
include/hw/pci-host/pnv_phb4.h
patch
|
blob
|
history
diff --git
a/include/hw/pci-host/pnv_phb4.h
b/include/hw/pci-host/pnv_phb4.h
index 1f3237c9d5220090ea0c8610a76015c4e830b728..17aef08f91c8896484f76cc1eb3d3b2c37d29a2b 100644
(file)
--- a/
include/hw/pci-host/pnv_phb4.h
+++ b/
include/hw/pci-host/pnv_phb4.h
@@
-173,8
+173,6
@@
struct PnvPhb4PecState {
uint32_t index;
uint32_t chip_id;
- MemoryRegion *system_memory;
-
/* Nest registers, excuding per-stack */
#define PHB4_PEC_NEST_REGS_COUNT 0xf
uint64_t nest_regs[PHB4_PEC_NEST_REGS_COUNT];