Skip to content
  • Alex Bligh's avatar
    Show length mismatch error is hex · a3f1f040
    Alex Bligh authored
    
    
    When live migrate fails due to a section length mismatch we currently
    see an error message like:
    
    Length mismatch: 0000:00:03.0/virtio-net-pci.rom: 10000 in != 20000
    
    The section lengths are in fact in hex, so this should read
    
    Length mismatch: 0000:00:03.0/virtio-net-pci.rom: 0x10000 in != 0x20000
    
    Correct the error string to reflect this.
    
    Signed-off-by: default avatarAlex Bligh <alex@alex.org.uk>
    Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
    a3f1f040