aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
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 Armbruster2-1/+2
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster3-2/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster2-0/+2
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 PERARD2-3/+0
2019-06-24xen: Avoid VLAAnthony PERARD1-4/+11
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster3-0/+4
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-2/+2
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster1-0/+2
2019-03-19xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne1-2/+8
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+3
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant3-3/+3
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+5
2018-07-02hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2-20/+84
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2-15/+52
2018-05-31xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2-19/+20
2018-05-18xen-hvm: create separate function for ioreq server initializationPaul Durrant1-30/+46
2018-05-18xen-pvdevice: Introduce a simplistic xen-pvdevice save stateIgor Druzhinin1-0/+11
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
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-2/+1
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville1-1/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-6/+6
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2-0/+8
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+3
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-11/+11
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2-12/+40