All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1745895] [NEW] Unable to migrate vhost-net to virtio-1.0-capable kernel
@ 2018-01-29  2:08 Michael Chapman
  2020-11-23  9:08 ` [Bug 1745895] " Thomas Huth
  2021-01-23  4:18 ` Launchpad Bug Tracker
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Chapman @ 2018-01-29  2:08 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I am running QEMU 2.11 (from upstream source, not Red Hat package) on
stock RHEL 6 and RHEL 7 kernels. Only the RHEL 7 kernel supports
VIRTIO_F_VERSION_1 in its vhost-net driver.

When migrating a guest using vhost-net from the RHEL 6 host to RHEL 7,
the PCI config is rejected by QEMU on the target machine.

A simple test case:

1. On the RHEL 7 host, prepare for an incoming migration:

  rhel7# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio
-nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no -device
virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff -incoming
tcp:0.0.0.0:12345

2. On the RHEL 6 host, start a guest and migrate it to the RHEL 7 host:

  rhel6# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff
QEMU 2.11.0 monitor - type 'help' for more information
  (qemu) migrate tcp:rhel7:12345

The RHEL 7 QEMU errors out:

  qemu-system-x86_64: get_pci_config_device: Bad config data: i=0x20 read: 0 device: c cmask: ff wmask: 0 w1cmask:0
  qemu-system-x86_64: Failed to load PCIDevice:config
  qemu-system-x86_64: Failed to load virtio-net:virtio
  qemu-system-x86_64: error while loading state for instance 0x0 of device '0000:00:02.0/virtio-net'
  qemu-system-x86_64: load of migration failed: Invalid argument

If I start the source QEMU with vhost=off, or the target QEMU with
disable-modern=true, the migration is successful.

My hunch here is that the target QEMU prepares the PCI device to support
VIRTIO_F_VERSION_1, as that's available in the kernel there, but then
fails to (or does not know to) disable this during the migration.

** 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/1745895

Title:
  Unable to migrate vhost-net to virtio-1.0-capable kernel

Status in QEMU:
  New

Bug description:
  I am running QEMU 2.11 (from upstream source, not Red Hat package) on
  stock RHEL 6 and RHEL 7 kernels. Only the RHEL 7 kernel supports
  VIRTIO_F_VERSION_1 in its vhost-net driver.

  When migrating a guest using vhost-net from the RHEL 6 host to RHEL 7,
  the PCI config is rejected by QEMU on the target machine.

  A simple test case:

  1. On the RHEL 7 host, prepare for an incoming migration:

    rhel7# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio
  -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no
  -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff -incoming
  tcp:0.0.0.0:12345

  2. On the RHEL 6 host, start a guest and migrate it to the RHEL 7
  host:

    rhel6# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff
  QEMU 2.11.0 monitor - type 'help' for more information
    (qemu) migrate tcp:rhel7:12345

  The RHEL 7 QEMU errors out:

    qemu-system-x86_64: get_pci_config_device: Bad config data: i=0x20 read: 0 device: c cmask: ff wmask: 0 w1cmask:0
    qemu-system-x86_64: Failed to load PCIDevice:config
    qemu-system-x86_64: Failed to load virtio-net:virtio
    qemu-system-x86_64: error while loading state for instance 0x0 of device '0000:00:02.0/virtio-net'
    qemu-system-x86_64: load of migration failed: Invalid argument

  If I start the source QEMU with vhost=off, or the target QEMU with
  disable-modern=true, the migration is successful.

  My hunch here is that the target QEMU prepares the PCI device to
  support VIRTIO_F_VERSION_1, as that's available in the kernel there,
  but then fails to (or does not know to) disable this during the
  migration.

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

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

* [Bug 1745895] Re: Unable to migrate vhost-net to virtio-1.0-capable kernel
  2018-01-29  2:08 [Qemu-devel] [Bug 1745895] [NEW] Unable to migrate vhost-net to virtio-1.0-capable kernel Michael Chapman
@ 2020-11-23  9:08 ` Thomas Huth
  2021-01-23  4:18 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2020-11-23  9:08 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/1745895

Title:
  Unable to migrate vhost-net to virtio-1.0-capable kernel

Status in QEMU:
  Incomplete

Bug description:
  I am running QEMU 2.11 (from upstream source, not Red Hat package) on
  stock RHEL 6 and RHEL 7 kernels. Only the RHEL 7 kernel supports
  VIRTIO_F_VERSION_1 in its vhost-net driver.

  When migrating a guest using vhost-net from the RHEL 6 host to RHEL 7,
  the PCI config is rejected by QEMU on the target machine.

  A simple test case:

  1. On the RHEL 7 host, prepare for an incoming migration:

    rhel7# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio
  -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no
  -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff -incoming
  tcp:0.0.0.0:12345

  2. On the RHEL 6 host, start a guest and migrate it to the RHEL 7
  host:

    rhel6# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff
  QEMU 2.11.0 monitor - type 'help' for more information
    (qemu) migrate tcp:rhel7:12345

  The RHEL 7 QEMU errors out:

    qemu-system-x86_64: get_pci_config_device: Bad config data: i=0x20 read: 0 device: c cmask: ff wmask: 0 w1cmask:0
    qemu-system-x86_64: Failed to load PCIDevice:config
    qemu-system-x86_64: Failed to load virtio-net:virtio
    qemu-system-x86_64: error while loading state for instance 0x0 of device '0000:00:02.0/virtio-net'
    qemu-system-x86_64: load of migration failed: Invalid argument

  If I start the source QEMU with vhost=off, or the target QEMU with
  disable-modern=true, the migration is successful.

  My hunch here is that the target QEMU prepares the PCI device to
  support VIRTIO_F_VERSION_1, as that's available in the kernel there,
  but then fails to (or does not know to) disable this during the
  migration.

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


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

* [Bug 1745895] Re: Unable to migrate vhost-net to virtio-1.0-capable kernel
  2018-01-29  2:08 [Qemu-devel] [Bug 1745895] [NEW] Unable to migrate vhost-net to virtio-1.0-capable kernel Michael Chapman
  2020-11-23  9:08 ` [Bug 1745895] " Thomas Huth
@ 2021-01-23  4:18 ` Launchpad Bug Tracker
  1 sibling, 0 replies; 3+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-23  4:18 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/1745895

Title:
  Unable to migrate vhost-net to virtio-1.0-capable kernel

Status in QEMU:
  Expired

Bug description:
  I am running QEMU 2.11 (from upstream source, not Red Hat package) on
  stock RHEL 6 and RHEL 7 kernels. Only the RHEL 7 kernel supports
  VIRTIO_F_VERSION_1 in its vhost-net driver.

  When migrating a guest using vhost-net from the RHEL 6 host to RHEL 7,
  the PCI config is rejected by QEMU on the target machine.

  A simple test case:

  1. On the RHEL 7 host, prepare for an incoming migration:

    rhel7# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio
  -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no
  -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff -incoming
  tcp:0.0.0.0:12345

  2. On the RHEL 6 host, start a guest and migrate it to the RHEL 7
  host:

    rhel6# qemu-system-x86_64 -S -accel kvm -nographic -monitor stdio -nodefaults -netdev tap,id=net0,vhost=on,script=no,downscript=no -device virtio-net-pci,netdev=net0,mac=54:52:00:ff:ff:ff
  QEMU 2.11.0 monitor - type 'help' for more information
    (qemu) migrate tcp:rhel7:12345

  The RHEL 7 QEMU errors out:

    qemu-system-x86_64: get_pci_config_device: Bad config data: i=0x20 read: 0 device: c cmask: ff wmask: 0 w1cmask:0
    qemu-system-x86_64: Failed to load PCIDevice:config
    qemu-system-x86_64: Failed to load virtio-net:virtio
    qemu-system-x86_64: error while loading state for instance 0x0 of device '0000:00:02.0/virtio-net'
    qemu-system-x86_64: load of migration failed: Invalid argument

  If I start the source QEMU with vhost=off, or the target QEMU with
  disable-modern=true, the migration is successful.

  My hunch here is that the target QEMU prepares the PCI device to
  support VIRTIO_F_VERSION_1, as that's available in the kernel there,
  but then fails to (or does not know to) disable this during the
  migration.

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


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

end of thread, other threads:[~2021-01-23  4:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29  2:08 [Qemu-devel] [Bug 1745895] [NEW] Unable to migrate vhost-net to virtio-1.0-capable kernel Michael Chapman
2020-11-23  9:08 ` [Bug 1745895] " Thomas Huth
2021-01-23  4:18 ` 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.