Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | Add postcopy documentation | Dr. David Alan Gilbert | 1 | -0/+191 |
2015-11-10 | qapi-introspect: Document lack of sorting | Eric Blake | 1 | -4/+15 |
2015-11-10 | qapi: Provide nicer array names in introspection | Eric Blake | 1 | -2/+5 |
2015-11-05 | replay: global variables and function stubs | Pavel Dovgalyuk | 1 | -0/+168 |
2015-11-02 | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake | 1 | -4/+7 |
2015-11-02 | qapi: Reserve '*List' type names for list types | Eric Blake | 1 | -1/+2 |
2015-10-30 | docs: Document QMP event rate limiting | Markus Armbruster | 2 | -0/+17 |
2015-10-26 | ivshmem: use little-endian int64_t for the protocol | Marc-André Lureau | 1 | -1/+1 |
2015-10-24 | ivshmem: add check on protocol version in QEMU | David Marchand | 1 | -3/+6 |
2015-10-24 | docs: update ivshmem device spec | David Marchand | 1 | -31/+93 |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -2/+167 |
2015-10-22 | vhost user: add rarp sending after live migration for legacy guest | Thibaut Collet | 1 | -0/+15 |
2015-10-22 | vhost-user: document migration log | Marc-André Lureau | 1 | -2/+46 |
2015-10-22 | virtio: add some migration doc | Cornelia Huck | 1 | -0/+106 |
2015-10-19 | fw_cfg: Define a static signature to be returned on DMA port reads | Kevin O'Connor | 1 | -0/+3 |
2015-10-19 | fw_cfg DMA interface documentation | Marc Marí | 1 | -4/+61 |
2015-10-19 | fw_cfg: document fw_cfg_modify_iXX() update functions | Gabriel L. Somlo | 1 | -0/+11 |
2015-10-19 | fw_cfg: insert string blobs via qemu cmdline | Gabriel L. Somlo | 1 | -0/+15 |
2015-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2015-10-19 | doc/rcu: fix g_free_rcu() usage example | Sergey Fedorov | 1 | -1/+1 |
2015-10-12 | qapi: Consistent generated code: prefer visitor 'v' | Eric Blake | 1 | -37/+37 |
2015-10-12 | qapi: Consistent generated code: prefer error 'err' | Eric Blake | 1 | -14/+14 |
2015-10-12 | docs: Move files from docs/qmp/ to docs/ | Markus Armbruster | 3 | -0/+0 |
2015-10-09 | docs: update the usage example of "dtrace" backend in tracing.txt | Lin Ma | 1 | -5/+5 |
2015-09-25 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+507 |
2015-09-25 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -2/+75 |
2015-09-25 | docs: describe the QEMU build system structure / design | Daniel P. Berrange | 1 | -0/+507 |
2015-09-24 | qemu-thread: add a fast path to the Win32 QemuEvent | Paolo Bonzini | 1 | -0/+98 |
2015-09-24 | vhost-user: add a new message to disable/enable a specific virt queue. | Changchun Ouyang | 1 | -1/+11 |
2015-09-24 | vhost-user: add multiple queue support | Changchun Ouyang | 1 | -0/+15 |
2015-09-24 | vhost-user: add VHOST_USER_GET_QUEUE_NUM message | Yuanhan Liu | 1 | -0/+11 |
2015-09-24 | vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE | Yuanhan Liu | 1 | -2/+2 |
2015-09-24 | vhost-user: add protocol feature negotiation | Michael S. Tsirkin | 1 | -0/+37 |
2015-09-23 | libcacard: use the standalone project | Marc-André Lureau | 1 | -483/+0 |
2015-09-23 | spapr: Support ibm,dynamic-reconfiguration-memory | Bharata B Rao | 1 | -0/+48 |
2015-09-21 | qapi-introspect: Hide type names | Markus Armbruster | 1 | -19/+17 |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster | 1 | -5/+232 |
2015-09-21 | qapi: Pseudo-type '**' is now unused, drop it | Markus Armbruster | 1 | -12/+6 |
2015-09-21 | qapi-schema: Fix up misleading specification of netdev_add | Markus Armbruster | 1 | -1/+1 |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster | 1 | -0/+1 |
2015-09-21 | qapi: Improve built-in type documentation | Markus Armbruster | 1 | -11/+18 |
2015-09-21 | qapi-commands: De-duplicate output marshaling functions | Markus Armbruster | 1 | -2/+2 |
2015-09-21 | qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() | Markus Armbruster | 2 | -6/+6 |
2015-09-21 | qapi: Clean up after recent conversions to QAPISchemaVisitor | Markus Armbruster | 1 | -1/+1 |
2015-09-21 | qapi: De-duplicate enum code generation | Markus Armbruster | 1 | -4/+5 |
2015-09-21 | qapi-types: Convert to QAPISchemaVisitor, fixing flat unions | Markus Armbruster | 1 | -15/+14 |
2015-09-15 | qapi: allow override of default enum prefix naming | Daniel P. Berrange | 1 | -0/+8 |
2015-09-11 | typofixes - v4 | Veres Lajos | 2 | -3/+3 |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange | 4 | -5/+5 |
2015-09-04 | docs: document how to configure the qcow2 L2/refcount caches | Alberto Garcia | 1 | -0/+164 |