summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov2-1/+1
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao1-0/+1
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao1-0/+2
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao1-0/+2
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov1-6/+0
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell3-7/+9
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2-1/+3
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-1/+2
2017-02-21blockdev: Make orphaned -drive fatalMarkus Armbruster1-1/+1
2017-02-21hw: Default -drive to if=none instead of ide when ide cannot workMarkus Armbruster1-5/+4
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-70/+213
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini1-1/+2
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini1-3/+5
2017-02-21coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini1-45/+44
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini1-0/+5
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini1-2/+15
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini2-29/+49
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini1-5/+1
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini1-3/+44
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini1-0/+25
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini2-1/+42
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann1-0/+1
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into st...Peter Maydell1-2/+1
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into...Peter Maydell1-2/+2
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau1-2/+1
2017-02-20ps2: fix mouse mappings for right/middle buttonFabian Lesniak1-2/+2
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David1-0/+2
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini1-0/+1
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini1-0/+2
2017-02-17virtio: add virtio_*_phys_cachedPaolo Bonzini1-0/+52
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng3-6/+6
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov2-1/+11
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini1-0/+1
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth1-5/+1
2017-02-16move vm_start to cpus.cClaudio Imbrenda1-0/+2
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert1-2/+2
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert1-0/+19
2017-02-13migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert1-0/+11
2017-02-13COLO: Shutdown related socket fd while do failoverzhanghailiang1-0/+3
2017-02-13COLO: fix setting checkpoint-delay not working properlyzhanghailiang2-0/+7
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-13/+8
2017-02-13migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin1-0/+1
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin2-1/+3
2017-02-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170209-2' into st...Peter Maydell1-0/+9
2017-02-09util: add iterators for QemuOpts valuesDaniel P. Berrange1-0/+9
2017-02-07hw/misc: New "unimplemented" sysbus devicePeter Maydell1-0/+39
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown1-0/+3
2017-02-07Fix Thumb-1 BE32 execution and disassembly.Julian Brown1-0/+7
2017-02-07aspeed: add a watchdog controllerCédric Le Goater1-0/+2
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater1-0/+32