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
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-09-29
1
-1
/
+0
|
\
|
*
trace: Properly initialize dynamic event states in hot-plugged vCPUs
LluĂs Vilanova
2016-09-28
1
-1
/
+0
*
|
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
2016-09-27
1
-87
/
+0
*
|
cpus-common: move CPU work item management to common code
Sergey Fedorov
2016-09-27
1
-0
/
+25
*
|
cpus-common: move CPU list management to common code
Paolo Bonzini
2016-09-27
1
-13
/
+4
*
|
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
2016-09-27
1
-0
/
+10
*
|
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
2016-09-27
1
-23
/
+32
|
/
*
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160923' into staging
Peter Maydell
2016-09-23
6
-2
/
+147
|
\
|
*
linux-user: Add missing Mips syscalls items in strace.list
Aleksandar Markovic
2016-09-23
1
-0
/
+114
|
*
linux-user: Add missing TARGET_EDQUOT error code for Mips
Aleksandar Markovic
2016-09-23
3
-0
/
+5
|
*
linux-user: Fix certain argument alignment cases for Mips64
Aleksandar Markovic
2016-09-23
1
-1
/
+1
|
*
linux-user: Fix structure target_semid64_ds definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+16
|
*
linux-user: Fix structure target_flock definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+6
|
*
linux-user: Fix TARGET_F_GETOWN definition for Mips
Aleksandar Markovic
2016-09-23
1
-1
/
+1
|
*
linux-user: Fix TARGET_SIOCATMARK definition for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+4
*
|
linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
Michael Walle
2016-09-23
1
-2
/
+6
*
|
ppc: Fix signal delivery in ppc-user and ppc64-user
Benjamin Herrenschmidt
2016-09-23
3
-38
/
+90
|
/
*
linux-user: fix TARGET_NR_select
Laurent Vivier
2016-09-22
9
-21
/
+39
*
linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2
Timothy E Baldwin
2016-09-21
1
-4
/
+14
*
linux-user: Sanity check clone flags
Peter Maydell
2016-09-21
1
-3
/
+63
*
linux-user: Remove unnecessary nptl_flags variable from do_fork()
Peter Maydell
2016-09-21
1
-9
/
+7
*
linux-user: Implement force_sigsegv() via force_sig()
Peter Maydell
2016-09-21
1
-15
/
+2
*
linux-user: SIGSEGV from sigreturn need not be fatal
Peter Maydell
2016-09-21
1
-27
/
+54
*
linux-user: ARM: Give SIGSEGV if signal frame setup fails
Peter Maydell
2016-09-21
1
-6
/
+17
*
linux-user: SIGSEGV on signal entry need not be fatal
Peter Maydell
2016-09-21
1
-38
/
+49
*
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
2016-09-21
4
-72
/
+71
*
linux-user: Recheck for pending synchronous signals too
Peter Maydell
2016-09-21
1
-2
/
+5
*
linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMU
Michael Walle
2016-09-21
1
-2
/
+3
*
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
2016-09-21
6
-6
/
+83
*
linux-user: Use glib malloc functions in load_symbols()
Peter Maydell
2016-09-21
1
-7
/
+7
*
linux-user: Check dump_write() return in elf_core_dump()
Peter Maydell
2016-09-21
1
-1
/
+3
*
linux-user: Fix error handling in flatload.c target_pread()
Peter Maydell
2016-09-21
1
-0
/
+6
*
linux-user: Fix incorrect use of host errno in do_ioctl_dm()
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: Check lock_user() return value for NULL
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: report signals being taken in strace output
Peter Maydell
2016-09-21
3
-0
/
+120
*
linux-user: Range check the nfds argument to ppoll syscall
Peter Maydell
2016-09-21
1
-0
/
+5
*
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
2016-09-21
2
-0
/
+8
*
linux-user: Use direct syscall for utimensat
Peter Maydell
2016-09-21
1
-10
/
+1
*
linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
Peter Maydell
2016-09-21
2
-0
/
+9
*
linux-user: Allow bad msg_name for recvfrom on connected socket
Peter Maydell
2016-09-21
1
-2
/
+9
*
linux-user: Fix errno for sendrecvmsg with large iovec length
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Fix handling of iovec counts
Peter Maydell
2016-09-21
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-15
1
-5
/
+2
|
\
|
*
linux-user: complete omission of removing uses of strdup
Wei Jiangang
2016-09-14
1
-5
/
+2
*
|
linux-user/qemu.h: change malloc to g_malloc, free to g_free
Md Haris Iqbal
2016-09-15
1
-2
/
+2
*
|
linux-user,s390x: remove useless cast
Laurent Vivier
2016-09-15
1
-1
/
+1
*
|
Remove remainders of HPPA backend
Thomas Huth
2016-09-15
1
-2
/
+2
*
|
linux-user, trivial: display "0x%x" instead of "0x%d"
Laurent Vivier
2016-09-13
1
-1
/
+1
|
/
*
ppc: Stop dumping state on all exceptions in linux-user
Benjamin Herrenschmidt
2016-09-07
1
-12
/
+0
[next]