| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: add memory-hotplug.txt | Luiz Capitulino | 2015-03-04 | 1 | -0/+76 |
* | rcu: add g_free_rcu | Paolo Bonzini | 2015-02-16 | 1 | -4/+7 |
* | docs: clarify memory region lifecycle | Paolo Bonzini | 2015-02-16 | 1 | -16/+58 |
* | rcu: add call_rcu | Paolo Bonzini | 2015-02-02 | 1 | -4/+106 |
* | rcu: add rcu library | Paolo Bonzini | 2015-02-02 | 1 | -0/+285 |
* | hw: misc, add educational driver | Jiri Slaby | 2015-01-26 | 1 | -0/+110 |
* | vnc: update docs/multiseat.txt | Gerd Hoffmann | 2015-01-22 | 1 | -4/+14 |
* | xbzrle: optimize XBZRLE to decrease the cache misses | ChenLiang | 2015-01-15 | 1 | -0/+8 |
* | pci: move REDHAT_SDHCI device ID to make room for Rocker | Scott Feldman | 2015-01-03 | 1 | -1/+1 |
* | sdhci: Define SDHCI PCI ids | Kevin O'Connor | 2014-12-15 | 1 | -0/+2 |
* | Tracing docs fix configure option and description | Dr. David Alan Gilbert | 2014-11-18 | 1 | -3/+3 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-10-30 | 1 | -0/+2 |
|\ |
|
| * | aio / timers: De-document -clock | Markus Armbruster | 2014-10-27 | 1 | -0/+2 |
* | | docs/qcow2: Limit refcount_order to [0, 6] | Max Reitz | 2014-10-23 | 1 | -0/+1 |
* | | docs/qcow2: Correct refcount_block_entries | Max Reitz | 2014-10-23 | 1 | -1/+1 |
|/ |
|
* | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 2014-10-20 | 1 | -1/+1 |
* | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster | 2014-10-20 | 1 | -4/+4 |
* | vga-pci: add qext region to mmio | Gerd Hoffmann | 2014-10-15 | 1 | -0/+9 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2014-09-29 | 1 | -0/+161 |
|\ |
|
| * | docs: add blkdebug block driver documentation | Stefan Hajnoczi | 2014-09-25 | 1 | -0/+161 |
* | | qapi: Update docs given recent event, spacing fixes | Eric Blake | 2014-09-26 | 1 | -20/+80 |
* | | trace: docs: add trace file description | Chen Fan | 2014-09-26 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2014-09-23 | 1 | -1/+2 |
|\ |
|
| * | docs: List all image elements currently supported by the fuzzer | Maria Kustova | 2014-09-22 | 1 | -1/+2 |
* | | rdma: Fix incorrect description in comments | zhanghailiang | 2014-09-20 | 1 | -3/+3 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-08-19 | 1 | -5/+10 |
|\ |
|
| * | memory: convert memory_region_destroy to object_unparent | Paolo Bonzini | 2014-08-18 | 1 | -5/+10 |
* | | docs: Expand the list of supported image elements with L1/L2 tables | Maria Kustova | 2014-08-15 | 1 | -2/+1 |
* | | docs: Specification for the image fuzzer | Maria Kustova | 2014-08-15 | 1 | -0/+239 |
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2014-08-15 | 1 | -0/+40 |
|\ \ |
|
| * | | trace: [tcg] Add documentation | Lluís Vilanova | 2014-08-12 | 1 | -0/+40 |
* | | | docs/multiple-iothreads.txt: add documentation on IOThread programming | Stefan Hajnoczi | 2014-08-15 | 1 | -0/+134 |
* | | | docs: Make the recommendation for the backing file name position a requirement | Maria Kustova | 2014-08-15 | 1 | -6/+6 |
|/ / |
|
* | | docs: document missing VSERPORT_CHANGE event | Eric Blake | 2014-07-24 | 1 | -0/+16 |
* | | docs: document missing POWERDOWN event | Eric Blake | 2014-07-24 | 1 | -1/+15 |
* | | docs: document missing SPICE_MIGRATE_COMPLETED event | Eric Blake | 2014-07-24 | 1 | -0/+13 |
* | | docs: split SPICE_* event docs | Eric Blake | 2014-07-24 | 1 | -3/+28 |
* | | docs: grammar fixes to qmp-events | Eric Blake | 2014-07-24 | 1 | -2/+2 |
|/ |
|
* | AioContext: speed up aio_notify | Paolo Bonzini | 2014-07-09 | 1 | -0/+104 |
* | qapi: Change back sector-count to sectors-count in quorum QAPI events. | Benoît Canet | 2014-07-01 | 1 | -13/+13 |
* | vhost-user: typo fixups | Michael S. Tsirkin | 2014-06-29 | 1 | -2/+1 |
* | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message | Damjan Marion | 2014-06-29 | 1 | -3/+4 |
* | vhost-user: fix wrong ids in documentation | Damjan Marion | 2014-06-29 | 1 | -14/+14 |
* | docs/qmp: Fix documentation of BLOCK_JOB_READY to match code | Markus Armbruster | 2014-06-27 | 1 | -2/+10 |
* | qmp: add qmp-events.txt back | Luiz Capitulino | 2014-06-27 | 1 | -0/+551 |
* | qapi script: clean up in scripts | Wenchao Xia | 2014-06-27 | 1 | -4/+4 |
* | qapi event: convert QUORUM events | Wenchao Xia | 2014-06-23 | 1 | -41/+0 |
* | qapi event: convert GUEST_PANICKED | Wenchao Xia | 2014-06-23 | 1 | -14/+0 |
* | qapi event: convert BALLOON_CHANGE | Wenchao Xia | 2014-06-23 | 1 | -17/+0 |
* | qmp: convert ACPI_DEVICE_OST event | Igor Mammedov | 2014-06-23 | 1 | -10/+0 |