Searched refs:restart (Results 1 – 20 of 20) sorted by relevance
| /qemu/tests/qemu-iotests/ |
| A D | 260 | 45 def test(persistent, restart): argument 46 assert persistent or not restart 48 '' if persistent else 'non-', 'with' if restart else 'without')) 65 if restart: 92 test(persistent=False, restart=False) 93 test(persistent=True, restart=False) 94 test(persistent=True, restart=True)
|
| A D | 260.out | 2 Testcase non-persistent without restart 19 Testcase persistent without restart 36 Testcase persistent with restart
|
| /qemu/target/alpha/ |
| A D | sys_helper.c | 46 void helper_halt(uint64_t restart) in helper_halt() argument 48 if (restart) { in helper_halt()
|
| /qemu/include/hw/ide/ |
| A D | ide-dma.h | 24 DMAVoidFunc *restart; member
|
| /qemu/accel/tcg/ |
| A D | user-exec.c | 357 restart: in pageflags_set_clear() 417 goto restart; in pageflags_set_clear() 440 goto restart; in pageflags_set_clear() 456 goto restart; in pageflags_set_clear() 468 goto restart; in pageflags_set_clear() 478 goto restart; in pageflags_set_clear()
|
| A D | ldst_atomicity.c.inc | 147 * If this is not possible, longjmp out to restart serially. 182 * If this is not possible, longjmp out to restart serially. 302 * If this is not possible, longjmp out to restart serially.
|
| /qemu/block/ |
| A D | ssh.c | 1019 BDRVSSHRestart *restart = opaque; in restart_coroutine() local 1020 BlockDriverState *bs = restart->bs; in restart_coroutine() 1024 trace_ssh_restart_coroutine(restart->co); in restart_coroutine() 1027 aio_co_wake(restart->co); in restart_coroutine() 1038 BDRVSSHRestart restart = { in co_yield() local 1055 rd_handler, wr_handler, NULL, NULL, &restart); in co_yield()
|
| /qemu/util/ |
| A D | thread-pool.c | 181 restart: in thread_pool_completion_bh() 209 goto restart; in thread_pool_completion_bh()
|
| /qemu/linux-user/s390x/ |
| A D | vdso.ld | 19 * QEMU handles syscall restart internally, so we don't
|
| /qemu/tests/migration/i386/ |
| A D | a-b-bootblock.S | 110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
|
| /qemu/linux-user/hppa/ |
| A D | vdso.ld | 27 * QEMU handles syscall restart internally, so we don't
|
| /qemu/hw/ppc/ |
| A D | spapr_drc.c | 957 restart: in spapr_drc_reset_all() 976 goto restart; in spapr_drc_reset_all()
|
| /qemu/docs/specs/ |
| A D | acpi_nvdimm.rst | 227 If it returns status code 0x100, OSPM should restart to read FIT (read
|
| A D | tpm.rst | 460 In the 1st terminal restart the swtpm with the same command line as
|
| /qemu/target/riscv/ |
| A D | cpu_helper.c | 1013 restart: in get_physical_address() 1247 goto restart; in get_physical_address()
|
| /qemu/hw/ide/ |
| A D | core.c | 2748 if (s->bus->dma->ops->restart) { in ide_restart_bh() 2749 s->bus->dma->ops->restart(s->bus->dma); in ide_restart_bh()
|
| A D | ahci.c | 1600 .restart = ahci_restart,
|
| /qemu/qapi/ |
| A D | migration.json | 596 # reboot the OS, and restart QEMU. If the user reboots, the URI 601 # contents of guest block devices between the quit and restart. 1410 # @relaunch: restart the failover process, from 'none' -> 'completed'
|
| /qemu/fpu/ |
| A D | softfloat-parts.c.inc | 1582 * result -- restart at the top of the fraction.
|
| /qemu/docs/interop/ |
| A D | vhost-user.rst | 742 To support reconnecting after restart or crash, back-end may need to 1523 could get inflight I/O after a crash or restart.
|
Completed in 55 milliseconds