All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 589827] [NEW] QEMU netdev tap type id name is not used on linux host
@ 2010-06-04 18:40 JP Senior
  2010-06-10  3:59 ` [Qemu-devel] [Bug 589827] " JP Senior
  2017-01-10  8:56 ` Thomas Huth
  0 siblings, 2 replies; 3+ messages in thread
From: JP Senior @ 2010-06-04 18:40 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Tested with 0.12.3, 0.12.4, and latest git as of 4 jun 2010.
The new -netdev type seems to ignore manual specifications of tap ifname.

    qemu-system-x86_64 -hda disk.img -netdev tap,id=ids_e0 -device e1000,netdev=ids_e0
 **creates tap0 instead of ids_e0.  tap0 passes traffic, ids_e0 doesn't exist
(I tried -netdev type=tap as well for brevity)

QEMU creates a tap0 (or appropriate) interface and does not name this
"ids_e0" as would be expected.  I also tried 'pre' creating the tap
interface.

Previous alterantive was
    qemu-system-x86_64 -hda disk.img -net nic,model=e1000,vlan=99 -net tap,ifname=ids_e0,vlan=99 
  **creates ids_e0 as expected, and passes traffic as expected.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
QEMU netdev tap type id name is not used on linux host
https://bugs.launchpad.net/bugs/589827
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
Tested with 0.12.3, 0.12.4, and latest git as of 4 jun 2010.
The new -netdev type seems to ignore manual specifications of tap ifname.

    qemu-system-x86_64 -hda disk.img -netdev tap,id=ids_e0 -device e1000,netdev=ids_e0
 **creates tap0 instead of ids_e0.  tap0 passes traffic, ids_e0 doesn't exist
(I tried -netdev type=tap as well for brevity)

QEMU creates a tap0 (or appropriate) interface and does not name this "ids_e0" as would be expected.  I also tried 'pre' creating the tap interface.

Previous alterantive was
    qemu-system-x86_64 -hda disk.img -net nic,model=e1000,vlan=99 -net tap,ifname=ids_e0,vlan=99 
  **creates ids_e0 as expected, and passes traffic as expected.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 589827] Re: QEMU netdev tap type id name is not used on linux host
  2010-06-04 18:40 [Qemu-devel] [Bug 589827] [NEW] QEMU netdev tap type id name is not used on linux host JP Senior
@ 2010-06-10  3:59 ` JP Senior
  2017-01-10  8:56 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: JP Senior @ 2010-06-10  3:59 UTC (permalink / raw)
  To: qemu-devel

Thanks to IRC, the correct syntax is: -netdev
tap,id=asa1_eth0_tap,ifname=asa1_eth0_tap -device
e1000,netdev=asa1_eth0_tap,mac=00:aa:cd:dd:01:01

(noted, fd=h option doesn't work on -netdev)

-- 
QEMU netdev tap type id name is not used on linux host
https://bugs.launchpad.net/bugs/589827
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
Tested with 0.12.3, 0.12.4, and latest git as of 4 jun 2010.
The new -netdev type seems to ignore manual specifications of tap ifname.

    qemu-system-x86_64 -hda disk.img -netdev tap,id=ids_e0 -device e1000,netdev=ids_e0
 **creates tap0 instead of ids_e0.  tap0 passes traffic, ids_e0 doesn't exist
(I tried -netdev type=tap as well for brevity)

QEMU creates a tap0 (or appropriate) interface and does not name this "ids_e0" as would be expected.  I also tried 'pre' creating the tap interface.

Previous alterantive was
    qemu-system-x86_64 -hda disk.img -net nic,model=e1000,vlan=99 -net tap,ifname=ids_e0,vlan=99 
  **creates ids_e0 as expected, and passes traffic as expected.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 589827] Re: QEMU netdev tap type id name is not used on linux host
  2010-06-04 18:40 [Qemu-devel] [Bug 589827] [NEW] QEMU netdev tap type id name is not used on linux host JP Senior
  2010-06-10  3:59 ` [Qemu-devel] [Bug 589827] " JP Senior
@ 2017-01-10  8:56 ` Thomas Huth
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2017-01-10  8:56 UTC (permalink / raw)
  To: qemu-devel

The "id=..." is only the QEMU-internal name of the netdev, not the name
of the tap device. So this is not a bug --> closing this ticket.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/589827

Title:
  QEMU netdev tap type id name is not used on linux host

Status in QEMU:
  Invalid

Bug description:
  Tested with 0.12.3, 0.12.4, and latest git as of 4 jun 2010.
  The new -netdev type seems to ignore manual specifications of tap ifname.

      qemu-system-x86_64 -hda disk.img -netdev tap,id=ids_e0 -device e1000,netdev=ids_e0
   **creates tap0 instead of ids_e0.  tap0 passes traffic, ids_e0 doesn't exist
  (I tried -netdev type=tap as well for brevity)

  QEMU creates a tap0 (or appropriate) interface and does not name this
  "ids_e0" as would be expected.  I also tried 'pre' creating the tap
  interface.

  Previous alterantive was
      qemu-system-x86_64 -hda disk.img -net nic,model=e1000,vlan=99 -net tap,ifname=ids_e0,vlan=99 
    **creates ids_e0 as expected, and passes traffic as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/589827/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-10  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-04 18:40 [Qemu-devel] [Bug 589827] [NEW] QEMU netdev tap type id name is not used on linux host JP Senior
2010-06-10  3:59 ` [Qemu-devel] [Bug 589827] " JP Senior
2017-01-10  8:56 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.