469b046ead
memory: remove memory_region_destroy
...
The function is empty after the previous patch, so remove it.
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2014-08-18 12:06:21 +02:00
7c8b724826
pcie_host: Turn pcie_host_init() into an instance_init
...
This assures the trivial field initialization is applied for any derived
type - currently only Q35PCIHost.
Signed-off-by: Andreas Färber <afaerber@suse.de >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2014-05-21 15:47:50 +03:00
6f6d282330
pcie_host: expose address format
...
Callers pass in the address so it's helpful for
them to be able to decode it.
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com >
Tested-by: Gerd Hoffmann <kraxel@redhat.com >
Reviewed-by: Igor Mammedov <imammedo@redhat.com >
Tested-by: Igor Mammedov <imammedo@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2013-10-14 17:48:51 +03:00
079e3e7012
pcie_host: expose UNMAPPED macro
...
Make it possible to test unmapped status through QMP.
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com >
Tested-by: Gerd Hoffmann <kraxel@redhat.com >
Reviewed-by: Igor Mammedov <imammedo@redhat.com >
Tested-by: Igor Mammedov <imammedo@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2013-10-14 17:48:51 +03:00
40c5dce99b
hw/p*: pass owner to memory_region_init* functions
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-07-04 17:42:48 +02:00
2c9b15cab1
memory: add owner argument to initialization functions
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-07-04 17:42:44 +02:00
022c62cbbc
exec: move include files to include/exec/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:31:31 +01:00
c759b24fae
pci: fix path for local includes
...
Include dependencies from pci core using the correct path.
This is required now that it's in the separate directory.
Need to check whether they can be minimized, for now,
keep the code as is.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2012-12-17 13:02:27 +02:00
315a1350c4
pci: move pci core code to hw/pci
...
Move files and modify makefiles to pick them at the
new location.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2012-12-17 13:02:17 +02:00