]> git.ipfire.org Git - thirdparty/qemu.git/commit - qemu-options.hx
tap: Allow specifying a bridge
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 13 Sep 2016 07:11:54 +0000 (17:11 +1000)
committerJason Wang <jasowang@redhat.com>
Tue, 27 Sep 2016 09:54:22 +0000 (17:54 +0800)
commit584613eacb3840c1803e665ed7edd4ac186deced
tree3a8612612046148dafead193f3b905c07645f6f4
parentfb56d323e2c9472ba4c25fc0f13f2aaddda62380
tap: Allow specifying a bridge

The tap backend is already using qemu-bridge-helper to attach tap
interface to a bridge but (unlike the bridge backend) it always uses
the default bridge name - br0.

This adds a "br" property support to the tap backend.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Greg Kurz <groug@kaod.org>
Tested-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/tap.c
qapi-schema.json
qemu-options.hx