* [Qemu-devel] how can I make the small linux image(QCOW2) for ARM platform?
@ 2010-03-23 8:05 현해일
2010-03-23 8:50 ` Roy Tam
0 siblings, 1 reply; 2+ messages in thread
From: 현해일 @ 2010-03-23 8:05 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
Hi, my name is haeil.
I want to get small linux image file for ARM platform or x86 platform. This
image file must be QCOW2 format because I want to use snapshot function.
Already I did try to covert the raw image file(download from qemu.org) to
QCOW2 image format by using convert function. But, it’s not working on my
x86 PC.
So, how can I make the small linux image(QCOW2) for ARM platform?
if you have any idea, please let me know.
regards.
-heail
[-- Attachment #2: Type: text/html, Size: 3112 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] how can I make the small linux image(QCOW2) for ARM platform?
2010-03-23 8:05 [Qemu-devel] how can I make the small linux image(QCOW2) for ARM platform? 현해일
@ 2010-03-23 8:50 ` Roy Tam
0 siblings, 0 replies; 2+ messages in thread
From: Roy Tam @ 2010-03-23 8:50 UTC (permalink / raw)
To: 현해일; +Cc: qemu-devel
2010/3/23 현해일 <playbu@gmail.com>:
> Hi, my name is haeil.
>
>
>
> I want to get small linux image file for ARM platform or x86 platform. This
> image file must be QCOW2 format because I want to use snapshot function.
>
>
>
> Already I did try to covert the raw image file(download from qemu.org) to
> QCOW2 image format by using convert function. But, it’s not working on my
> x86 PC.
>
How did you use qemu-img command to convert the image?
for me, the following command works in Windows environment:
qemu-img convert -f raw -O qcow2 linux-0.2.img linux-0.2.qcow2
and even with compression:
qemu-img convert -c -f raw -O qcow2 linux-0.2.img linux-0.2.cqcow2
and both of them boots.
>
>
> So, how can I make the small linux image(QCOW2) for ARM platform?
>
>
>
> if you have any idea, please let me know.
>
>
>
> regards.
>
>
>
> -heail
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-23 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23 8:05 [Qemu-devel] how can I make the small linux image(QCOW2) for ARM platform? 현해일
2010-03-23 8:50 ` Roy Tam
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.