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
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
2
-180
/
+0
2019-02-26
util: add helper APIs for dealing with inotify in portable manner
Daniel P. Berrangé
4
-0
/
+410
2019-02-25
aio-posix: Assert that aio_poll() is always called in home thread
Kevin Wolf
1
-1
/
+2
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
1
-6
/
+24
2019-02-07
slirp: prefer c99 types over BSD kind
Marc-André Lureau
1
-1
/
+1
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
2
-7
/
+17
2019-02-04
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo
1
-19
/
+34
2019-02-01
uuid: Make qemu_uuid_bswap() take and return a QemuUUID
Peter Maydell
1
-5
/
+5
2019-01-30
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
1
-6
/
+5
2019-01-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-17
/
+10
2019-01-24
qemu-coroutine-sleep: drop CoSleepCB
Vladimir Sementsov-Ogievskiy
1
-17
/
+10
2019-01-23
Fix segmentation fault when qemu_signal_init fails
Fei Li
1
-4
/
+4
2019-01-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+6
2019-01-15
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy
1
-8
/
+4
2019-01-15
dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
1
-0
/
+39
2019-01-15
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
1
-5
/
+22
2019-01-14
util: check the return value of fcntl in qemu_set_{block, nonblock}
Li Qiang
1
-2
/
+6
2019-01-14
aio-posix: Fix concurrent aio_poll/set_fd_handler.
Remy Noel
2
-74
/
+82
2019-01-14
aio-posix: Unregister fd from ctx epoll when removing fd_handler.
Remy Noel
1
-0
/
+3
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
3
-6
/
+6
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-2
/
+2
2019-01-11
build-sys: build with Vista API by default
Marc-André Lureau
1
-4
/
+0
2019-01-08
qemu-thread: Don't block SEGV, ILL and FPE
Roman Bolshakov
1
-0
/
+5
2019-01-08
util: Implement debug-threads for macOS
Roman Bolshakov
1
-1
/
+5
2018-12-20
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-12-17
include: move exec/tb-hash-xx.h to qemu/xxhash.h
Emilio G. Cota
1
-1
/
+1
2018-12-17
exec: introduce qemu_xxhash{2,4,5,6,7}
Emilio G. Cota
1
-6
/
+6
2018-12-13
cutils: Fix qemu_strtosz() & friends to reject non-finite sizes
David Hildenbrand
1
-10
/
+8
2018-12-13
cutils: Add qemu_strtod() and qemu_strtod_finite()
David Hildenbrand
1
-0
/
+65
2018-12-11
cutils: Assert in-range base for string-to-integer conversions
Eric Blake
1
-0
/
+8
2018-12-11
util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()
Li Qiang
1
-1
/
+1
2018-11-27
vfio-helpers: Fix qemu_vfio_open_pci() crash
Markus Armbruster
1
-1
/
+1
2018-11-06
util/qemu-thread-posix: Fix qemu_thread_atexit* for OSX
Peter Maydell
1
-24
/
+20
2018-11-06
oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
Brad Smith
1
-2
/
+13
2018-11-05
option: Make option help nicer to read
Max Reitz
1
-6
/
+26
2018-10-29
bitmap: Update count after a merge
Eric Blake
1
-0
/
+3
2018-10-29
dirty-bitmap: make it possible to restore bitmap after merge
Vladimir Sementsov-Ogievskiy
1
-3
/
+8
2018-10-29
util: aio-posix: fix a typo
Li Qiang
1
-1
/
+1
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
2
-5
/
+13
2018-10-19
error: Drop bogus "use error_setg() instead" admonitions
Markus Armbruster
1
-5
/
+0
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-0
/
+13
2018-10-19
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
Artem Pisarenko
1
-7
/
+43
2018-10-19
qemu-timer: introduce timer attributes
Artem Pisarenko
1
-4
/
+9
2018-10-19
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...
Artem Pisarenko
1
-2
/
+0
2018-10-05
qemu-option: improve qemu_opts_print_help() output
Marc-André Lureau
1
-2
/
+36
2018-10-05
qemu-option: add help fallback to print the list of options
Marc-André Lureau
1
-11
/
+22
2018-10-05
cutils: add qemu_pstrcmp0()
Marc-André Lureau
1
-0
/
+5
2018-10-02
timer: introduce new virtual clock
Pavel Dovgalyuk
1
-0
/
+2
2018-10-02
util: use fcntl() for qemu_write_pidfile() locking
Marc-André Lureau
1
-1
/
+6
[next]