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