qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] copy benchmarks onto qemu


From: Kevin Wolf
Subject: Re: [Qemu-devel] copy benchmarks onto qemu
Date: Mon, 23 Apr 2012 10:38:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 22.04.2012 18:37, schrieb Xin Tong:
> i have an OS image that does not have network drivers. are there any
> other ways to copy a benchmark onto the os image ?

If it is a raw image you can use kpartx to get block devices on the host
that you can use for mounting the guest file system on the host (the
guest must not be running, of course).

If it is some image format, you can try qemu-nbd and attaching the image
to the host by using an NBD client.

Or maybe the easiest way is to just create an ISO image and pass that as
a CD-ROM to the guest.

Kevin



reply via email to

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