mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
virtinst: fix compare for audio devices
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
ef64949e84
commit
2a0aa2d56b
@ -132,6 +132,7 @@ class Device(XMLBuilder):
|
|||||||
"interface": ["macaddr", "xmlindex"],
|
"interface": ["macaddr", "xmlindex"],
|
||||||
"input": ["bus", "type", "xmlindex"],
|
"input": ["bus", "type", "xmlindex"],
|
||||||
"sound": ["model", "xmlindex"],
|
"sound": ["model", "xmlindex"],
|
||||||
|
"audio": ["type", "id"],
|
||||||
"video": ["model", "xmlindex"],
|
"video": ["model", "xmlindex"],
|
||||||
"watchdog": ["model", "xmlindex"],
|
"watchdog": ["model", "xmlindex"],
|
||||||
"hostdev": ["type", "managed", "xmlindex",
|
"hostdev": ["type", "managed", "xmlindex",
|
||||||
|
Loading…
Reference in New Issue
Block a user