Top "Qemu" questions

QEMU is a generic and open source machine emulator and virtualizer

Getting the IP address of a VM created via Proxmox

I've inherited a server which is using proxmox for the virtualisation, I'd like to know what is the IP address …

virtual-machine qemu proxmox
Converting QEMU command line args to libvirt domain xml

I have a hard time converting this QEMU command to a libvirt domain XML: qemu-system-x86_64 -enable-kvm \ -m 3072 \ -cpu core2duo \ …

ubuntu qemu kvm libvirt
why is virtio-scsi much slower than virtio-blk in my experiment (over and ceph rbd image)?

Hi I recently did a experiment of virtio-scsi over rbd through qemu target (for its DISCARD/TRIM support), and compared …

performance qemu libvirt scsi block-device
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, …

debugging embedded gdb arm qemu
in qemu/kvm, can I mount a host partition as a virtual disk drive?

I have a new laptop with a Windows partition and a Linux partition. I want to run qemu/kvm under …

virtualization qemu kvm
How to use Android emulator via VNC

I want to provide access to an Android emulator via VNC to let people test my App. So far I …

android android-emulator vnc qemu
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 …

android android-emulator avd qemu android-sdk-tools
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 …

gcc arm qemu thumb armv6
Set up Beagleboard emulator with qemu in Ubuntu

To setup qemu for Beagleboard in Ubuntu 14.04, I am following steps given in link below: http://www.cnx-software.com/2011/09/26/beagleboard-emulator-in-ubuntu-with-qemu/ …

arm qemu beagleboard linaro
qemu vs qemu-kvm: some performance measurements

I conducted the following benchmark in qemu and qemu-kvm, with the following configuration: CPU: AMD 4400 process dual core with svm …

performance virtual-machine benchmarking qemu kvm