Re: [libvirt] [PATCH 30/34] Convert guestfwd to -device, and add -sdl explicit args

2010-01-15 Thread Daniel Veillard
On Fri, Jan 08, 2010 at 05:23:26PM +, Daniel P. Berrange wrote: The old syntax was -chardev SOMECONFIG -nic user,guestfwd=tcp:IP:PORT-chardev:CHARDEV The new syntax is -chardev SOMECONFIG -netdev user,guestfwd=tcp:IP:PORT,chardev=ID,id=user-ID ---

[libvirt] [PATCH 30/34] Convert guestfwd to -device, and add -sdl explicit args

2010-01-08 Thread Daniel P. Berrange
The old syntax was -chardev SOMECONFIG -nic user,guestfwd=tcp:IP:PORT-chardev:CHARDEV The new syntax is -chardev SOMECONFIG -netdev user,guestfwd=tcp:IP:PORT,chardev=ID,id=user-ID --- src/qemu/qemu_conf.c | 11 ++-