qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 for-2.13 1/3] net: Remove the deprecated "vla


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v3 for-2.13 1/3] net: Remove the deprecated "vlan" parameter
Date: Tue, 17 Apr 2018 15:21:34 +0800
User-agent: Mutt/1.9.2 (2017-12-15)

On Mon, Apr 16, 2018 at 08:44:39AM +0200, Thomas Huth wrote:
> @@ -499,10 +497,11 @@
>  # @opts: device type specific properties (legacy)
>  #
>  # Since: 1.2
> +#
> +# 'vlan' - removed with 2.12

Not sure how to interpret this.  How about "removed in 2.13"?

> @@ -2028,10 +2028,9 @@ DEF("nic", HAS_ARG, QEMU_OPTION_nic,
>      "                provided a 'user' network connection)\n",
>      QEMU_ARCH_ALL)
>  DEF("net", HAS_ARG, QEMU_OPTION_net,
> -    "-net 
> nic[,vlan=n][,netdev=nd][,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]\n"
> +    "-net nic[,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]\n"
>      "                configure or create an on-board (or machine default) 
> NIC and\n"
> -    "                connect it either to VLAN 'n' or the netdev 'nd' (for 
> pluggable\n"
> -    "                NICs please use '-device devtype,netdev=nd' instead)\n"
> +    "                connect it to hub 0 (please use -nic for direct 
> connections)\n"

What does "direct connections" means?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]