[Qemu-devel] [Qemu-Devel] : Is Virtual Disk supported for arm linux as guest?

2011-05-31 Thread मनीष शर्मा
Hello All, I have tried steps provided in http://en.wikibooks.org/wiki/QEMU/Images. Ours is an evironment with arm-linux as guest and host is linux-x86. How should I support a virtual disk, in such an environment ? -- -मनीष

[Qemu-devel] How to increase ram beyond 756 MB ?

2011-06-14 Thread मनीष शर्मा
Hi All, I am using arm on x86, running Linux 2.6.33 as guest and fedora 14 as host. And using Realview board inside Qemu Machine. Even though I passed 1024 MB as qemu memory in command line, I can only see ~756MB given to guest. Also I tried passing more than 1024 MB say 2048 MB But I am unable t

[Qemu-devel] Fwd: How to increase ram beyond 756 MB ?

2011-06-14 Thread मनीष शर्मा
-- Forwarded message -- From: मनीष शर्मा Date: 2011/6/14 Subject: Re: [Qemu-devel] How to increase ram beyond 756 MB ? To: Peter Maydell Thanks Peter. I am able to change memory size in guest to 1024 MB now. After making small change in my kernel file realview_pbx.c. To

[Qemu-devel] How to do qemu profiling?

2011-03-11 Thread मनीष शर्मा
Hi All, To enable profiling of qemu, I used the option "-pg". while compiling I got following error. CCarm-softmmu/arch_init.o CCarm-softmmu/cpus.o CCarm-softmmu/monitor.o CCarm-softmmu/cpu-exec.o gcc: -pg and -fomit-frame-pointer are incompatible make[1]: *** [cpu-exec.o]

[Qemu-devel] Bulk data transfer from host to guest

2011-03-18 Thread मनीष शर्मा
Hi All, Guest Machine: ARM, cortext-a9 Host Machine: x86 My guest app needs to create data and I need the host to do the processing on that data. Is there any way to bulk transfer data between guest to host & vice versa? If I do the processing in guest it is too slow. Is there any such Accelerati