Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit a6ec702

Browse files
committed
Revert explictly setting arch for fullvirt guest incase it causes regressions.
1 parent 8db26f7 commit a6ec702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

virtinst/FullVirtGuest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def __init__(self, type=None, arch=None, connection=None, hypervisorURI=None, em
170170
Guest.Guest.__init__(self, type, connection, hypervisorURI, installer)
171171
self.disknode = "hd"
172172
self.features = { "acpi": None, "pae": util.is_pae_capable(), "apic": None }
173-
if arch is None:
174-
arch = platform.machine
173+
#if arch is None:
174+
#arch = platform.machine()
175175
self.arch = arch
176176

177177
self.emulator = emulator

0 commit comments

Comments
 (0)