All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged
@ 2017-01-25 11:37 Uqbar
  2020-01-23  6:04 ` [Bug 1659267] " Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Uqbar @ 2017-01-25 11:37 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

There should be a command line (sub)option to unplug a network cable.
While from the monitor interface I can issue:

set_link virtio-net-pci.0 off

There's no way to fire a VM from command line with that cable already unplugged.
As an example, virtualbox can do it.

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  New

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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

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

* [Bug 1659267] Re: It's not possible to start a VM with a network cable unplugged
  2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
@ 2020-01-23  6:04 ` Thomas Huth
  2020-06-06 11:24 ` timsoft
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2020-01-23  6:04 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
   Importance: Undecided => Wishlist

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  New

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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


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

* [Bug 1659267] Re: It's not possible to start a VM with a network cable unplugged
  2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
  2020-01-23  6:04 ` [Bug 1659267] " Thomas Huth
@ 2020-06-06 11:24 ` timsoft
  2020-06-08  9:21 ` Daniel Berrange
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: timsoft @ 2020-06-06 11:24 UTC (permalink / raw)
  To: qemu-devel

this would be really useful for testing resilliance and auto fall-over
systems in a vm, to be able to quickly virtually "unplug" a network
connection.

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  New

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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


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

* [Bug 1659267] Re: It's not possible to start a VM with a network cable unplugged
  2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
  2020-01-23  6:04 ` [Bug 1659267] " Thomas Huth
  2020-06-06 11:24 ` timsoft
@ 2020-06-08  9:21 ` Daniel Berrange
  2021-04-22  4:06 ` Thomas Huth
  2021-06-21  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Daniel Berrange @ 2020-06-08  9:21 UTC (permalink / raw)
  To: qemu-devel

Note that you can start QEMU with the "-S" flag which means CPUS are
paused. This gives you ability to run the "set_link" monitor command
above, and then run "cont" to actually start the VM. Less convenient
that a CLI flag, but functionally it is eqivalent.

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  New

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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


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

* [Bug 1659267] Re: It's not possible to start a VM with a network cable unplugged
  2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
                   ` (2 preceding siblings ...)
  2020-06-08  9:21 ` Daniel Berrange
@ 2021-04-22  4:06 ` Thomas Huth
  2021-06-21  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2021-04-22  4:06 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.


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

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  Incomplete

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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


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

* [Bug 1659267] Re: It's not possible to start a VM with a network cable unplugged
  2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
                   ` (3 preceding siblings ...)
  2021-04-22  4:06 ` Thomas Huth
@ 2021-06-21  4:17 ` Launchpad Bug Tracker
  4 siblings, 0 replies; 6+ messages in thread
From: Launchpad Bug Tracker @ 2021-06-21  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

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

Title:
  It's not possible to start a VM with a network cable unplugged

Status in QEMU:
  Expired

Bug description:
  There should be a command line (sub)option to unplug a network cable.
  While from the monitor interface I can issue:

  set_link virtio-net-pci.0 off

  There's no way to fire a VM from command line with that cable already unplugged.
  As an example, virtualbox can do it.

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


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

end of thread, other threads:[~2021-06-21  4:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 11:37 [Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged Uqbar
2020-01-23  6:04 ` [Bug 1659267] " Thomas Huth
2020-06-06 11:24 ` timsoft
2020-06-08  9:21 ` Daniel Berrange
2021-04-22  4:06 ` Thomas Huth
2021-06-21  4:17 ` Launchpad Bug Tracker

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.