Sign in
qemu-android
/
qemu-android
/
149b427b32de358c3bd5bc064c50acca6e9ff78f
/
qapi
455ba08
qmp: Don't abuse stack to track qmp-output root
by Eric Blake
· 9 years ago
a861564
qmp: Fix reference-counting of qnull on empty output visit
by Eric Blake
· 9 years ago
08f9541
qapi: Drop unused error argument for list and implicit struct
by Eric Blake
· 9 years ago
bdd8e6b
qapi: Tighten qmp_input_end_list()
by Eric Blake
· 9 years ago
337283d
qapi: Drop unused 'kind' for struct/enum visit
by Eric Blake
· 9 years ago
0b2a0d6
qapi: Swap 'name' in visit_* callbacks to match public API
by Eric Blake
· 9 years ago
51e72bc
qapi: Swap visit_* arguments for consistent 'name' placement
by Eric Blake
· 9 years ago
04e070d
qapi: Consolidate visitor small integer callbacks
by Eric Blake
· 9 years ago
f755dea
qapi: Make all visitors supply uint64 callbacks
by Eric Blake
· 9 years ago
4c40314
qapi: Prefer type_int64 over type_int in visitors
by Eric Blake
· 9 years ago
7c91aab
qapi-visit: Kill unused visit_end_union()
by Eric Blake
· 9 years ago
4894b00
qapi: Dealloc visitor does not need a type_size()
by Eric Blake
· 9 years ago
77577cb
qapi: Drop dead dealloc visitor variable
by Eric Blake
· 9 years ago
d7bea75
qapi: Avoid use of misnamed DO_UPCAST()
by Eric Blake
· 9 years ago
cbf2115
qapi: Clean up includes
by Peter Maydell
· 9 years ago
16b0d55
qemu-img: Make MapEntry a QAPI struct
by Fam Zheng
· 9 years ago
327032c
block/qapi: Emit tray_open only if there is a tray
by Max Reitz
· 9 years ago
12c7ec8
blockdev: Fix 'change' for slot devices
by Max Reitz
· 9 years ago
2da44dd
fdc: add drive type qapi enum
by John Snow
· 9 years ago
4addcd4
Migration: Emit event at start of pass
by Dr. David Alan Gilbert
· 9 years ago
df92562
qmp: Add blockdev-mirror command
by Fam Zheng
· 9 years ago
d8c02bc
crypto: move QCryptoCipherAlgorithm/Mode enum definitions into QAPI
by Daniel P. Berrange
· 9 years ago
d84b79d
crypto: move QCryptoHashAlgorithm enum definition into QAPI
by Daniel P. Berrange
· 9 years ago
ac1d887
crypto: add QCryptoSecret object class for password/key handling
by Daniel P. Berrange
· 9 years ago
32c18a2
kvm: add support for -machine kernel_irqchip=split
by Matt Gingell
· 9 years ago
29637a6
qapi: Shorter visits of optional fields
by Eric Blake
· 9 years ago
5cdc883
qapi: Simplify visits of optional fields
by Eric Blake
· 9 years ago
d00341a
qapi: Fix alternates that accept 'number' but not 'int'
by Eric Blake
· 9 years ago
0426d53
qapi: Simplify visiting of alternate types
by Eric Blake
· 9 years ago
f22a28b
qapi: Add alias for ErrorClass
by Eric Blake
· 9 years ago
5be5b77
blkdebug: Avoid '.' in enum values
by Eric Blake
· 9 years ago
a31939e
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
by Eric Blake
· 9 years ago
6e0abc2
blockdev: Mark {insert, remove}-medium experimental
by Max Reitz
· 9 years ago
9be060f
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 9 years ago
40119ef
block: make 'stats-interval' an array of ints instead of a string
by Alberto Garcia
· 9 years ago
39a65e2
qapi: Document introspection stability considerations
by Eric Blake
· 9 years ago
2be5506
block: New option to define the intervals for collecting I/O statistics
by Alberto Garcia
· 9 years ago
96e4ded
block: Add average I/O queue depth to BlockDeviceTimedStats
by Alberto Garcia
· 9 years ago
979e9b0
block: Compute minimum, maximum and average I/O latencies
by Alberto Garcia
· 9 years ago
362e929
block: Allow configuring whether to account failed and invalid ops
by Alberto Garcia
· 9 years ago
7ee12da
block: Add statistics for failed and invalid I/O operations
by Alberto Garcia
· 9 years ago
cb38fff
block: Add idle_time_ns to BlockDeviceStats
by Alberto Garcia
· 9 years ago
81b936a
block: Add 'x-blockdev-del' QMP command
by Alberto Garcia
· 9 years ago
43de7e2
block: add a 'blockdev-snapshot' QMP command
by Alberto Garcia
· 9 years ago
a911e6a
block: rename BlockdevSnapshot to BlockdevSnapshotSync
by Alberto Garcia
· 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
d129988
blockdev: Add blockdev-insert-medium
by Max Reitz
· 9 years ago
2814f67
blockdev: Add blockdev-remove-medium
by Max Reitz
· 9 years ago
abaaf59
blockdev: Add blockdev-close-tray
by Max Reitz
· 9 years ago
7d8a9f7
blockdev: Add blockdev-open-tray
by Max Reitz
· 9 years ago
f545504
qapi-introspect: Document lack of sorting
by Eric Blake
· 9 years ago
7f02784
qstring: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
fcf73f6
qfloat qint: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
14b6160
qbool: Make conversion from QObject * accept null
by Markus Armbruster
· 9 years ago
be4b67b
blockdev: Allow creation of BDS trees without BB
by Max Reitz
· 9 years ago
f709623
block: Remove host floppy support
by Max Reitz
· 9 years ago
f169f8f
qapi: add missing @
by Marc-André Lureau
· 9 years ago
4677bb4
utils: rename strtosz to use qemu prefix
by Marc-André Lureau
· 10 years ago
1a9a507
qapi-introspect: Hide type names
by Markus Armbruster
· 10 years ago
39a1815
qapi: New QMP command query-qmp-schema for QMP introspection
by Markus Armbruster
· 10 years ago
28770e0
qapi: Introduce a first class 'any' type
by Markus Armbruster
· 10 years ago
6c2f9a1
qapi: Make output visitor return qnull() instead of NULL
by Markus Armbruster
· 10 years ago
a090187
crypto: introduce new base module for TLS credentials
by Daniel P. Berrange
· 10 years ago
279621c
qcow2: add option to clean unused cache entries after some time
by Alberto Garcia
· 10 years ago
38e20ca
qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.h
by Peter Maydell
· 10 years ago
598cd2b
migration: create migration event
by Juan Quintela
· 10 years ago
0fc9f8e
qmp: Add optional bool "unmap" to drive-mirror
by Fam Zheng
· 10 years ago
4b80ab2
qapi: Rename 'dirty-bitmap' mode to 'incremental'
by John Snow
· 10 years ago
58e8b33
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 10 years ago
6b932c0
throttle: Fix typo in the documentation of block_set_io_throttle
by Alberto Garcia
· 10 years ago
d5941dd
vvfat: add a label option
by Wolfgang Bumiller
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
fc48ffc
qobject: Use 'bool' for qbool
by Eric Blake
· 10 years ago
2e4450f
qom: Make enum string tables const-correct
by Daniel P. Berrange
· 10 years ago
8aeaa05
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 10 years ago
b8fe169
throttle: add the name of the ThrottleGroup to BlockDeviceInfo
by Alberto Garcia
· 10 years ago
76f4afb
throttle: Add throttle group support
by Alberto Garcia
· 10 years ago
fafa4d5
qmp/hmp: add rocker device support
by Scott Feldman
· 10 years ago
9abe3bd
qapi: add dirty bitmap status
by John Snow
· 10 years ago
0403b0f
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
0caef8f
docs: update BLOCK_IMAGE_CORRUPTED documentation
by Alberto Garcia
· 10 years ago
4752cdb
qapi: Drop inline nested struct in query-version
by Eric Blake
· 10 years ago
895a2a8
qapi: Use 'struct' instead of 'type' in schema
by Eric Blake
· 10 years ago
ab916fa
qapi: Use 'alternate' to replace anonymous union
by Eric Blake
· 10 years ago
a113534
qmp: Add dirty bitmap status field in query-block
by John Snow
· 10 years ago
e74e6b7
qmp: add block-dirty-bitmap-clear
by John Snow
· 10 years ago
d58d845
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
by John Snow
· 10 years ago
9bd2b08
block: Add bitmap successors
by John Snow
· 10 years ago
341ebc2
qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
by John Snow
· 10 years ago
5fba6c0
qmp: Ensure consistent granularity type
by John Snow
· 10 years ago
0db6e54
qapi: Add optional field "name" to block dirty bitmap
by Fam Zheng
· 10 years ago
dc881b4
block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
by Alberto Garcia
· 10 years ago
e5e51dd
block/null: Latency simulation by adding new option "latency-ns"
by Fam Zheng
· 10 years ago
bc09e06
qmp-event: add event notification for memory hot unplug error
by Zhu Guihua
· 10 years ago
da2cf4e
block: Document blockdev-add's immaturity
by Markus Armbruster
· 10 years ago
5b347c5
block: Fix blockdev-backup not to use funky error class
by Markus Armbruster
· 10 years ago
92a539d
raw-posix: Deprecate host floppy passthrough
by Markus Armbruster
· 10 years ago
6ec46ad
block: Fix block-set-write-threshold not to use funky error class
by Markus Armbruster
· 10 years ago
Next »