[Qemu-devel] [PATCH] slirp: fix domainname version availability

Samuel Thibault posted 1 patch 7 years, 8 months ago
Failed in applying to current master (apply log)
qapi/net.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] slirp: fix domainname version availability
Posted by Samuel Thibault 7 years, 8 months ago
The change missed the 2.12 deadline.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
---
 qapi/net.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi/net.json b/qapi/net.json
index 32681a1af7..6b7d93cb59 100644
--- a/qapi/net.json
+++ b/qapi/net.json
@@ -161,7 +161,7 @@
 #             to the guest
 #
 # @domainname: guest-visible domain name of the virtual nameserver
-#              (since 2.12)
+#              (since 3.0)
 #
 # @ipv6-prefix: IPv6 network prefix (default is fec0::) (since
 #               2.6). The network prefix is given in the usual
-- 
2.17.0


Re: [Qemu-devel] [PATCH] slirp: fix domainname version availability
Posted by Eric Blake 7 years, 8 months ago
On 05/31/2018 02:52 PM, Samuel Thibault wrote:
> The change missed the 2.12 deadline.
> 
> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
>   qapi/net.json | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/qapi/net.json b/qapi/net.json
> index 32681a1af7..6b7d93cb59 100644
> --- a/qapi/net.json
> +++ b/qapi/net.json
> @@ -161,7 +161,7 @@
>   #             to the guest
>   #
>   # @domainname: guest-visible domain name of the virtual nameserver
> -#              (since 2.12)
> +#              (since 3.0)
>   #
>   # @ipv6-prefix: IPv6 network prefix (default is fec0::) (since
>   #               2.6). The network prefix is given in the usual
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org