qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Decouple Xen-HVM from PIIX


From: Bernhard Beschow
Subject: [PATCH 0/2] Decouple Xen-HVM from PIIX
Date: Sun, 26 Jun 2022 11:46:54 +0200

hw/i386/xen/xen-hvm.c contains logic which is PIIX-specific. This makes 
xen-hvm.c depend on PIIX which can be avoided if PIIX logic was isolated in 
PIIX itself.

Bernhard Beschow (2):
  hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
  hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and
    remove it

 hw/i386/xen/xen-hvm.c       | 17 ++---------------
 hw/isa/piix3.c              | 15 ++++++++++++++-
 include/hw/xen/xen.h        |  2 +-
 include/hw/xen/xen_common.h |  6 ------
 stubs/xen-hw-stub.c         |  3 ++-
 5 files changed, 19 insertions(+), 24 deletions(-)

-- 
2.36.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]