Re: [Qemu-devel] Adding support for Stateless Static NAT for TAP devices

2012-08-30 Thread Ivan Shmakov
> John Basila writes: […] > The problem here is related to the fact that QEMU is executed with > multiple instances and all instances start from the same snapshot, Isn't it possible to resolve such an issue using, e. g., DHCPv6 or DHCP? All the QEMU instances will (AIUI)

[Qemu-devel] IPv6 support for -net user?

2012-08-29 Thread Ivan Shmakov
I'm writing an iPXE mini-HOWTO (in Russian), using QEMU and -net user in examples (so that they're runnable by unprivileged users.) However, the QEMU documentation [1] seems to suggest that only IPv4 is implemented for -net user, which made me curious on