Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 61) sorted by relevance

123

/qemu/tests/qemu-iotests/
H A D207.out3 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"path": "TEST_…
21 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
32 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
43 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
49 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
60 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
66 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
77 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
83 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
94 …-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-chec…
[all …]
/qemu/include/hw/ppc/
H A Dspapr_nested.h245 .location = ptr, \
253 .location = get_guest_ptr, \
262 .location = get_guest_ptr, \
271 .location = get_vcpu_ptr, \
280 .location = NULL, \
294 .location = get_vcpu_state_ptr, \
303 .location = get_vcpu_state_ptr, \
312 .location = get_vcpu_state_ptr, \
510 void *(*location)(SpaprMachineStateNestedGuest *, target_ulong); member
/qemu/docs/devel/
H A Ds390-dasd-ipl.rst9 1. A READ IPL ccw is constructed in memory location ``0x0``.
13 location ``0x08``.
19 location ``0x0``. Then the ccw program at ``0x08`` which consists of a read
40 location ``0x0`` thereby overwriting the IPL1 psw and channel program. This is ok
41 as long as the data placed in location ``0x0`` contains a psw whose instruction
48 The psw that was loaded into memory location ``0x0`` as part of the ipl process
50 psw's instruction address will point to the location in memory where we want
57 memory location 0x0 that reads IPL1. It then executes this ccw thereby kicking
71 1. Place a "Read IPL" ccw into memory location ``0x0`` with chaining bit on.
104 1. Place "Read IPL" ccw into memory location ``0x0``, but turn off chaining bit.
[all …]
H A Dblock-coroutine-wrapper.rst47 1. The script location is ``scripts/block-coroutine-wrapper.py``.
/qemu/hw/xtensa/
H A Dxtensa_memory.c47 memory->location[i].size, &error_fatal); in xtensa_create_memory_regions()
48 memory_region_add_subregion(super, memory->location[i].addr, m); in xtensa_create_memory_regions()
H A Dxtfpga.c281 sysram.location[0].size = machine->ram_size; in xtfpga_init()
320 uint32_t tagptr = env->config->sysrom.location[0].addr + in xtfpga_init()
325 .start = tswap32(env->config->sysram.location[0].addr), in xtfpga_init()
326 .end = tswap32(env->config->sysram.location[0].addr + in xtfpga_init()
333 lowmem_end += env->config->sysram.location[0].addr; in xtfpga_init()
334 cur_lowmem += env->config->sysram.location[0].addr; in xtfpga_init()
450 uint32_t size = env->config->sysrom.location[0].size; in xtfpga_init()
459 env->config->sysrom.location[0].addr, in xtfpga_init()
H A Dsim.c76 sysram.location[0].size = ram_size; in xtensa_sim_common_init()
/qemu/docs/interop/
H A Dvhost-user-gpu.rst79 :pos: a ``VhostUserGpuCursorPos``, the cursor location
81 :hot_x/hot_y: ``u32``, the cursor hot location
118 :x/y: ``u32``, the location of the scanout within the DMABUF
232 Update the cursor shape and location.
/qemu/tests/include/
H A Dmeson.build1 # an extra target to workaround meson limitation on output files location
/qemu/qapi/
H A Dcxl.json61 # @channel: The channel of the memory event location. A channel is an
64 # @rank: The rank of the memory event location. A rank is a set of
68 # with the memory event location.
111 # @channel: The channel of the memory event location. A channel is an
114 # @rank: The rank of the memory event location. A rank is a set of
119 # @bank-group: Bank group of the memory event location, incorporating
122 # @bank: Bank of the memory event location. A single bank is accessed
/qemu/target/i386/hvf/
H A DREADME.md3 …d from Veertu Inc's vdhh (Veertu Desktop Hosted Hypervisor) (last known location: https://github.c…
/qemu/block/
H A Drbd.c687 if (opts->location->snapshot) { in qemu_rbd_do_create()
712 ret = qemu_rbd_connect(&cluster, &io_ctx, opts->location, false, keypairs, in qemu_rbd_do_create()
718 ret = rbd_create(io_ctx, opts->location->image, opts->size, &obj_order); in qemu_rbd_do_create()
728 ret = rbd_open(io_ctx, opts->location->image, &image, NULL); in qemu_rbd_do_create()
732 opts->location->image); in qemu_rbd_do_create()
740 rbd_remove(io_ctx, opts->location->image); in qemu_rbd_do_create()
813 rbd_opts->location = g_new0(BlockdevOptionsRbd, 1); in qemu_rbd_co_create_opts()
844 loc = rbd_opts->location; in qemu_rbd_co_create_opts()
H A Dnfs.c652 ret = nfs_client_open(client, opts->location, O_CREAT, 0, errp); in nfs_file_co_create()
688 nfs_opts->location = nfs_options_qdict_to_qapi(options, errp); in nfs_file_co_create_opts()
689 if (nfs_opts->location == NULL) { in nfs_file_co_create_opts()
/qemu/
H A D.gitlab-ci.yml10 # you need to set the location of your custom yml file at "custom CI/CD
/qemu/tests/vm/
H A Dcentos-8-aarch64.ks9 bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=vda
/qemu/docs/system/openrisc/
H A Dor1k-sim.rst42 The location of the DTB will be passed in register ``r3`` to the guest operating
H A Dvirt.rst49 The location of the DTB will be passed in register ``r3`` to the guest operating
/qemu/scripts/
H A Dminikconf.py329 self.loc = parser.location()
332 location = TOKENS.get(tok, None) or ('"%s"' % tok)
333 msg = '%s before %s' % (msg, location)
381 def location(self): member in KconfigParser
/qemu/docs/devel/migration/
H A Dmapped-ram.rst15 location in the file, rather than constantly being added to a
87 migration file. Pages are written at a fixed location for every
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst52 defined as being "location codes", which are the "location labels" of each
55 resources to a physical location in a chassis for debugging purposes. For
56 QEMU, this mapping is less important, so we assign a location code that
57 conforms to naming specifications, but is simply a location label for the
59 location labels is documented in detail in the [LoPAR]_ section 12.3.1.5,
H A Dvmcoreinfo.rst41 The entry gives location and size of an ELF note that is appended in
/qemu/docs/sphinx/
H A Ddbusdomain.py68 domain.note_object(name, self.objtype, node_id, location=signode)
362 self, name: str, objtype: str, node_id: str, location: Any = None
/qemu/docs/system/
H A Dguest-loader.rst30 ``/chosen/module@<addr>`` entry in the FDT to indicate its location and
/qemu/target/xtensa/
H A Doverlay_tool.h495 .location = { \
501 .location = { \
/qemu/hw/smbios/
H A Dsmbios.c59 const char *manufacturer, *product, *version, *serial, *asset, *location; member
637 SMBIOS_TABLE_SET_STR(2, location_str, type2.location); in smbios_build_type_2_table()
846 t->location = 0x01; /* Other */ in smbios_build_type_16_table()
1444 save_opt(&type2.location, opts, "location"); in smbios_entry_add()

123