summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-28migration: Add postcopy_has_request()Peter Xu1-17/+28
2022-01-28migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime featPeter Xu1-8/+6
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu1-2/+2
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson4-1/+34
2022-01-28migration: Introduce ram_transferred_add()David Edmondson1-9/+14
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé1-5/+1
2022-01-28migration: Drop return code for disgard ram processPeter Xu3-20/+7
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu1-10/+10
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu1-26/+7
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu1-9/+2
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu2-41/+0
2022-01-28migration/ram: clean up unused comment.Xu Zheng1-1/+0
2022-01-28migration: Report the error returned when save_live_iterate failsDavid Edmondson1-2/+3
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen1-6/+0
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen1-5/+5
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen1-1/+1
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell26-37/+0
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela2-3/+4
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela4-9/+6
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela4-34/+33
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela5-21/+33
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela1-5/+3
2022-01-28multifd: Use a single writev on the send sideJuan Quintela1-12/+8
2022-01-28multifd: Remove send_write() methodJuan Quintela4-54/+2
2022-01-28multifd: Make zstd use iov'sJuan Quintela1-4/+4
2022-01-28multifd: Make zlib use iov'sJuan Quintela1-4/+4
2022-01-28multifd: Move iov from pages to paramsJuan Quintela2-12/+30
2022-01-28multifd: Use proper maximum compression valuesJuan Quintela2-4/+4
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela1-11/+10
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela1-8/+3
2022-01-28migration: Remove masking for compressionJuan Quintela1-2/+2
2022-01-28migration: ram_release_pages() always receive 1 page as argumentJuan Quintela1-4/+4
2022-01-28migration: We only need last_stage in two placesJuan Quintela1-23/+18
2022-01-28migration: All this fields are unsignedJuan Quintela4-43/+43
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall1-1/+7
2022-01-27xen-hvm: Allow disabling buffer_io_timerJason Andryuk1-2/+4
2022-01-27qapi: generate trace events by defaultVladimir Sementsov-Ogievskiy4-7/+9
2022-01-27meson: document why we don't generate trace events for tests/ and qga/Vladimir Sementsov-Ogievskiy2-0/+14
2022-01-27docs/qapi-code-gen: update to cover trace events code generationVladimir Sementsov-Ogievskiy2-0/+25
2022-01-27meson: generate trace events for qmp commandsVladimir Sementsov-Ogievskiy3-4/+19
2022-01-27qapi/commands: Optionally generate trace for QMP commandsVladimir Sementsov-Ogievskiy2-14/+90
2022-01-27qapi/commands: refactor error handling codeVladimir Sementsov-Ogievskiy2-4/+8
2022-01-27qapi/gen: Add FOO.trace-events output moduleVladimir Sementsov-Ogievskiy1-4/+27
2022-01-27schemas: add missing vim modelineVictor Toso4-0/+4
2022-01-26virtiofsd: Drop membership of all supplementary groups (CVE-2022-0358)Vivek Goyal1-0/+27
2022-01-21scripts/render-block-graph: switch to AQMPJohn Snow1-5/+3
2022-01-21scripts/cpu-x86-uarch-abi: switch to AQMPJohn Snow1-2/+2
2022-01-21scripts/cpu-x86-uarch-abi: fix CLI parsingJohn Snow1-2/+1
2022-01-21python: move qmp-shell under the AQMP packageJohn Snow4-3/+3
2022-01-21python: move qmp utilities to python/qemu/utilsJohn Snow11-14/+14