Home | History | Annotate | Download | only in qemu

Lines Matching refs:hd

1132     CharDriverState *hd;
2302 vmc->hd = qemu_chr_open(name, devname, NULL);
2303 if (!vmc->hd) {
2310 slirp_add_exec(3, vmc->hd, 4, port);
2311 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read,