On Wed, Nov 25, 2009 at 6:49 PM, Mark McLoughlin <mar...@redhat.com> wrote: > A replacement for qemu_new_vlan_client(), using NetClientInfo to > replace most arguments.
> +VLANClientState *qemu_new_net_client(NetClientInfo *info, > + VLANState *vlan, > + VLANClientState *peer, > + const char *model, > + const char *name) > { Could you change this to use const NetClientInfo *info instead? Then the device structures could be const as well.