index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor
/
monitor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
Maciej S. Szmigiero
2023-11-06
1
-0
/
+1
*
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
2023-08-31
1
-1
/
+1
*
monitor: introduce qmp_dispatcher_co_wake
Paolo Bonzini
2023-05-25
1
-25
/
+1
*
monitor: cleanup fetching of QMP requests
Paolo Bonzini
2023-05-25
1
-2
/
+7
*
monitor: cleanup detection of qmp_dispatcher_co shutting down
Paolo Bonzini
2023-05-25
1
-1
/
+1
*
monitor: do not use mb_read/mb_set for suspend_cnt
Paolo Bonzini
2023-05-25
1
-2
/
+7
*
monitor: add more *_locked() functions
Paolo Bonzini
2023-05-25
1
-6
/
+8
*
monitor: allow calling monitor_resume under mon_lock
Paolo Bonzini
2023-05-25
1
-6
/
+6
*
monitor: use QEMU_LOCK_GUARD a bit more
Paolo Bonzini
2023-05-25
1
-4
/
+2
*
monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
2023-04-25
1
-2
/
+2
*
monitor: Loosen coupling between misc.c and monitor.c slightly
Markus Armbruster
2023-02-04
1
-1
/
+1
*
monitor: Move monitor_putc() next to monitor_puts & external linkage
Markus Armbruster
2023-02-04
1
-0
/
+27
*
monitor: Use ERRP_GUARD() in monitor_init()
Markus Armbruster
2022-12-14
1
-8
/
+4
*
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2022-04-21
1
-0
/
+10
*
monitor: Rate-limit MEMORY_DEVICE_SIZE_CHANGE qapi events per device
David Hildenbrand
2021-10-02
1
-0
/
+9
*
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
2021-08-05
1
-1
/
+1
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
monitor: raise error when 'pretty' option is used with HMP
Daniel P. Berrangé
2021-03-18
1
-2
/
+2
*
monitor: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2021-03-15
1
-6
/
+2
*
monitor: Fix assertion failure on shutdown
Kevin Wolf
2021-02-15
1
-10
/
+15
*
monitor: Use GString instead of QString for output buffer
Markus Armbruster
2020-12-19
1
-12
/
+8
*
monitor: Fix order in monitor_cleanup()
Kevin Wolf
2020-10-15
1
-16
/
+17
*
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-10-09
1
-8
/
+47
*
monitor: Make current monitor a per-coroutine property
Kevin Wolf
2020-10-09
1
-7
/
+27
*
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
1
-1
/
+23
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-3
/
+3
*
qapi: Smooth another visitor error checking pattern
Markus Armbruster
2020-07-10
1
-13
/
+6
*
virtio-pci: Send qapi events when the virtio-mem size changes
David Hildenbrand
2020-07-03
1
-0
/
+1
*
monitor: Add allow_hmp parameter to monitor_init()
Kevin Wolf
2020-03-06
1
-2
/
+10
*
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
2020-03-06
1
-1
/
+1
*
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
2020-03-06
1
-1
/
+6
*
monitor: Create QAPIfied monitor_init()
Kevin Wolf
2020-03-06
1
-35
/
+42
*
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
2020-02-17
1
-0
/
+48
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
1
-9
/
+0
*
monitor: Split Monitor.flags into separate bools
Kevin Wolf
2019-06-18
1
-5
/
+9
*
monitor: Split out monitor/monitor.c
Kevin Wolf
2019-06-18
1
-0
/
+633