/qemu/hw/usb/ |
H A D | hcd-ehci.c | 1341 /* 4.10.3 returns "again" */ 1523 int again = 0; in ehci_state_waitlisthead() local 1548 again = 1; in ehci_state_waitlisthead() 1563 return again; in ehci_state_waitlisthead() 1572 int again = 0; in ehci_state_fetchentry() local 1589 again = 1; in ehci_state_fetchentry() 1594 again = 1; in ehci_state_fetchentry() 1599 again = 1; in ehci_state_fetchentry() 1610 return again; in ehci_state_fetchentry() 1800 int again = 1; in ehci_state_fetchqtd() local [all …]
|
/qemu/include/hw/ |
H A D | stream.h | 25 * capable of receiving again. Only called if false is returned. 33 * again, the sink may continue to just return 0 waiting for the vm time to 35 * where the sink is ready to receive again, otherwise polling on a QEMU
|
/qemu/tests/qemu-iotests/ |
H A D | 253 | 60 # so we resize it and check again 66 # qemu-io with O_DIRECT always writes whole physical sectors. Again, 75 # Resize it and check again -- contrary to 221, we may not get partial
|
H A D | 221 | 60 truncate --size=65537 "$TEST_IMG" # so we resize it and check again 66 truncate --size=65537 "$TEST_IMG" # so we resize it and check again
|
H A D | 282.out | 7 == Create a stub image file and run qemu-img again ==
|
H A D | 305.out | 13 ### Try to allocate the discarded clusters again
|
H A D | 069 | 52 # Just open the image and close it right again (this should print an error message)
|
H A D | 094 | 61 # pit again.
|
H A D | 282 | 55 echo "== Create a stub image file and run qemu-img again =="
|
/qemu/include/crypto/ |
H A D | tlssession.h | 297 * an event loop watch and call this method again 299 * or write again 326 * loop watch and call this method again once the underlying data 327 * channel is ready to read or write again.
|
/qemu/tests/functional/ |
H A D | reverse_debugging.py | 173 # again 183 logger.info('hit a breakpoint again at %x (icount %s)' % 190 # assume that none of the first instructions is executed again
|
H A D | test_ppc64_reverse_debug.py | 28 # to take the 'hit a breakpoint again' path. That's not a problem,
|
/qemu/docs/ |
H A D | pcie_sriov.txt | 102 To turn SR/IOV off again - the standard requires you to turn it off before you can enable 112 To disable the VFs again then, you simply have to unload the driver:
|
/qemu/hw/vfio/ |
H A D | ccw.c | 90 again: in vfio_ccw_handle_request() 95 goto again; in vfio_ccw_handle_request() 176 again: in vfio_ccw_handle_clear() 181 goto again; in vfio_ccw_handle_clear() 215 again: in vfio_ccw_handle_halt() 220 goto again; in vfio_ccw_handle_halt()
|
/qemu/util/ |
H A D | coroutine-sigaltstack.c | 129 * caller can reestablish everything and do a siglongjmp here again. in coroutine_trampoline() 248 * Now enter the trampoline again, but this time not as a signal in qemu_coroutine_new() 259 * Ok, we returned again, so now we're finished in qemu_coroutine_new()
|
/qemu/include/qemu/ |
H A D | throttle.h | 61 * again. This is what makes the I/O rate bkt.avg. 76 * do bursts again.
|
/qemu/hw/9pfs/ |
H A D | xen-9p-backend.c | 215 again: in xen_9pfs_init_in_iov_from_pdu() 220 goto again; in xen_9pfs_init_in_iov_from_pdu() 311 again: in xen_9pfs_bh() 317 goto again; in xen_9pfs_bh()
|
H A D | 9p-synth.h | 70 * otherwise it forces the server to try again forever. Thus allowing
|
H A D | 9p-util.h | 159 again: in openat_file() 175 goto again; in openat_file()
|
/qemu/ |
H A D | LICENSE | 22 but some parts may be GPLv2 or other licenses. Again, see the
|
/qemu/block/ |
H A D | block-ram-registrar.c | 19 return; /* don't try again if we've already failed */ in ram_block_added()
|
H A D | graph-lock.c | 221 * again for has_writer, otherwise we sleep without any writer in bdrv_graph_co_rdlock() 249 * new. Therefore, kick again so on next iteration in bdrv_graph_co_rdunlock()
|
/qemu/tests/qtest/migration/ |
H A D | framework.h | 79 * also prove this transferred data is dirty again. 91 * is now dirty again.
|
/qemu/tests/qtest/ |
H A D | usb-hcd-xhci-test.c | 41 /* check the device can be added again */ in test_usb_ccid_hotplug()
|
/qemu/accel/tcg/ |
H A D | tcg-accel-ops-rr.c | 58 * The timer is removed if all vCPUs are idle and restarted again once 79 /* Finish kicking this cpu before reading again. */ in rr_kick_next_cpu()
|