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
2017-05-05
trace: add qemu mutex lock and unlock trace events
Jose Ricardo Ziviani
3
-2
/
+31
2017-04-24
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...
Peter Maydell
1
-0
/
+11
2017-04-24
bitmap: add bitmap_copy_and_clear_atomic
Gerd Hoffmann
1
-0
/
+11
2017-04-24
socket: Make errp the last parameter of vsock_connect_saddr
Fam Zheng
1
-5
/
+6
2017-04-24
socket: Make errp the last parameter of unix_connect_saddr
Fam Zheng
1
-6
/
+8
2017-04-24
socket: Make errp the last parameter of inet_connect_saddr
Fam Zheng
1
-4
/
+5
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-2
/
+2
2017-04-24
util/error: Fix leak in error_vprepend()
Max Reitz
1
-0
/
+1
2017-04-21
throttle: make throttle_config(throttle_get_config()) symmetric
Stefan Hajnoczi
1
-0
/
+14
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
1
-1
/
+6
2017-04-11
coroutine: Extract qemu_aio_coroutine_enter
Fam Zheng
2
-4
/
+9
2017-04-04
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+11
2017-04-03
main-loop: Acquire main_context lock around os_host_main_loop_wait.
Richard W.M. Jones
1
-0
/
+11
2017-04-03
sockets: New helper socket_address_crumple()
Markus Armbruster
1
-0
/
+32
2017-04-03
io vnc sockets: Clean up SocketAddressKind switches
Markus Armbruster
1
-3
/
+1
2017-04-03
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
1
-0
/
+4
2017-03-29
event_notifier: prevent accidental use after close
Halil Pasic
2
-0
/
+3
2017-03-28
sockets: Fix socket_address_to_string() hostname truncation
Markus Armbruster
1
-7
/
+2
2017-03-27
win32: replace custom mutex and condition variable with native primitives
Andrey Shedel
1
-121
/
+15
2017-03-24
mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.
Jitendra Kolhe
1
-2
/
+14
2017-03-21
keyval: Document issues with 'any' and alternate types
Markus Armbruster
1
-0
/
+10
2017-03-21
keyval: Improve some comments
Markus Armbruster
1
-16
/
+31
2017-03-19
qemu-ga: obey LISTEN_PID when using systemd socket activation
Paolo Bonzini
2
-0
/
+78
2017-03-17
oslib-posix: fix compilation on OpenBSD
Paolo Bonzini
1
-2
/
+0
2017-03-17
thread-pool: add missing qemu_bh_cancel in completion function
Peter Lieven
1
-0
/
+7
2017-03-15
os: don't corrupt pre-existing memory-backend data with prealloc
Daniel P. Berrange
1
-1
/
+13
2017-03-14
icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread
Paolo Bonzini
1
-1
/
+3
2017-03-14
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
3
-7
/
+7
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2
-0
/
+2
2017-03-14
qemu-timer: fix off-by-one
Paolo Bonzini
1
-1
/
+1
2017-03-14
util: Removed unneeded header from path.c
Suramya Shah
1
-1
/
+0
2017-03-14
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
2
-22
/
+89
2017-03-07
keyval: Support lists
Markus Armbruster
1
-12
/
+171
2017-03-07
keyval: Restrict key components to valid QAPI names
Markus Armbruster
1
-4
/
+8
2017-03-07
keyval: New keyval_parse()
Markus Armbruster
2
-0
/
+232
2017-03-04
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...
Peter Maydell
1
-0
/
+25
2017-03-03
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
3
-5
/
+34
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
1
-0
/
+25
2017-03-02
Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...
Peter Maydell
1
-5
/
+0
2017-03-01
timer: use an inline function for free
Marc-André Lureau
1
-5
/
+0
2017-02-28
option: Tweak invalid size error message and unbreak iotest 049
Markus Armbruster
1
-1
/
+1
2017-02-23
option: Fix checking of sizes for overflow and trailing crap
Markus Armbruster
1
-28
/
+13
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-5
/
+9
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-10
/
+12
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-5
/
+9
2017-02-23
util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
1
-18
/
+10
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
1
-4
/
+11
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
1
-3
/
+8
2017-02-23
option: Fix to reject invalid and overflowing numbers
Markus Armbruster
1
-3
/
+8
[next]