/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.c | 62 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 D | dirtylimit.c | 64 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 D | curl.c | 110 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 D | vfio.json | 12 # An enumeration of the VFIO device migration states.
|
H A D | rocker.json | 47 # An enumeration of port duplex states. 60 # An enumeration of port autoneg states.
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 197 xtensa_state_internal *states; member
|
H A D | xtensa-isa.c | 254 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 D | ipmi_bmc_sim.c | 148 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 D | dbusdoc.py | 32 from docutils.parsers.rst.states import RSTState
|
/qemu/python/tests/ |
H A D | protocol.py | 259 async def _watch_runstates(self, *states): argument 266 for state in states:
|
/qemu/stubs/ |
H A D | meson.build | 18 stub_ss.add(files('blockdev-close-all-bdrv-states.c'))
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 62 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 D | mapped-ram.rst | 142 states.
|
H A D | postcopy.rst | 61 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 D | secure-coding-practices.rst | 95 attacker cannot gain control by crafting invalid device states. Device state
|
H A D | clocks.rst | 498 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 D | tcg-plugins.rst | 130 when CPUs go into and return from sleep states when waiting for
|
H A D | tcg.rst | 22 The target CPUs have many internal states which change the way they
|
/qemu/docs/system/i386/ |
H A D | tdx.rst | 125 - No SMM support: SMM support requires manipulating the guest register states
|
/qemu/ |
H A D | hmp-commands-info.hx | 466 .help = "show user network stack connection states", 473 Show user network stack connection states.
|
/qemu/docs/devel/testing/ |
H A D | blkdebug.rst | 65 on states.
|
/qemu/docs/interop/ |
H A D | prl-xml.rst | 39 an image storing the different sectors between two captured states.
|
/qemu/docs/system/ |
H A D | security.rst | 81 The principle of least privilege states that each component only has access to
|
H A D | replay.rst | 119 to recover the desired VM state. All VM states created in replay mode
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 149 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
|