qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Show length mismatch error is he


From: Michael Tokarev
Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Show length mismatch error is hex
Date: Sat, 02 Aug 2014 17:24:20 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.6.0

19.07.2014 13:09, Alex Bligh wrote:
> 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.

Applied to -trivial, thank you!

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]