aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+1
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf4-8/+8
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-1/+1
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf3-15/+11
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-1/+1
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf3-4/+6
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+10
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini3-7/+3
2016-05-19hw: remove pio_addr_tPaolo Bonzini2-11/+8
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2-9/+10
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