summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+3
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-143-3/+3
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-2/+2
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2018-12-181-0/+5
* hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-1/+0Star
|\
| * hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* | xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2018-05-312-20/+84
* | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2018-05-312-15/+52
* | xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2018-05-312-19/+20
|/
* xen-hvm: create separate function for ioreq server initializationPaul Durrant2018-05-181-30/+46
* xen-pvdevice: Introduce a simplistic xen-pvdevice save stateIgor Druzhinin2018-05-181-0/+11
* 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
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-112-2/+1Star
|\
| * misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
| * mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville2017-12-181-1/+1
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-6/+6
|/
* xen: Log errno rather than return valueRoss Lagerwall2017-10-261-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-152-0/+8
* General warn report fixupsAlistair Francis2017-09-191-1/+1
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-2/+3
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-2/+2
* trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-11/+11
* xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G2017-07-221-2/+11
* xen: fix compilation on 32-bit hostsIgor Druzhinin2017-07-221-4/+5
* xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-182-12/+40