aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...Peter Maydell
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-02-22pc: calculate topology only once when possible_cpus is initialisedIgor Mammedov
2017-02-22machine: move possible_cpus to MachineStateIgor Mammedov
2017-02-22softfloat: Add float128_to_uint32_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add float128_to_uint64_round_to_zero()Bharata B Rao
2017-02-22softfloat: Add round-to-odd rounding modeBharata B Rao
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton
2017-02-21hw/mips_gictimer: provide API for retrieving frequencyPaul Burton
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2017-02-21blockdev: Make orphaned -drive fatalMarkus Armbruster
2017-02-21hw: Default -drive to if=none instead of ide when ide cannot workMarkus Armbruster
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2017-02-21coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170220-1' into st...Peter Maydell
2017-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20170220-1' into...Peter Maydell
2017-02-20spice: allow to specify drm rendernodeMarc-André Lureau
2017-02-20ps2: fix mouse mappings for right/middle buttonFabian Lesniak
2017-02-17intel_iommu: add "caching-mode" optionAviv Ben-David
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini
2017-02-17virtio: add virtio_*_phys_cachedPaolo Bonzini
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth
2017-02-16move vm_start to cpus.cClaudio Imbrenda
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert