Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 42) sorted by relevance

12

/qemu/contrib/elf2dmp/
H A Dqemu_elf.c62 GPtrArray *states; in init_states() local
76 states = g_ptr_array_new(); in init_states()
108 states->len, state_size); in init_states()
115 g_ptr_array_add(states, state); in init_states()
119 printf("%u CPU states has been found\n", states->len); in init_states()
121 qe->state_nr = states->len; in init_states()
122 qe->state = (void *)g_ptr_array_free(states, FALSE); in init_states()
/qemu/system/
H A Ddirtylimit.c64 VcpuDirtyLimitState *states; member
195 return &dirtylimit_state->states[cpu_index]; in dirtylimit_vcpu_get_state()
206 dirtylimit_state->states = in dirtylimit_state_initialize()
210 dirtylimit_state->states[i].cpu_index = i; in dirtylimit_state_initialize()
219 g_free(dirtylimit_state->states); in dirtylimit_state_finalize()
220 dirtylimit_state->states = NULL; in dirtylimit_state_finalize()
380 dirtylimit_state->states[cpu_index].quota = quota; in dirtylimit_set_vcpu()
385 dirtylimit_state->states[cpu_index].quota = 0; in dirtylimit_set_vcpu()
386 if (dirtylimit_state->states[cpu_index].enabled) { in dirtylimit_set_vcpu()
391 dirtylimit_state->states[cpu_index].enabled = enable; in dirtylimit_set_vcpu()
[all …]
/qemu/block/
H A Dcurl.c110 CURLState states[CURL_NUM_STATES]; member
274 CURLState *state = &s->states[i]; in curl_find_buf()
445 if (!s->states[i].in_use) { in curl_find_state()
446 state = &s->states[i]; in curl_find_state()
577 if (s->states[i].in_use) { in curl_detach_aio_context()
578 curl_clean_state(&s->states[i]); in curl_detach_aio_context()
580 if (s->states[i].curl) { in curl_detach_aio_context()
581 curl_easy_cleanup(s->states[i].curl); in curl_detach_aio_context()
582 s->states[i].curl = NULL; in curl_detach_aio_context()
584 g_free(s->states[i].orig_buf); in curl_detach_aio_context()
[all …]
/qemu/qapi/
H A Dvfio.json12 # An enumeration of the VFIO device migration states.
H A Drocker.json47 # An enumeration of port duplex states.
60 # An enumeration of port autoneg states.
/qemu/target/xtensa/
H A Dxtensa-isa-internal.h197 xtensa_state_internal *states; member
H A Dxtensa-isa.c254 isa->state_lookup_table[n].key = isa->states[n].name; in xtensa_isa_init()
1469 return intisa->states[st].name; in xtensa_state_name()
1478 return intisa->states[st].num_bits; in xtensa_state_num_bits()
1487 if ((intisa->states[st].flags & XTENSA_STATE_IS_EXPORTED) != 0) { in xtensa_state_is_exported()
1499 if ((intisa->states[st].flags & XTENSA_STATE_IS_SHARED_OR) != 0) { in xtensa_state_is_shared_or()
/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c148 uint16_t states; member
532 sens->states |= mask & sens->states_suppt; in sensor_set_discrete_bit()
542 sens->states &= ~(mask & sens->states_suppt); in sensor_set_discrete_bit()
1747 sens->states = 0; in rearm_sensor_evts()
1786 rsp_buffer_push(rsp, sens->states & 0xff); in get_sensor_reading()
1788 rsp_buffer_push(rsp, (sens->states >> 8) & 0xff); in get_sensor_reading()
2196 VMSTATE_UINT16(sensors[IPMI_WATCHDOG_SENSOR].states, IPMIBmcSim),
/qemu/docs/sphinx/
H A Ddbusdoc.py32 from docutils.parsers.rst.states import RSTState
/qemu/python/tests/
H A Dprotocol.py259 async def _watch_runstates(self, *states): argument
266 for state in states:
/qemu/stubs/
H A Dmeson.build18 stub_ss.add(files('blockdev-close-all-bdrv-states.c'))
/qemu/docs/devel/migration/
H A Dvfio.rst62 active only when the VFIO device is in pre-copy states.
169 support it is similar, except that the relevant states for precopy and P2P are
H A Dmapped-ram.rst142 states.
H A Dpostcopy.rst61 Postcopy moves through a series of states (see postcopy_state) from
227 procedure will be needed to properly synchronize the VM states between
/qemu/docs/devel/
H A Dsecure-coding-practices.rst95 attacker cannot gain control by crafting invalid device states. Device state
H A Dclocks.rst498 To ensure clock states are restored correctly during migration, there
501 Clock states can be migrated by adding an entry into the device
523 at our disposal. This can be used to restore output clock states using the
H A Dtcg-plugins.rst130 when CPUs go into and return from sleep states when waiting for
H A Dtcg.rst22 The target CPUs have many internal states which change the way they
/qemu/docs/system/i386/
H A Dtdx.rst125 - No SMM support: SMM support requires manipulating the guest register states
/qemu/
H A Dhmp-commands-info.hx466 .help = "show user network stack connection states",
473 Show user network stack connection states.
/qemu/docs/devel/testing/
H A Dblkdebug.rst65 on states.
/qemu/docs/interop/
H A Dprl-xml.rst39 an image storing the different sectors between two captured states.
/qemu/docs/system/
H A Dsecurity.rst81 The principle of least privilege states that each component only has access to
H A Dreplay.rst119 to recover the desired VM state. All VM states created in replay mode
/qemu/pc-bios/
H A Dedk2-licenses.txt149 3. Your "Contributed-under" message explicitly states that the
230 * "Contributed-under" explicitly states that the contribution is
388 3. Your "Contributed-under" message explicitly states that the
457 * "Contributed-under" explicitely states that the contribution is

12