Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 25 of 32) sorted by relevance

12

/qemu/dump/
H A Ddump-hmp-cmds.c30 bool detach = false; in hmp_dump_guest_memory() local
75 detach = qdict_get_bool(qdict, "detach"); in hmp_dump_guest_memory()
80 qmp_dump_guest_memory(paging, prot, true, detach, has_begin, begin, in hmp_dump_guest_memory()
H A Ddump.c2061 bool has_detach, bool detach, in qmp_dump_guest_memory() argument
2128 detach_p = detach; in qmp_dump_guest_memory()
/qemu/ebpf/
H A Drss.bpf.skeleton.h31 static inline void detach(struct rss_bpf *skel);
983 void rss_bpf::detach(struct rss_bpf *skel) { rss_bpf__detach(skel); } in detach() function
/qemu/include/hw/
H A Dpcmcia.h31 int (*detach)(PCMCIACardState *state); member
H A Dusb.h352 void (*detach)(USBPort *port); member
/qemu/qapi/
H A Ddump.json78 # @detach: if true, QMP will return immediately rather than waiting
104 'data': { 'paging': 'bool', 'protocol': 'str', '*detach': 'bool',
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c577 struct virtio_gpu_resource_detach_backing detach; in vg_resource_detach_backing() local
579 VUGPU_FILL_CMD(detach); in vg_resource_detach_backing()
580 virtio_gpu_bswap_32(&detach, sizeof(detach)); in vg_resource_detach_backing()
582 res = virtio_gpu_find_resource(g, detach.resource_id); in vg_resource_detach_backing()
585 __func__, detach.resource_id); in vg_resource_detach_backing()
/qemu/hw/display/
H A Dvirtio-gpu.c952 struct virtio_gpu_resource_detach_backing detach; in virtio_gpu_resource_detach_backing() local
954 VIRTIO_GPU_FILL_CMD(detach); in virtio_gpu_resource_detach_backing()
955 virtio_gpu_bswap_32(&detach, sizeof(detach)); in virtio_gpu_resource_detach_backing()
956 trace_virtio_gpu_cmd_res_back_detach(detach.resource_id); in virtio_gpu_resource_detach_backing()
958 res = virtio_gpu_find_check_resource(g, detach.resource_id, true, in virtio_gpu_resource_detach_backing()
/qemu/hw/pcmcia/
H A Dpxa2xx.c212 pcc->detach(s->card); in pxa2xx_pcmcia_detach()
/qemu/docs/interop/
H A Dqemu-ga.rst80 Daemonize after startup (detach from terminal).
/qemu/migration/
H A Dmigration-hmp-cmds.c688 bool detach = qdict_get_try_bool(qdict, "detach", false); in hmp_migrate() local
706 if (!detach) { in hmp_migrate()
/qemu/hw/ide/
H A Dmicrodrive.c587 pcc->detach = dscm1xxxx_detach; in dscm1xxxx_class_init()
/qemu/docs/system/devices/
H A Dccid.rst162 | VSC_ReaderRemove | | detach |
/qemu/hw/usb/
H A Ddev-hub.c584 .detach = usb_hub_detach,
H A Dcore.c70 port->ops->detach(port); in usb_detach()
H A Dxen-usb.c1008 .detach = xen_bus_detach,
H A Dhcd-ehci.c723 companion->ops->detach(companion); in ehci_detach()
2398 .detach = ehci_detach,
H A Dhcd-uhci.c1152 .detach = uhci_detach,
H A Dhcd-musb.c271 .detach = musb_detach,
H A Dhcd-dwc2.c529 .detach = dwc2_detach,
H A Dhcd-ohci.c1869 .detach = ohci_detach,
/qemu/docs/
H A Digd-assign.txt49 to the device on the host[2], virsh nodedev-detach can be used to bind the
/qemu/include/block/
H A Dblock_int-common.h959 void GRAPH_WRLOCK_PTR (*detach)(BdrvChild *child); member
/qemu/hw/virtio/
H A Dvirtio-iommu.c739 virtio_iommu_handle_req(detach) in virtio_iommu_handle_req() argument
/qemu/
H A Dhmp-commands.hx912 .args_type = "detach:-d,resume:-r,uri:s",
1074 ….args_type = "paging:-p,detach:-d,windmp:-w,zlib:-z,lzo:-l,snappy:-s,raw:-R,filename:F,begin:l?,l…

12