index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
parser.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
nbd/server: Reject embedded NUL in NBD strings
Eric Blake
1
-10
/
+20
2020-10-09
qemu-nbd: Honor SIGINT and SIGHUP
Eric Blake
1
-7
/
+8
2020-10-09
block/nbd: nbd_co_reconnect_loop(): don't connect if drained
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2020-10-09
block/nbd: fix reconnect-delay
Vladimir Sementsov-Ogievskiy
1
-9
/
+50
2020-10-09
block/nbd: correctly use qio_channel_detach_aio_context when needed
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2020-10-09
block/nbd: fix drain dead-lock because of nbd reconnect-delay
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2020-10-09
nbd: silence maybe-uninitialized warnings
Christian Borntraeger
1
-1
/
+1
2020-10-09
tests/acceptance: disable machine_rx_gdbsim on GitLab
Alex Bennée
1
-0
/
+1
2020-10-09
cirrus: use V=1 when running tests on FreeBSD and macOS
Paolo Bonzini
1
-3
/
+3
2020-10-09
plugin: Fixes compiling errors on msys2/mingw
Yonggang Luo
2
-3
/
+3
2020-10-09
plugins: Fixes a issue when dlsym failed, the handle not closed
Yonggang Luo
1
-0
/
+1
2020-10-09
.mailmap: Fix more contributor entries
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-09
contrib/gitdm: Add Yandex to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Yadro to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add SUSE to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Nir Soffer to Red Hat domain
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Qualcomm to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Nuvia to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Google to the domain map
Philippe Mathieu-Daudé
1
-1
/
+2
2020-10-09
contrib/gitdm: Add ByteDance to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add Baidu to the domain map
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
contrib/gitdm: Add more individual contributors
Philippe Mathieu-Daudé
1
-0
/
+7
2020-10-09
contrib/gitdm: Add more academic domains
Philippe Mathieu-Daudé
1
-0
/
+4
2020-10-09
tests/docker: Add genisoimage to the docker file
Thomas Huth
4
-0
/
+4
2020-10-09
cirrus: msys2/mingw speed is up, add excluded target back
Yonggang Luo
1
-2
/
+1
2020-10-09
cirrus: Fixing and speedup the msys2/mingw CI
Yonggang Luo
1
-45
/
+67
2020-10-09
hw/ide: restore replay support of IDE
Alex Bennée
1
-2
/
+2
2020-10-09
hw/misc/mips_cpc: Start vCPU when powered on
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-09
configure: fix performance regression due to PIC objects
Paolo Bonzini
1
-0
/
+1
2020-10-09
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
3
-21
/
+7
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
3
-15
/
+5
2020-10-09
block: Convert 'block_resize' to coroutine
Kevin Wolf
3
-9
/
+11
2020-10-09
block: Add bdrv_lock()/unlock()
Kevin Wolf
2
-0
/
+41
2020-10-09
block: Add bdrv_co_enter()/leave()
Kevin Wolf
2
-0
/
+40
2020-10-09
util/async: Add aio_co_reschedule_self()
Kevin Wolf
2
-0
/
+40
2020-10-09
hmp: Add support for coroutine command handlers
Kevin Wolf
3
-7
/
+35
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
7
-46
/
+214
2020-10-09
qapi: Add a 'coroutine' flag for commands
Kevin Wolf
15
-14
/
+73
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
5
-13
/
+33
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
6
-13
/
+20
2020-10-09
qmp: Assert that no other monitor is active
Kevin Wolf
1
-1
/
+4
2020-10-09
hmp: Update current monitor only in handle_hmp_command()
Kevin Wolf
2
-10
/
+5
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
21
-46
/
+73
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
5
-14
/
+14
2020-10-09
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
3
-7
/
+7
2020-10-09
specs/ppc-spapr-numa: update with new NUMA support
Daniel Henrique Barboza
1
-8
/
+227
2020-10-09
spapr_numa: consider user input when defining associativity
Daniel Henrique Barboza
1
-1
/
+109
2020-10-09
spapr_numa: change reference-points and maxdomain settings
Daniel Henrique Barboza
1
-8
/
+35
2020-10-09
spapr_numa: forbid asymmetrical NUMA setups
Daniel Henrique Barboza
1
-0
/
+34
2020-10-09
spapr: add spapr_machine_using_legacy_numa() helper
Daniel Henrique Barboza
2
-0
/
+14
[next]