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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-10
qapi/common.py: add type hint annotations
John Snow
1
-11
/
+16
2020-10-10
qapi/common.py: check with pylint
John Snow
1
-2
/
+1
2020-10-10
qapi/common.py: Replace one-letter 'c' variable
John Snow
1
-4
/
+4
2020-10-10
qapi/common.py: delint with pylint
John Snow
2
-17
/
+15
2020-10-10
qapi/common.py: Add indent manager
John Snow
2
-20
/
+36
2020-10-10
qapi/common.py: Remove python compatibility workaround
John Snow
1
-4
/
+1
2020-10-10
qapi: add pylintrc
John Snow
1
-0
/
+73
2020-10-10
qapi: delint using flake8
John Snow
4
-9
/
+20
2020-10-10
qapi: enforce import order/styling with isort
John Snow
5
-5
/
+16
2020-10-10
qapi: Remove wildcard includes
John Snow
6
-8
/
+38
2020-10-10
qapi: Prefer explicit relative imports
John Snow
10
-33
/
+33
2020-10-10
qapi: move generator entrypoint into package
John Snow
2
-88
/
+101
2020-10-10
qapi-gen: Separate arg-parsing from generation
John Snow
1
-22
/
+67
2020-10-10
qapi: modify docstrings to be sphinx-compatible
John Snow
1
-2
/
+4
2020-10-10
docs: repair broken references
John Snow
2
-2
/
+2
2020-10-09
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201009' into...
Peter Maydell
17
-128
/
+514
2020-10-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...
Peter Maydell
6
-36
/
+12
2020-10-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-10-09' in...
Peter Maydell
50
-143
/
+573
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
[next]