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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-13
monitor: resurrect handle_qmp_command trace event
Stefan Hajnoczi
1
-0
/
+5
2017-06-13
monitor: add handle_hmp_command trace event
Stefan Hajnoczi
1
-0
/
+2
2017-06-05
numa: make hmp 'info numa' fetch numa nodes from qmp_query_cpus() result
Igor Mammedov
1
-4
/
+7
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-1
/
+1
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-18
migration: migration.h was not needed
Juan Quintela
1
-1
/
+0
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-12
/
+11
2017-05-04
monitor: Move hmp_loadvm from monitor.c to hmp.c
Juan Quintela
1
-13
/
+0
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
1
-0
/
+5
2017-04-26
monitor: Check whether TCG is enabled before running the "info jit" code
Thomas Huth
1
-0
/
+5
2017-04-26
hmp: gpa2hva and gpa2hpa hostaddr command
Paolo Bonzini
1
-0
/
+101
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
1
-0
/
+1
2017-03-07
monitor: Assert qmp_schema_json[] is sane
Markus Armbruster
1
-1
/
+1
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
1
-1
/
+1
2017-03-05
qmp: Drop duplicated QMP command object checks
Markus Armbruster
1
-68
/
+6
2017-03-05
qmp: Clean up how we enforce capability negotiation
Markus Armbruster
1
-34
/
+42
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
1
-14
/
+17
2017-03-05
qmp: Dumb down how we run QMP command registration
Markus Armbruster
1
-5
/
+4
2017-02-27
i386: Implement query-cpu-model-expansion QMP command
Eduardo Habkost
1
-1
/
+3
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-util-2017-02-23' into ...
Peter Maydell
1
-3
/
+4
2017-02-24
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into ...
Peter Maydell
1
-6
/
+7
2017-02-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
1
-2
/
+2
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-2
/
+2
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-2
/
+3
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-22
monitor: Clean up handle_hmp_command() a bit
Markus Armbruster
1
-4
/
+5
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
1
-2
/
+2
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
1
-2
/
+2
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
1
-8
/
+34
2017-02-02
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+1
2017-01-31
char: headers clean-up
Marc-André Lureau
1
-0
/
+1
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-27
chardev: qom-ify
Marc-André Lureau
1
-1
/
+1
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-2
/
+2
2017-01-27
char: introduce generic qemu_chr_get_kind()
Marc-André Lureau
1
-1
/
+1
2017-01-27
memory: hmp: add "-f" for "info mtree"
Peter Xu
1
-1
/
+3
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
1
-1
/
+1
2017-01-19
error: Report certain hints on stderr when no monitor
Marc-André Lureau
1
-0
/
+2
2016-11-01
qemu-error: remove dependency of stubs on monitor
Paolo Bonzini
1
-0
/
+21
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-2
/
+0
2016-10-28
monitor: deprecate 'default' option
Marc-André Lureau
1
-1
/
+1
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
1
-1
/
+1
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-2
/
+2
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-3
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-10
/
+10
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-9
/
+10
2016-10-12
trace: convert code to use event iterators
Daniel P. Berrange
1
-12
/
+14
[next]