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-11-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2020-11-05
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-19
/
+3
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
1
-18
/
+2
2020-11-04
coroutine: let CoQueue wake up outside a coroutine
Marc-André Lureau
1
-4
/
+2
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
1
-1
/
+1
2020-11-03
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+7
2020-11-03
qmp: fix aio_poll() assertion failure on Windows
Volker Rümelin
1
-1
/
+7
2020-11-03
cutils: replace strdup with g_strdup
Paolo Bonzini
1
-1
/
+1
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
1
-10
/
+30
2020-11-03
sockets: Bypass "replace empty @path" for abstract unix sockets
Markus Armbruster
1
-1
/
+1
2020-11-03
sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets
Markus Armbruster
1
-2
/
+12
2020-11-03
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
1
-2
/
+2
2020-10-31
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...
Peter Maydell
1
-1
/
+7
2020-10-29
util: include the target address in socket connect failures
Daniel P. Berrangé
1
-13
/
+19
2020-10-29
modules: turn off lazy binding
Gerd Hoffmann
1
-1
/
+1
2020-10-29
virtio-gpu: add virtio-vga module
Gerd Hoffmann
1
-0
/
+3
2020-10-29
virtio-gpu: add virtio-gpu-pci module
Gerd Hoffmann
1
-0
/
+3
2020-10-26
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+1
2020-10-26
win32: boot broken when bind & data dir are the same
Sunil Muthuswamy
1
-1
/
+1
2020-10-23
util/vhost-user-server: use static library in meson.build
Stefan Hajnoczi
1
-1
/
+3
2020-10-23
util/vhost-user-server: move header to include/
Stefan Hajnoczi
2
-66
/
+1
2020-10-23
block/export: convert vhost-user-blk server to block export API
Stefan Hajnoczi
1
-1
/
+9
2020-10-23
util/vhost-user-server: rework vu_client_trip() coroutine lifecycle
Stefan Hajnoczi
2
-120
/
+152
2020-10-23
util/vhost-user-server: check EOF when reading payload
Stefan Hajnoczi
1
-2
/
+4
2020-10-23
util/vhost-user-server: fix memory leak in vu_message_read()
Stefan Hajnoczi
1
-27
/
+23
2020-10-23
util/vhost-user-server: drop unused DevicePanicNotifier
Stefan Hajnoczi
2
-9
/
+0
2020-10-23
util/vhost-user-server: drop unnecessary watch deletion
Stefan Hajnoczi
1
-15
/
+4
2020-10-23
util/vhost-user-server: drop unnecessary QOM cast
Stefan Hajnoczi
1
-1
/
+1
2020-10-23
util/vhost-user-server: s/fileds/fields/ typo fix
Stefan Hajnoczi
1
-1
/
+1
2020-10-23
block: move logical block size check function to a common utility function
Coiby Xu
3
-0
/
+66
2020-10-23
util/vhost-user-server: generic vhost user server
Coiby Xu
3
-0
/
+494
2020-10-21
opengl: build opengl helper code modular
Gerd Hoffmann
1
-0
/
+7
2020-10-21
modules: add spice dependencies
Gerd Hoffmann
1
-0
/
+5
2020-10-21
modules: dependencies infrastructure
Gerd Hoffmann
1
-5
/
+27
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
[next]