Re: [Qemu-devel] [PATCH 3/5] net/dump: Rework net-dump init functions

2015-07-03 Thread Markus Armbruster
Thomas Huth writes: > Moved the creation of the dump client from net_dump_init() into > net_init_dump(), renamed net_dump_init() to net_dump_state_init() > and make it available for other parts of the source code, too, > so we can use it for the -netdev option in a later patch. The usual commit

[Qemu-devel] [PATCH 3/5] net/dump: Rework net-dump init functions

2015-06-24 Thread Thomas Huth
Moved the creation of the dump client from net_dump_init() into net_init_dump(), renamed net_dump_init() to net_dump_state_init() and make it available for other parts of the source code, too, so we can use it for the -netdev option in a later patch. Signed-off-by: Thomas Huth --- net/clients.h