From 6633b16ef18e22c0e28ab21639a6aacc43e689e8 Mon Sep 17 00:00:00 2001
From: Edward Leung <edward.leung@oracle.com>
Date: Wed, 4 Sep 2019 10:37:47 -0700
Subject: [PATCH] remove RH reference

---
 vl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vl.c b/vl.c
index c778594..e5aa352 100644
--- a/vl.c
+++ b/vl.c
@@ -1976,7 +1976,7 @@ static void version(void)
 
 static void print_rh_warning(void)
 {
-    printf("\nWARNING: Direct use of qemu-kvm from the command line is not supported by Red Hat.\n"
+    printf("\nWARNING: Direct use of qemu-kvm from the command line is not supported.\n"
              "WARNING: Use libvirt as the stable management interface.\n"
              "WARNING: Some command line options listed here may not be available in future releases.\n\n");
 }
-- 
1.8.3.1

