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
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-02
monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
David Hildenbrand
1
-0
/
+9
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
1
-1
/
+1
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-18
monitor: raise error when 'pretty' option is used with HMP
Daniel P. Berrangé
1
-2
/
+2
2021-03-15
monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
1
-6
/
+2
2021-02-15
monitor: Fix assertion failure on shutdown
Kevin Wolf
1
-10
/
+15
2020-12-19
monitor: Use GString instead of QString for output buffer
Markus Armbruster
1
-12
/
+8
2020-10-15
monitor: Fix order in monitor_cleanup()
Kevin Wolf
1
-16
/
+17
2020-10-09
qmp: Move dispatcher to a coroutine
Kevin Wolf
1
-8
/
+47
2020-10-09
monitor: Make current monitor a per-coroutine property
Kevin Wolf
1
-7
/
+27
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-1
/
+23
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-3
/
+3
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-13
/
+6
2020-07-03
virtio-pci: Send qapi events when the virtio-mem size changes
David Hildenbrand
1
-0
/
+1
2020-03-06
monitor: Add allow_hmp parameter to monitor_init()
Kevin Wolf
1
-2
/
+10
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2020-03-06
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+6
2020-03-06
monitor: Create QAPIfied monitor_init()
Kevin Wolf
1
-35
/
+42
2020-02-17
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
1
-0
/
+48
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-9
/
+0
2019-06-18
monitor: Split Monitor.flags into separate bools
Kevin Wolf
1
-5
/
+9
2019-06-18
monitor: Split out monitor/monitor.c
Kevin Wolf
1
-0
/
+633