Questions tagged [qemu]

QEMU is a cross-platform processor emulator.

QEMU is a cross-platform processor emulator. It can emulate a single program or a complete virtual machine. QEMU stands for "Quick EMUlator".

One compelling feature of QEMU over other virtualization solutions such as Virtual Box is its ability to pass through an entire PCI device, such as a GPU to the virtual machine.

467 questions
51
votes
3 answers

How can I ctrl-alt-f# to get to a TTY in a QEMU session?

I'm doing an install via testdrive using QEMU/KVM and I would like to check the log files during the installation, however I can't figure out a way to send Ctrl-Alt-F1 and other F keys to the virtualized window (It instead goes to the TTY on the…
Jorge Castro
  • 71,754
21
votes
4 answers

Is there any prebuilt QEMU Ubuntu image(32bit) online?

I am playing with QEMU. Here I found some prebuilt OS images: http://docs.openstack.org/trunk/openstack-compute/admin/content/starting-images.html But they are all meant for a 64-bit system while my system is 32 bit. Does anyone know if there is any…
Hao Shen
  • 313
4
votes
2 answers

Compiling QEMU with SPICE support

I am trying to compile QEMU 1.3 with Ubuntu 12.04 (Precise Pangolin) with SPICE enabled, but I get this error: ERROR ERROR: User requested feature spice ERROR: configure was not able to find it ERROR I have read around, and it seems I should edit…
4
votes
1 answer

How to boot and install the Ubuntu server image on QEMU -nographic without the GUI?

At How to run Ubuntu 16.04 Desktop on QEMU? I have described in detail how to boot and install the desktop Ubuntu image on QEMU. Now I wanted to do a similar setup for the server image to try keep things more minimal: wget…
2
votes
0 answers

How to get qemu binaries for mips

I am a new user for qemu. I successfully compiled for my system (x64) but when I tried to compile it for mips it generate error that Why I think that is there any way to get already compiled binary files. Is there any way(sites) to get binaries for…
1
vote
0 answers

qemu: drive with bus=0, unit=0 (index=0) exists

I am trying to enable trace events using the trace-file on option in qemu. When I executed the following command: sudo qemu-system-x86_64 -drive format=raw,file=/var/lib/libvirt/images/ubuntu-box1-vm-disk1-5G ./build/trace/trace-events-all on it…
Kirti
  • 11
1
vote
1 answer

What if I don't do qemu-img?

What if I don't do qemu-img? Just straight-up qemu-system-x86_64 -cdrom supercoolisofile.iso -boot menu=on Will it launch like a temporary VM like Windows Sandbox? Like when you close the QEMU window, the VM is permanently gone? I hope so..
defacube
  • 13
  • 2
1
vote
2 answers

Will Office Home & Student 2019 work on Ubuntu + QEMU?

I have used Virtual Machine Manager QEMU / KVM very smoothly to run Windows 10 from Ubuntu, programs and everything else seem to work in virtual Windows without any problem. I am considering buying a copy of Office 2019 (which is the only non-Linux…
Valentas
  • 988
  • 9
  • 17
0
votes
0 answers

print branch taken or not in qemu plugin

How to print branch taken/not taken if branch instruction in the qemu execlog plugin? api.c does have a get_ms option but on using it it shows the error: undefined symbol: get_ms
Kirti
  • 11
0
votes
1 answer

How to redirect QEMU stdout to a FILE/Serial

I have been trying to redirect the stdout that QEMU gives (with the boot messages) to a file and to another terminal window or tty (e.g /dev/tty3). In order to be able to understand the operations that QEMU does to redirect output so I can create a…
0
votes
0 answers

Sharing files between Ubuntu and Windows in Qemu?

I use Qemu and Virtual Machine Manager to run Windows 10 from my Ubuntu. I can share data between the two systems by redirecting a USB stick. Is there an easy way to share a small amount of data without a USB stick?
Valentas
  • 988
  • 9
  • 17
0
votes
1 answer

QEMU keys not functional

I have installed several operatings systems under qumu. Host OS is ubunti 17.10, guest OSes are MS-DOS 6.22, OS/2 warp 4.52, Windows 98 SE. In all cases, keys on my keyboard are non-functional even though they work in the host. And I also tested the…
James
  • 121