aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen
AgeCommit message (Expand)Author
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-15xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini
2023-06-15hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOStateStefano Stabellini
2023-06-15hw/i386/xen: rearrange xen_hvm_init_pcVikram Garhwal
2023-06-15hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse
2023-03-01xen-platform: allow its creation with XEN_EMULATE modeJoao Martins
2023-03-01xen-platform: exclude vfio-pci from the PCI platform unplugJoao Martins
2023-02-27hw/i386/xen: Remove unused 'hw/ide.h' include from headerPhilippe Mathieu-Daudé
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow
2022-06-09include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-09-30memory: Name all the memory listenersPeter Xu
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD
2021-05-10xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-20hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2020-12-10i386: do not use ram_size globalPaolo Bonzini
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé
2020-10-19xen: xenguest is not used so is not neededMichael Tokarev
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé