Home
last modified time | relevance | path

Searched refs:records (Results 1 – 17 of 17) sorted by relevance

/qemu/tests/qemu-iotests/
H A D294.out12 1+0 records in
13 1+0 records out
21 1+0 records in
22 1+0 records out
H A D101.out4 320+0 records in
5 320+0 records out
H A D308.out134 1+0 records in
135 0+0 records out
157 65536+0 records in
158 65536+0 records out
H A D287.out62 1+0 records in
63 1+0 records out
/qemu/tests/unit/
H A Dtest-util-filemonitor.c66 GList *records; member
117 data->records = g_list_append(data->records, rec); in qemu_file_monitor_test_handler()
147 while (!data->records && g_timer_elapsed(timer, NULL) < 5) { in qemu_file_monitor_test_next_record()
152 if (data->records) { in qemu_file_monitor_test_next_record()
153 record = data->records->data; in qemu_file_monitor_test_next_record()
155 data->records->data = pushback; in qemu_file_monitor_test_next_record()
157 tmp = data->records; in qemu_file_monitor_test_next_record()
158 data->records = g_list_remove_link(data->records, tmp); in qemu_file_monitor_test_next_record()
422 data.records = NULL; in test_file_monitor_events()
681 g_list_foreach(data.records, in test_file_monitor_events()
[all …]
H A Dtest-coroutine.c458 static struct coroutine_position records[RECORD_SIZE]; variable
463 struct coroutine_position *cp = &records[record_pos++]; in record_push()
501 g_assert_cmpint(records[i].func , ==, expected_pos[i].func ); in test_order()
502 g_assert_cmpint(records[i].state, ==, expected_pos[i].state); in test_order()
/qemu/docs/specs/
H A Dacpi_erst.rst6 storing error records in persistent storage for future reference
11 method for storing error records into persistent storage.
13 The format of error records is described in the UEFI specification[2],
75 - record_size: Specifies the size of the records (or slots) in the
104 The ability to clear/erase specific records allows for the formation
108 as ERST and also facilitates efficient access to the records.
111 the slot 0 header can accommodate 1021 records. Thus a storage size
114 header, and records can be stored starting at slot 2.
118 and contains N number of slots to store records. The example below
119 shows two records (in CPER format) in the backend storage, while the
[all …]
/qemu/tests/migration/guestperf/
H A Dtimings.py46 def __init__(self, records): argument
48 self._records = records
H A Dengine.py53 records = []
64 records.append(TimingRecord(tid, now, 1000 * (stime + utime) / jiffies_per_sec))
65 return records
416 records = []
420 records.append(TimingRecord(int(match.group(1)),
423 return records
/qemu/migration/
H A Ddirtyrate.c137 static void vcpu_dirty_stat_collect(DirtyPageRecord *records, in vcpu_dirty_stat_collect() argument
143 record_dirtypages(records, cpu, start); in vcpu_dirty_stat_collect()
152 DirtyPageRecord *records; in vcpu_calculate_dirtyrate() local
164 records = vcpu_dirty_stat_alloc(stat); in vcpu_calculate_dirtyrate()
165 vcpu_dirty_stat_collect(records, true); in vcpu_calculate_dirtyrate()
174 g_free(records); in vcpu_calculate_dirtyrate()
179 vcpu_dirty_stat_collect(records, false); in vcpu_calculate_dirtyrate()
183 dirtyrate = do_calculate_dirtyrate(records[i], duration); in vcpu_calculate_dirtyrate()
191 g_free(records); in vcpu_calculate_dirtyrate()
/qemu/include/hw/cxl/
H A Dcxl_events.h67 CXLEventRecordRaw records[]; member
/qemu/hw/cxl/
H A Dcxl-events.c160 memcpy(&pl->records[nr], &entry->data, CXL_EVENT_RECORD_SIZE); in cxl_event_get_records()
H A Dcxl-mailbox-utils.c1052 } QEMU_PACKED records[]; in cmd_media_get_poison_list() member
1079 out_pl_len = sizeof(*out) + record_count * sizeof(out->records[0]); in cmd_media_get_poison_list()
1096 stq_le_p(&out->records[i].addr, start | (ent->type & 0x7)); in cmd_media_get_poison_list()
1097 stl_le_p(&out->records[i].length, (stop - start) / CXL_CACHE_LINE_SIZE); in cmd_media_get_poison_list()
/qemu/qapi/
H A Dcxl.json199 # Poison records indicate that a CXL memory device knows that a
203 # mechanism enables testing of the OS handling of poison records which
/qemu/target/hexagon/imported/
H A Dalu.idef1278 "Vector minimum of bytes, records minimum and decision vector",
/qemu/docs/interop/
H A Dbitmaps.rst557 new, empty bitmap that records writes from this point in time forward.
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc225 * Relocation records defined in LoongArch ELF psABI v1.00 is way too