]> git.proxmox.com Git - mirror_qemu.git/commit
rocker: fix misplaced break statement
authorScott Feldman <sfeldma@gmail.com>
Wed, 1 Jul 2015 10:33:08 +0000 (03:33 -0700)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 7 Jul 2015 12:13:22 +0000 (13:13 +0100)
commitd1a88c96b7f94c8e12c07518f55fce8873e814d0
tree0f1d7c62edf952bc2825beaf425594fcd56ba3b0
parent66851f640b73a5a84160ee6ab19ab429f68bbb9f
rocker: fix misplaced break statement

Premature break in switch case block.  This particular case (group L2 rewrite)
will be used for L2 LAG and L3 ECMP support, neither of which are enabled in
the guest driver at this time, but are under development.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1435746792-41278-2-git-send-email-sfeldma@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/net/rocker/rocker_of_dpa.c