Tagged Questions
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
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
0answers
172 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 ...
1
vote
2answers
801 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
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
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
145 views
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 Linux, and run an instance of Windows XP on that virtual machine. The desired setup is to have a ...
0
votes
0answers
59 views
Virtualize Kirkwood
I need to virtualize a kirkwood platform but, as far as I know, there is only a feature-request for QEMU, nothing more.
Someone of you can help me? is there a way to do it?
Thanks in advance!
Lo
0
votes
1answer
206 views
Qemu Source Code
There is a definition for Translation Block in Qemu Source Code(cpu-exec.c)
/qemu-0.14.0/cpu-exec.c
Line 127 says
static TranslationBlock *tb_find_slow(target_ulong pc,
...
0
votes
1answer
136 views
boot machine using qemu
I am trying to boot vm using qemu, the command that I use is
qemu-system-x86_64 -kernel /boot/vmlinuz-2.6.32-21-generic -hda /music/1gbfile
and its giving a error : Please append a correct "root=" ...