Age | Commit message (Expand) | Author |
2016-05-19 | exec: extract exec/tb-context.h | Paolo Bonzini |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-19 | s390x: reorganize CSS bits between cpu.h and other headers | Paolo Bonzini |
2016-05-19 | dma: do not depend on kvm_enabled() | Paolo Bonzini |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-05-19 | cpu: move endian-dependent load/store functions to cpu-all.h | Paolo Bonzini |
2016-05-19 | hw: cannot include hw/hw.h from user emulation | Paolo Bonzini |
2016-05-19 | hw: move CPU state serialization to migration/cpu.h | Paolo Bonzini |
2016-05-19 | hw: do not use VMSTATE_*TL | Paolo Bonzini |
2016-05-19 | include: poison symbols in osdep.h | Paolo Bonzini |
2016-05-19 | apic: move target-dependent definitions to cpu.h | Paolo Bonzini |
2016-05-19 | explicitly include qom/cpu.h | Paolo Bonzini |
2016-05-19 | arm: remove useless cpu.h inclusion | Paolo Bonzini |
2016-05-19 | ppc: use PowerPCCPU instead of CPUPPCState | Paolo Bonzini |
2016-05-19 | mips: use MIPSCPU instead of CPUMIPSState | Paolo Bonzini |
2016-05-19 | sh4: include cpu-qom.h in files that require SuperHCPU | Paolo Bonzini |
2016-05-19 | m68k: include cpu-qom.h in files that require M68KCPU | Paolo Bonzini |
2016-05-19 | arm: include cpu-qom.h in files that require ARMCPU | Paolo Bonzini |
2016-05-19 | log: do not use CONFIG_USER_ONLY | Paolo Bonzini |
2016-05-19 | include: move CPU-related definitions out of qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-18 | smbios: fix typo | Cao jin |
2016-05-18 | accel: make configure_accelerator return void | Wei Jiangang |
2016-05-18 | ipack: Update e-mail address | Alberto Garcia |
2016-05-18 | remove comment for nonexistent structure member | Cao jin |
2016-05-17 | s390x: enable runtime instrumentation | Fan Zhang |
2016-05-17 | s390x: add compat machine for 2.7 | Cornelia Huck |
2016-05-13 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st... | Peter Maydell |
2016-05-12 | tcg: Remove needless CPUState::current_tb | Sergey Fedorov |
2016-05-12 | tcg: Rework tb_invalidated_flag | Sergey Fedorov |
2016-05-12 | tcg: Clarify thread safety check in tb_add_jump() | Sergey Fedorov |
2016-05-12 | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | tcg: Note requirement on atomic direct jump patching | Sergey Fedorov |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tci: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add macros for pointer alignment | Sergey Fedorov |
2016-05-12 | include/qemu/osdep.h: Add a macro to check for alignment | Sergey Fedorov |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota |
2016-05-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-12 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'... | Peter Maydell |
2016-05-12 | spice/gl: add & use qemu_spice_gl_monitor_config | Gerd Hoffmann |
2016-05-12 | quorum: implement bdrv_add_child() and bdrv_del_child() | Wen Congyang |
2016-05-12 | Add new block driver interface to add/delete a BDS's child | Wen Congyang |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake |
2016-05-12 | block: Make supported_write_flags a per-bds property | Eric Blake |