]> git.proxmox.com Git - qemu.git/commit - net.c
Port -net user to QemuOpts
authorMark McLoughlin <markmc@redhat.com>
Tue, 6 Oct 2009 11:17:07 +0000 (12:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:12 +0000 (14:36 -0500)
commitec302ffdfdaf75861daddb8c9ba68fa6c7771fcc
treeab7aad4cbf247ea43eba03c201f140bb50deb4de
parentf83c6e10854a4243159040d2972f2b1508d72b78
Port -net user to QemuOpts

The handling of guestfwd and hostfwd requires the previous changes
to allow multiple values for each parameter. The only way to access
those multiple values is to use qemu_opt_foreach().

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c