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-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
2016-11-22
Fix FreeBSD (10.x) build after 7dc9ae43
Ed Maste
1
-0
/
+1
2016-11-01
qemu-error: remove dependency of stubs on monitor
Paolo Bonzini
1
-23
/
+3
2016-10-31
sockets: add AF_VSOCK support
Stefan Hajnoczi
1
-0
/
+227
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
1
-2
/
+2
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+0
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
2
-79
/
+0
2016-10-28
qemu-thread: introduce QemuRecMutex
Paolo Bonzini
2
-0
/
+39
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-2
/
+2
2016-10-24
hbitmap: serialization
Vladimir Sementsov-Ogievskiy
1
-0
/
+137
2016-10-24
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng
1
-15
/
+54
2016-10-24
rcu: simplify memory barriers
Paolo Bonzini
1
-6
/
+5
2016-10-24
qemu-thread: use acquire/release to clarify semantics of QemuEvent
Paolo Bonzini
2
-6
/
+24
2016-10-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+17
2016-10-10
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-2
/
+0
2016-10-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-30
/
+69
2016-10-08
bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK
Wei Yang
1
-2
/
+0
2016-10-07
module: Don't load the same module if requested multiple times
Fam Zheng
1
-2
/
+16
2016-10-07
block: Add bdrv_runtime_opts to query-command-line-options
Kevin Wolf
1
-1
/
+1
2016-10-06
qht: fix unlock-after-free segfault upon resizing
Emilio G. Cota
1
-21
/
+28
2016-10-06
qht: simplify qht_reset_size
Emilio G. Cota
1
-5
/
+3
2016-10-04
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-18
/
+97
2016-10-04
util: Introduce qemu_get_pid_name
Michal Privoznik
2
-0
/
+34
2016-10-04
util/qht: atomically set b->hashes
Alex Bennée
1
-5
/
+5
[next]