Bug 1730566
Summary: | 7 -> 8 migration failed: Missing section footer for 0000:00:1f.3/ich9_smb/Missing section footer for 0000:00:01.3/piix4_pm | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | jingzhao <jinzhao> |
Component: | qemu-kvm | Assignee: | Dr. David Alan Gilbert <dgilbert> |
Status: | CLOSED ERRATA | QA Contact: | jingzhao <jinzhao> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 8.1 | CC: | chayang, ddepaula, dgilbert, fjin, juzhang, virt-maint |
Target Milestone: | rc | Keywords: | Regression, TestBlocker |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-4.1.0-1.module+el8.1.0+3966+4a23dca1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-06 07:17:49 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
jingzhao
2019-07-17 07:13:26 UTC
Mark it as regression since didn't reproduce it with qemu-kvm-3.1.0-28.module+el8.0.1+3556+b59953c6.x86_64 on destination host 1. simple test command and always hit the issue /usr/libexec/qemu-kvm -M pc-q35-rhel7.6.0 -monitor stdio in source host /usr/libexec/qemu-kvm -M pc-q35-rhel7.6.0 -monitor stdio -incoming tcp:0:4000 in destination host Migrate failed qemu-kvm: Missing section footer for 0000:00:1f.3/ich9_smb qemu-kvm: warning: TSC frequency mismatch between VM (2397223 kHz) and host (3504000 kHz), and TSC scaling unavailable qemu-kvm: load of migration failed: Invalid argument 2. Always hit the issue when use pc machine type /usr/libexec/qemu-kvm -M pc-i440fx-rhel7.6.0 -monitor stdio in source host /usr/libexec/qemu-kvm -M pc-i440fx-rhel7.6.0 -monitor stdio -incoming tcp:0:4000 in destination host qemu-kvm: Missing section footer for 0000:00:01.3/piix4_pm qemu-kvm: warning: TSC frequency mismatch between VM (2397223 kHz) and host (3504000 kHz), and TSC scaling unavailable qemu-kvm: load of migration failed: Invalid argument OK, yes that should be a blocker. We'll need to test with the fixes from https://bugzilla.redhat.com/show_bug.cgi?id=1719649 Please: a) Check to see if it still happens on our 4.1.0-rc1 rebase after it gets the 1719649 fixes b) show the output of a guest sudo lspci -vv booted with the two different qemus with my current world I'm seeing rhel8 has gained an 'access control services' capability: Capabilities: [148 v1] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+ ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans- I think the pcie problem is the addition of the ACS capability that happened between 3.1.0 and 4.0 and hasn't been switched off for old machine types. I've sent two separate fixes upstream for 4.1rc3 that should fix this, in combination with the machine type fixes: a) Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" b) pcie_root_port: Disable ACS on older machines Both are now merged into upstream 4.1rc3: c8557f1b4873549fc231 pcie_root_port: Disable ACS on older machines a58dfba20168dae18650 pcie_root_port: Allow ACS to be disabled 92fd453c6717acbeafcb Revert "Revert "globals: Allow global properties to be optional"" dd56040d297a0c530e20 Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" You'll also need the latest bz 1719649 version. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3723 |