Searched refs:deliver (Results 1 – 13 of 13) sorted by relevance
/qemu/net/ |
H A D | queue.c | 56 NetQueueDeliverFunc *deliver; member 63 NetQueue *qemu_new_net_queue(NetQueueDeliverFunc *deliver, void *opaque) in qemu_new_net_queue() argument 72 queue->deliver = deliver; in qemu_new_net_queue() 164 ret = queue->deliver(sender, flags, &iov, 1, queue->opaque); in qemu_net_queue_deliver() 179 ret = queue->deliver(sender, flags, iov, iovcnt, queue->opaque); in qemu_net_queue_deliver_iov()
|
/qemu/include/net/ |
H A D | queue.h | 47 NetQueue *qemu_new_net_queue(NetQueueDeliverFunc *deliver, void *opaque);
|
/qemu/hw/tpm/ |
H A D | trace-events | 38 tpm_spapr_caught_response(uint32_t v) "Caught response to deliver after resume: %u bytes"
|
/qemu/docs/specs/ |
H A D | ppc-xive.rst | 11 deliver interrupts directly to virtual processors without hypervisor 187 the IVPE sub-engine which does a CAM scan to find a CPU to deliver the
|
H A D | ppc-spapr-xive.rst | 7 virtualization features which enables the HW to deliver interrupts
|
/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 577 ha.u.evtchn.deliver.port.port = port; in assign_kernel_port() 578 ha.u.evtchn.deliver.port.vcpu = kvm_arch_vcpu_id(cpu); in assign_kernel_port() 579 ha.u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL; in assign_kernel_port() 592 ha.u.evtchn.deliver.eventfd.port = 0; in assign_kernel_eventfd() 593 ha.u.evtchn.deliver.eventfd.fd = fd; in assign_kernel_eventfd()
|
/qemu/hw/i386/ |
H A D | trace-events | 61 …emap(int index, int tri, int vec, int deliver, uint32_t dest, int dest_mode) "index %d trigger %d …
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 609 } deliver; member
|
/qemu/docs/ |
H A D | rdma.txt | 337 describe above to deliver bytes without changing the upper-level
|
/qemu/qapi/ |
H A D | machine.json | 418 # @delay: continue to deliver ticks at the normal rate. The guest OS 424 # @slew: deliver ticks at a higher rate to catch up with the missed
|
/qemu/hw/intc/ |
H A D | trace-events | 59 xics_icp_irq(int server, int nr, uint8_t priority) "cpu %d trying to deliver irq 0x%"PRIx32" priori…
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1160 * and allow host SIGBUS to deliver SIGBUS to the guest.
|
/qemu/ |
H A D | meson.build | 4523 # On windows, we want to deliver the qemu_plugin_api.lib file in the qemu installer,
|