On 19 July 2014 09:43, Alex Bligh <a...@alex.org.uk> wrote: > Whilst (per below) your workaround gets past the issue for this ROM, > I'm confused about the numbers in the error message, as 64k and > 128k do not equal 10,000 or 20,000: > Length mismatch: 0000:00:03.0/virtio-net-pci.rom: 10000 in != 20000
0x10000 hex == 65536 decimal == 64K 0x20000 hex == 131072 decimal == 128K The error message should probably have "0x" prefixes added. -- PMM