Hi!

I am running qemu as:

qemu/ppc64-softmmu/qemu-system-ppc64 -m 1024 -M pseries -trace events=trace_events -netdev user,id=virtnet,hostfwd=tcp::5000-:22 -device virtio-net-pci,netdev=virtnet -nographic -vga none -enable-kvm -kernel vml36_64k -initrd 1.cpio

Now I want to enable network dump. With the old "-net" syntax I could do that with "-net dump" but I cannot with the new syntax, tried many variants, none works. What would the correct syntax be for the case above?

Thanks!


--
Alexey

Reply via email to