]> git.proxmox.com Git - mirror_qemu.git/commitdiff
aspeed: Remove unused fields from AspeedMachineState
authorCédric Le Goater <clg@kaod.org>
Thu, 28 Jul 2022 06:15:52 +0000 (08:15 +0200)
committerCédric Le Goater <clg@kaod.org>
Mon, 1 Aug 2022 13:24:15 +0000 (15:24 +0200)
Fixes: 346160cbf2af ("aspeed: Set the dram container at the SoC level")
Message-Id: <20220727102714.803041-2-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed.c

index 4193a3d23d1d5444f9e3189faec6132f48ba1741..b3bbe06f8fa40ee71c76e75b1b0bb2f7c57c7d6d 100644 (file)
@@ -38,8 +38,6 @@ struct AspeedMachineState {
     /* Public */
 
     AspeedSoCState soc;
-    MemoryRegion ram_container;
-    MemoryRegion max_ram;
     bool mmio_exec;
     char *fmc_model;
     char *spi_model;