From a68bf540f67feacbbd867196b3ce420e51d92a8c Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Thu, 17 May 2018 16:35:56 +0100 Subject: xen_backend: make the xen_feature_grant_copy flag private There is no longer any use of this flag outside of the xen_backend code. Signed-off-by: Paul Durrant Acked-by: Anthony Perard Signed-off-by: Stefano Stabellini --- hw/xen/xen_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/xen') diff --git a/hw/xen/xen_backend.c b/hw/xen/xen_backend.c index 3c3fc2c..9a8e877 100644 --- a/hw/xen/xen_backend.c +++ b/hw/xen/xen_backend.c @@ -44,9 +44,9 @@ BusState *xen_sysbus; /* public */ struct xs_handle *xenstore = NULL; const char *xen_protocol; -bool xen_feature_grant_copy; /* private */ +static bool xen_feature_grant_copy; static int debug; int xenstore_write_be_str(struct XenDevice *xendev, const char *node, const char *val) -- cgit v1.1