qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] ppc/pnv/pci: Cleanup PnvPHBPecState structure


From: Cédric Le Goater
Subject: Re: [PATCH 1/4] ppc/pnv/pci: Cleanup PnvPHBPecState structure
Date: Fri, 27 Jan 2023 17:15:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

On 1/27/23 13:28, Frederic Barrat wrote:
Remove unused structure member 'system_memory'.

Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>

Reviewed-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

---
  include/hw/pci-host/pnv_phb4.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/include/hw/pci-host/pnv_phb4.h b/include/hw/pci-host/pnv_phb4.h
index 1f3237c9d5..17aef08f91 100644
--- 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];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]