7ffc87b
From fbce72eb95ab15f5c830c542333e9007f3126487 Mon Sep 17 00:00:00 2001
7ffc87b
From: Peter Robinson <pbrobinson@gmail.com>
7ffc87b
Date: Wed, 23 Jan 2019 03:00:08 +0000
7ffc87b
Subject: [PATCH 01/13] Clarify bugzilla instance for bug references
7ffc87b
7ffc87b
Substitute BZ -> RHBZ to clarify BZ locations.
7ffc87b
7ffc87b
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
7ffc87b
---
7ffc87b
 oz/Guest.py | 4 ++--
7ffc87b
 1 file changed, 2 insertions(+), 2 deletions(-)
7ffc87b
7ffc87b
diff --git a/oz/Guest.py b/oz/Guest.py
7ffc87b
index 4f66c2f..034749d 100644
7ffc87b
--- a/oz/Guest.py
7ffc87b
+++ b/oz/Guest.py
7ffc87b
@@ -465,7 +465,7 @@ class Guest(object):
7ffc87b
         oz.ozutil.lxml_subelement(features, "pae")
7ffc87b
         # CPU
7ffc87b
         if self.tdl.arch in ["aarch64", "armv7l"] and self.libvirt_type == "kvm":
7ffc87b
-            # Possibly related to BZ 1171501 - need host passthrough for aarch64 and arm with kvm
7ffc87b
+            # Possibly related to RHBZ 1171501 - need host passthrough for aarch64 and arm with kvm
7ffc87b
             cpu = oz.ozutil.lxml_subelement(domain, "cpu", None, {'mode': 'custom', 'match': 'exact'})
7ffc87b
             oz.ozutil.lxml_subelement(cpu, "model", "host", {'fallback': 'allow'})
7ffc87b
         # os
7ffc87b
@@ -597,7 +597,7 @@ class Guest(object):
7ffc87b
 
7ffc87b
         capacity = size
7ffc87b
         if backing_filename:
7ffc87b
-            # FIXME: Revisit as BZ 958510 evolves
7ffc87b
+            # FIXME: Revisit as RHBZ 958510 evolves
7ffc87b
             # At the moment libvirt forces us to specify a size rather than
7ffc87b
             # assuming we want to inherit the size of our backing file.
7ffc87b
             # It may be possible to avoid this inspection step if libvirt
7ffc87b
-- 
7ffc87b
2.20.1
7ffc87b