Age | Commit message (Expand) | Author | Files | Lines |
2016-11-02 | vl: exit qemu on guest panic if -no-shutdown is not set | Christian Borntraeger | 1 | -2/+2 |
2016-10-31 | sockets: add AF_VSOCK support | Stefan Hajnoczi | 1 | -1/+22 |
2016-10-30 | COLO: Introduce state to record failover process | zhanghailiang | 1 | -0/+18 |
2016-10-30 | COLO: Add 'x-colo-lost-heartbeat' command to trigger failover | zhanghailiang | 1 | -0/+29 |
2016-10-30 | COLO: Add checkpoint-delay parameter for migrate-set-parameters | zhanghailiang | 1 | -2/+10 |
2016-10-30 | COLO: Add a new RunState RUN_STATE_COLO | zhanghailiang | 1 | -1/+4 |
2016-10-30 | COLO: Introduce checkpointing protocol | zhanghailiang | 1 | -0/+25 |
2016-10-30 | migration: Enter into COLO mode after migration if COLO is enabled | zhanghailiang | 1 | -1/+3 |
2016-10-30 | migration: Introduce capability 'x-colo' to migration | zhanghailiang | 1 | -1/+6 |
2016-10-25 | trivial: Restore blank line in qapi-schema | Eric Blake | 1 | -0/+1 |
2016-10-17 | qmp: Add runnability information to query-cpu-definitions | Eduardo Habkost | 1 | -1/+22 |
2016-10-13 | migrate: move max-bandwidth and downtime-limit to migrate_set_parameter | Ashijeet Acharya | 1 | -3/+20 |
2016-10-13 | migrate: Use boxed qapi for migrate-set-parameters | Eric Blake | 1 | -1/+1 |
2016-10-13 | migrate: Share common MigrationParameters struct | Eric Blake | 1 | -58/+27 |
2016-10-08 | qapi: make the json schema files more regular. | David Anderson | 1 | -2/+1 |
2016-09-27 | tap: Allow specifying a bridge | Alexey Kardashevskiy | 1 | -0/+3 |
2016-09-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ... | Peter Maydell | 1 | -0/+61 |
2016-09-19 | qapi-schema: add 'device_add' | Marc-André Lureau | 1 | -0/+40 |
2016-09-19 | qapi-schema: use generated marshaller for 'qmp_capabilities' | Marc-André Lureau | 1 | -0/+21 |
2016-09-19 | QMP: fixup typos and whitespace damage | Christian Borntraeger | 1 | -4/+4 |
2016-09-06 | s390x/cpumodel: implement QMP interface "query-cpu-model-baseline" | David Hildenbrand | 1 | -1/+2 |
2016-09-06 | s390x/cpumodel: implement QMP interface "query-cpu-model-comparison" | David Hildenbrand | 1 | -1/+2 |
2016-09-06 | s390x/cpumodel: implement QMP interface "query-cpu-model-expansion" | David Hildenbrand | 1 | -1/+2 |
2016-09-06 | qmp: add QMP interface "query-cpu-model-baseline" | David Hildenbrand | 1 | -0/+51 |
2016-09-06 | qmp: add QMP interface "query-cpu-model-comparison" | David Hildenbrand | 1 | -0/+86 |
2016-09-06 | qmp: add QMP interface "query-cpu-model-expansion" | David Hildenbrand | 1 | -0/+92 |
2016-09-05 | qmp: details about CPU definitions in query-cpu-definitions | David Hildenbrand | 1 | -1/+13 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -14/+35 |
2016-07-07 | tap: vhost busy polling support | Jason Wang | 1 | -1/+5 |
2016-06-27 | qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore | Peter Krempa | 1 | -9/+10 |
2016-06-27 | qapi: Report support for -device cpu hotplug in query-machines | Peter Krempa | 1 | -1/+4 |
2016-06-24 | acpi: cpuhp: add cpu._OST handling | Igor Mammedov | 1 | -1/+2 |
2016-06-17 | QMP: Add query-hotpluggable-cpus | Igor Mammedov | 1 | -0/+55 |
2016-06-16 | migration: fix typos in qapi-schema from latest migration additions | Daniel P. Berrange | 1 | -5/+5 |
2016-06-16 | Postcopy: Add stats on page requests | Dr. David Alan Gilbert | 1 | -1/+5 |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang | 1 | -0/+14 |
2016-05-26 | migration: define 'tls-creds' and 'tls-hostname' migration parameters | Daniel P. Berrange | 1 | -3/+55 |
2016-05-26 | migration: add reporting of errors for outgoing migration | Daniel P. Berrange | 1 | -1/+6 |
2016-05-23 | migration: Promote improved autoconverge commands out of experimental state | Jason J. Herne | 1 | -27/+27 |
2016-04-01 | slirp: Allow disabling IPv4 or IPv6 | Samuel Thibault | 1 | -0/+8 |
2016-03-30 | arm: qmp: add query-gic-capabilities interface | Peter Xu | 1 | -0/+36 |
2016-03-29 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell | 1 | -9/+16 |
2016-03-29 | Rework ipv6 options | Samuel Thibault | 1 | -9/+16 |
2016-03-23 | qapi-schema.json: Add power and keypad equal keys | John Arbuckle | 1 | -1/+2 |
2016-03-18 | qapi: Use anonymous bases in QMP flat unions | Eric Blake | 1 | -14/+6 |
2016-03-15 | qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses | Yann Bordenave | 1 | -0/+12 |
2016-03-11 | postcopy: Remove the x- | Dr. David Alan Gilbert | 1 | -4/+4 |
2016-03-05 | chardev: Drop useless ChardevDummy type | Eric Blake | 1 | -9/+6 |
2016-03-01 | qapi: promote input-send-event to stable | Gerd Hoffmann | 1 | -9/+3 |
2016-03-01 | qapi: rename InputAxis values. | Gerd Hoffmann | 1 | -4/+1 |