aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen-hvm.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé1-1/+1
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé1-0/+1
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-1/+1
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-0/+1
2020-06-09hw/i386/xen/xen-hvm: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé1-2/+3
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-13/+15
2019-08-27xen: cleanup IOREQ server on exitIgor Druzhinin1-0/+2
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-0/+4
2019-06-24xen: Drop includes of xen/hvm/params.hAnthony PERARD1-1/+0
2019-06-24xen: Avoid VLAAnthony PERARD1-4/+11
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+3
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-1/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+5
2018-05-31xen-hvm: stop faking I/O to access PCI config spacePaul Durrant1-20/+82
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant1-15/+51
2018-05-31xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin1-18/+19
2018-05-18xen-hvm: create separate function for ioreq server initializationPaul Durrant1-30/+46
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall1-23/+27
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson1-0/+12
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson1-2/+3
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson1-8/+0
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+1
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin1-11/+37
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-06-20xen: use get_uint() for "max-ram-below-4g" propertyMarc-André Lureau1-3/+3
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-23shutdown: Prepare for use of an enum in reset/shutdown_requestEric Blake1-2/+5
2017-04-25move xen-hvm.c to hw/i386/xen/Anthony Xu1-0/+1429