Sign in
qemu
/
qemu
/
4319db7b1357f1256b6cfd92e82fbb7e7f999f51
/
qmp.c
75ab905
qmp: Use ObjectProperty.type if present
by Fam Zheng
· 7 years ago
faabdbb
qdev: Introduce PropertyInfo.create
by Fam Zheng
· 7 years ago
788cf9f
block: rip out all traces of password prompting
by Daniel P. Berrange
· 7 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
cf83f14
shutdown: Add source information to SHUTDOWN and RESET
by Eric Blake
· 8 years ago
4417ab7
block: New BdrvChildRole.activate() for blk_resume_after_migration()
by Kevin Wolf
· 8 years ago
ace21a5
migration: Unify block node activation error handling
by Kevin Wolf
· 8 years ago
08f00df4
qdev: remove cannot_destroy_with_object_finalize_yet
by Laurent Vivier
· 8 years ago
d35ff5e
block: Ignore guest dev permissions during incoming migration
by Kevin Wolf
· 8 years ago
048abb7
qapi: Drop unused non-strict qobject input visitor
by Markus Armbruster
· 8 years ago
213dcb0
char: headers clean-up
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
7a8c153
qmp: Fix argument name in error message of device-list-properties
by Lin Ma
· 8 years ago
814bb12
clean-up: removed duplicate #includes
by Anand J
· 8 years ago
09e6836
qapi: rename QmpInputVisitor to QObjectInputVisitor
by Daniel P. Berrange
· 8 years ago
b3db211
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
by Daniel P. Berrange
· 8 years ago
e64c75a
qmp: fix object-add assert() without props
by Marc-André Lureau
· 8 years ago
3b71ec8
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
70e2cb3
block: Accept device model name for blockdev-change-medium
by Kevin Wolf
· 8 years ago
9c5ce8d
vl: Switch qemu_uuid to QemuUUID
by Fam Zheng
· 8 years ago
cea2527
util: Add UUID API
by Fam Zheng
· 8 years ago
3688d8c
build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}
by Marc-André Lureau
· 8 years ago
b18b604
qmp: add QMP interface "query-cpu-model-baseline"
by David Hildenbrand
· 8 years ago
0031e0d
qmp: add QMP interface "query-cpu-model-comparison"
by David Hildenbrand
· 8 years ago
e09484e
qmp: add QMP interface "query-cpu-model-expansion"
by David Hildenbrand
· 8 years ago
b70ce10
qmp-input-visitor: Favor new visit_free() function
by Eric Blake
· 9 years ago
67a1de0
Makefile: Derive "PKGVERSION" from "git describe" by default
by Fam Zheng
· 9 years ago
88be7b4
block: Fix bdrv_next() memory leak
by Kevin Wolf
· 9 years ago
7c8eece
block: Avoid bs->blk in bdrv_next()
by Kevin Wolf
· 9 years ago
240f64b
qapi: Use strict QMP input visitor in more places
by Eric Blake
· 9 years ago
fc471c1
qapi: Consolidate QMP input visitor creation
by Eric Blake
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
65d64f3
dump-guest-memory: add dump_in_progress() helper function
by Peter Xu
· 9 years ago
90998d5
qom: add helpers for UserCreatable object types
by Daniel P. Berrange
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
76b1c7f
block: Inactivate BDS when migration completes
by Kevin Wolf
· 9 years ago
7746abd
qom: Change object property iterator API contract
by Daniel P. Berrange
· 9 years ago
1b30c09
qmp: Convert QMP code to use object property iterators
by Daniel P. Berrange
· 9 years ago
39ff43d
blockdev: read-only-mode for blockdev-change-medium
by Max Reitz
· 9 years ago
24fb413
qmp: Introduce blockdev-change-medium
by Max Reitz
· 9 years ago
373340b
block: Move I/O status and error actions into BB
by Max Reitz
· 9 years ago
4c315c2
qdev: Protect device-list-properties against broken devices
by Markus Armbruster
· 9 years ago
edb1523
qmp: Fix device-list-properties not to crash for abstract device
by Markus Armbruster
· 9 years ago
6eb3937
qom: Don't use 'gen': false for qom-get, qom-set, object-add
by Markus Armbruster
· 9 years ago
7fad30f
qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
by Markus Armbruster
· 9 years ago
d4ba8cb
qmp: Add example usage of strto*l() qemu wrapper
by Carlos L. Torres
· 9 years ago
a0b1a66
Include monitor/monitor.h exactly where needed
by Markus Armbruster
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
bc2256c
qom: Add helper function for getting user objects root
by Daniel P. Berrange
· 10 years ago
4752cdb
qapi: Drop inline nested struct in query-version
by Eric Blake
· 10 years ago
d6edb15
qom: Add can_be_deleted callback to UserCreatableClass
by Lin Ma
· 10 years ago
9634f4e
vnc: set id at parse time not init time
by Gerd Hoffmann
· 10 years ago
f7801c5
vnc: auto assian an id when calling change vnc qmp interface
by Gonglei
· 10 years ago
89db2177
qmp: unbreak build for non-vnc configuration
by Leon Yu
· 10 years ago
4d2855a
block: New bdrv_add_key(), convert monitor to use it
by Markus Armbruster
· 10 years ago
ad0ec14
qmp: Clean up qmp_query_spice() #ifndef !CONFIG_SPICE dummy
by Markus Armbruster
· 10 years ago
b25d81b
qmp hmp: Factor out common "using spice" test
by Markus Armbruster
· 10 years ago
4db1462
vnc: switch to QemuOpts, allow multiple servers
by Gerd Hoffmann
· 10 years ago
07d09c5
qmp: Print descriptions of object properties
by Gonglei
· 10 years ago
4115dd6
qmp: hide "hotplugged" device property from device-list-properties
by Stefan Hajnoczi
· 10 years ago
f4eb32b
qmp: show QOM properties in device-list-properties
by Stefan Hajnoczi
· 11 years ago
02419bc
qmp: add query-acpi-ospm-status command
by Igor Mammedov
· 11 years ago
6f2e273
qmp: add query-memory-devices command
by Igor Mammedov
· 11 years ago
d116946
qmp: improve error reporting for -object and object-add
by Paolo Bonzini
· 11 years ago
a790f4e
object_add: allow completion handler to get canonical path
by Igor Mammedov
· 11 years ago
ab31979
qmp: Don't use error_is_set() to suppress additional errors
by Markus Armbruster
· 11 years ago
7daecb3
qmp: Consistently name Error ** objects errp, and not err
by Markus Armbruster
· 11 years ago
7977208
qmp: report path ambiguity error
by Michael Tokarev
· 11 years ago
958db90
machine: Remove QEMUMachine indirection from MachineClass
by Marcel Apfelbaum
· 11 years ago
c348124
qmp: object-add: Validate class before creating object
by Eduardo Habkost
· 11 years ago
f231b88
qerror.h: Remove QERR defines that are only used once
by Cole Robinson
· 11 years ago
0056ae2
hw/boards: Convert current_machine to MachineState
by Marcel Apfelbaum
· 11 years ago
de580da
object: Report type in error when not user creatable.
by Hani Benhabiles
· 11 years ago
269e09f
add optional 2nd stage initialization to -object/object-add commands
by Igor Mammedov
· 11 years ago
69252c0
object_add: consolidate error handling
by Igor Mammedov
· 11 years ago
cff8b2c
monitor: add object-add (QMP) and object_add (HMP) command
by Paolo Bonzini
· 11 years ago
ab2d053
monitor: add object-del (QMP) and object_del (HMP) command
by Paolo Bonzini
· 11 years ago
314f7ea
qmp_change_blockdev() remove unused has_format
by Marc-André Lureau
· 11 years ago
69ca3ea
QMP: Add cpu-add command
by Igor Mammedov
· 12 years ago
ede085b
add a new runstate: RUN_STATE_GUEST_PANICKED
by Hu Tao
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
3bc2f57
build: replace weak symbols with a static library
by Paolo Bonzini
· 12 years ago
1f001dc
compiler: support Darwin weak references
by Paolo Bonzini
· 12 years ago
f563a5d
Merge remote-tracking branch 'origin/master' into threadpool
by Paolo Bonzini
· 12 years ago
67d223b
compiler: use weak aliases to provide default definitions
by Paolo Bonzini
· 12 years ago
3f4331b
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
by Aurelien Jarno
· 12 years ago
1e99814
qmp: handle stop/cont in INMIGRATE state
by Paolo Bonzini
· 12 years ago
007fcd3e
vnc: reorganize code for reverse mode
by Paolo Bonzini
· 12 years ago
b224e5e
qapi: convert add_client
by Luiz Capitulino
· 12 years ago
76b64a7
win32: provide separate macros for weak decls and definitions
by Anthony Liguori
· 12 years ago
e4e31c6
qapi: add query-cpu-definitions command (v2)
by Anthony Liguori
· 12 years ago
1daa31b
qmp: introduce device-list-properties command
by Anthony Liguori
· 12 years ago
Next »