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
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+4
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-2
/
+4
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+2
2016-03-30
arm: qmp: add query-gic-capabilities interface
Peter Xu
1
-0
/
+8
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-2
/
+2
2016-03-17
monitor: Use BB list for BB name completion
Max Reitz
1
-3
/
+4
2016-03-14
monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode
Alberto Garcia
1
-3
/
+10
2016-03-14
monitor: Separate QUORUM_REPORT_BAD events according to the node name
Alberto Garcia
1
-0
/
+9
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
1
-1
/
+1
2016-02-04
all: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-13
error: Use error_report_err() instead of monitor_printf()
Markus Armbruster
1
-4
/
+2
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
1
-1
/
+1
2015-12-17
qapi: Add alias for ErrorClass
Eric Blake
1
-1
/
+1
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-7
/
+7
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
1
-1
/
+1
2015-11-26
monitor: Plug memory leak on QMP error
Markus Armbruster
1
-0
/
+1
2015-11-12
monitor/target-ppc: Define target_get_monitor_def
Alexey Kardashevskiy
1
-1
/
+9
2015-11-09
monitor: add missed aio_context_acquire into vm_completion call
Denis V. Lunev
1
-3
/
+8
2015-10-30
monitor: Throttle event VSERPORT_CHANGE separately by "id"
Markus Armbruster
1
-4
/
+23
2015-10-30
monitor: Turn monitor_qapi_event_state[] into a hash table
Markus Armbruster
1
-16
/
+37
2015-10-29
monitor: Split MonitorQAPIEventConf off MonitorQAPIEventState
Markus Armbruster
1
-41
/
+37
2015-10-29
monitor: Switch from timer_new() to timer_new_ns()
Markus Armbruster
1
-4
/
+3
2015-10-29
monitor: Simplify event throttling
Markus Armbruster
1
-33
/
+30
2015-10-29
monitor: Reduce casting of QAPI event QDict
Markus Armbruster
1
-19
/
+19
2015-10-23
block: Prepare for NULL BDS
Max Reitz
1
-0
/
+4
2015-09-25
monitor: make monitor_fprintf and mon_get_cpu externally visible
Pavel Butsykin
1
-3
/
+2
2015-09-25
utils: rename strtosz to use qemu prefix
Marc-André Lureau
1
-1
/
+1
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
1
-0
/
+16
2015-09-21
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
Markus Armbruster
1
-1
/
+1
2015-09-16
monitor: uninclude cpu_ldst
Peter Crosthwaite
1
-1
/
+0
2015-09-16
monitor: remove target-specific code from monitor.c
Pavel Butsykin
1
-852
/
+8
2015-09-16
hmp-commands-info: move info_cmds content out of monitor.c
Pavel Butsykin
1
-387
/
+2
2015-09-04
hmp: add info iothreads command
Ting Wang
1
-0
/
+7
2015-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+20
2015-09-03
trace-events: Add hmp completion
Dr. David Alan Gilbert
1
-0
/
+20
2015-09-03
s390x: Info skeys sub-command
Jason J. Herne
1
-0
/
+9
2015-09-03
s390x: Dump-skeys hmp support
Jason J. Herne
1
-0
/
+4
2015-09-03
s390x: Dump storage keys qmp command
Jason J. Herne
1
-0
/
+7
2015-08-19
osdep.h: Remove qemu_printf
Peter Maydell
1
-2
/
+2
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
1
-13
/
+0
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
1
-18
/
+6
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-33
/
+33
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+1
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
1
-1
/
+1
2015-06-22
monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
Peter Crosthwaite
1
-36
/
+29
2015-06-22
monitor: Fix failure path for "S" argument
Bandan Das
1
-1
/
+1
[next]