diff options
author | Hans de Goede <hdegoede@redhat.com> | 2013-06-24 10:34:27 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-06-24 10:34:27 +0200 |
commit | 43cde1cbedc56138a857100f634e7cb644477e7e (patch) | |
tree | 35494395ee4a8a59f571522daa2adb5b51101d10 | |
parent | 256e01c8c7b0c386525a0fac71537bb7bb05d271 (diff) |
vdagentd: Advertise VD_AGENT_CAP_GUEST_LINEEND_LF
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | src/vdagentd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vdagentd.c b/src/vdagentd.c index da25329..f4cea44 100644 --- a/src/vdagentd.c +++ b/src/vdagentd.c @@ -95,6 +95,7 @@ static void send_capabilities(struct vdagent_virtio_port *vport, VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_CLIPBOARD_BY_DEMAND); VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_CLIPBOARD_SELECTION); VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_SPARSE_MONITORS_CONFIG); + VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_GUEST_LINEEND_LF); vdagent_virtio_port_write(vport, VDP_CLIENT_PORT, VD_AGENT_ANNOUNCE_CAPABILITIES, 0, |