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

4e1899
From b251f710663cbbf4170d98f64d1f0bd4eb70f848 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
4e1899
Subject: [PATCH] vdagentd: Advertise 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
4e1899
index 1ba957a..6280dfa 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,