| /openbmc/qemu/migration/ |
| H A D | vmstate.c | 33 void *opaque, int version_id) in vmstate_field_exists() argument 39 result = field->field_exists(opaque, version_id); in vmstate_field_exists() 40 trace_vmstate_field_exists(vmsd->name, field->name, field->version_id, in vmstate_field_exists() 41 version_id, result); in vmstate_field_exists() 48 result = field->version_id <= version_id; in vmstate_field_exists() 69 fake->version_id = field->version_id; in vmsd_create_fake_nullptr_field() 135 void *opaque, int version_id) in vmstate_load_state() argument 140 trace_vmstate_load_state(vmsd->name, version_id); in vmstate_load_state() 141 if (version_id > vmsd->version_id) { in vmstate_load_state() 144 vmsd->name, version_id, vmsd->version_id); in vmstate_load_state() [all …]
|
| H A D | vmstate-types.c | 547 int version_id = field->version_id; in get_tmp() local 552 ret = vmstate_load_state(f, vmsd, tmp, version_id); in get_tmp() 634 int version_id = field->version_id; in get_qtailq() local 637 trace_get_qtailq(vmsd->name, version_id); in get_qtailq() 638 if (version_id > vmsd->version_id) { in get_qtailq() 644 if (version_id < vmsd->minimum_version_id) { in get_qtailq() 652 ret = vmstate_load_state(f, vmsd, elm, version_id); in get_qtailq() 673 trace_put_qtailq(vmsd->name, vmsd->version_id); in put_qtailq() 767 int version_id = field->version_id; in get_gtree() local 777 if (!direct_key && version_id > key_vmsd->version_id) { in get_gtree() [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | machine.c | 19 .version_id = 1, 44 .version_id = 1, 60 .version_id = 1, 75 .version_id = 1, 93 .version_id = 1, 115 .version_id = 1, 129 .version_id = 1, 143 .version_id = 1, 313 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() argument 453 .version_id = 1, [all …]
|
| /openbmc/qemu/target/riscv/ |
| H A D | machine.c | 34 static int pmp_post_load(void *opaque, int version_id) in pmp_post_load() argument 51 .version_id = 1, 62 .version_id = 1, 83 .version_id = 4, 140 .version_id = 2, 162 .version_id = 2, 180 .version_id = 1, 197 static int cpu_kvmtimer_post_load(void *opaque, int version_id) in cpu_kvmtimer_post_load() argument 208 .version_id = 1, 228 static int debug_post_load(void *opaque, int version_id) in debug_post_load() argument [all …]
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-core/os-release/ |
| H A D | os-release.bbappend | 10 version_id = run_git(d, 'describe --dirty --long --tags') 11 if version_id: 12 versionList = version_id.split('-') 15 if 'dirty' not in version_id and versionList[1] == 'ampere':
|
| /openbmc/qemu/target/arm/ |
| H A D | machine.c | 138 .version_id = 1, 144 .version_id = 0, 152 .version_id = 0, 164 .version_id = 3, 210 .version_id = 0, 234 .version_id = 1, 259 .version_id = 1, 269 .version_id = 1, 279 .version_id = 1, 293 .version_id = 1, [all …]
|
| /openbmc/qemu/target/openrisc/ |
| H A D | machine.c | 26 .version_id = 1, 37 .version_id = 2, 72 .version_id = 6, 92 .version_id = 0, 123 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() argument 135 .version_id = 1,
|
| /openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
| H A D | os-release.bbappend | 18 version_id = d.getVar('VERSION_ID') 20 print ('Original VERSION_ID = %s' % version_id) 22 versionList = version_id.split('-') 93 version_id = version 94 version_id += 'r' + git_hash[1:7] 95 version_id += ('p' + patch_level) if int(patch_level) else '' 96 version_id += flag 97 version_id += '-dirty' if dirty else '' 100 version_id += ("-" + branch_name) if (branch_name) else '' 101 release = version_id [all …]
|
| /openbmc/qemu/include/migration/ |
| H A D | vmstate.h | 183 int version_id; member 185 bool (*field_exists)(void *opaque, int version_id); 205 int version_id; member 209 int (*post_load)(void *opaque, int version_id); 320 .version_id = (_version), \ 332 .version_id = (_version), \ 350 .version_id = (_version), \ 368 .version_id = (_version), \ 378 .version_id = (_version), \ 398 .version_id = (_version), \ [all …]
|
| /openbmc/libpldm/src/oem/ibm/ |
| H A D | host.c | 10 int encode_get_alert_status_req(uint8_t instance_id, uint8_t version_id, in encode_get_alert_status_req() argument 31 msg->payload[0] = version_id; in encode_get_alert_status_req() 67 size_t payload_length, uint8_t *version_id) in decode_get_alert_status_req() argument 69 if (msg == NULL || version_id == NULL) { in decode_get_alert_status_req() 77 *version_id = msg->payload[0]; in decode_get_alert_status_req()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | machine.c | 16 .version_id = 1, 37 .version_id = 1, 50 .version_id = 1, 71 .version_id = 1, 82 .version_id = 1, 104 .version_id = 1, 122 .version_id = 0, 145 .version_id = 0, 157 .version_id = 0, 171 .version_id = 3,
|
| /openbmc/qemu/rust/qemu-api/tests/ |
| H A D | vmstate_tests.rs | 46 version_id: 1, 69 assert_eq!(foo_fields[0].version_id, 0); in test_vmstate_uint16() 89 assert_eq!(foo_fields[1].version_id, 0); in test_vmstate_unused() 110 assert_eq!(foo_fields[2].version_id, 0); in test_vmstate_varray_uint16_unsafe() 131 assert_eq!(foo_fields[3].version_id, 0); in test_vmstate_varray_multiply() 176 version_id: 2, 201 assert_eq!(foo_fields[0].version_id, 2); in test_vmstate_bool_v() 221 assert_eq!(foo_fields[1].version_id, 0); in test_vmstate_uint64() 242 assert_eq!(foo_fields[2].version_id, 1); in test_vmstate_struct_varray_uint8() 266 assert_eq!(foo_fields[3].version_id, 2); in test_vmstate_struct_varray_uint32_multiply() [all …]
|
| /openbmc/qemu/target/ppc/ |
| H A D | machine.c | 182 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() argument 290 .version_id = 1, 331 .version_id = 1, 345 .version_id = 0, 364 .version_id = 1, 384 .version_id = 1, 418 .version_id = 1, 469 static int slb_post_load(void *opaque, int version_id) in slb_post_load() argument 491 .version_id = 2, 504 .version_id = 1, [all …]
|
| /openbmc/qemu/target/s390x/ |
| H A D | machine.c | 26 static int cpu_post_load(void *opaque, int version_id) in cpu_post_load() argument 66 .version_id = 1, 98 .version_id = 1, 162 .version_id = 1, 179 .version_id = 1, 195 .version_id = 1, 211 .version_id = 1, 227 .version_id = 1, 244 .version_id = 1, 257 .version_id = 4,
|
| /openbmc/qemu/system/ |
| H A D | cpu-timers.c | 165 .version_id = 1, 177 .version_id = 1, 189 .version_id = 2, 204 .version_id = 1, 222 .version_id = 2,
|
| /openbmc/qemu/hw/scsi/ |
| H A D | esp.c | 1352 static bool esp_is_before_version_5(void *opaque, int version_id) in esp_is_before_version_5() argument 1356 version_id = MIN(version_id, s->mig_version_id); in esp_is_before_version_5() 1357 return version_id < 5; in esp_is_before_version_5() 1360 static bool esp_is_version_5(void *opaque, int version_id) in esp_is_version_5() argument 1364 version_id = MIN(version_id, s->mig_version_id); in esp_is_version_5() 1365 return version_id >= 5; in esp_is_version_5() 1368 static bool esp_is_version_6(void *opaque, int version_id) in esp_is_version_6() argument 1372 version_id = MIN(version_id, s->mig_version_id); in esp_is_version_6() 1373 return version_id >= 6; in esp_is_version_6() 1376 static bool esp_is_between_version_5_and_6(void *opaque, int version_id) in esp_is_between_version_5_and_6() argument [all …]
|
| /openbmc/qemu/target/sparc/ |
| H A D | machine.c | 10 .version_id = 1, 29 .version_id = 1, 42 .version_id = 1, 154 .version_id = 1, 190 .version_id = SPARC_VMSTATE_VER, 204 .version_id = 0, 212 .version_id = 0, 245 .version_id = 0,
|
| /openbmc/qemu/target/alpha/ |
| H A D | machine.c | 38 .version_id = 0, 71 .version_id = 3, 84 .version_id = 1,
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | generate-ubi | 140 version_id=$(sed -ne '/version=/ {s/version=//;p}' "${manifest_file}" | head -n1 | \ 143 add_volume "$config_file" 0 static pnor-ro-"${version_id}" "${squashfs_file}" 145 add_volume "$config_file" 2 dynamic pnor-rw-"${version_id}" "" 16MiB
|
| /openbmc/qemu/target/microblaze/ |
| H A D | machine.c | 34 .version_id = 0, 90 .version_id = 0, 103 .version_id = 0,
|
| /openbmc/qemu/hw/core/ |
| H A D | clock-vmstate.c | 41 .version_id = 1, 53 .version_id = 0,
|
| /openbmc/qemu/target/hppa/ |
| H A D | machine.c | 123 static int tlb_post_load(void *opaque, int version_id) in tlb_post_load() argument 165 .version_id = 1, 188 .version_id = 0, 212 .version_id = 4, 226 .version_id = 1,
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 120 def __init__(self, file, version_id, ramargs, section_key): argument 121 if version_id != 4: 122 raise Exception("Unknown RAM version %d" % version_id) 230 def __init__(self, file, version_id, device, section_key): argument 231 if version_id != 1: 232 raise Exception("Unknown HTAB version %d" % version_id) 270 def __init__(self, file, version_id, device, section_key): argument 271 if version_id != 0: 272 raise Exception("Unknown storage_attributes version %d" % version_id) 330 version_id = self.desc['version'] [all …]
|
| /openbmc/libpldm/include/libpldm/oem/ibm/ |
| H A D | host.h | 52 int encode_get_alert_status_req(uint8_t instance_id, uint8_t version_id, 87 size_t payload_length, uint8_t *version_id);
|
| /openbmc/openbmc-test-automation/tools/ct_metrics/ |
| H A D | gen_csv_results.py | 172 version_id, argument 280 if version_id and platform: 281 l_driver = version_id 283 print("BMC Version_id:%s" % version_id) 449 source, dest, version_id, platform, level, test_phase, processor
|