Blame SOURCES/0002-vdagentd-Advertise-VD_AGENT_CAP_GUEST_LINEEND_LF.patch

7ce03f
From 43cde1cbedc56138a857100f634e7cb644477e7e Mon Sep 17 00:00:00 2001
7ce03f
From: Hans de Goede <hdegoede@redhat.com>
7ce03f
Date: Mon, 24 Jun 2013 10:34:27 +0200
7ce03f
Subject: [linux-vdagent PATCH 2/3] vdagentd: Advertise
7ce03f
 VD_AGENT_CAP_GUEST_LINEEND_LF
7ce03f
7ce03f
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
7ce03f
---
7ce03f
 src/vdagentd.c | 1 +
7ce03f
 1 file changed, 1 insertion(+)
7ce03f
7ce03f
diff --git a/src/vdagentd.c b/src/vdagentd.c
7ce03f
index da25329..f4cea44 100644
7ce03f
--- a/src/vdagentd.c
7ce03f
+++ b/src/vdagentd.c
7ce03f
@@ -95,6 +95,7 @@ static void send_capabilities(struct vdagent_virtio_port *vport,
7ce03f
     VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_CLIPBOARD_BY_DEMAND);
7ce03f
     VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_CLIPBOARD_SELECTION);
7ce03f
     VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_SPARSE_MONITORS_CONFIG);
7ce03f
+    VD_AGENT_SET_CAPABILITY(caps->caps, VD_AGENT_CAP_GUEST_LINEEND_LF);
7ce03f
 
7ce03f
     vdagent_virtio_port_write(vport, VDP_CLIENT_PORT,
7ce03f
                               VD_AGENT_ANNOUNCE_CAPABILITIES, 0,
7ce03f
-- 
7ce03f
1.8.3.1
7ce03f