mbox series

[0/2] Confine igd-passthrough-isa-bridge to XEN

Message ID 20220326165825.30794-1-shentey@gmail.com
Headers show
Series Confine igd-passthrough-isa-bridge to XEN | expand

Message

Bernhard Beschow March 26, 2022, 4:58 p.m. UTC
This patch series changes the "igd-passthrough-isa-bridge" device only to be
provided if CONFIG_XEN_PCI_PASSTHROUGH is true. With it xen_pt gets decoupled
from i386/pc.

Bernhard Beschow (2):
  hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
  hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection

 hw/i386/pc_piix.c        | 118 -------------------------------------
 hw/xen/xen_pt.c          |  12 ----
 hw/xen/xen_pt.h          |   2 +
 hw/xen/xen_pt_graphics.c | 122 +++++++++++++++++++++++++++++++++++++++
 include/hw/i386/pc.h     |   1 -
 5 files changed, 124 insertions(+), 131 deletions(-)

Comments

Bernhard Beschow May 5, 2022, 4:56 p.m. UTC | #1
Am 26. März 2022 16:58:22 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>This patch series changes the "igd-passthrough-isa-bridge" device only to be
>provided if CONFIG_XEN_PCI_PASSTHROUGH is true. With it xen_pt gets decoupled
>from i386/pc.
>
>Bernhard Beschow (2):
>  hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
>  hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
>
> hw/i386/pc_piix.c        | 118 -------------------------------------
> hw/xen/xen_pt.c          |  12 ----
> hw/xen/xen_pt.h          |   2 +
> hw/xen/xen_pt_graphics.c | 122 +++++++++++++++++++++++++++++++++++++++
> include/hw/i386/pc.h     |   1 -
> 5 files changed, 124 insertions(+), 131 deletions(-)
>

Ping

Thanks to Anthony the series is reviewed. Which tree wants to pick it up?

Best regards,
Bernhard
Paolo Bonzini May 5, 2022, 5:13 p.m. UTC | #2
On 5/5/22 18:56, Bernhard Beschow wrote:
> Am 26. März 2022 16:58:22 UTC schrieb Bernhard Beschow <shentey@gmail.com>:
>> This patch series changes the "igd-passthrough-isa-bridge" device only to be
>> provided if CONFIG_XEN_PCI_PASSTHROUGH is true. With it xen_pt gets decoupled
>>from i386/pc.
>>
>> Bernhard Beschow (2):
>>   hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
>>   hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
>>
>> hw/i386/pc_piix.c        | 118 -------------------------------------
>> hw/xen/xen_pt.c          |  12 ----
>> hw/xen/xen_pt.h          |   2 +
>> hw/xen/xen_pt_graphics.c | 122 +++++++++++++++++++++++++++++++++++++++
>> include/hw/i386/pc.h     |   1 -
>> 5 files changed, 124 insertions(+), 131 deletions(-)
>>
> 
> Ping
> 
> Thanks to Anthony the series is reviewed. Which tree wants to pick it up?
> 
> Best regards,
> Bernhard
> 

Queued, thanks.

Paolo