diff options
Diffstat (limited to 'libre/virt-manager/libre.patch')
-rw-r--r-- | libre/virt-manager/libre.patch | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libre/virt-manager/libre.patch b/libre/virt-manager/libre.patch index 52e731e28..d7f475dc3 100644 --- a/libre/virt-manager/libre.patch +++ b/libre/virt-manager/libre.patch @@ -423,7 +423,7 @@ index ef66ba4..da077df 100644 self.askpass_package = _split_list(_get_param("askpass_packages", "")) self.libvirt_packages = _split_list(_get_param("libvirt_packages", "")) diff --git a/virtinst/guest.py b/virtinst/guest.py -index 6a42536..b375bdc 100644 +index 6a42536..985a73e 100644 --- a/virtinst/guest.py +++ b/virtinst/guest.py @@ -608,7 +608,6 @@ class Guest(XMLBuilder): @@ -456,7 +456,16 @@ index 6a42536..b375bdc 100644 hyperv = self.clock.add_timer() hyperv.name = "hypervclock" hyperv.present = True -@@ -847,8 +843,7 @@ class Guest(XMLBuilder): +@@ -785,8 +781,6 @@ class Guest(XMLBuilder): + return + + self.cpu.set_special_mode(self.x86_cpu_default) +- if self._os_object.broken_x2apic(): +- self.cpu.add_feature("x2apic", policy="disable") + + + def _hv_supported(self): +@@ -847,8 +841,7 @@ class Guest(XMLBuilder): self.conn.check_support(self.conn.SUPPORT_CONN_VMPORT)): self.features.vmport = False |