Searched full:till (Results 1 – 16 of 16) sorted by relevance
/qemu/hw/audio/ |
H A D | cs4231a.c | 577 int till = -1; in cs_dma_read() local 582 till = (s->dregs[Playback_Lower_Base_Count] in cs_dma_read() 584 till -= s->transferred; in cs_dma_read() 585 copy = MIN (till, copy); in cs_dma_read() 597 if (written == till) { in cs_dma_read()
|
H A D | sb16.c | 1217 int till, copy, written, free; in SB_read_DMA() local 1241 till = s->left_till_irq; in SB_read_DMA() 1244 dolog ("pos:%06d %d till:%d len:%d\n", in SB_read_DMA() 1245 dma_pos, free, till, dma_len); in SB_read_DMA() 1248 if (till <= copy) { in SB_read_DMA() 1250 copy = till; in SB_read_DMA() 1268 ldebug ("pos %5d free %5d size %5d till % 5d copy %5d written %5d size %5d\n", in SB_read_DMA()
|
/qemu/migration/ |
H A D | qemu-file.h | 50 * The buffer should be available till it is sent asynchronously.
|
/qemu/audio/ |
H A D | mixeng_template.h | 26 * Tusen tack till Mike Nordell
|
/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 122 * qemu chardevs) can cause the guest to block till all the output
|
/qemu/qga/ |
H A D | main.c | 971 * attempt to save now. (we could wait till later when we have in read_persistent_state() 980 * initial creation till we actually have modified state to in read_persistent_state() 1458 /* delay opening/locking of pidfile till filesystems are unfrozen */ in initialize_agent() 1462 /* delay opening the log file till filesystems are unfrozen */ in initialize_agent()
|
H A D | commands.c | 164 /* need to wait till output channels are closed in qmp_guest_exec_status()
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 190 Iterate till total pending bytes converge and are less than threshold
|
/qemu/docs/ |
H A D | block-replication.txt | 21 executes till the next checkpoint. To support disk contents checkpoint,
|
/qemu/hw/acpi/ |
H A D | cpu.c | 537 * Scan CPUs, till there are CPUs with events or in build_cpus_aml()
|
H A D | aml-build.c | 1748 * acpi_table_begin() till acpi_table_end() in acpi_table_end()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 992 * Requests the CPU to be removed and waits till it is removed.
|
/qemu/include/qom/ |
H A D | object.h | 1732 * managed by the property from after the function returns till the
|
/qemu/pc-bios/ |
HD | openbios-sparc32 | ( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ... |
HD | openbios-ppc | IBM PPS Model 6015 | WH | k | W |& k K { @ @ @ { ... |
/qemu/target/i386/kvm/ |
H A D | kvm.c | 1852 /* Keep reading function 2 till all the input is received */ in kvm_x86_build_cpuid()
|