]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
authorBernhard Beschow <shentey@gmail.com>
Sat, 26 Mar 2022 16:58:24 +0000 (17:58 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 May 2022 10:07:06 +0000 (12:07 +0200)
commit76acef2b735729c642c54385b7566de509506d9a
treef7009111f0dd5876802fd5694c0f6b733e43248b
parent4a8027363e9680d00786622ee786fc3ccd6b970b
hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection

Now that igd_passthrough_isa_bridge_create() is implemented within the
xen context it may use Xen* data types directly and become
xen_igd_passthrough_isa_bridge_create(). This resolves an indirection.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20220326165825.30794-3-shentey@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/xen/xen_pt.c
hw/xen/xen_pt.h
hw/xen/xen_pt_graphics.c