index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
4
-8
/
+8
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
3
-15
/
+11
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
3
-4
/
+6
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+10
2016-05-19
hw: clean up hw/hw.h includes
Paolo Bonzini
3
-7
/
+3
2016-05-19
hw: remove pio_addr_t
Paolo Bonzini
2
-11
/
+8
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2
-9
/
+10
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
2
-44
/
+45
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-1
/
+0
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
12
-9
/
+17
2016-05-19
s390x: reorganize CSS bits between cpu.h and other headers
Paolo Bonzini
2
-0
/
+387
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
1
-4
/
+1
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
3
-8
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-2
/
+0
2016-05-19
cpu: move endian-dependent load/store functions to cpu-all.h
Paolo Bonzini
4
-35
/
+25
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
2
-3
/
+4
2016-05-19
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
2
-49
/
+48
2016-05-19
hw: do not use VMSTATE_*TL
Paolo Bonzini
1
-1
/
+1
2016-05-19
include: poison symbols in osdep.h
Paolo Bonzini
3
-14
/
+15
2016-05-19
apic: move target-dependent definitions to cpu.h
Paolo Bonzini
1
-5
/
+0
2016-05-19
explicitly include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
arm: remove useless cpu.h inclusion
Paolo Bonzini
1
-2
/
+0
2016-05-19
ppc: use PowerPCCPU instead of CPUPPCState
Paolo Bonzini
1
-9
/
+15
2016-05-19
mips: use MIPSCPU instead of CPUMIPSState
Paolo Bonzini
1
-2
/
+5
2016-05-19
sh4: include cpu-qom.h in files that require SuperHCPU
Paolo Bonzini
1
-0
/
+1
2016-05-19
m68k: include cpu-qom.h in files that require M68KCPU
Paolo Bonzini
1
-0
/
+2
2016-05-19
arm: include cpu-qom.h in files that require ARMCPU
Paolo Bonzini
4
-1
/
+4
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-15
/
+2
2016-05-19
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
4
-24
/
+23
2016-05-18
Fix some typos found by codespell
Stefan Weil
4
-4
/
+4
2016-05-18
smbios: fix typo
Cao jin
1
-1
/
+1
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
1
-1
/
+1
2016-05-18
ipack: Update e-mail address
Alberto Garcia
1
-1
/
+1
2016-05-18
remove comment for nonexistent structure member
Cao jin
1
-1
/
+0
2016-05-17
s390x: enable runtime instrumentation
Fan Zhang
1
-0
/
+4
2016-05-17
s390x: add compat machine for 2.7
Cornelia Huck
1
-0
/
+3
2016-05-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...
Peter Maydell
1
-0
/
+1
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-2
/
+0
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2
-2
/
+2
2016-05-12
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
1
-13
/
+16
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
1
-5
/
+7
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-16
/
+28
2016-05-12
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
1
-0
/
+1
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
1
-23
/
+2
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
[prev]
[next]