diff options
author | Philippe Mathieu-Daudé | 2019-12-09 10:50:01 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-12-18 02:34:12 +0100 |
commit | 1401897cd1b2ace4c726022aea8b2f63fe462002 (patch) | |
tree | 8d0135fead4f955426f28acb570e2e94f35aa036 /MAINTAINERS | |
parent | hw/pci-host/i440fx: Use definitions instead of magic values (diff) | |
download | qemu-1401897cd1b2ace4c726022aea8b2f63fe462002.tar.gz qemu-1401897cd1b2ace4c726022aea8b2f63fe462002.tar.xz qemu-1401897cd1b2ace4c726022aea8b2f63fe462002.zip |
hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
We can use a i440FX without the IGD passthrough host bridge.
Extract it into a new file, 'hw/pci-host/xen_igd_pt.c'.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191209095002.32194-6-philmd@redhat.com>
Acked-by: Paul Durrant <paul@xen.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 740401bcbb..0c36106996 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -420,6 +420,7 @@ F: hw/block/dataplane/xen* F: hw/xen/ F: hw/xenpv/ F: hw/i386/xen/ +F: hw/pci-host/xen_igd_pt.c F: include/hw/block/dataplane/xen* F: include/hw/xen/ F: include/sysemu/xen-mapcache.h |