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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-10-09
ppc/pnv: Increase max firmware size
Cédric Le Goater
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_check_pagesize()
Greg Kurz
3
-6
/
+7
2020-10-09
spapr: Add a return value to spapr_nvdimm_validate()
Greg Kurz
3
-10
/
+10
2020-10-09
spapr: Simplify error handling in spapr_cpu_core_realize()
Greg Kurz
1
-9
/
+7
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
3
-7
/
+5
2020-10-09
spapr: Simplify error handling in prop_get_fdt()
Greg Kurz
1
-7
/
+5
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
5
-23
/
+9
2020-10-09
spapr: Simplify error handling in spapr_vio_busdev_realize()
Greg Kurz
1
-7
/
+5
2020-10-09
spapr: Simplify error handling in do_client_architecture_support()
Greg Kurz
1
-4
/
+3
2020-10-09
spapr: Get rid of cas_check_pvr() error reporting
Greg Kurz
1
-15
/
+12
2020-10-09
spapr: Simplify error handling in callers of ppc_set_compat()
Greg Kurz
1
-4
/
+3
2020-10-09
ppc: Fix return value in cpu_post_load() error path
Greg Kurz
1
-4
/
+5
2020-10-09
ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()
Greg Kurz
2
-13
/
+17
[next]