summary refs log tree commit diff stats
path: root/include/hw/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé2024-03-091-0/+33
* hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-091-1/+1
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-022-2/+1
* include: Clean up includesPeter Maydell2024-01-301-1/+0
* xen: fix condition for skipping virtio-mmio definesPaolo Bonzini2023-12-121-1/+1
* Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal2023-11-071-2/+2
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+1
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+1
* hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse2023-11-071-0/+1
* hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-0/+2
* hw/xen: automatically assign device index to block devicesDavid Woodhouse2023-11-071-1/+0
* include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse2023-11-0728-522/+123
* xen_arm: Initialize RAM and add hi/low memory regionsOleksandr Tyshchenko2023-08-301-0/+8
* xen_arm: Create virtio-mmio devices during initializationOleksandr Tyshchenko2023-08-301-0/+16
* xen: Don't pass MemoryListener around by valuePeter Maydell2023-08-011-1/+1
* hw/arm: introduce xenpvh machineVikram Garhwal2023-06-151-0/+2
* include/hw/xen/xen_common: return error from xen_create_ioreq_serverStefano Stabellini2023-06-151-3/+5
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-152-0/+102
* include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow2023-06-071-1/+1
* xen: Drop support for Xen versions below 4.7.1David Woodhouse2023-06-071-106/+1
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-073-12/+23
* hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse2023-03-071-2/+0
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-076-32/+183
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-072-13/+26
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-073-7/+8
* hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-074-53/+102
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-075-12/+121
* hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse2023-03-011-2/+1
* xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse2023-03-011-2/+3
* include: import Xen public headers to hw/xen/interfaceJoao Martins2023-03-0128-148/+7146
* hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé2023-01-112-3/+6
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-1/+0
* hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow2022-06-292-6/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-224-6/+6
* xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-101-0/+6
* xen: remove GNUC checkMarc-André Lureau2020-12-151-9/+0
* include/hw/xen.h: drop superfluous structAlex Bennée2020-11-161-1/+1
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-192-1/+3
* xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost2020-10-191-1/+1
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-302-2/+15
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-6/+2
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-6/+2
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-24/+12
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-16/+27
* xen-legacy-backend: Add missing typedef XenLegacyDeviceEduardo Habkost2020-08-271-0/+1
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-11/+0