]> git.proxmox.com Git - mirror_qemu.git/commit
hw/pci-host/i440fx: Extract the IGD passthrough host bridge device
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 9 Dec 2019 09:50:01 +0000 (10:50 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Dec 2019 01:34:12 +0000 (02:34 +0100)
commit1401897cd1b2ace4c726022aea8b2f63fe462002
tree8d0135fead4f955426f28acb570e2e94f35aa036
parent86a31fbcbf530380be781157ebbd1ac153cd89e3
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>
MAINTAINERS
hw/pci-host/Makefile.objs
hw/pci-host/i440fx.c
hw/pci-host/xen_igd_pt.c [new file with mode: 0644]