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
/
monitor
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
monitor: raise error when 'pretty' option is used with HMP
Daniel P. Berrangé
1
-2
/
+2
2021-03-18
ui, monitor: remove deprecated VNC ACL option and HMP commands
Daniel P. Berrangé
1
-187
/
+0
2021-03-15
monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2
-33
/
+26
2021-02-15
monitor/qmp: Stop processing requests when shutdown is requested
Kevin Wolf
1
-0
/
+5
2021-02-15
monitor: Fix assertion failure on shutdown
Kevin Wolf
1
-10
/
+15
2021-02-08
migration: introduce a delete_snapshot wrapper
Daniel P. Berrangé
1
-1
/
+1
2021-02-08
migration: wire up support for snapshot device selection
Daniel P. Berrangé
1
-2
/
+3
2021-02-08
migration: control whether snapshots are ovewritten
Daniel P. Berrangé
1
-1
/
+1
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
1
-1
/
+1
2021-02-08
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
1
-1
/
+1
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
1
-6
/
+1
2021-02-08
migration: Display the migration blockers
Dr. David Alan Gilbert
1
-0
/
+9
2021-02-08
migration: Fix migrate-set-parameters argument validation
Markus Armbruster
1
-12
/
+12
2021-02-04
qmp: Resume OOB-enabled monitor before processing the request
Markus Armbruster
1
-6
/
+27
2021-02-04
qmp: Add more tracepoints
Markus Armbruster
2
-0
/
+11
2021-02-04
qmp: Fix up comments after commit 9ce44e2ce2
Markus Armbruster
1
-2
/
+2
2021-02-04
monitor/qmp-cmds.c: Don't include ui/vnc.h
Peter Maydell
1
-1
/
+1
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-15
/
+10
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
1
-5
/
+5
2021-01-28
qapi: A couple more QAPI_LIST_PREPEND() stragglers
Eric Blake
1
-5
/
+4
2021-01-23
qmp: remove deprecated "change" command
Paolo Bonzini
1
-51
/
+0
2021-01-23
hmp: remove "change vnc TARGET" command
Paolo Bonzini
1
-2
/
+5
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-1
/
+0
2021-01-02
remove TCG includes from common code
Paolo Bonzini
1
-1
/
+0
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
6
-65
/
+57
2020-12-19
qmp: Fix tracing of non-string command IDs
Markus Armbruster
1
-12
/
+18
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-7
/
+7
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
1
-1
/
+1
2020-12-19
monitor: Use GString instead of QString for output buffer
Markus Armbruster
3
-14
/
+10
2020-12-19
hmp: Simplify how qmp_human_monitor_command() gets output
Markus Armbruster
1
-5
/
+1
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
3
-27
/
+21
2020-12-18
monitor:Don't use '#' flag of printf format ('%#') in format strings
Yutao Ai
1
-1
/
+1
2020-12-18
monitor:braces {} are necessary for all arms of this statement
Yutao Ai
1
-5
/
+9
2020-12-18
monitor:open brace '{' following struct go on the same line
Yutao Ai
1
-2
/
+1
2020-12-15
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
1
-1
/
+2
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
1
-1
/
+1
2020-12-15
vl: remove separate preconfig main_loop
Paolo Bonzini
1
-9
/
+0
2020-12-15
remove preconfig state
Paolo Bonzini
2
-6
/
+6
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-9
/
+12
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
1
-4
/
+13
2020-12-10
hmp: introduce cmd_available
Paolo Bonzini
1
-8
/
+10
2020-12-10
make ram_size local to vl.c
Paolo Bonzini
1
-1
/
+2
2020-12-10
ui: Tweak a client_migrate_info error message
Markus Armbruster
1
-1
/
+1
2020-12-10
ui: Improve a client_migrate_info error message
Markus Armbruster
1
-1
/
+1
2020-12-10
ui: Improve some set_passwd, expire_password error messages
Markus Armbruster
1
-23
/
+15
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
1
-4
/
+4
2020-11-24
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
1
-0
/
+6
2020-11-13
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
1
-3
/
+3
2020-11-13
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
1
-1
/
+1
2020-11-13
hmp: Pass monitor to mon_get_cpu()
Kevin Wolf
3
-11
/
+11
[prev]
[next]