Searched hist:"21 d87050af66f50c8d394a160e89560ceaa6bd5d" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/stubs/ |
H A D | xen-hw-stub.c | diff 21d87050af66f50c8d394a160e89560ceaa6bd5d Sun Jun 26 04:46:55 CDT 2022 Bernhard Beschow <shentey@gmail.com> hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
The only user of xen_set_pci_link_route() is xen_piix_pci_write_config_client() which implements PIIX-specific logic in the xen namespace. This makes xen-hvm depend on PIIX which could be avoided if xen_piix_pci_write_config_client() was implemented in PIIX. In order to do this, xen_set_pci_link_route() needs to be stubbable which this patch addresses.
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Paul Durrant <paul@xen.org> Message-Id: <20220626094656.15673-2-shentey@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen.h | diff 21d87050af66f50c8d394a160e89560ceaa6bd5d Sun Jun 26 04:46:55 CDT 2022 Bernhard Beschow <shentey@gmail.com> hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
The only user of xen_set_pci_link_route() is xen_piix_pci_write_config_client() which implements PIIX-specific logic in the xen namespace. This makes xen-hvm depend on PIIX which could be avoided if xen_piix_pci_write_config_client() was implemented in PIIX. In order to do this, xen_set_pci_link_route() needs to be stubbable which this patch addresses.
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Paul Durrant <paul@xen.org> Message-Id: <20220626094656.15673-2-shentey@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | diff 21d87050af66f50c8d394a160e89560ceaa6bd5d Sun Jun 26 04:46:55 CDT 2022 Bernhard Beschow <shentey@gmail.com> hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
The only user of xen_set_pci_link_route() is xen_piix_pci_write_config_client() which implements PIIX-specific logic in the xen namespace. This makes xen-hvm depend on PIIX which could be avoided if xen_piix_pci_write_config_client() was implemented in PIIX. In order to do this, xen_set_pci_link_route() needs to be stubbable which this patch addresses.
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Paul Durrant <paul@xen.org> Message-Id: <20220626094656.15673-2-shentey@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|