Searched refs:stopping (Results 1 – 9 of 9) sorted by relevance
/qemu/hw/sd/ |
H A D | ssi-sd.c | 66 int32_t stopping; member 127 s->stopping = 1; in OBJECT_DECLARE_SIMPLE_TYPE() 200 s->stopping = 1; in OBJECT_DECLARE_SIMPLE_TYPE() 256 if (s->stopping) { in OBJECT_DECLARE_SIMPLE_TYPE() 257 s->stopping = 0; in OBJECT_DECLARE_SIMPLE_TYPE() 341 (!s->stopping && s->arglen > ARRAY_SIZE(s->response)))) { in ssi_sd_post_load() 363 VMSTATE_INT32(stopping, ssi_sd_state), 389 s->stopping = 0; in ssi_sd_reset()
|
/qemu/tests/unit/ |
H A D | iothread.c | 30 bool stopping; member 70 while (!qatomic_read(&iothread->stopping)) { in iothread_run() 83 iothread->stopping = true; in iothread_stop_bh()
|
/qemu/hw/misc/ |
H A D | edu.c | 54 bool stopping; member 330 !edu->stopping) { in edu_fact_thread() 334 if (edu->stopping) { in edu_fact_thread() 397 edu->stopping = true; in pci_edu_uninit()
|
/qemu/ |
H A D | iothread.c | 93 if (!iothread->ctx || iothread->stopping) { in iothread_stop() 96 iothread->stopping = true; in iothread_stop() 186 iothread->stopping = false; in iothread_init()
|
/qemu/include/system/ |
H A D | iothread.h | 33 bool stopping; /* has iothread_stop() been called? */ member
|
/qemu/docs/devel/migration/ |
H A D | mapped-ram.rst | 35 Mapped-ram migration is best done non-live, i.e. by stopping the VM on 59 stopped after the snapshot by the admin, then consider stopping it
|
H A D | vfio.rst | 23 before stopping the source VM. Enabling this migration capability will 35 safe P2P-wise, since starting and stopping the devices is not done atomically 125 Discovering device capability, starting and stopping dirty tracking, and
|
/qemu/hw/i2c/ |
H A D | trace-events | 51 npcm7xx_smbus_stop(const char *id) "%s stopping"
|
/qemu/docs/devel/ |
H A D | tracing.rst | 155 involve a state change like starting, stopping, allocating, freeing. State
|