| Commit message (Expand) | Author | Age | Files | Lines |
* | qmp: Add announce-self command | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+20 |
* | migration: Add announce parameters | Dr. David Alan Gilbert | 2019-03-05 | 1 | -3/+50 |
* | net: Introduce announce timer | Dr. David Alan Gilbert | 2019-03-05 | 1 | -0/+23 |
* | authz: add QAuthZList object type for an access control list | Daniel P. Berrange | 2019-02-26 | 3 | -1/+60 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i... | Peter Maydell | 2019-02-25 | 1 | -1/+31 |
|\ |
|
| * | display: add -display spice-app launching a Spice client | Marc-André Lureau | 2019-02-22 | 1 | -1/+6 |
| * | qapi: document DisplayType enum | Marc-André Lureau | 2019-02-21 | 1 | -0/+25 |
* | | target/mips: implement QMP query-cpu-definitions command | Pavel Dovgalyuk | 2019-02-21 | 1 | -2/+2 |
* | | block/dirty-bitmap: Documentation and Comment fixups | John Snow | 2019-02-19 | 1 | -9/+25 |
* | | dirty-bitmap: Expose persistent flag to 'query-block' | Eric Blake | 2019-02-19 | 1 | -1/+4 |
|/ |
|
* | qapi: move RTC_CHANGE to the target schema | Marc-André Lureau | 2019-02-18 | 2 | -23/+23 |
* | qmp: Deprecate query-events in favor of query-qmp-schema | Markus Armbruster | 2019-02-18 | 1 | -2/+5 |
* | qapi: remove qmp_unregister_command() | Marc-André Lureau | 2019-02-18 | 1 | -8/+0 |
* | qapi: make query-cpu-definitions depend on specific targets | Marc-André Lureau | 2019-02-18 | 2 | -58/+64 |
* | qapi: make query-cpu-model-expansion depend on s390 or x86 | Marc-André Lureau | 2019-02-18 | 2 | -51/+52 |
* | qapi: make query-gic-capabilities depend on TARGET_ARM | Marc-André Lureau | 2019-02-18 | 2 | -43/+45 |
* | target.json: add a note about query-cpu* not being s390x-specific | Marc-André Lureau | 2019-02-18 | 1 | -0/+6 |
* | qapi: make s390 commands depend on TARGET_S390X | Marc-André Lureau | 2019-02-18 | 2 | -137/+142 |
* | qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386 | Marc-André Lureau | 2019-02-18 | 2 | -170/+173 |
* | qapi: New module target.json | Markus Armbruster | 2019-02-18 | 3 | -11/+31 |
* | build: Deal with all of QAPI's .o in qapi/Makefile.objs | Markus Armbruster | 2019-02-18 | 1 | -0/+19 |
* | qapi: Fix qcow2 encryption doc typo | Eric Blake | 2019-02-14 | 1 | -1/+1 |
* | qcow2: Add list of bitmaps to ImageInfoSpecificQCow2 | Andrey Shinkevich | 2019-02-11 | 1 | -1/+40 |
* | vmdk: Reject excess extents in blockdev-create | Kevin Wolf | 2019-02-01 | 1 | -1/+2 |
* | vmdk: Implement .bdrv_co_create callback | Fam Zheng | 2019-02-01 | 2 | -7/+79 |
* | qapi: add x-debug-query-block-graph | Vladimir Sementsov-Ogievskiy | 2019-01-31 | 1 | -0/+108 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into ... | Peter Maydell | 2019-01-25 | 2 | -12/+36 |
|\ |
|
| * | qmp: Add examples to qom list, get, and set commands | Wainer dos Santos Moschetta | 2019-01-24 | 1 | -0/+36 |
| * | qapi: Eliminate indirection through qmp_event_get_func_emit() | Markus Armbruster | 2019-01-24 | 1 | -12/+0 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190124-pull-request' i... | Peter Maydell | 2019-01-24 | 1 | -0/+10 |
|\ \ |
|
| * | | input-linux: customizable grab toggle keys | Ryan El Kochta | 2019-01-24 | 1 | -0/+10 |
| |/ |
|
* / | migration: introduce pages-per-second | Xiao Guangrong | 2019-01-23 | 1 | -1/+4 |
|/ |
|
* | nbd: Remove x-nbd-server-add-bitmap | Eric Blake | 2019-01-14 | 1 | -23/+0 |
* | nbd: Allow bitmap export during QMP nbd-server-add | Eric Blake | 2019-01-14 | 1 | -1/+6 |
* | block: remove 'x' prefix from experimental bitmap APIs | John Snow | 2019-01-14 | 2 | -23/+23 |
* | blockdev: n-ary bitmap merge | John Snow | 2019-01-14 | 1 | -11/+11 |
* | qapi: Define new QMP message for pvrdma | Yuval Shaia | 2018-12-22 | 2 | -0/+39 |
* | qapi: Define PCIe link speed and width properties | Alex Williamson | 2018-12-19 | 1 | -0/+42 |
* | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 2018-12-18 | 1 | -1/+7 |
* | qmp: query-current-machine with wakeup-suspend-support | Daniel Henrique Barboza | 2018-12-18 | 1 | -0/+24 |
* | qmp: Split ShutdownCause host-qmp into quit and system-reset | Dominik Csapak | 2018-12-18 | 1 | -4/+6 |
* | qmp: Add reason to SHUTDOWN and RESET events | Dominik Csapak | 2018-12-18 | 1 | -2/+6 |
* | qapi: Turn ShutdownCause into QAPI enum | Dominik Csapak | 2018-12-18 | 1 | -0/+34 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in... | Peter Maydell | 2018-12-15 | 9 | -271/+360 |
|\ |
|
| * | qapi: add conditions to REPLICATION type/commands on the schema | Marc-André Lureau | 2018-12-14 | 2 | -8/+17 |
| * | qapi: add more conditions to SPICE | Marc-André Lureau | 2018-12-14 | 1 | -8/+8 |
| * | qapi: break long lines at 'data' member | Marc-André Lureau | 2018-12-13 | 7 | -71/+101 |
| * | qapi: Rewrite string-input-visitor's integer and list parsing | David Hildenbrand | 2018-12-13 | 1 | -177/+228 |
| * | qapi: Use qemu_strtod_finite() in qobject-input-visitor | David Hildenbrand | 2018-12-13 | 1 | -4/+5 |
| * | qapi: Fix string-input-visitor to reject NaN and infinities | David Hildenbrand | 2018-12-13 | 1 | -4/+2 |