]> git.proxmox.com Git - mirror_qemu.git/commit - net/dump.c
net/dump: Separate the NetClientState from the DumpState
authorThomas Huth <thuth@redhat.com>
Tue, 13 Oct 2015 10:40:00 +0000 (12:40 +0200)
committerJason Wang <jasowang@redhat.com>
Tue, 27 Oct 2015 02:30:34 +0000 (10:30 +0800)
commit75310e3486ab205d870560b75bbcaba72acb26d7
tree7808a4ab2907cd5382ad3eaa43da3f3d3edef48a
parent7bc3074c27bb1eae7c8ccacd920ba55454381786
net/dump: Separate the NetClientState from the DumpState

With the upcoming dumping-via-netfilter patch, the DumpState
should not be related to NetClientState anymore, so move the
related information to a new struct called DumpNetClient.

Reviewed-by: Yang Hongyang <yanghy@cn.fujitsu.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/dump.c