summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini2-44/+45
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-1/+0
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini12-9/+17
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini2-0/+387
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini1-4/+1
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini3-8/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-2/+0
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini4-35/+25
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini2-3/+4
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini2-49/+48
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-1/+1
2016-05-19include: poison symbols in osdep.hPaolo Bonzini3-14/+15
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini1-5/+0
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-05-19arm: remove useless cpu.h inclusionPaolo Bonzini1-2/+0
2016-05-19ppc: use PowerPCCPU instead of CPUPPCStatePaolo Bonzini1-9/+15
2016-05-19mips: use MIPSCPU instead of CPUMIPSStatePaolo Bonzini1-2/+5
2016-05-19sh4: include cpu-qom.h in files that require SuperHCPUPaolo Bonzini1-0/+1
2016-05-19m68k: include cpu-qom.h in files that require M68KCPUPaolo Bonzini1-0/+2
2016-05-19arm: include cpu-qom.h in files that require ARMCPUPaolo Bonzini4-1/+4
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-15/+2
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini4-24/+23
2016-05-18Fix some typos found by codespellStefan Weil4-4/+4
2016-05-18smbios: fix typoCao jin1-1/+1
2016-05-18accel: make configure_accelerator return voidWei Jiangang1-1/+1
2016-05-18ipack: Update e-mail addressAlberto Garcia1-1/+1
2016-05-18remove comment for nonexistent structure memberCao jin1-1/+0
2016-05-17s390x: enable runtime instrumentationFan Zhang1-0/+4
2016-05-17s390x: add compat machine for 2.7Cornelia Huck1-0/+3
2016-05-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell1-0/+1
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-2/+0
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov2-2/+2
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov1-13/+16
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov1-5/+7
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-16/+28
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov1-0/+1
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov1-23/+2
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov1-0/+11
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov1-0/+3
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-2/+3
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-37/+58
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell7-10/+850
2016-05-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann1-0/+1
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang1-0/+4
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang2-0/+9
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake1-2/+5
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake1-2/+2