Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 252) sorted by relevance

1234567891011

/qemu/docs/interop/
H A Dnbd.txt21 types. The first is related to exposing the contents of a dirty
39 data (0 for unallocated, 1 for the active layer, 2 for the first
53 The following list documents which qemu version first implemented
H A Dqed_spec.txt9 The first cluster begins with the '''header'''. The header contains information about where regula…
11 …n. Legitimate extra information should use space between the header and the first regular cluster.
43 * ''l1_table_offset'' is the offset of the first byte of the L1 table in the image file and must be…
45 …d and has no alignment constraints. The string must be stored within the first ''header_size'' cl…
/qemu/scripts/
H A Dclean-includes198 All .c should include qemu/osdep.h first. The script performs three
201 * Ensure .c files include qemu/osdep.h first.
H A Dgit.orderfile3 # by diffing the important stuff like interface changes first.
/qemu/docs/system/arm/
H A Dmps2.rst70 Note that for the AN536 the first UART is accessible only by
72 first UART accessible shared between both CPUs is the third
74 the first UART or the third UART; if you don't see any output
78 with the third UART being the first of the shared ones.)
/qemu/hw/display/
H A Dnext-fb.c75 int first = 0; in nextfb_update() local
90 s, &first, &last); in nextfb_update()
/qemu/storage-daemon/qapi/
H A Dqapi-schema.json19 # included sub-schemas inserted at the first include directive
22 # include it first right here.
/qemu/docs/system/
H A Ddevice-emulation.rst36 allocated to the next free address of first PCI bus found. However in
49 the first foo bus (foo.0) at address 1. The foo device which provides
50 that bus is itself is attached to the first PCI bus (pci.0).
H A Dimages.rst45 this device is the first virtual hard drive.
65 state info is stored in the first ``qcow2`` non removable and writable
/qemu/target/ppc/
H A Dppc-qmp-cmds.c181 CpuDefinitionInfoList **first = user_data; in ppc_cpu_defs_entry() local
189 QAPI_LIST_PREPEND(*first, info); in ppc_cpu_defs_entry()
/qemu/tests/unit/
H A Dtest-qemu-opts.c858 QemuOptsList *first, *merged; in test_opts_append() local
860 first = qemu_opts_append(NULL, &opts_list_02); in test_opts_append()
861 merged = qemu_opts_append(first, &opts_list_01); in test_opts_append()
862 g_assert(first != &opts_list_02); in test_opts_append()
899 QemuOptsList *first, *merged; in test_opts_to_qdict_filtered() local
903 first = qemu_opts_append(NULL, &opts_list_02); in test_opts_to_qdict_filtered()
904 merged = qemu_opts_append(first, &opts_list_01); in test_opts_to_qdict_filtered()
/qemu/hw/usb/
H A Dcore.c702 int ifnum, ep, first; in usb_ep_dump() local
707 first = 1; in usb_ep_dump()
711 if (first) { in usb_ep_dump()
712 first = 0; in usb_ep_dump()
722 if (first) { in usb_ep_dump()
723 first = 0; in usb_ep_dump()
/qemu/qapi/
H A Dqapi-schema.json40 # included sub-schemas inserted at the first include directive
43 # include it first right here.
H A Dopts-visitor.c184 const QemuOpt *first; in opts_check_struct() local
186 first = g_queue_peek_head(any); in opts_check_struct()
187 error_setg(errp, "Invalid parameter '%s'", first->name); in opts_check_struct()
/qemu/.gitlab-ci.d/
H A Dstages.yml2 # - build (for traditional build and test or first stage build)
/qemu/docs/devel/migration/
H A Ddirty-limit.rst28 When the qmp command qmp_set_vcpu_dirty_limit is called for the first time,
48 achieve this, two strategies are provided: the first is to add or
/qemu/scripts/oss-fuzz/
H A Dinstrumentation-filter-template11 # coverage - otherwise it will exit after the first input
/qemu/tests/migration/guestperf/
H A Dplot.py221 first = report._qemu_timings._records[0]
222 abstimestamps = [first._timestamp]
223 absvalues = [first._value]
/qemu/include/standard-headers/linux/
H A Dvhost_types.h162 uint64_t first; member
/qemu/include/qemu/
H A Dqueue.h565 void *first = *QLIST_RAW_FIRST(head); \
568 if (first) { \
569 *QLIST_RAW_NEXT(elm, entry) = first; \
570 *QLIST_RAW_PREVIOUS(first, entry) = QLIST_RAW_NEXT(elm, entry); \
/qemu/bsd-user/
H A Delfload.c535 bool first; in load_elf_sections() local
543 first = true; in load_elf_sections()
588 if (first) { in load_elf_sections()
590 first = false; in load_elf_sections()
/qemu/pc-bios/keymaps/
H A Dsv38 # QWERTY first row
224 # QWERTY first row
/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.docker4 # - a first stage debootstrap (see debian-bootstrap.pre)
/qemu/docs/devel/
H A Dblkdebug.txt70 once - (optional, default "off") only execute this action on the first
108 How do we match the 2nd write_aio but not the first? This is where state
134 The first write_aio request matches the set-state rule and transitions from
/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S172 mov.a %a3,%d0 #; %a3 = address of first CSA
213 movh.a %a13,hi:__clear_table # %a13 = &first table entry
257 movh.a %a13,hi:__copy_table # %a13 = &first table entry

1234567891011