Home | History | Annotate | Download | only in qemu

Lines Matching refs:VMChannel

1131 struct VMChannel {
1138 struct VMChannel *vmc = (struct VMChannel*)opaque;
1144 struct VMChannel *vmc = (struct VMChannel*)opaque;
2291 struct VMChannel *vmc;
2296 config_error(mon, "vmchannel wrong port number\n");
2300 vmc = malloc(sizeof(struct VMChannel));
2301 snprintf(name, 20, "vmchannel%ld", port);
2304 config_error(mon, "could not open vmchannel device '%s'\n",