Tagged Questions

4
votes
3answers
114 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
160 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 ...
1
vote
1answer
34 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
202 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
788 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
4answers
2k 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
3answers
1k 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
0answers
21 views

accessing extra memory by linux guest in kvm

i am running a linux guest on top of qemu -enable-kvm. I am trying to create a back channel between linux and qemu using a known physical memory location. In order to use a memory address that the ...
0
votes
1answer
84 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. # ...
0
votes
1answer
30 views

how to transfer signal between the guest os run on the host os with QEMU and its host os

My question is how to transfer signal between the guest os run on the host os with QEMU and its host os, I write some datas to the shared memory that created on the host os by an thread of the guest ...
0
votes
0answers
101 views

GDB and QEMU remote debuggin

I'm using GDB to remotely debug linux kernel running inside QEMU. I can step breakpoints, but when breakpoint hits, system in qemu continues like nothing happens -- it isn't waiting for me to issue ...
0
votes
2answers
169 views

KVM Virtual machine running Windows XP: How to get files from guest to host?

I'm running Ubuntu 10.04, and on it, kvm/qemu. I created a storage device with the 'raw' format and installed XP on it, so I assume the file has ntfs format. I have a file on the XP virtual machine ...
0
votes
3answers
351 views

Android emulator never loads in Ubuntu 11

I've posted a similar question with a similar problem but on windows XP. So i installed ubuntu 11 and this> sun-jdk 6, sun-jre 6, eclipse galileo, adt plugin and the android sdk. Not even the 1.5 ...
0
votes
1answer
47 views

Scanning the ports on Windows XP guest in QEMU

I'm running XUbuntu and I'm trying to do a portscan on a Windows XP host in QEMU. I don't have any trouble forwarding a few ports at a time but I cannot forward all 65535 because that would use up ...
0
votes
1answer
94 views

Qemu source code

In qemu, when we are giving instructions it gets converted to the machine code for the particular architecture. I would like to write this code to a file. For that i think in cpu-exec.c the generated ...
0
votes
1answer
225 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
2answers
273 views

How is device emulation done in kvm

I know that the qemu-kvm does the device emulation stuff in KVM. Is the qemu-kvm being executed in the userspace of the host? So when a kick function is encountered, it exits the VM through a ...
-1
votes
0answers
126 views

Running Windows emulated with QEMU on the Panda board ES [closed]

I've just bought the pandaboard ES. Now i'm installing ubuntu oneirc on it. I would like to know if and how can I run the emulated version of windows (which version is better ? XP or Seven ?) throught ...