mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Remove default channel for s390x.
The Qemu guest agent change for 390x,remove default channel device for s390x and regenerate the test output.Modified the clitest xml.
This commit is contained in:
parent
79d02e356b
commit
2aca20141e
@ -31,9 +31,5 @@
|
||||
<mac address="00:11:22:33:44:55"/>
|
||||
</interface>
|
||||
<console type="pty"/>
|
||||
<channel type="unix">
|
||||
<source mode="bind"/>
|
||||
<target type="virtio" name="org.qemu.guest_agent.0"/>
|
||||
</channel>
|
||||
</devices>
|
||||
</domain>
|
||||
|
@ -31,9 +31,5 @@
|
||||
<mac address="00:11:22:33:44:55"/>
|
||||
</interface>
|
||||
<console type="pty"/>
|
||||
<channel type="unix">
|
||||
<source mode="bind"/>
|
||||
<target type="virtio" name="org.qemu.guest_agent.0"/>
|
||||
</channel>
|
||||
</devices>
|
||||
</domain>
|
||||
|
@ -657,6 +657,8 @@ class Guest(XMLBuilder):
|
||||
return
|
||||
if self.get_devices("channel"):
|
||||
return
|
||||
if self.os.is_s390x():
|
||||
return
|
||||
|
||||
# Skip qemu-ga on ARM where virtio slots are currently limited
|
||||
if (self.conn.is_qemu() and
|
||||
|
Loading…
Reference in New Issue
Block a user