diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-05-14 14:15:27 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-05-14 14:15:27 +0100 |
commit | 7a9180b77eca258ab418ec00ab397392e70e55d9 (patch) | |
tree | 32f36e18f92dc949195da0db6fe7ee3985f18ec1 /docs/qdev-device-use.txt | |
parent | bbd87423ea0c436c55bbc3f9c23d4f811d1f3f29 (diff) | |
parent | 0e0266c2e475b82b39a757c875fa03e64272fbe7 (diff) | |
download | qemu-7a9180b77eca258ab418ec00ab397392e70e55d9.zip qemu-7a9180b77eca258ab418ec00ab397392e70e55d9.tar.gz qemu-7a9180b77eca258ab418ec00ab397392e70e55d9.tar.bz2 |
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
# gpg: Signature made Mon 14 May 2018 08:51:53 BST
# gpg: using RSA key EF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F 3562 EF04 965B 398D 6211
* remotes/jasowang/tags/net-pull-request:
net: Get rid of 'vlan' terminology and use 'hub' instead in the doc files
net: Get rid of 'vlan' terminology and use 'hub' instead in the source files
net: Remove the deprecated "vlan" parameter
net: Fix memory leak in net_param_nic()
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/qdev-device-use.txt')
-rw-r--r-- | docs/qdev-device-use.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 8f188d1..98229b3 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -277,9 +277,6 @@ devices and ne2k_isa are. Some PCI devices aren't available with -net nic, e.g. i82558a. -To connect to a VLAN instead of an ordinary host part, replace -netdev=NET-ID by vlan=VLAN. - === Graphics Devices === Host and guest part of graphics devices have always been separate. |