Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 20 of 20) sorted by relevance

/qemu/tests/qemu-iotests/
A D26045 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 D260.out2 Testcase non-persistent without restart
19 Testcase persistent without restart
36 Testcase persistent with restart
/qemu/target/alpha/
A Dsys_helper.c46 void helper_halt(uint64_t restart) in helper_halt() argument
48 if (restart) { in helper_halt()
/qemu/include/hw/ide/
A Dide-dma.h24 DMAVoidFunc *restart; member
/qemu/accel/tcg/
A Duser-exec.c357 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 Dldst_atomicity.c.inc147 * 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 Dssh.c1019 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 Dthread-pool.c181 restart: in thread_pool_completion_bh()
209 goto restart; in thread_pool_completion_bh()
/qemu/linux-user/s390x/
A Dvdso.ld19 * QEMU handles syscall restart internally, so we don't
/qemu/tests/migration/i386/
A Da-b-bootblock.S110 # not reached. The wakeup causes reset and restart at 0x7c00, and we
/qemu/linux-user/hppa/
A Dvdso.ld27 * QEMU handles syscall restart internally, so we don't
/qemu/hw/ppc/
A Dspapr_drc.c957 restart: in spapr_drc_reset_all()
976 goto restart; in spapr_drc_reset_all()
/qemu/docs/specs/
A Dacpi_nvdimm.rst227 If it returns status code 0x100, OSPM should restart to read FIT (read
A Dtpm.rst460 In the 1st terminal restart the swtpm with the same command line as
/qemu/target/riscv/
A Dcpu_helper.c1013 restart: in get_physical_address()
1247 goto restart; in get_physical_address()
/qemu/hw/ide/
A Dcore.c2748 if (s->bus->dma->ops->restart) { in ide_restart_bh()
2749 s->bus->dma->ops->restart(s->bus->dma); in ide_restart_bh()
A Dahci.c1600 .restart = ahci_restart,
/qemu/qapi/
A Dmigration.json596 # 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 Dsoftfloat-parts.c.inc1582 * result -- restart at the top of the fraction.
/qemu/docs/interop/
A Dvhost-user.rst742 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