mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
Revert "qapi: net: Add query-netdev command"
Several issues has been reported for query-netdev series. Consider
it's late in the rc, this reverts commit
d32ad10a14.
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
@@ -723,13 +723,6 @@ int net_init_l2tpv3(const Netdev *netdev,
|
||||
|
||||
l2tpv3_read_poll(s, true);
|
||||
|
||||
/* Store startup parameters */
|
||||
nc->stored_config = g_new0(NetdevInfo, 1);
|
||||
nc->stored_config->type = NET_BACKEND_L2TPV3;
|
||||
|
||||
QAPI_CLONE_MEMBERS(NetdevL2TPv3Options,
|
||||
&nc->stored_config->u.l2tpv3, l2tpv3);
|
||||
|
||||
snprintf(s->nc.info_str, sizeof(s->nc.info_str),
|
||||
"l2tpv3: connected");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user