summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-07-203-3/+27
|\
| * apic: Use apic_id as apic's migration instance_idIgor Mammedov2016-07-202-0/+6
| * (kvm)apic: Add unrealize callbacksIgor Mammedov2016-07-201-0/+1
| * apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov2016-07-201-1/+0Star
| * apic: move MAX_APICS check to 'apic' classIgor Mammedov2016-07-201-3/+1Star
| * pc: Add x86_topo_ids_from_apicid()Igor Mammedov2016-07-201-0/+15
| * target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert2016-07-201-0/+5
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160720' into stagingPeter Maydell2016-07-201-0/+7
|\ \
| * | s390x/css: provide a dev_path for css devicesCornelia Huck2016-07-201-0/+7
| |/
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-07-202-3/+3
|\ \
| * | dirty-bitmap: operate with int64_t amountDenis V. Lunev2016-07-192-3/+3
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell2016-07-201-3/+3
|\ \ | |/ |/|
| * net: Use correct type for bool flagEric Blake2016-07-191-1/+1
| * qapi: Change Netdev into a flat unionEric Blake2016-07-191-2/+2
* | disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell2016-07-191-0/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-07-191-0/+3
|\ \
| * | compiler: never omit assertions if using a static analysis toolPaolo Bonzini2016-07-171-0/+3
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-07-191-0/+5
|\ \ \ | |_|/ |/| |
| * | block: ignore flush requests when storage is cleanEvgeny Yakovlev2016-07-191-0/+5
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-07-192-1/+6
|\ \
| * | trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+6
| * | disas: Remove unused macro '_'Lluís Vilanova2016-07-181-1/+0Star
| |/
* | aio-posix: remove useless parameterCao jin2016-07-181-1/+1
* | linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini2016-07-182-0/+81
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714'...Peter Maydell2016-07-144-1/+16
|\
| * ast2400: externalize revision numbersCédric Le Goater2016-07-141-0/+5
| * gic: provide defines for v2/v3 targetlist sizesAndrew Jones2016-07-142-0/+6
| * virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek2016-07-141-1/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-fwcfg' into s...Peter Maydell2016-07-142-0/+5
|\ \ | |/ |/|
| * Add optionrom compatible with fw_cfg DMA versionMarc Marí2016-07-142-0/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-07-146-6/+23
|\ \
| * | hostmem: detect host backend memory is being used properlyXiao Guangrong2016-07-131-1/+3
| * | char: do not use atexit cleanup handlerMarc-André Lureau2016-07-131-0/+7
| * | util: Fix MIN_NON_ZEROFam Zheng2016-07-131-1/+2
| * | disas: avoid including everything in headers compiled from C++Paolo Bonzini2016-07-121-1/+1
| * | scsi-bus: Use longer sense buffer with scannersJarkko Lavinen2016-07-121-3/+4
| * | scsi-bus: Add SCSI scanner supportJarkko Lavinen2016-07-121-0/+6
| |/
* | Improve block job rate limiting for small bandwidth valuesSascha Silbe2016-07-131-9/+34
* | block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf2016-07-132-0/+12
* | block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf2016-07-131-1/+4
* | coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-132-7/+5Star
* | coroutine: use QSIMPLEQ instead of QTAILQPaolo Bonzini2016-07-132-3/+3
* | osdep: Introduce qemu_dupFam Zheng2016-07-131-0/+3
* | commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-6/+10
* | stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia2016-07-131-4/+6
* | backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia2016-07-131-3/+5
* | mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia2016-07-131-2/+4
* | blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia2016-07-131-3/+5
* | blockjob: Add block_job_get()Alberto Garcia2016-07-131-0/+10
* | blockjob: Update description of the 'id' fieldAlberto Garcia2016-07-132-7/+1Star