summaryrefslogtreecommitdiff
path: root/virtManager/object/domain.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/object/domain.py')
-rw-r--r--virtManager/object/domain.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/virtManager/object/domain.py b/virtManager/object/domain.py
index 6375dfe8..0e090aa0 100644
--- a/virtManager/object/domain.py
+++ b/virtManager/object/domain.py
@@ -658,7 +658,7 @@ class vmmDomain(vmmLibvirtObject):
path=_SENTINEL, readonly=_SENTINEL,
shareable=_SENTINEL, removable=_SENTINEL, cache=_SENTINEL,
io=_SENTINEL, discard=_SENTINEL, detect_zeroes=_SENTINEL,
- driver_type=_SENTINEL, bus=_SENTINEL, addrstr=_SENTINEL,
+ bus=_SENTINEL, addrstr=_SENTINEL,
sgio=_SENTINEL, managed_pr=_SENTINEL):
xmlobj = self._make_xmlobj_to_define()
editdev = self._lookup_device_to_define(xmlobj, devobj, do_hotplug)
@@ -711,8 +711,6 @@ class vmmDomain(vmmLibvirtObject):
editdev.driver_discard = discard or None
if detect_zeroes != _SENTINEL:
editdev.driver_detect_zeroes = detect_zeroes or None
- if driver_type != _SENTINEL:
- editdev.driver_type = driver_type or None
if sgio != _SENTINEL:
editdev.sgio = sgio or None