index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
char: allow passing pre-opened socket file descriptor at startup
Daniel P. Berrange
3
-5
/
+60
2018-03-13
char: refactor parsing of socket address information
Daniel P. Berrange
1
-8
/
+14
2018-03-13
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
Daniel P. Berrange
3
-9
/
+126
2018-03-13
sockets: check that the named file descriptor is a socket
Daniel P. Berrange
2
-2
/
+105
2018-03-13
sockets: move fd_is_socket() into common sockets code
Daniel P. Berrange
6
-13
/
+90
2018-03-13
sockets: strengthen test suite IP protocol availability checks
Daniel P. Berrange
2
-11
/
+60
2018-03-13
sockets: pull code for testing IP availability out of specific test
Daniel P. Berrange
4
-71
/
+145
2018-03-13
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
Daniel P. Berrange
3
-0
/
+770
2018-03-13
char: don't silently skip tn3270 protocol init when TLS is enabled
Daniel P. Berrange
1
-2
/
+1
2018-03-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
4
-2
/
+232
2018-03-13
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...
Peter Maydell
2
-4
/
+4
2018-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-32
/
+31
2018-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
7
-30
/
+102
2018-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180312-pull-request' ...
Peter Maydell
1
-2
/
+2
2018-03-12
i386: Add support to get/set/migrate Intel Processor Trace feature
Chao Peng
3
-0
/
+111
2018-03-12
i386: Add Intel Processor Trace feature support
Chao Peng
3
-2
/
+100
2018-03-12
target-i386: add KVM_HINTS_DEDICATED performance hint
Wanpeng Li
3
-0
/
+21
2018-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180312-pull-request' ...
Peter Maydell
1
-0
/
+2
2018-03-13
tests: make docker-test-debug@fedora run sanitizers
Marc-André Lureau
2
-4
/
+4
2018-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180312-pull-request...
Peter Maydell
17
-56
/
+160
2018-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' i...
Peter Maydell
16
-112
/
+349
2018-03-12
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180309a'...
Peter Maydell
4
-11
/
+31
2018-03-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...
Peter Maydell
30
-194
/
+2579
2018-03-12
trace: only permit standard C types and fixed size integer types
Daniel P. Berrangé
1
-0
/
+46
2018-03-12
trace: remove use of QEMU specific types from trace probes
Daniel P. Berrangé
1
-3
/
+3
2018-03-12
trace: include filename when printing parser error messages
Daniel P. Berrangé
3
-5
/
+7
2018-03-12
simpletrace: fix timestamp argument type
Stefan Hajnoczi
1
-1
/
+1
2018-03-12
log-for-trace.h: Split out parts of log.h used by trace.h
Peter Maydell
3
-21
/
+45
2018-03-12
block: make BDRV_POLL_WHILE() re-entrancy safe
Stefan Hajnoczi
2
-32
/
+31
2018-03-12
vga: fix region calculation
Gerd Hoffmann
1
-0
/
+2
2018-03-12
usbredir: reorder fields in USBRedirDevice to reduce padding
zhenwei.pi
1
-2
/
+2
2018-03-12
audio/sdl: build as module
Gerd Hoffmann
2
-4
/
+7
2018-03-12
audio/pulseaudio: build as module
Gerd Hoffmann
2
-3
/
+6
2018-03-12
audio/oss: build as module
Gerd Hoffmann
2
-3
/
+6
2018-03-12
audio/alsa: build as module
Gerd Hoffmann
2
-3
/
+11
2018-03-12
build: enable audio modules
Gerd Hoffmann
2
-0
/
+5
2018-03-12
audio: add module loading support
Gerd Hoffmann
2
-0
/
+21
2018-03-12
audio: add driver registry
Gerd Hoffmann
12
-45
/
+106
2018-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
60
-964
/
+3574
2018-03-12
modules: use gmodule-export
Gerd Hoffmann
1
-1
/
+1
2018-03-12
qapi: Add device ID and head parameters to screendump
Thomas Huth
4
-10
/
+35
2018-03-12
spice: add cursor_dmabuf support
Gerd Hoffmann
3
-5
/
+121
2018-03-12
spice: add scanout_dmabuf support
Gerd Hoffmann
1
-0
/
+15
2018-03-12
spice: drop dprint() debug logging
Gerd Hoffmann
2
-53
/
+31
2018-03-12
vnc: deal with surface NULL pointers
Gerd Hoffmann
3
-4
/
+18
2018-03-12
ui/gtk-egl: add cursor_dmabuf support
Gerd Hoffmann
3
-1
/
+49
2018-03-12
ui/gtk-egl: add scanout_dmabuf support
Gerd Hoffmann
3
-0
/
+29
2018-03-12
ui/gtk: use GtkGlArea on wayland only
Gerd Hoffmann
1
-5
/
+8
2018-03-12
ui/opengl: Makefile cleanup
Gerd Hoffmann
1
-6
/
+6
2018-03-12
ui/gtk: group gtk.mo declarations in Makefile
Gerd Hoffmann
1
-5
/
+7
[next]