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
path:
root
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-04
util/id: fully allocate names table
John Snow
1
-2
/
+2
2015-12-02
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
2
-23
/
+40
2015-11-30
oslib-win32: Change return type of function getpagesize
Stefan Weil
1
-1
/
+1
2015-11-25
osdep: Change default value of qemu_hw_version() to "2.5+"
Eduardo Habkost
1
-1
/
+8
2015-11-17
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...
Peter Maydell
1
-2
/
+108
2015-11-12
block: Add average I/O queue depth to BlockDeviceTimedStats
Alberto Garcia
1
-5
/
+26
2015-11-12
util: Infrastructure for computing recent averages
Alberto Garcia
2
-0
/
+211
2015-11-10
qapi: Simplify error cleanup in test-qmp-*
Eric Blake
1
-0
/
+7
2015-11-06
qemu-sockets: do not test path with access() before unlinking
Paolo Bonzini
1
-2
/
+1
2015-11-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-5
/
+5
2015-11-05
buffer: allow a buffer to shrink gracefully
Peter Lieven
1
-8
/
+33
2015-11-05
buffer: factor out buffer_adj_size
Peter Lieven
1
-15
/
+10
2015-11-05
buffer: factor out buffer_req_size
Peter Lieven
1
-2
/
+8
2015-11-05
buffer: add tracing
Gerd Hoffmann
1
-0
/
+18
2015-11-05
buffer: add buffer_shrink
Gerd Hoffmann
1
-1
/
+19
2015-11-05
buffer: add buffer_move
Gerd Hoffmann
1
-0
/
+16
2015-11-05
buffer: add buffer_move_empty
Gerd Hoffmann
1
-0
/
+14
2015-11-05
buffer: add buffer_init
Gerd Hoffmann
1
-0
/
+11
2015-11-05
buffer: make the Buffer capacity increase in powers of two
Peter Lieven
1
-1
/
+4
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-5
/
+5
2015-11-02
sockets: Convert to new qapi union layout
Eric Blake
1
-31
/
+31
2015-10-29
mmap-alloc: fix error handling
Michael S. Tsirkin
1
-2
/
+2
2015-10-24
util: const event_notifier_get_fd() argument
Marc-André Lureau
1
-1
/
+1
2015-10-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
4
-27
/
+247
2015-10-22
vhost: add migration block if memfd failed
Marc-André Lureau
1
-0
/
+22
2015-10-22
util: add fallback for qemu_memfd_alloc()
Marc-André Lureau
1
-2
/
+18
2015-10-22
util: add memfd helpers
Marc-André Lureau
1
-1
/
+71
2015-10-22
util: add linux-only memfd fallback
Marc-André Lureau
2
-0
/
+55
2015-10-22
build-sys: split util-obj- on multi-lines
Marc-André Lureau
1
-3
/
+8
2015-10-21
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into sta...
Peter Maydell
1
-0
/
+8
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
3
-24
/
+76
2015-10-20
util/qemu-config: fix missing machine command line options
Tony Krowiak
1
-0
/
+8
2015-10-20
util: pull Buffer code out of VNC module
Daniel P. Berrange
2
-0
/
+66
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
9
-0
/
+1253
2015-10-20
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
2
-0
/
+80
2015-10-20
sockets: allow port to be NULL when listening on IP address
Daniel P. Berrange
1
-5
/
+13
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
1
-0
/
+30
2015-10-20
sockets: add helpers for creating SocketAddress from a socket
Daniel P. Berrange
1
-0
/
+110
2015-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+6
2015-10-16
util - add automated ID generation utility
Jeff Cody
1
-0
/
+37
2015-10-12
qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts
Paolo Bonzini
1
-3
/
+6
2015-10-01
oslib: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
1
-4
/
+4
2015-10-01
oslib: rework anonimous RAM allocation
Michael S. Tsirkin
1
-2
/
+10
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-12
/
+13
2015-09-24
oslib-win32: only provide localtime_r/gmtime_r if missing
Daniel P. Berrange
1
-0
/
+2
2015-09-24
qemu-thread: add a fast path to the Win32 QemuEvent
Paolo Bonzini
1
-4
/
+62
2015-09-18
error: New error_fatal
Markus Armbruster
1
-13
/
+21
2015-09-18
error: Copy location information in error_copy()
Eric Blake
1
-0
/
+3
2015-09-18
hmp: Allow for error message hints on HMP
Eric Blake
2
-7
/
+36
2015-09-18
error: only prepend timestamp on stderr
Stefan Hajnoczi
1
-1
/
+1
[next]