index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
3
-0
/
+345
|
*
|
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
3
-0
/
+352
|
*
|
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
3
-0
/
+379
|
*
|
translate-all: remove obsolete comment about l1_map
Emilio G. Cota
2015-09-09
1
-2
/
+1
|
*
|
linux-user: call rcu_(un)register_thread on pthread_(exit|create)
Emilio G. Cota
2015-09-09
1
-0
/
+2
|
*
|
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
2015-09-09
1
-1
/
+1
|
*
|
rcu: init rcu_registry_lock after fork
Emilio G. Cota
2015-09-09
1
-1
/
+6
|
*
|
Makefile.target: include top level build dir in vpath
Michael Marineau
2015-09-09
1
-1
/
+1
|
*
|
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-09-09
2
-41
/
+40
|
*
|
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
4
-72
/
+27
|
*
|
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
3
-11
/
+10
|
*
|
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
2015-09-09
2
-5
/
+11
|
*
|
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
Paolo Bonzini
2015-09-09
2
-1
/
+7
|
*
|
tcg: assign cpu->current_tb in a simpler place
Paolo Bonzini
2015-09-09
1
-8
/
+2
|
*
|
remove qemu/tls.h
Paolo Bonzini
2015-09-09
3
-56
/
+2
|
*
|
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
3
-11
/
+9
|
*
|
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
11
-77
/
+13
|
*
|
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-09
5
-10
/
+16
|
*
|
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
4
-11
/
+10
|
*
|
block/iscsi: validate block size returned from target
Peter Lieven
2015-09-07
1
-0
/
+4
|
*
|
iohandler: Use aio API
Fam Zheng
2015-09-07
3
-100
/
+19
|
*
|
cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
Aníbal Limón
2015-09-07
1
-1
/
+1
|
*
|
seqlock: read sequence number atomically
Emilio G. Cota
2015-09-07
1
-3
/
+3
|
*
|
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
2015-09-07
1
-1
/
+1
|
*
|
qemu-thread: handle spurious futex_wait wakeups
Emilio G. Cota
2015-09-02
1
-1
/
+10
*
|
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150914'...
Peter Maydell
2015-09-14
16
-209
/
+949
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
target-arm: Add VMPIDR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+25
|
*
|
target-arm: Break out mpidr_read_val()
Edgar E. Iglesias
2015-09-14
1
-1
/
+6
|
*
|
target-arm: Add VPIDR_EL2
Edgar E. Iglesias
2015-09-14
2
-1
/
+42
|
*
|
target-arm: Suppress EPD for S2, EL2 and EL3 translations
Edgar E. Iglesias
2015-09-14
1
-2
/
+4
|
*
|
target-arm: Suppress TBI for S2 translations
Edgar E. Iglesias
2015-09-14
1
-1
/
+3
|
*
|
target-arm: Add VTTBR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+33
|
*
|
target-arm: Add VTCR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+42
|
*
|
hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully
Edgar E. Iglesias
2015-09-14
2
-2
/
+2
|
*
|
i.MX: Add GPIO devices to i.MX25 SOC
Jean-Christophe Dubois
2015-09-14
2
-0
/
+44
|
*
|
i.MX: Add GPIO devices to i.MX31 SOC
Jean-Christophe Dubois
2015-09-14
2
-0
/
+42
|
*
|
i.MX: Add GPIO device
Jean-Christophe Dubois
2015-09-14
3
-0
/
+403
|
*
|
target-arm: Use tcg_gen_extrh_i64_i32
Richard Henderson
2015-09-14
1
-25
/
+9
|
*
|
target-arm: Recognize ROR
Richard Henderson
2015-09-14
1
-12
/
+21
|
*
|
target-arm: Eliminate unnecessary zero-extend in disas_bitfield
Richard Henderson
2015-09-14
1
-1
/
+5
|
*
|
target-arm: Recognize UXTB, UXTH, LSR, LSL
Richard Henderson
2015-09-14
1
-0
/
+17
|
*
|
target-arm: Recognize SXTB, SXTH, SXTW, ASR
Richard Henderson
2015-09-14
1
-1
/
+23
|
*
|
target-arm: Implement fcsel with movcond
Richard Henderson
2015-09-14
1
-28
/
+17
|
*
|
target-arm: Implement ccmp branchless
Richard Henderson
2015-09-14
1
-16
/
+58
|
*
|
target-arm: Use setcond and movcond for csel
Richard Henderson
2015-09-14
1
-36
/
+49
|
*
|
target-arm: Handle always condition codes within arm_test_cc
Richard Henderson
2015-09-14
1
-0
/
+9
|
*
|
target-arm: Introduce DisasCompare
Richard Henderson
2015-09-14
2
-46
/
+78
|
*
|
target-arm: Share all common TCG temporaries
Richard Henderson
2015-09-14
3
-27
/
+13
|
*
|
xlnx-zynqmp: Remove unnecessary brackets around error messages
Alistair Francis
2015-09-14
1
-5
/
+5
|
*
|
arm: xlnx-zynqmp: Fix up GIC region size
Nathan Rossi
2015-09-14
1
-1
/
+1
|
/
/
[prev]
[next]