index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
input: add missing JIS keys to virtio input
Miika S
2018-02-05
1
-1
/
+4
*
tpm: add CRB device
Marc-André Lureau
2018-01-29
1
-2
/
+3
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-01-29
1
-1
/
+3
|
\
|
*
net: Allow hubports to connect to other netdevs
Thomas Huth
2018-01-29
1
-1
/
+3
*
|
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
2018-01-26
1
-0
/
+41
*
|
qapi: add name parameter to nbd-server-add
Vladimir Sementsov-Ogievskiy
2018-01-26
1
-2
/
+7
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-01-24
1
-27
/
+15
|
\
|
*
blockdev: Mark BD-{remove,insert}-medium stable
Max Reitz
2018-01-23
1
-19
/
+13
|
*
blockdev: Drop BD-{remove,insert}-medium's @device
Max Reitz
2018-01-23
1
-8
/
+2
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2018-01-24
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
block: add block_set_io_throttle virtio-blk-pci QMP example
Stefan Hajnoczi
2018-01-22
1
-0
/
+18
*
|
migration: Revert postcopy-blocktime commit set
Peter Maydell
2018-01-23
1
-15
/
+2
|
/
*
migration: add postcopy total blocktime into query-migrate
Alexey Perevalov
2018-01-15
1
-1
/
+10
*
migration: introduce postcopy-blocktime capability
Alexey Perevalov
2018-01-15
1
-1
/
+5
*
migration: Use proper types in json
Juan Quintela
2018-01-15
1
-10
/
+10
*
block: Document that x-blockdev-change breaks quorum children list
Kevin Wolf
2017-12-22
1
-0
/
+4
*
blockdev: add x-blockdev-set-iothread force boolean
Stefan Hajnoczi
2017-12-19
1
-1
/
+5
*
blockdev: add x-blockdev-set-iothread testing command
Stefan Hajnoczi
2017-12-19
1
-0
/
+36
*
QAPI & interop: Clarify events emitted by 'block-job-cancel'
Kashyap Chamarthy
2017-11-27
1
-0
/
+6
*
migration, xen: Fix block image lock issue on live migration
Anthony PERARD
2017-11-21
1
-1
/
+5
*
qapi/qnull: Add own header
Max Reitz
2017-11-17
2
-0
/
+2
*
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
2017-11-17
1
-2
/
+5
*
migration: Make xbzrle_cache_size a migration parameter
Juan Quintela
2017-10-29
1
-3
/
+23
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...
Peter Maydell
2017-10-25
1
-5
/
+31
|
\
|
*
qapi: Fix grammar in x-multifd-page-count descriptions
Juan Quintela
2017-10-23
1
-3
/
+3
|
*
migration: migrate-continue
Dr. David Alan Gilbert
2017-10-23
1
-0
/
+17
|
*
migration: Add 'pre-switchover' and 'device' statuses
Dr. David Alan Gilbert
2017-10-23
1
-1
/
+7
|
*
migration: Add 'pause-before-switchover' capability
Dr. David Alan Gilbert
2017-10-23
1
-1
/
+4
*
|
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange
2017-10-23
1
-0
/
+7
|
/
*
tpm: Added support for TPM emulator
Amarnath Valluri
2017-10-13
1
-3
/
+18
*
block: Add blkdebug hook for copy-on-read
Eric Blake
2017-10-06
1
-1
/
+4
*
qapi: Rename WatchdogExpirationAction enum
Michal Privoznik
2017-10-02
1
-3
/
+3
*
qcow2: add shrink image support
Pavel Butsykin
2017-09-26
1
-1
/
+7
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-09-23
1
-0
/
+4
|
\
|
*
scsi, file-posix: add support for persistent reservation management
Paolo Bonzini
2017-09-22
1
-0
/
+4
*
|
migration: Create x-multifd-page-count parameter
Juan Quintela
2017-09-22
1
-3
/
+14
*
|
migration: Create x-multifd-channels parameter
Juan Quintela
2017-09-22
1
-3
/
+21
*
|
migration: Add multifd capability
Juan Quintela
2017-09-22
1
-1
/
+3
|
/
*
block: add throttle block filter driver
Manos Pitsidianakis
2017-09-06
1
-1
/
+17
*
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
2017-09-05
1
-0
/
+48
*
qapi: Change data type of the FOO_lookup generated for enum FOO
Marc-André Lureau
2017-09-04
2
-17
/
+19
*
qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()
Markus Armbruster
2017-09-04
1
-1
/
+1
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-1
/
+1
*
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
2017-09-04
2
-2
/
+7
*
qapi: Use qapi_enum_parse() in input_type_enum()
Markus Armbruster
2017-09-04
1
-9
/
+4
*
qapi: Drop superfluous qapi_enum_parse() parameter max
Markus Armbruster
2017-09-04
1
-2
/
+2
*
qapi-schema: Improve section headings
Markus Armbruster
2017-09-04
5
-7
/
+6
*
qapi-schema: Move queries from common.json to qapi-schema.json
Markus Armbruster
2017-09-04
1
-103
/
+0
*
qapi-schema: Make block-core.json self-contained
Markus Armbruster
2017-09-04
2
-0
/
+15
*
qapi-schema: Fold event.json back into qapi-schema.json
Markus Armbruster
2017-09-04
1
-138
/
+0
[next]