Revision 160600fd hw/virtio-serial.h

b/hw/virtio-serial.h
50 50
#define VIRTIO_CONSOLE_CONSOLE_PORT	1
51 51
#define VIRTIO_CONSOLE_RESIZE		2
52 52
#define VIRTIO_CONSOLE_PORT_OPEN	3
53
#define VIRTIO_CONSOLE_PORT_NAME	4
53 54

  
54 55
/* == In-qemu interface == */
55 56

  
......
84 85
    VirtQueue *ivq, *ovq;
85 86

  
86 87
    /*
88
     * This name is sent to the guest and exported via sysfs.
89
     * The guest could create symlinks based on this information.
90
     * The name is in the reverse fqdn format, like org.qemu.console.0
91
     */
92
    char *name;
93

  
94
    /*
87 95
     * This id helps identify ports between the guest and the host.
88 96
     * The guest sends a "header" with this id with each data packet
89 97
     * that it sends and the host can then find out which associated

Also available in: Unified diff