Tagged Questions

3
votes
2answers
159 views

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

Hi everyone; 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 …
3
votes
1answer
193 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.
2
votes
3answers
647 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 …
1
vote
3answers
205 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 i …
0
votes
0answers
22 views

Change virtual QEMU image location [closed]

I've got an existing QEMU Virtual Server running on Fedora 11. Having troubles trying to find out how to change the location of where the Virtual Images are stored. Can anybody p …
0
votes
0answers
96 views

host and kvm/qemu guest shared partition

¿It's possible to share a partition (or lvm volume) and using it at the same time between the host and the guest virtual machine? For example, if you have the /home in the /dev/s …
0
votes
0answers
172 views

Scripting QEMU: How to copy in files, start the virtual machine, and copy files out?

I'm running a Linux guest on a Windows host (using WinQEMU), and I would like to have files copied to the guest and back to the host. I don't suppose it matters which initiates t …
0
votes
1answer
412 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: ============================ …
0
votes
2answers
2k 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 tr …