summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+167
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-0/+15
2015-10-22vhost-user: document migration logMarc-André Lureau1-2/+46
2015-10-22virtio: add some migration docCornelia Huck1-0/+106
2015-10-19fw_cfg: Define a static signature to be returned on DMA port readsKevin O'Connor1-0/+3
2015-10-19fw_cfg DMA interface documentationMarc Marí1-4/+61
2015-10-19fw_cfg: document fw_cfg_modify_iXX() update functionsGabriel L. Somlo1-0/+11
2015-10-19fw_cfg: insert string blobs via qemu cmdlineGabriel L. Somlo1-0/+15
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-10-19doc/rcu: fix g_free_rcu() usage exampleSergey Fedorov1-1/+1
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake1-37/+37
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake1-14/+14
2015-10-12docs: Move files from docs/qmp/ to docs/Markus Armbruster3-0/+0
2015-10-09docs: update the usage example of "dtrace" backend in tracing.txtLin Ma1-5/+5
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+507
2015-09-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+75
2015-09-25docs: describe the QEMU build system structure / designDaniel P. Berrange1-0/+507
2015-09-24qemu-thread: add a fast path to the Win32 QemuEventPaolo Bonzini1-0/+98
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-1/+11
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-0/+15
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-0/+11
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-2/+2
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+37
2015-09-23libcacard: use the standalone projectMarc-André Lureau1-483/+0
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao1-0/+48
2015-09-21qapi-introspect: Hide type namesMarkus Armbruster1-19/+17
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster1-5/+232
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster1-12/+6
2015-09-21qapi-schema: Fix up misleading specification of netdev_addMarkus Armbruster1-1/+1
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster1-0/+1
2015-09-21qapi: Improve built-in type documentationMarkus Armbruster1-11/+18
2015-09-21qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster1-2/+2
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2-6/+6
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster1-1/+1
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster1-4/+5
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster1-15/+14
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange1-0/+8
2015-09-11typofixes - v4Veres Lajos2-3/+3
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange4-5/+5
2015-09-04docs: document how to configure the qcow2 L2/refcount cachesAlberto Garcia1-0/+164
2015-09-04docs/qapi-code-gen.txt: Fix QAPI schema examplesMarkus Armbruster1-3/+2
2015-09-04qapi: Generated code cleanupMarkus Armbruster1-7/+5
2015-09-04qapi-commands: Drop useless initializationMarkus Armbruster1-1/+1
2015-09-04qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster1-9/+8
2015-09-04qapi: Fix to reject union command and event argumentsMarkus Armbruster1-4/+3
2015-09-04qapi-event: Clean up how name of enum QAPIEvent is madeMarkus Armbruster1-4/+4
2015-09-04qapi: Clarify docs on including the same file multiple timesMarkus Armbruster1-2/+2
2015-07-22AioContext: optimize clearing the EventNotifierPaolo Bonzini1-0/+152
2015-07-22AioContext: fix broken placement of event_notifier_test_and_clearPaolo Bonzini1-0/+140
2015-07-22AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini1-44/+33