On 3/11/06, Paul Brook wrote: > This should be set via -net user,hostname=foo. No need for a separate option. I agree, since the hostname is relevant only for user-net interfaces. An updated patch is attached. The only issue is that there's just a single, global hostname, not a hostname per user-net interface. On the other hand, I'm not sure if qemu supports multiple user-net interfaces in the first place. Does the following configuration make sense? -net nic,vlan=0 -net user,vlan=0 -net nic,vlan=1 -net user,vlan=1 --Ed