summary refs log tree commit diff stats
path: root/hw/i386/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater2024-04-231-1/+1
* memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+2
* hw/xen/hvm: Get target page size at runtimePhilippe Mathieu-Daudé2024-03-091-23/+39
* hw/xen/hvm: Propagate page_mask to a pair of functionsPhilippe Mathieu-Daudé2024-03-091-8/+10
* hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé2024-03-091-1/+1
* hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGSPhilippe Mathieu-Daudé2024-03-091-1/+3
* hw/xen: Rename 'ram_memory' global variable as 'xen_memory'Philippe Mathieu-Daudé2024-03-091-5/+5
* apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-141-1/+2
* hw/i386: Constify VMStateRichard Henderson2023-12-292-2/+2
* xen-platform: unplug AHCI disksDavid Woodhouse2023-11-071-23/+45
* hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse2023-11-071-2/+7
* xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering2023-08-011-3/+4
* xen: Don't pass MemoryListener around by valuePeter Maydell2023-08-011-2/+2
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-152-967/+63
* hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOStateStefano Stabellini2023-06-151-31/+27
* hw/i386/xen: rearrange xen_hvm_init_pcVikram Garhwal2023-06-151-24/+25
* hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal2023-06-153-605/+0
* include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow2023-06-071-1/+1
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-073-9/+11
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-12/+15
* hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse2023-03-011-7/+1
* xen-platform: allow its creation with XEN_EMULATE modeJoao Martins2023-03-012-14/+30
* xen-platform: exclude vfio-pci from the PCI platform unplugJoao Martins2023-03-011-3/+15
* hw/i386/xen: Remove unused 'hw/ide.h' include from headerPhilippe Mathieu-Daudé2023-02-271-1/+0
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-183-14/+14
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell2022-12-161-1/+1
* hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-18/+0
* hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow2022-06-291-1/+6
* include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-091-1/+47
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-12/+12
* xen-mapcache: Avoid entry->lock overflowRoss Lagerwall2022-01-271-1/+7
* xen-hvm: Allow disabling buffer_io_timerJason Andryuk2022-01-271-2/+4
* memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-011-2/+2
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-3/+4
* xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-101-3/+6
* xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin2021-05-101-1/+14
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé2021-02-201-11/+2
* hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* i386: do not use ram_size globalPaolo Bonzini2020-12-101-1/+1
* qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-211-1/+1
* xen: xenguest is not used so is not neededMichael Tokarev2020-10-191-2/+0
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-301-0/+1
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-1/+1