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
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
1
-0
/
+14
2020-10-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-27
/
+76
2020-10-15
keyval: Parse help options
Kevin Wolf
1
-12
/
+51
2020-10-15
keyval: Fix parsing of ',' in value of implied key
Markus Armbruster
1
-11
/
+17
2020-10-15
keyval: Fix and clarify grammar
Markus Armbruster
1
-6
/
+10
2020-10-15
chardev/spice: build spice chardevs as module
Gerd Hoffmann
1
-0
/
+2
2020-10-15
modules: update qom object module comment
Gerd Hoffmann
1
-1
/
+3
2020-10-15
module: silence errors for module_load_qom_all().
Gerd Hoffmann
1
-10
/
+10
2020-10-14
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...
Yonggang Luo
1
-2
/
+2
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
1
-0
/
+30
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-1
/
+7
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
3
-4
/
+6
2020-10-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-12
/
+14
2020-10-05
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
1
-7
/
+1
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
2
-3
/
+3
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2
-7
/
+15
2020-10-05
util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions
Eric Auger
1
-4
/
+53
2020-10-05
util/vfio-helpers: Collect IOVA reserved regions
Eric Auger
1
-2
/
+70
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-30
module: relocate path to modules
Paolo Bonzini
1
-1
/
+2
2020-09-30
oslib-posix: relocate path to /var
Paolo Bonzini
1
-2
/
+4
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
1
-0
/
+61
2020-09-30
oslib-posix: default exec_dir to bindir
Paolo Bonzini
2
-16
/
+11
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
3
-13
/
+14
2020-09-29
util/hexdump: introduce qemu_hexdump_line()
Laurent Vivier
1
-20
/
+34
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
22
-197
/
+201
2020-09-23
fdmon-poll: reset npfd when upgrading to fdmon-epoll
Stefan Hajnoczi
1
-0
/
+1
2020-09-23
util/iov: add iov_discard_undo()
Stefan Hajnoczi
1
-4
/
+46
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
6
-6
/
+6
2020-09-17
util/: fix some comment spelling errors
zhaolichang
6
-6
/
+6
2020-09-17
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...
Peter Maydell
2
-2
/
+65
2020-09-16
tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...
Yonggang Luo
1
-2
/
+10
2020-09-16
util: give a specific error message when O_DIRECT doesn't work
Daniel P. Berrangé
1
-1
/
+14
2020-09-16
util: introduce qemu_open and qemu_create with error reporting
Daniel P. Berrangé
1
-0
/
+16
2020-09-16
util: add Error object for qemu_open_internal error reporting
Daniel P. Berrangé
1
-2
/
+13
2020-09-16
util: refactor qemu_open_old to split off variadic args handling
Daniel P. Berrangé
1
-7
/
+17
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2
-2
/
+2
2020-09-16
util: split off a helper for dealing with O_CLOEXEC flag
Daniel P. Berrangé
1
-8
/
+15
2020-09-16
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
1
-16
/
+3
2020-09-16
rcu: Implement drain_call_rcu
Maxim Levitsky
1
-0
/
+55
2020-09-15
virtio-gpu: build modular
Gerd Hoffmann
1
-0
/
+2
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2
-2
/
+4
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2
-3
/
+3
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
1
-1
/
+3
2020-09-09
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-1
/
+3
2020-09-07
stubs: Move qemu_fd_register stub to util/main-loop.c
Thomas Huth
1
-0
/
+4
2020-09-01
util/vfio-helpers: Unify trace-events size format
Philippe Mathieu-Daudé
1
-3
/
+3
2020-09-01
util/vfio-helpers: Fix typo in description
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-01
util/qemu-timer: Fix typo in description
Philippe Mathieu-Daudé
1
-1
/
+1
2020-08-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+1
[next]