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-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
2017-02-23
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
1
-42
/
+43
2017-02-23
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
1
-21
/
+21
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2
-4
/
+4
2017-02-23
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
1
-39
/
+49
2017-02-23
option: Assert value string isn't null
Markus Armbruster
1
-50
/
+39
2017-02-21
coroutine-lock: make CoRwlock thread-safe and fair
Paolo Bonzini
1
-11
/
+24
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-3
/
+21
2017-02-21
coroutine-lock: add limited spinning to CoMutex
Paolo Bonzini
2
-7
/
+46
2017-02-21
coroutine-lock: make CoMutex thread-safe
Paolo Bonzini
2
-10
/
+144
2017-02-21
async: remove unnecessary inc/dec pairs
Paolo Bonzini
3
-15
/
+13
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
3
-40
/
+19
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
1
-1
/
+3
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2
-2
/
+4
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2
-13
/
+0
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
3
-5
/
+1
2017-02-21
aio: push aio_context_acquire/release down to dispatching
Paolo Bonzini
3
-22
/
+20
2017-02-21
coroutine-lock: reschedule coroutine on the AioContext it was running on
Paolo Bonzini
2
-4
/
+2
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
3
-0
/
+77
2017-02-21
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
10
-1
/
+3347
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
1
-1
/
+1
2017-02-09
util: add iterators for QemuOpts values
Daniel P. Berrange
1
-0
/
+19
2017-01-31
host-utils: Implement unsigned quadword left/right shift and unit tests
Jose Ricardo Ziviani
1
-0
/
+64
2017-01-31
host-utils: Move 128-bit guard macro to .c file
Jose Ricardo Ziviani
2
-1
/
+3
2017-01-26
hbitmap: Add hbitmap_is_serializable()
Max Reitz
1
-3
/
+19
2017-01-24
win32: use glib gpoll if glib >= 2.50
Marc-André Lureau
1
-0
/
+2
2017-01-24
util/mmap-alloc: refactor a little bit for readability
Cao jin
1
-6
/
+4
2017-01-24
util/mmap-alloc: check parameter before using
Cao jin
1
-3
/
+4
2017-01-24
Fix documentation and some comments (article, grammar)
Stefan Weil
1
-2
/
+2
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
1
-2
/
+2
2017-01-23
sockets: add ability to disable DNS resolution for InetSocketAddress
Daniel P. Berrange
1
-0
/
+7
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
5
-29
/
+16
2017-01-20
bitmap: assert that start and nr are non negative
Peter Lieven
1
-0
/
+8
2017-01-19
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
1
-2
/
+2
2017-01-16
qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()
Caoxinhua
1
-6
/
+6
2017-01-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2
-21
/
+0
2017-01-16
qemu-thread: optimize QemuLockCnt with futexes on Linux
Paolo Bonzini
4
-30
/
+300
2017-01-16
qemu-thread: introduce QemuLockCnt
Paolo Bonzini
2
-0
/
+115
2017-01-09
coroutine: Introduce qemu_coroutine_enter_if_inactive()
Kevin Wolf
1
-0
/
+7
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-1
/
+1
2016-11-29
hbitmap: Fix shifts of constants by granularity
Max Reitz
1
-2
/
+6
[next]