summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao2017-02-221-0/+2
* softfloat: Add round-to-odd rounding modeBharata B Rao2017-02-221-0/+2
* spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov2017-02-221-6/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell2017-02-213-7/+9
|\
| * hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2017-02-212-1/+3
| * hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-211-1/+2
| * blockdev: Make orphaned -drive fatalMarkus Armbruster2017-02-211-1/+1
| * hw: Default -drive to if=none instead of ide when ide cannot workMarkus Armbruster2017-02-211-5/+4Star
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-02-216-70/+213
|\ \ | |/ |/|
| * coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini2017-02-211-1/+2
| * coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini2017-02-211-3/+5
| * coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini2017-02-211-45/+44Star
| * coroutine-lock: add limited spinning to CoMutexPaolo Bonzini2017-02-211-0/+5
| * coroutine-lock: make CoMutex thread-safePaolo Bonzini2017-02-211-2/+15
| * block: document fields protected by AioContext lockPaolo Bonzini2017-02-212-29/+49
| * aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini2017-02-211-5/+1Star
| * io: make qio_channel_yield aware of AioContextsPaolo Bonzini2017-02-211-3/+44
| * io: add methods to set I/O handlers on AioContextPaolo Bonzini2017-02-211-0/+25
| * aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini2017-02-212-1/+42
* | xhci: add qemu xhci controllerGerd Hoffmann2017-02-211-0/+1
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into st...Peter Maydell2017-02-201-2/+1Star
|\
| * spice: allow to specify drm rendernodeMarc-André Lureau2017-02-201-2/+1Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into...Peter Maydell2017-02-201-2/+2
|\ \
| * | ps2: fix mouse mappings for right/middle buttonFabian Lesniak2017-02-201-2/+2
| |/
* | intel_iommu: add "caching-mode" optionAviv Ben-David2017-02-171-0/+2
* | virtio: add MemoryListener to cache ring translationsPaolo Bonzini2017-02-171-0/+1
* | virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini2017-02-171-0/+2
* | virtio: add virtio_*_phys_cachedPaolo Bonzini2017-02-171-0/+52
* | virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-173-6/+6
|/
* report guest crash information in GUEST_PANICKED eventAnton Nefedov2017-02-162-1/+11
* cpu-exec: fix icount out-of-bounds accessPaolo Bonzini2017-02-161-0/+1
* hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth2017-02-161-5/+1Star
* move vm_start to cpus.cClaudio Imbrenda2017-02-161-0/+2
* virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert2017-02-131-2/+2
* migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert2017-02-131-0/+19
* migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert2017-02-131-0/+11
* COLO: Shutdown related socket fd while do failoverzhanghailiang2017-02-131-0/+3
* COLO: fix setting checkpoint-delay not working properlyzhanghailiang2017-02-132-0/+7
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-13/+8Star
* migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin2017-02-131-0/+1
* add 'release-ram' migrate capabilityPavel Butsykin2017-02-132-1/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170209-2' into st...Peter Maydell2017-02-091-0/+9
|\
| * util: add iterators for QemuOpts valuesDaniel P. Berrange2017-02-091-0/+9
* | hw/misc: New "unimplemented" sysbus devicePeter Maydell2017-02-071-0/+39
* | arm: Correctly handle watchpoints for BE32 CPUsJulian Brown2017-02-071-0/+3
* | Fix Thumb-1 BE32 execution and disassembly.Julian Brown2017-02-071-0/+7
* | aspeed: add a watchdog controllerCédric Le Goater2017-02-071-0/+2
* | wdt: Add Aspeed watchdog device modelCédric Le Goater2017-02-071-0/+32
|/
* migration: Check for ID lengthDr. David Alan Gilbert2017-02-061-0/+2
* vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert2017-02-061-2/+3