mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
DomainFeatures: Drop __getitem__ helpers
They just complicate matters
This commit is contained in:
@@ -501,8 +501,8 @@ def build_guest_instance(conn, options):
|
||||
cli.parse_boot(guest, options.bootopts)
|
||||
guest.autostart = options.autostart
|
||||
guest.description = options.description
|
||||
guest.features["acpi"] = not options.noacpi
|
||||
guest.features["apic"] = not options.noapic
|
||||
guest.features.acpi = not options.noacpi
|
||||
guest.features.apic = not options.noapic
|
||||
|
||||
|
||||
# Non-default devices
|
||||
|
||||
Reference in New Issue
Block a user