/qemu/tests/qtest/migration/ |
H A D | postcopy-tests.c | 25 MigrateCommon args = { }; in test_postcopy() local 32 MigrateCommon args = { in test_postcopy_suspend() local 41 MigrateCommon args = { in test_postcopy_preempt() local 52 MigrateCommon args = { }; in test_postcopy_recovery() local 59 MigrateCommon args = { in test_postcopy_recovery_fail_handshake() local 68 MigrateCommon args = { in test_postcopy_recovery_fail_reconnect() local 77 MigrateCommon args = { in test_postcopy_preempt_recovery() local 99 MigrateCommon args = { in test_multifd_postcopy() local 110 MigrateCommon args = { in test_multifd_postcopy_preempt() local
|
H A D | tls-tests.c | 140 TestMigrateTLSX509 *args) in migrate_hook_start_tls_x509_common() 234 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_default_host() local 251 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_override_host() local 268 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_mismatch_host() local 280 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_friendly_client() local 293 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_hostile_client() local 311 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_allow_anon_client() local 325 TestMigrateTLSX509 args = { in migrate_hook_start_tls_x509_reject_anon_client() local 367 MigrateCommon args = { in test_postcopy_tls_psk() local 377 MigrateCommon args = { in test_postcopy_preempt_tls_psk() local [all …]
|
H A D | misc-tests.c | 27 MigrateStart args = { in test_baddest() local 43 MigrateStart args = { in test_analyze_script() local 99 MigrateStart args = { in test_ignore_shared() local 132 static void do_test_validate_uuid(MigrateStart *args, bool should_fail) in do_test_validate_uuid() 166 MigrateStart args = { in test_validate_uuid() local 176 MigrateStart args = { in test_validate_uuid_error() local 187 MigrateStart args = { in test_validate_uuid_src_not_set() local 197 MigrateStart args = { in test_validate_uuid_dst_not_set() local 205 static void do_test_validate_uri_channel(MigrateCommon *args) in do_test_validate_uri_channel() 231 MigrateCommon args = { in test_validate_uri_channels_both_set() local [all …]
|
H A D | file-tests.c | 27 MigrateCommon args = { in test_precopy_file() local 73 MigrateCommon args = { in test_precopy_file_offset_fdset() local 88 MigrateCommon args = { in test_precopy_file_offset() local 101 MigrateCommon args = { in test_precopy_file_offset_bad() local 114 MigrateCommon args = { in test_precopy_file_mapped_ram_live() local 129 MigrateCommon args = { in test_precopy_file_mapped_ram() local 144 MigrateCommon args = { in test_multifd_file_mapped_ram_live() local 160 MigrateCommon args = { in test_multifd_file_mapped_ram() local 185 MigrateCommon args = { in test_multifd_file_mapped_ram_dio() local 259 MigrateCommon args = { in test_multifd_file_mapped_ram_fdset() local [all …]
|
H A D | compression-tests.c | 36 MigrateCommon args = { in test_multifd_tcp_zstd() local 48 MigrateCommon args = { in test_multifd_postcopy_tcp_zstd() local 74 MigrateCommon args = { in test_multifd_tcp_qatzip() local 95 MigrateCommon args = { in test_multifd_tcp_qpl() local 116 MigrateCommon args = { in test_multifd_tcp_uadk() local 138 MigrateCommon args = { in test_precopy_unix_xbzrle() local 172 MigrateCommon args = { in test_multifd_tcp_zlib() local
|
H A D | precopy-tests.c | 41 MigrateCommon args = { in test_precopy_unix_plain() local 57 MigrateCommon args = { in test_precopy_unix_suspend_live() local 74 MigrateCommon args = { in test_precopy_unix_suspend_notlive() local 86 MigrateCommon args = { in test_precopy_unix_dirty_ring() local 190 MigrateCommon args = { in __test_precopy_rdma_plain() local 211 MigrateCommon args = { in test_precopy_tcp_plain() local 220 MigrateCommon args = { in test_precopy_tcp_switchover_ack() local 296 MigrateCommon args = { in test_precopy_fd_socket() local 336 MigrateCommon args = { in test_precopy_fd_file() local 364 MigrateStart args = {}; in test_auto_converge() local [all …]
|
H A D | framework.c | 200 static QList *migrate_start_get_qmp_capabilities(const MigrateStart *args) in migrate_start_get_qmp_capabilities() 212 MigrateStart *args) in migrate_start_set_capabilities() 257 MigrateStart *args) in migrate_start() 469 MigrateCommon *args) in migrate_postcopy_prepare() 510 MigrateCommon *args) in migrate_postcopy_complete() 536 void test_postcopy_common(MigrateCommon *args) in test_postcopy_common() 666 void test_postcopy_recovery_common(MigrateCommon *args) in test_postcopy_recovery_common() 739 void test_precopy_common(MigrateCommon *args) in test_precopy_common() 906 void test_file_common(MigrateCommon *args, bool stop_src) in test_file_common()
|
/qemu/scripts/ |
H A D | device-crash-test | 342 def getBinaryInfo(args, binary): argument 348 def checkOneCase(args, testcase): argument 389 def binariesToTest(args, testcase): argument 399 def accelsToTest(args, testcase): argument 405 def machinesToTest(args, testcase): argument 409 def devicesToTest(args, testcase): argument 421 def genCases1(args, testcases, var, fn): argument 439 def genCases(args, testcase): argument 449 def casesToTest(args, testcase): argument
|
H A D | qemu-trace-stap | 58 def cmd_run(args): argument 87 def cmd_list(args): argument
|
/qemu/tests/functional/qemu_test/ |
H A D | decorators.py | 20 def skipIfMissingCommands(*args): 38 def skipIfOperatingSystem(*args): 51 def skipIfNotMachine(*args): 124 def skipIfMissingImports(*args):
|
H A D | testcase.py | 119 def data_file(self, *args): 137 def build_file(self, *args): 157 def scratch_file(self, *args): 177 def log_file(self, *args): 267 def run_cmd(self, bin_path, args=[]): argument 342 def _new_vm(self, name, *args): 364 def get_vm(self, *args, name=None):
|
/qemu/tests/docker/ |
H A D | docker.py | 271 def _kill_instances(self, *args, **kwargs): 389 def args(self, parser): member in SubCommand 393 def run(self, args, argv): argument 405 def args(self, parser): member in RunCommand 411 def run(self, args, argv): argument 420 def args(self, parser): member in BuildCommand 442 def run(self, args, argv): argument 506 def args(self, parser): member in FetchCommand 512 def run(self, args, argv): argument 524 def args(self, parser): member in UpdateCommand [all …]
|
/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 56 target_ulong args, in rtas_display_character() 71 uint32_t token, uint32_t nargs, target_ulong args, in rtas_power_off() 85 target_ulong args, in rtas_system_reboot() 99 target_ulong args, in rtas_query_cpu_stopped_state() 130 target_ulong args, in rtas_start_cpu() 206 target_ulong args, in rtas_stop_self() 229 target_ulong args, in rtas_ibm_suspend_me() 273 target_ulong args, in rtas_ibm_get_system_parameter() 330 target_ulong args, in rtas_ibm_set_system_parameter() 350 target_ulong args, in rtas_ibm_os_term() [all …]
|
H A D | spapr_hcall.c | 85 target_ulong *args) in h_resize_hpt_prepare() 168 target_ulong *args) in h_resize_hpt_commit() 207 target_ulong opcode, target_ulong *args) in h_set_sprg0() 216 target_ulong opcode, target_ulong *args) in h_set_dabr() 234 target_ulong opcode, target_ulong *args) in h_set_xdabr() 255 target_ulong opcode, target_ulong *args) in h_page_init() 451 target_ulong opcode, target_ulong *args) in h_register_vpa() 494 target_ulong opcode, target_ulong *args) in h_cede() 541 target_ulong opcode, target_ulong *args) in h_join() 577 target_ulong opcode, target_ulong *args) in h_confer() [all …]
|
/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 257 char *args; in test_ide_none() local 272 char *args; in test_ide_mbr() local 343 char *args, *opts; in test_ide_drive_user() local 387 char *args; in test_ide_drive_cd_0() local 599 TestArgs *args = g_malloc0(sizeof(*args)); in create_args() local 607 static void add_drive_with_mbr(TestArgs *args, in add_drive_with_mbr() 627 static void add_ide_disk(TestArgs *args, in add_ide_disk() 641 static void add_scsi_controller(TestArgs *args, in add_scsi_controller() 657 static void add_scsi_disk(TestArgs *args, in add_scsi_disk() 677 static void add_virtio_disk(TestArgs *args, in add_virtio_disk() [all …]
|
H A D | cmsdk-apb-watchdog-test.c | 83 const CMSDKAPBWatchdogTestArgs *args = ptr; in test_watchdog() local 126 const CMSDKAPBWatchdogTestArgs *args = ptr; in test_clock_change() local 175 const CMSDKAPBWatchdogTestArgs *args = ptr; in test_watchdog_reset() local 228 const CMSDKAPBWatchdogTestArgs *args = ptr; in test_watchdog_inten() local 309 const CMSDKAPBWatchdogTestArgs *args = ptr; in test_watchdog_inten_luminary() local
|
/qemu/hw/intc/ |
H A D | xics_spapr.c | 62 target_ulong opcode, target_ulong *args) in h_cppr() 73 target_ulong opcode, target_ulong *args) in h_ipi() 89 target_ulong opcode, target_ulong *args) in h_xirr() 100 target_ulong opcode, target_ulong *args) in h_xirr_x() 112 target_ulong opcode, target_ulong *args) in h_eoi() 123 target_ulong opcode, target_ulong *args) in h_ipoll() 153 uint32_t nargs, target_ulong args, in rtas_set_xive() 188 uint32_t nargs, target_ulong args, in rtas_get_xive() 220 uint32_t nargs, target_ulong args, in rtas_int_off() 253 uint32_t nargs, target_ulong args, in rtas_int_on()
|
/qemu/tests/qtest/libqos/ |
H A D | rtas.c | 11 uint32_t nargs, uint32_t *args) in qrtas_copy_args() 32 uint32_t nargs, uint32_t *args, in qrtas_call() 80 uint32_t args[4], ret[2]; in qrtas_ibm_read_pci_config() local 103 uint32_t args[5], ret[1]; in qrtas_ibm_write_pci_config() local
|
/qemu/util/ |
H A D | iova-tree.c | 51 static void iova_tree_alloc_args_iterate(struct IOVATreeAllocArgs *args, in iova_tree_alloc_args_iterate() 93 IOVATreeFindIOVAArgs *args = data; in iova_tree_find_address_iterator() local 110 IOVATreeFindIOVAArgs args = { in iova_tree_find_iova() local 172 static void iova_tree_alloc_map_in_hole(struct IOVATreeAllocArgs *args) in iova_tree_alloc_map_in_hole() 203 struct IOVATreeAllocArgs *args = pargs; in iova_tree_alloc_traverse() local 216 struct IOVATreeAllocArgs args = { in iova_tree_alloc_map() local
|
/qemu/tests/qemu-iotests/ |
H A D | meson.build | 44 args = ['-tap', '-' + format] variable 55 args = [qemu_iotests_check_cmd, variable
|
/qemu/tests/migration-stress/guestperf/ |
H A D | shell.py | 69 def get_engine(self, args): argument 79 def get_hardware(self, args): argument 148 def get_scenario(self, args): argument
|
/qemu/hw/s390x/ |
H A D | s390-pci-kvm.c | 32 struct kvm_s390_zpci_op args = { in s390_pci_kvm_aif_enable() local 59 struct kvm_s390_zpci_op args = { in s390_pci_kvm_aif_disable() local
|
/qemu/pc-bios/vof/ |
H A D | ci.c | 7 uint32_t args[10]; member 44 void prom_entry(uint32_t args) in prom_entry() 54 struct prom_args args; in call_ci() local
|
/qemu/tests/unit/ |
H A D | test-seccomp.c | 30 static void test_seccomp_helper(const char *args, bool killed, in test_seccomp_helper() 70 static void test_seccomp_killed(const char *args, int (*doit)(void)) in test_seccomp_killed() 75 static void test_seccomp_errno(const char *args, int errnum, int (*doit)(void)) in test_seccomp_errno() 80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed()
|
/qemu/target/m68k/ |
H A D | m68k-semi.c | 82 target_ulong args = env->dregs[1]; in m68k_semi_u32_cb() local 99 target_ulong args = env->dregs[1]; in m68k_semi_u64_cb() local 129 uint32_t args; in do_m68k_semihosting() local
|