]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
slirp: Add domain-search option to slirp's DHCP server
[mirror_qemu.git] / qapi-schema.json
index 542e3ac069c33be4501c32501ad6eaac24b1776f..5dfa0523915e1b3ea88d674492c3eb3ffb81a24f 100644 (file)
 #
 # @dns: #optional guest-visible address of the virtual nameserver
 #
+# @dnssearch: #optional list of DNS suffixes to search, passed as DHCP option
+#             to the guest
+#
 # @smb: #optional root directory of the built-in SMB server
 #
 # @smbserver: #optional IP address of the built-in SMB server
     '*bootfile':  'str',
     '*dhcpstart': 'str',
     '*dns':       'str',
+    '*dnssearch': ['String'],
     '*smb':       'str',
     '*smbserver': 'str',
     '*hostfwd':   ['String'],