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
*
vl: Eliminate usb_enabled()
Eduardo Habkost
2016-06-13
9
-16
/
+10
*
pxa2xx: Unconditionally enable USB controller
Eduardo Habkost
2016-06-13
1
-8
/
+4
*
hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()
Peter Maydell
2016-06-13
1
-33
/
+30
*
usb-host: add special case for bus+addr
Gerd Hoffmann
2016-06-13
1
-4
/
+52
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging
Peter Maydell
2016-06-13
22
-132
/
+2893
|
\
|
*
translate-all: add tb hash bucket info to 'info jit' dump
Emilio G. Cota
2016-06-12
1
-0
/
+36
|
*
tb hash: track translated blocks with qht
Emilio G. Cota
2016-06-12
5
-97
/
+86
|
*
qht: add test-qht-par to invoke qht-bench from 'check' target
Emilio G. Cota
2016-06-12
3
-1
/
+61
|
*
qht: add qht-bench, a performance benchmark
Emilio G. Cota
2016-06-12
3
-1
/
+491
|
*
qht: add test program
Emilio G. Cota
2016-06-12
3
-1
/
+165
|
*
qht: QEMU's fast, resizable and scalable Hash Table
Emilio G. Cota
2016-06-12
3
-0
/
+1017
|
*
qdist: add test program
Emilio G. Cota
2016-06-12
3
-1
/
+390
|
*
qdist: add module to represent frequency distributions of data
Emilio G. Cota
2016-06-12
3
-0
/
+459
|
*
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
2016-06-12
3
-9
/
+13
|
*
exec: add tb_hash_func5, derived from xxhash
Emilio G. Cota
2016-06-12
1
-0
/
+94
|
*
qemu-thread: add simple test-and-set spinlock
Guillaume Delbergue
2016-06-12
1
-0
/
+35
|
*
include/processor.h: define cpu_relax()
Emilio G. Cota
2016-06-12
1
-0
/
+30
|
*
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
2016-06-12
2
-16
/
+16
|
*
seqlock: remove optional mutex
Emilio G. Cota
2016-06-12
2
-10
/
+2
|
*
compiler.h: add QEMU_ALIGNED() to enforce struct alignment
Emilio G. Cota
2016-06-12
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into st...
Peter Maydell
2016-06-10
4
-7
/
+15
|
\
|
*
console: ignore ui_info updates which don't actually update something
Gerd Hoffmann
2016-06-10
1
-1
/
+6
|
*
ui/console-gl: Add support for big endian display surfaces
Thomas Huth
2016-06-10
1
-0
/
+5
|
*
gtk: fix vte version check
Olaf Hering
2016-06-10
1
-1
/
+1
|
*
ui: fix regression in printing VNC host/port on startup
Daniel P. Berrange
2016-06-10
1
-1
/
+1
|
*
vnc: drop unused depth arg for set_pixel_format
Gerd Hoffmann
2016-06-10
1
-4
/
+2
|
/
*
target-i386: Move user-mode exception actions out of user-exec.c
Peter Maydell
2016-06-09
2
-15
/
+3
*
target-i386: Add comment about do_interrupt_user() next_eip argument
Peter Maydell
2016-06-09
1
-1
/
+5
*
user-exec: Don't reextract sigmask from usercontext pointer
Peter Maydell
2016-06-09
1
-32
/
+16
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
10
-14
/
+12
*
user-exec: Push resume-from-signal code out to handle_cpu_signal()
Peter Maydell
2016-06-09
4
-18
/
+39
*
translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()
Peter Maydell
2016-06-09
1
-11
/
+15
*
hw/arm: virt uart fix
xiaoqiang zhao
2016-06-08
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
2016-06-08
11
-520
/
+1700
|
\
|
*
linux-user: In fork_end(), remove correct CPUs from CPU list
Peter Maydell
2016-06-08
1
-1
/
+1
|
*
linux-user: Special-case ERESTARTSYS in target_strerror()
Peter Maydell
2016-06-08
1
-0
/
+7
|
*
linux-user: Make target_strerror() return 'const char *'
Peter Maydell
2016-06-08
3
-4
/
+4
|
*
linux-user: Correct signedness of target_flock l_start and l_len fields
Peter Maydell
2016-06-08
1
-17
/
+17
|
*
linux-user: Use safe_syscall wrapper for ioctl
Peter Maydell
2016-06-08
1
-11
/
+16
|
*
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls
Peter Maydell
2016-06-08
1
-19
/
+4
|
*
linux-user: Use safe_syscall wrapper for semop
Peter Maydell
2016-06-08
1
-1
/
+10
|
*
linux-user: Use safe_syscall wrapper for epoll_wait syscalls
Peter Maydell
2016-06-08
2
-27
/
+12
|
*
linux-user: Use safe_syscall wrapper for poll and ppoll syscalls
Peter Maydell
2016-06-08
1
-16
/
+31
|
*
linux-user: Use safe_syscall wrapper for sleep syscalls
Peter Maydell
2016-06-08
1
-3
/
+10
|
*
linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscall
Peter Maydell
2016-06-08
1
-1
/
+4
|
*
linux-user: Use safe_syscall wrapper for flock
Peter Maydell
2016-06-08
1
-1
/
+2
|
*
linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceive
Peter Maydell
2016-06-08
1
-6
/
+14
|
*
linux-user: Use safe_syscall wrapper for msgsnd and msgrcv
Peter Maydell
2016-06-08
1
-2
/
+30
|
*
linux-user: Use safe_syscall wrapper for send* and recv* syscalls
Peter Maydell
2016-06-08
1
-6
/
+13
|
*
linux-user: Use safe_syscall wrapper for connect syscall
Peter Maydell
2016-06-08
1
-1
/
+3
[next]