qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
Date: Mon, 12 Jun 2023 12:31:48 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2

On 11/6/23 12:34, Bernhard Beschow wrote:
Introduce the property in anticipation of QOM'ification; Q35 has the same
property.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  hw/pci-host/i440fx.c | 14 ++++++++++----
  1 file changed, 10 insertions(+), 4 deletions(-)


@@ -51,6 +50,7 @@ struct I440FXState {
      /*< public >*/
MemoryRegion *system_memory;
+    MemoryRegion *address_space_io;

"io_mem" like the property? (this is not an AddressSpace)

      MemoryRegion *pci_address_space;

(pre-existing misleading name)

      MemoryRegion *ram_memory;
      Range pci_hole;




reply via email to

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