summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen/xen-hvm.c
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* 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
* 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
* 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-131-0/+1
|\
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+1
* | hw/i386/xen/xen-hvm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-1/+2
|/
* 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-161-0/+1
* Include sysemu/sysemu.h a lot 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-161-0/+1
* 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-241-1/+0Star
* xen: Avoid VLAAnthony PERARD2019-06-241-4/+11
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+3
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-2/+2
* qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2018-12-181-0/+5
* xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2018-05-311-20/+82
* xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2018-05-311-15/+51
* xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2018-05-311-18/+19
* xen-hvm: create separate function for ioreq server initializationPaul Durrant2018-05-181-30/+46
* xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall2018-04-261-23/+27
* xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson2018-04-261-0/+12
* xen: destroy_hvm_domain: Move reason into a variableIan Jackson2018-04-261-2/+3
* xen: defer call to xen_restrict until just before os_setup_postIan Jackson2018-04-261-8/+0Star
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+1
* xen: Log errno rather than return valueRoss Lagerwall2017-10-261-1/+1
* xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-181-11/+37
* xen: move physmap saving into a separate functionIgor Druzhinin2017-07-181-26/+31
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau2017-06-201-3/+3
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake2017-05-231-2/+5
* move xen-hvm.c to hw/i386/xen/Anthony Xu2017-04-251-0/+1429