summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-18/+0Star
* 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/+0Star
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* 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/+2Star
* 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/+0Star
* 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
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-4/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-4/+8
* meson: convert hw/arch*Marc-André Lureau2020-08-212-1/+7
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* x86: move max-ram-below-4g to pcGerd Hoffmann2020-06-171-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-132-0/+2
|\
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-102-0/+2
* | hw/i386/xen/xen-hvm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-1/+2
|/
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé2019-11-051-2/+3
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-13/+15
* xen: cleanup IOREQ server on exitIgor Druzhinin2019-08-271-0/+2
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-1/+2
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-163-2/+1Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/i386: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-0/+4
* xen: Drop includes of xen/hvm/params.hAnthony PERARD2019-06-242-3/+0Star
* xen: Avoid VLAAnthony PERARD2019-06-241-4/+11
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-123-0/+4
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster2019-03-221-0/+2
* xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne2019-03-191-2/+8