qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] live migration between different qemu versions


From: Eric Blake
Subject: Re: [Qemu-devel] live migration between different qemu versions
Date: Fri, 15 Jan 2016 16:24:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 01/12/2016 05:11 AM, Dr. David Alan Gilbert wrote:

>> Tell me please right way to append zeros to "BIOS (ia32) ROM Ext. (137*512)"
>> file?
> 
> I'd use dd; something like:
>   dd if=/dev/zero bs=1 count=18944 >> theromfile
> I think that should do it (203264-184320=18944)

Or simpler:

truncate --size=203264 theromfile

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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