summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* seqlock: introduce read-write seqlockPaolo Bonzini2013-10-171-0/+72
* portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka2013-10-171-0/+2
* exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-1/+1
* Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into stagingAnthony Liguori2013-10-111-2/+5
|\
| * qemu-ga: Extend 'guest-info' command to expose flag 'success-response'Mark Wu2013-10-101-0/+1
| * qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-101-2/+4
* | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-113-67/+252
|\ \
| * | exec: Add both big- and little-endian memory helpersRichard Henderson2013-10-101-35/+251
| * | exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2013-10-102-14/+2Star
| * | tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson2013-10-101-18/+0Star
| * | tcg: Put target helper data into an array.Richard Henderson2013-10-101-2/+1Star
* | | Mostly revert "qemu-help: Sort devices by logical functionality"Markus Armbruster2013-10-111-16/+0Star
* | | blockdev: Separate ID generation from DriveInfo creationKevin Wolf2013-10-111-0/+1
* | | blockdev: Introduce DriveInfo.enable_auto_delKevin Wolf2013-10-111-0/+1
* | | block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-112-0/+20
* | | block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven2013-10-111-0/+4
* | | block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz2013-10-111-0/+2
* | | block: Add bdrv_get_specific_infoMax Reitz2013-10-112-0/+2
* | | qapi: make use of new BlockJobTypeFam Zheng2013-10-111-1/+1
* | | blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-111-6/+6
* | | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-102-2/+8
|\ \ \
| * | | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+0Star
| * | | target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost2013-10-021-0/+8
* | | | Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into stagingAnthony Liguori2013-10-101-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | char: move backends' io watch tag to CharDriverStateAmit Shah2013-09-051-0/+1
* | | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-10-101-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]Asias He2013-10-091-0/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori2013-10-091-15/+1Star
|\ \ \
| * | | tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson2013-10-011-15/+1Star
| |/ /
* | | Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori2013-10-091-0/+1
|\ \ \
| * | | util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik2013-10-021-0/+1
| |/ /
* | | Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori2013-10-091-0/+80
|\ \ \ | |/ / |/| |
| * | bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil2013-09-251-0/+80
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-016-4/+26
|\ \ \
| * | | smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster2013-09-282-1/+1
| * | | smbios: Convert to QemuOptsMarkus Armbruster2013-09-282-2/+4
| * | | smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster2013-09-281-1/+1
| * | | pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2013-09-151-0/+1
| * | | range: add min/max operations on rangesMichael S. Tsirkin2013-09-151-0/+18
| * | | range: add Range to typedefsMichael S. Tsirkin2013-09-152-1/+2
* | | | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-10-012-0/+8
|\ \ \ \
| * | | | qdict: Extract qdict_extract_subqdictBenoît Canet2013-09-251-0/+2
| * | | | block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-251-0/+6
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into stagingAnthony Liguori2013-10-011-1/+3
|\ \ \ \
| * | | | qemu: Adjust qemu wakeupLiu, Jinsong2013-09-251-1/+3
| |/ / /
* | | | Merge remote-tracking branch 'rth/tcg-ppc-pull' into stagingAnthony Liguori2013-10-011-3/+1Star
|\ \ \ \
| * | | | tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2013-09-251-3/+1Star
| |/ / /
* | | | Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-10-011-2/+15
|\ \ \ \
| * | | | migration: add version supporting macros for struct pointerAlexey Kardashevskiy2013-09-241-2/+15
| |/ / /
* | | | Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into stagingAnthony Liguori2013-10-012-5/+187
|\ \ \ \ | |/ / / |/| | |