summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* arm: remove useless cpu.h inclusionPaolo Bonzini2016-05-191-2/+0Star
* ppc: use PowerPCCPU instead of CPUPPCStatePaolo Bonzini2016-05-191-9/+15
* mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini2016-05-191-2/+5
* sh4: include cpu-qom.h in files that require SuperHCPUPaolo Bonzini2016-05-191-0/+1
* m68k: include cpu-qom.h in files that require M68KCPUPaolo Bonzini2016-05-191-0/+2
* arm: include cpu-qom.h in files that require ARMCPUPaolo Bonzini2016-05-194-1/+4
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-15/+2Star
* include: move CPU-related definitions out of qemu-common.hPaolo Bonzini2016-05-194-24/+23Star
* Fix some typos found by codespellStefan Weil2016-05-184-4/+4
* smbios: fix typoCao jin2016-05-181-1/+1
* accel: make configure_accelerator return voidWei Jiangang2016-05-181-1/+1
* ipack: Update e-mail addressAlberto Garcia2016-05-181-1/+1
* remove comment for nonexistent structure memberCao jin2016-05-181-1/+0Star
* s390x: enable runtime instrumentationFan Zhang2016-05-171-0/+4
* s390x: add compat machine for 2.7Cornelia Huck2016-05-171-0/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell2016-05-131-0/+1
|\
| * spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2016-05-121-0/+1
* | tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-2/+0Star
* | tcg: Rework tb_invalidated_flagSergey Fedorov2016-05-132-2/+2
* | tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov2016-05-131-13/+16
* | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov2016-05-131-5/+7
* | tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-16/+28
* | tcg: Note requirement on atomic direct jump patchingSergey Fedorov2016-05-131-0/+1
* | tcg/arm: Make direct jump patching thread-safeSergey Fedorov2016-05-131-23/+2Star
* | tcg/s390: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | tcg/i386: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | tci: Make direct jump patching thread-safeSergey Fedorov2016-05-131-1/+1
* | include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov2016-05-131-0/+11
* | include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov2016-05-131-0/+3
* | tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-2/+3
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-05-125-37/+58
|\ \
| * | quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang2016-05-121-0/+4
| * | Add new block driver interface to add/delete a BDS's childWen Congyang2016-05-122-0/+9
| * | block: Honor BDRV_REQ_FUA during write_zeroesEric Blake2016-05-121-2/+5
| * | block: Make supported_write_flags a per-bds propertyEric Blake2016-05-121-2/+2
| * | block: Kill unused sector-based blk_* functionsEric Blake2016-05-121-10/+0Star
| * | ide: Switch to byte-based aio block accessEric Blake2016-05-121-2/+2
| * | block: Introduce byte-based aio read/writeEric Blake2016-05-121-1/+7
| * | block: Switch blk_*write_zeroes() to byte interfaceEric Blake2016-05-121-6/+6
| * | block: Switch blk_read_unthrottled() to byte interfaceEric Blake2016-05-121-2/+2
| * | block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-1/+2
| * | Allow users to specify the vmdk virtual hardware version.Janne Karhunen2016-05-121-1/+1
| * | block: Remove BlockDriver.bdrv_read/writeKevin Wolf2016-05-121-4/+0Star
| * | block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf2016-05-121-0/+4
| * | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
| * | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2016-05-122-2/+6
| * | block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-3/+6
| * | block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini2016-05-121-0/+1
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell2016-05-127-10/+850
|\ \
| * | i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS2016-05-121-0/+450