未验证 提交 565ed290 编写于 作者: Q Qianqian Zhu 提交者: GitHub

Merge pull request #1575 from xiagao/bug-1653167-hotplug

qemu_guest_agent:q35 support for qemu_guest_agent_hotplug
......@@ -10,7 +10,12 @@
gagent_status_cmd = "service qemu-guest-agent status"
gagent_pkg_check_cmd = "rpm -q qemu-guest-agent"
gagent_check_type = sync
extra_params += "-device virtio-serial-pci,id=virtio-serial0,bus=pci.0"
extra_params = "-device virtio-serial-pci,id=virtio-serial0,bus=pci.0"
q35:
# temporary workaround since currently no virtio-serial-pci bus object provided in the framework
pci_controllers += " pcie_root_port_qga"
type_pcie_root_port_qga = "pcie-root-port"
extra_params = "-device virtio-serial-pci,id=virtio-serial0,bus=pcie_root_port_qga"
backend_char_plug = "socket"
id_char_plug = "serial0"
dev_driver = "virtserialport"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册