Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

296
votes
26answers
114k views

slow android emulator

I have a 2.67GHz Celeron Processor, 1.21GBs of RAM on a x86 Windows XP Pro machine. My understanding is that the emulator should start fairly quickly on such a machine, but for me it does not. I have ...
17
votes
5answers
13k views

Speed up Android emulator

I read on many other topics that the Android emulator starts really slow. Indeed, it takes +15 mins to start. However, on my machine is slow even after that. The 'phone' responds with a 3-4 seconds ...
11
votes
5answers
3k views

Installing a x86 image in new sdk tools v12

I've upgraded to android sdk tools 12. As a release note google says: The AVD manager and emulator can now use system images compiled for ARM v7 and x86 CPUs. Has anyone tried to run a x86 image? ...
10
votes
1answer
5k views

Changing the Android emulator locale automatically

For automated testing (using Hudson) I have a script that generates a bunch of emulators for many combinations of Android OS version, screen resolution, screen density and language. This works fine, ...
8
votes
1answer
1k views

Android SDK 14 - Can't Create GTV device

I'm a Google TV developer, and today, shortly after the android sdk 14 was released, I updated everything, from the android sdk to the eclipse ADT. Since then, I can't create a Google TV virtual ...
7
votes
1answer
675 views

What's a good source to learn about QEMU?

What book or website would you recommend to learn about QEMU? I'd like to see some usage examples as well as how to use the APIs.
6
votes
2answers
453 views

Android emulator sound - ubuntu

Using Ubuntu 10.04 64 bits for Android development and everything goes well except sound. I've using -audio option and -audio-out one with alsa as backend parameter, but without luck. ¿Any idea?
4
votes
3answers
105 views

In QEMU, is it possible to intercept packets being sent/received by the Linux Guest OS?

We are doing a little project that involves monitoring the Guest OS (for example Linux) from the hypervisor layer (i.e. QEMU). One of the things that we want to monitor is network traffic going in/out ...
3
votes
0answers
53 views

Emulating a NAND based storage device in Qemu?

I want to test out a first stage bootloader I wrote in order to bootload an unfinished kernel, so I can debug it and see if it works or not. Is it possible to make Qemu emulate a NAND storage device, ...
3
votes
1answer
944 views

How to run gdb with LD_PRELOAD?

I have a program using LD_PRELOAD. The program should be run like this, "LD_PRELOAD=/path/to/libfoo.so qemu -U LD_PRELOAD a.out", if without gdb. Here are what I did while running gdb. (gdb) set ...
3
votes
3answers
2k views

Low level qemu based debugging

I've to test some low level code on an ARM architecture. Typically experimentation is quite complicated on the real board, so I was thinking about QEMU. What I'd like to get is some kind of debugging ...
3
votes
2answers
3k views

How to emulate an ARM architecture under OSX 10.6 (“Snow Leopard”)?

I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time. First I tried installing Q, which is an OSX port of QEMU. ...
3
votes
3answers
2k views

Get two linux boxes talking over a serial port

What is the best way to setup one linux box to listen on its serial port for incoming connections? I've done a lot of googling but I can't find the right combination of commands to actually get them ...
2
votes
1answer
30 views

Linux: How the guest VM's kernel maintain's time

In Linux I am spawning a guess VM and load another instance of Linux. VM is spawned through KVM/libvirt/qemu. Guest VM is seen as a process by the host kernel. Lets say for some reason the guest VM ...
2
votes
2answers
76 views

Debug x86 code in a VM?

I wrote a x86 assembly program for MBR section. I compile it as follows: nasm hellombr.asm -f bin -o hellombr.img Then I run it in qemu: qemu -fda hellombr.img -boot a The question is how can I ...
2
votes
1answer
145 views

How to use DDD with local qemu?

I want to use GNU DDD (gdb graphic shell) to debug Linux kernel, that is running (in some distro) inside qemu. I have vmlinux image outside of qemu, and launch qemu with -s -S, so it acts like ...
2
votes
0answers
357 views

qemu vs qemu-kvm

I conducted the following benchmark in qemu and qemu-kvm CPU: AMD 4400 process dual core with svm enabled, 2G RAM Host OS: OpenSUSE 11.3 with latest Patch, running with kde4 Guest OS: FreeDos ...
2
votes
3answers
157 views

qemu guest automation

I've not been able to find any documentation stating the existence of an API that can be used to automate things inside of a qemu guest. For example, I would like to launch a process inside of the ...
2
votes
0answers
173 views

How to get started on implementing a virtual machine?

I have recently become interested in implementing a basic x86 virtual machine. I think that it would be one the best ways to completely understand the way the x86 architecture works. Other than the ...
2
votes
1answer
1k views

how mount userdata.img or userdata-qemu.img in osx

Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files. I want to get the database I just created in the Android Emulator off the drive and into my osx file ...
2
votes
1answer
570 views

USB function controller emulation in QEMU

Does QEMU provide emulation for any target with USB device controller? Actually I am developing an embedded linux based device and was thinking about testing it on QEMU. BR, Mooni
2
votes
1answer
3k views

Compile Android image

I want to start playing around with Android. Downloaded the sources and followed the instructions from the download page Made a plain generic build: ============================================ ...
2
votes
2answers
5k views

KVM/QEMU network TAP problems with libvirt

I'm trying to use libvirt with virsh to manage my kvm/qemu vms. The problem I have is with getting it to work with public IPs. The server is running ubuntu 8.04. libvirt keeps trying to run it as: ...
1
vote
2answers
62 views

Calling ARM assembly from C, GCC (bare metal)

I am trying to do some bare-metal programming in ARM with GCC and testing on QEMU. Whenever I call into an ARM label from C, my program hangs. I have a simple example of code that shows the problem ...
1
vote
1answer
23 views

Address space identifiers using qemu for i386 linux kernel

Friends, I am working on an in-house architectural simulator which is used to simulate the timing-effect of a code running on different architectural parameters like core, memory hierarchy and ...
1
vote
0answers
60 views

Download hangs using a Maven repository mirror on a kvm-qemu server

I installed a Maven repository (tested NexusOSS 1.9.1.1 bundle and Artifactory 2.4.2) on a virtual Ubuntu 10.04.3 LTS server hosted on an Ubuntu 10.04.2 LTS server by libvirt 0.7.5-5ubuntu27.16 (using ...
1
vote
1answer
90 views

Graphics development on ARM

I am planning to make a small OS and run a Tetris clone on it using an ARM Cortex-M3. Unfortunately, I am not able to buy any development boards as of now, so I will have to use simulators. I have ...
1
vote
0answers
65 views

Making simulation deterministic (simulator based on qemu)

I am using Marss cycle-accurate simulator, which uses QEMU. It is a full system simulator and gives both user and kernel stats. However, even if I take only user-stats, the statistics vary a lot ...
1
vote
0answers
541 views

Can't compile QEMU on Mac OS X; says something about a previous declaration of uint16

When I try to compile QEMU on Mac OS X (I'm on Lion, but it happened on Snow Leopard as well) it gives me an error message about uint16. You can find the full output at this link, as it's too long to ...
1
vote
0answers
295 views

Emulator not starting up

Latest download of everything running on Vista. I had everything working, emulation working, etc., but at some point it stopped and I had not messed with the SDK or anything, still slogging thru the ...
1
vote
1answer
168 views

using Qemu for learning linux kernel for ARM

I am new to linux. I want to learn it like developing some device driver etc and use Qemu for this because i have no hardware board for ARM like beagle board. What you guys suggest? Can i use Qemu ...
1
vote
1answer
190 views

using qemu to run a non-gui OS on the terminal

Here is the situation. I want to run some programs on the High Performance Computer (With 8-core processor) in my department. Now I use that machine with ssh using terminal. The machine has Red Hat ...
1
vote
0answers
185 views

grub problem with kvm/qemu after filesystem resize [closed]

I have a problem with a qemu-image that no longer boots. The host-machine and the vm are both squeeze/amd64. I started the vm as a qcow2-image with 2 partitions (root (ext3) and swap). Then I ran ...
1
vote
2answers
721 views

Playing/Learning — QEMU (for ARM), Angstrom Linux (or Debian)

My ultimate goal is to do some programming for the Angstrom Linux (or Debian or other Linux distros), on QEMU emulating ARM processor board s.a. Versatile board. I am happy to experiement, but if ...
1
vote
1answer
480 views

How do I add a virtual GPU into Qemu?

I was wondering how to go about adding a virtual GPU into Qemu? I have been told it involves adding a new graphics output module that uses OpenGL?
1
vote
2answers
240 views

GDB — “Operation not permitted” when trying to target localhost

For some reason, when I attempt to use GDB on my windows machine under cygwin, even after compiling it from the latest source, it won't let me do a: target remote localhost:1234 Instead, when I try ...
1
vote
0answers
245 views

scratchbox arm cannot execute c compiled program

Hi i set up a scratchbox with a arm-linux-gnueabi-gcc toolchain and qemu emulator. When i want to run inside scratchbox [sbox-arm:/]> a ./configure script (from a mono tarball) i am getting the ...
1
vote
2answers
348 views

Changing password of a Virtual Machine

I have some virtual machines with me. I want to write a script which automates the following process... It mounts the virtual machine (with linux as the os) to a location say /mnt/image It modifies ...
1
vote
2answers
802 views

Some issue with simulating mini2440 on Qemu

I have compiled qemu for mini2440, I got the source code from here. http://gnufiish.org/trac/wiki/Qemu I am able to run the arm image provided on the wiki site of Qemu, no issues here. I compiled ...
1
vote
1answer
392 views

NASM - Load code from USB Drive

Would any assembly gurus know the argument (register dl) that signifies the first USB drive? I'm working through a couple of NASM tutorials, and would like to get a physical boot (I can get a clean ...
1
vote
3answers
1k views

QEMU Crashes When Loading Kernel

I've created a C kernel, and I'm loading the kernel in the QEMU emulator. But when I load the kernel, it seems to crash QEMU and it complains that it can't access the kvm folder. Does it mean that kvm ...
1
vote
1answer
193 views

Create my own disk for Android emulator

I need to work on the internals of android, especially create and test new kernel modules, native libraries and native application. Thus I need to create my own android disk image to use on android ...
1
vote
0answers
128 views

stackvm: qemu on localhost:5900 died

I am trying to run StackVM. I am running Ubuntu 10.04 LTS in a VirtualBox. I have installed all the prerequisites for running StackVM as listed here. AQemu and other qemu packages are also installed. ...
1
vote
1answer
326 views

Documentation on Virt-ICE other than white paper

I am trying to find information on Virt-ICE, a malware debugger/analysis tool presented at the most recent Black Hat conference. I have read through the white paper Virt-ICE: Next-generation Debugger ...
1
vote
2answers
219 views

Migration of virtual machines

Are there tools for migrating from one virtual machine type to another? E.g let's say I have some Xen virtual machine and like to make it run under KVM. I know that qeumu has tools which can be used ...
1
vote
3answers
968 views

Minimal Linux Distrobution with SDL support and NO XWindows?

I want to setup a x86 Linux Box such that: It uses minimal system resources. Runs SDL, without XWindows Includes sufficient functionality to run QEmu. Basically I simply want it to ONLY be a host ...
0
votes
1answer
26 views

Write snapshot back to base qcow2 file

I create a snapshot of my qcow2 image file like qemu-img -c before_update Server_sda_qcow2.img After I have updated the system and everything is working well. I will write the snapshot back to the ...
0
votes
1answer
14 views

taskset inside qemu virtual machine not working as expected

I am emulating qemu for linux x86-64. In qemu virtual machine, I am using taskset -c 0 prc1 & taskset -c 1 prc2 & taskset -c 2 prc3 & taskset -c 3 prc4; to simultaneously issue 4 ...
0
votes
1answer
37 views

Can I register event callbacks using the libvirt Python module with a QEMU backend?

I would like to write some code to monitor events for domains running under QEMU, managed by libvirt. However, trying to register an event handler yields the following error: >>> import ...
0
votes
1answer
50 views

How to install qemu patched version? [closed]

I followed the following steps to install qemu # On Linux, you may need to install the SDL development libraries to get a graphical VGA window. On Debian/Ubuntu, this is the libsdl1.2-dev package. # ...

1 2