index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-09-10
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
2015-09-09
cpu-exec: fix lock hierarchy for user-mode emulation
Paolo Bonzini
2015-09-09
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
2015-09-09
tcg: comment on which functions have to be called with mmap_lock held
Paolo Bonzini
2015-09-09
tcg: add memory barriers in page_find_alloc accesses
Paolo Bonzini
2015-09-09
remove unused spinlock.
KONRAD Frederic
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
cpus: remove tcg_halt_cond and tcg_cpu_thread globals
KONRAD Frederic
2015-09-09
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
scripts/dump-guest-memory.py: fix after RAMBlock change
Michael S. Tsirkin
2015-09-09
configure: Add support for jemalloc
Alexandre Derumier
2015-09-09
add macro file for coccinelle
Paolo Bonzini
2015-09-09
configure: factor out adding disas configure
Peter Crosthwaite
2015-09-09
vhost-scsi: fix wrong vhost-scsi firmware path
Gonglei
2015-09-09
checkpatch: remove tests that are not relevant outside the kernel
Paolo Bonzini
2015-09-09
checkpatch: adapt some tests to QEMU
Paolo Bonzini
2015-09-09
CODING_STYLE: update mixed declaration rules
Paolo Bonzini
2015-09-09
qmp: Add example usage of strto*l() qemu wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
translate-all: remove obsolete comment about l1_map
Emilio G. Cota
2015-09-09
linux-user: call rcu_(un)register_thread on pthread_(exit|create)
Emilio G. Cota
2015-09-09
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
2015-09-09
rcu: init rcu_registry_lock after fork
Emilio G. Cota
2015-09-09
Makefile.target: include top level build dir in vpath
Michael Marineau
2015-09-09
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
2015-09-09
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
Paolo Bonzini
2015-09-09
tcg: assign cpu->current_tb in a simpler place
Paolo Bonzini
2015-09-09
remove qemu/tls.h
Paolo Bonzini
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-07
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
block/iscsi: validate block size returned from target
Peter Lieven
2015-09-07
iohandler: Use aio API
Fam Zheng
2015-09-07
cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
Aníbal Limón
2015-09-07
seqlock: read sequence number atomically
Emilio G. Cota
2015-09-07
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
2015-09-02
qemu-thread: handle spurious futex_wait wakeups
Emilio G. Cota
2015-08-28
s390: fix softmmu compilation
Laurent Vivier
2015-08-28
qemu-doc.texi: Fix capitalization error in OS X build instructions
Peter Maydell
2015-08-27
From: John Arbuckle <programmingkidx@gmail.com>
G 3
2015-08-27
Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into staging
Peter Maydell
2015-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
2015-08-26
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...
Peter Maydell
[next]