aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24qapi/schema: declare type for QAPISchemaArrayType.element_typeJohn Snow1-1/+1
2024-04-24qapi/schema: declare type for QAPISchemaObjectTypeMember.typeJohn Snow1-1/+1
2024-04-24qapi: create QAPISchemaDefinitionJohn Snow1-58/+78
2024-04-24qapi/schema: add pylint suppressionsJohn Snow2-5/+5
2024-04-24qapi: sort pylint suppressionsJohn Snow1-3/+3
2024-04-24qapi/parser: shush up pylintJohn Snow1-0/+1
2024-04-24qapi/parser: fix typo - self.returns.info => self.errors.infoJohn Snow1-1/+1
2024-04-24qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé2-5/+1
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé4-7/+4
2024-04-24qapi: Correct error message for 'vcpu_dirty_limit' parameterPhilippe Mathieu-Daudé1-3/+2
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definitionPhilippe Mathieu-Daudé3-8/+4
2024-04-24qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)Philippe Mathieu-Daudé3-24/+28
2024-04-24qapi: Inline and remove QERR_INVALID_PARAMETER definitionPhilippe Mathieu-Daudé3-9/+6
2024-04-24qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé3-6/+3
2024-04-24qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definitionPhilippe Mathieu-Daudé3-7/+5
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé3-9/+7
2024-04-24error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster3-3/+0
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson28-216/+558
2024-04-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson129-1596/+2765
2024-04-23Open 9.1 development treeRichard Henderson1-1/+1
2024-04-23migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin...Li Zhijian1-8/+10
2024-04-23migration/multifd: solve zero page causing multiple page faultsYuan Liu7-2/+12
2024-04-23migration: Add Error** argument to add_bitmaps_to_list()Cédric Le Goater1-18/+16
2024-04-23migration: Modify ram_init_bitmaps() to report dirty tracking errorsCédric Le Goater1-16/+11
2024-04-23migration: Add Error** argument to xbzrle_init()Cédric Le Goater1-12/+10
2024-04-23migration: Add Error** argument to ram_state_init()Cédric Le Goater1-6/+13
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater5-12/+42
2024-04-23migration: Introduce ram_bitmaps_destroy()Cédric Le Goater1-7/+15
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater5-6/+50
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater4-8/+18
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater8-35/+29
2024-04-23migration: Add Error** argument to qemu_savevm_state_setup()Cédric Le Goater3-14/+47
2024-04-23migration: Add Error** argument to vmstate_save()Cédric Le Goater1-10/+16
2024-04-23migration: Always report an error in ram_save_setup()Cédric Le Goater1-1/+10
2024-04-23migration: Always report an error in block_save_setup()Cédric Le Goater1-5/+15
2024-04-23vfio: Always report an error in vfio_save_setup()Cédric Le Goater1-3/+12
2024-04-23s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater3-8/+21
2024-04-23tests/qtest/migration: Fix typo for vsock in SocketAddress_to_strHet Gala1-1/+1
2024-04-23tests/qtest/migration: Add negative tests to validate migration QAPIsHet Gala1-1/+54
2024-04-23tests/qtest/migration: Add multifd_tcp_plain test using list of channels inst...Het Gala1-4/+28
2024-04-23tests/qtest/migration: Add channels parameter in migrate_qmpHet Gala3-25/+29
2024-04-23tests/qtest/migration: Add migrate_set_ports into migrate_qmp to update migra...Het Gala1-0/+75
2024-04-23tests/qtest/migration: Add channels parameter in migrate_qmp_failHet Gala3-6/+16
2024-04-23tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get...Het Gala1-10/+19
2024-04-23tests/qtest/migration: Replace connect_uri and move migrate_get_socket_addres...Het Gala2-74/+63
2024-04-23tests/qtest/migration: Add 'to' object into migrate_qmp()Het Gala3-17/+19
2024-04-23target/i386/translate.c: always write 32-bits for SGDT and SIDTMark Cave-Ayland1-6/+8
2024-04-23pythondeps.toml: warn about updates needed to docs/requirements.txtPaolo Bonzini2-0/+4
2024-04-23accel/tcg/icount-common: Consolidate the use of warn_report_once()Zhao Liu1-4/+2
2024-04-23target/i386/cpu: Merge the warning and error messages for AMD HT checkZhao Liu1-3/+3