On Sat, 3 Apr 2010, Micha? Król wrote:
Hi,
I'm using qemu on linux and with the linux guest. It works fine, but I'd like
to be able to enter commands and see the output
on host console and not in the SDL or VNC window(guest has now gdm - only non
graphical mode).
Refering to the qemu manual
Each device is represented by a QDict. The returned QObject is a QList
of all devices.
This commit should not change user output.
Signed-off-by: Miguel Di Ciurcio Filho
---
This is my initial contribution, aiming at participating in Summer of Code.
monitor.c |3 +-
net.c | 75 ++
Hi,
I'm using qemu on linux and with the linux guest. It works fine, but I'd
like to be able to enter commands and see the output on host console and not
in the SDL or VNC window(guest has now gdm - only non graphical mode).
Refering to the qemu manual option -nographic should make it, but when I
On Sat, 27 Mar 2010, Gerhard Wiesinger wrote:
Hello,
I'm having problems with QEMU 0.12.3 (and even older versions) that Alt-GR
doesn't work: e.g. Alt-GR q should be @ but is still q.
Tested with e.g. Knoppix Live CD 6.2 and MS-DOS 6.22.
In general I'm having also keyboard problems with upp
On Sat, 3 Apr 2010, Paul Brook wrote:
This is my first contribution to QEMU: I've written a virtual piece of
hardware (e.g. ports) that the mouse pointer can be used as an absolute
pointing device even with non USB devices, e.g. with DOS and doesn't need
any high memory usage USB driver. This is
Hello!
My name is Ionut Cristian Paraschiv, and I am from Romania. I am a
student in the 2nd year at Politehnica University of Bucharest, Faculty of
Automatic Control and Computers, Computer Science Department. I like to
program in C, Java, languages that I am very familiar with. I also have so
> This is my first contribution to QEMU: I've written a virtual piece of
> hardware (e.g. ports) that the mouse pointer can be used as an absolute
> pointing device even with non USB devices, e.g. with DOS and doesn't need
> any high memory usage USB driver. This is necessary for e.g. VNC remote
>
> Paul Brook wrote:
> This patch adds support for virtio-rng. Data is read from a
> chardev and can be either raw entropy or received via the EGD
> protocol.
> >>>
> >>> I still don't get why you need this at all. It seems like
> >>> virtio-serial would already provides everyt
PowerPC CPUs have had two ways to read the time base for quite some time now.
They provide it using the mfspr instruction or - if a special bit is set in
that opcode - using mftb. For timekeeping we're currently using mftb.
While trying to get Qemu up and running on an e500v2 system, I stumbled ov
On 4/3/10, Paolo Bonzini wrote:
> On 04/02/2010 09:04 PM, Blue Swirl wrote:
>
> > -int kvm_init(int smp_cpus);
> >
>
> I had missed this; I don't see a particular reason to move this out of
> kvm.h. Anyway I don't feel strongly about this.
The reason is to avoid including kvm.h by vl.c.
On 04/02/2010 09:04 PM, Blue Swirl wrote:
-int kvm_init(int smp_cpus);
I had missed this; I don't see a particular reason to move this out of
kvm.h. Anyway I don't feel strongly about this.
Paolo
I'm using qemu to boot a mips kernel.
But it seems always hung like this:
"Calibrating delay loop..."
Actually, it is caused by following code in
int c0_compare_int_usable(void)
> {
> unsigned int delta;
> unsigned int cnt;
>
> /*
> * IP7 already pending? Try to clear it by ackin
12 matches
Mail list logo