index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cutils: Rewrite x86 buffer zero checking
Richard Henderson
2016-09-14
1
-75
/
+156
|
*
|
scsi: mptsas: use g_new0 to allocate MPTSASRequest object
Li Qiang
2016-09-14
1
-1
/
+1
|
*
|
virtio-scsi: Don't abort when media is ejected
Fam Zheng
2016-09-14
1
-6
/
+9
|
*
|
scsi-disk: Cleaning up around tray open state
Fam Zheng
2016-09-14
1
-14
/
+8
*
|
|
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
Peter Maydell
2016-09-15
53
-2961
/
+54
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mptsas: change .realize function name
Cao jin
2016-09-15
1
-2
/
+2
|
*
|
linux-user/qemu.h: change malloc to g_malloc, free to g_free
Md Haris Iqbal
2016-09-15
1
-2
/
+2
|
*
|
win32: don't run subprocess tests on Mingw32 platform
Eduardo Habkost
2016-09-15
1
-1
/
+1
|
*
|
sheepdog: remove useless casts
Laurent Vivier
2016-09-15
1
-2
/
+2
|
*
|
fw_cfg: remove useless casts
Laurent Vivier
2016-09-15
1
-2
/
+2
|
*
|
tricore: remove useless cast
Laurent Vivier
2016-09-15
1
-1
/
+1
|
*
|
s390x: remove useless cast
Laurent Vivier
2016-09-15
1
-1
/
+1
|
*
|
linux-user,s390x: remove useless cast
Laurent Vivier
2016-09-15
1
-1
/
+1
|
*
|
coccinelle: add a script to remove useless casts
Laurent Vivier
2016-09-15
1
-0
/
+7
|
*
|
curl: Operate on zero-length file
Tomáš Golembiovský
2016-09-15
1
-4
/
+21
|
*
|
Remove unused function declarations
Ladi Prosek
2016-09-15
31
-82
/
+0
|
*
|
ivshmem: Delete duplicate debug message
Stefano Dong (董兴水)
2016-09-15
1
-1
/
+0
|
*
|
sh4: fix broken link to documentation
Reda Sallahi
2016-09-15
2
-2
/
+2
|
*
|
MAINTAINERS: Fix up F: entry bit rot
Markus Armbruster
2016-09-15
1
-13
/
+3
|
*
|
MAINTAINERS: Add include/sysemu/cpus.h
Thomas Huth
2016-09-15
1
-0
/
+1
|
*
|
MAINTAINERS: Add include/hw/sh4/ to SH4 section
Thomas Huth
2016-09-15
1
-0
/
+1
|
*
|
MAINTAINERS: Add include/hw/tricore/ to TriCore section
Thomas Huth
2016-09-15
1
-0
/
+1
|
*
|
MAINTAINERS: Add include/hw/unicore32/ to UniCore32 section
Thomas Huth
2016-09-15
1
-0
/
+1
|
*
|
ui/console: Fix non-working backspace key in monitor of gtk UI
Thomas Huth
2016-09-15
1
-0
/
+1
|
*
|
tcg: Remove duplicate header includes
Thomas Huth
2016-09-15
1
-2
/
+0
|
*
|
Remove remainders of HPPA backend
Thomas Huth
2016-09-15
7
-2845
/
+4
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into staging
Peter Maydell
2016-09-15
3
-9
/
+204
|
\
\
\
|
*
|
|
usb-mtp: added object properties
Isaac Lozano
2016-09-14
1
-0
/
+177
|
*
|
|
usb-mtp: fix sending files larger than 4gb
Isaac Lozano
2016-09-14
1
-5
/
+15
|
*
|
|
usb:xhci:fix memory leak in usb_xhci_exit
Li Qiang
2016-09-13
1
-2
/
+1
|
*
|
|
usb-host: fix streams detection in usb_host_speed_compat
Gerd Hoffmann
2016-09-13
1
-2
/
+5
|
*
|
|
xhci: Fix remainder field for TR_SETUP completion event.
Hans Petter Selasky
2016-09-13
1
-0
/
+6
*
|
|
|
fpu: add mechanism to check for invalid long double formats
Andrew Dutcher
2016-09-15
2
-16
/
+115
|
|
/
/
|
/
|
|
*
|
|
ui/cocoa.m: Make a better about dialog
Programmingkid
2016-09-15
1
-3
/
+104
*
|
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-15
77
-643
/
+885
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cutils: Add generic prefetch
Richard Henderson
2016-09-13
1
-0
/
+5
|
*
|
cutils: Add SSE4 version
Paolo Bonzini
2016-09-13
1
-0
/
+10
|
*
|
cutils: Add test for buffer_is_zero
Richard Henderson
2016-09-13
4
-0
/
+102
|
*
|
cutils: Remove ppc buffer zero checking
Richard Henderson
2016-09-13
1
-25
/
+1
|
*
|
cutils: Remove aarch64 buffer zero checking
Richard Henderson
2016-09-13
1
-15
/
+0
|
*
|
cutils: Rearrange buffer_is_zero acceleration
Richard Henderson
2016-09-13
2
-206
/
+163
|
*
|
cutils: Export only buffer_is_zero
Richard Henderson
2016-09-13
4
-11
/
+6
|
*
|
cutils: Remove SPLAT macro
Richard Henderson
2016-09-13
1
-4
/
+0
|
*
|
cutils: Move buffer_is_zero and subroutines to a new file
Richard Henderson
2016-09-13
3
-244
/
+273
|
*
|
ppc: do not redefine CPUPPCState
Paolo Bonzini
2016-09-13
1
-2
/
+1
|
*
|
x86/lapic: Load LAPIC state at post_load
Dr. David Alan Gilbert
2016-09-13
3
-20
/
+25
|
*
|
optionrom: do not rely on compiler's bswap optimization
Paolo Bonzini
2016-09-13
2
-14
/
+4
|
*
|
checkpatch: Fix whitespace checks for documentation code blocks
Lluís Vilanova
2016-09-13
1
-0
/
+10
|
*
|
atomics: Use __atomic_*_n() variant primitives
Pranith Kumar
2016-09-13
1
-16
/
+8
|
*
|
atomics: Remove redundant barrier()'s
Pranith Kumar
2016-09-13
1
-4
/
+4
[prev]
[next]