aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé1-1/+1
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini2-13/+2
2024-03-09hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé1-0/+33
2024-03-09hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé1-1/+1
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2-2/+1
2024-01-30include: Clean up includesPeter Maydell1-1/+0
2023-12-12xen: fix condition for skipping virtio-mmio definesPaolo Bonzini1-1/+1
2023-11-07Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()Vikram Garhwal1-2/+2
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse1-1/+1
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse1-0/+1
2023-11-07hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse1-0/+1
2023-11-07hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse1-0/+2
2023-11-07hw/xen: automatically assign device index to block devicesDavid Woodhouse1-1/+0
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse28-522/+123
2023-08-30xen_arm: Initialize RAM and add hi/low memory regionsOleksandr Tyshchenko1-0/+8
2023-08-30xen_arm: Create virtio-mmio devices during initializationOleksandr Tyshchenko1-0/+16
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell1-1/+1
2023-06-15hw/arm: introduce xenpvh machineVikram Garhwal1-0/+2
2023-06-15include/hw/xen/xen_common: return error from xen_create_ioreq_serverStefano Stabellini1-3/+5
2023-06-15xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2-0/+102
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow1-1/+1
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse1-106/+1
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse3-12/+23
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse1-2/+0
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant6-32/+183
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2-13/+26
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse3-7/+8
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse4-53/+102
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse5-12/+121
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse1-2/+1
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse1-2/+3
2023-03-01include: import Xen public headers to hw/xen/interfaceJoao Martins28-148/+7146
2023-01-11hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé2-3/+6
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow1-1/+0
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow2-6/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau4-6/+6
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD1-0/+6
2020-12-15xen: remove GNUC checkMarc-André Lureau1-9/+0
2020-11-16include/hw/xen.h: drop superfluous structAlex Bennée1-1/+1
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant2-1/+3
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost1-1/+1
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2-2/+15
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-6/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-24/+12