• J
    api: Add API to tunnel a guest channel via stream · d52add46
    John Eckersberg 提交于
    This patch adds a new API, virDomainOpenChannel, that uses streams to
    connect to a virtio channel on a guest.  This creates a secure
    communication channel between a guest and a libvirt client.
    
    This behaves the same as virDomainOpenConsole, except on channels
    instead of console/serial/parallel devices.
    d52add46
driver.h 72.6 KB