qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-discuss] qemu-kvm: -netdev user: Parameter 'id' i


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Qemu-discuss] qemu-kvm: -netdev user: Parameter 'id' is missing
Date: Tue, 24 Jul 2012 11:23:24 +0100

On Mon, Jul 23, 2012 at 10:41 PM, anatoly techtonik <address@hidden> wrote:
> Forwarding per discussion in qemu-discuss.
> Please CC.
>
> ---------- Forwarded message ----------
> From: Mike Lovell <address@hidden>
> Date: Mon, Jul 23, 2012 at 10:58 PM
> Subject: Re: [Qemu-discuss] qemu-kvm: -netdev user: Parameter 'id' is missing
> To: address@hidden
>
>
> On 07/20/2012 04:10 PM, anatoly techtonik wrote:
>>
>> The documentation at http://wiki.qemu.org/Documentation/Networking
>> makes people think that 'id' parameter for -netdev user is optional,
>> which doesn't appear to be true:
>>
>>      $ qemu-kvm -hda image.img -netdev user
>>      qemu-kvm: -netdev user: Parameter 'id' is missing

I have updated the wiki page.

A -netdev needs to be paired with a NIC -device.  That's why the
identifier is essential, it allows you to say -netdev
<type>,id=netdev0 -device <type>,netdev=netdev0.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]