Re: [Qemu-devel] Linux - redirecting console problem

2010-04-03 Thread Gerhard Wiesinger
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

[Qemu-devel] [PATCH] net: Convert do_info_network() to QObject

2010-04-03 Thread Miguel Di Ciurcio Filho
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 ++

[Qemu-devel] Linux - redirecting console problem

2010-04-03 Thread Michał Król
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

Re: [Qemu-devel] Keyboard problems - Alt-GR QEMU 0.12.3 with VNC and german keyboard doesn't work

2010-04-03 Thread Gerhard Wiesinger
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

Re: [Qemu-devel] Absolute Mouse in VNC and debug ports patch

2010-04-03 Thread Gerhard Wiesinger
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

[Qemu-devel] GSoC 2010 - Device state visualization

2010-04-03 Thread Ionut Cristian Paraschiv
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

Re: [Qemu-devel] Absolute Mouse in VNC and debug ports patch

2010-04-03 Thread Paul Brook
> 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 >

Re: [Qemu-devel] [PATCH 2/2] VirtIO RNG

2010-04-03 Thread Paul Brook
> 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

[Qemu-devel] [PATCH] [PPC] Make cpu_get_real_ticks use mfspr

2010-04-03 Thread Alexander Graf
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

[Qemu-devel] Re: [PATCH] provide a stub version of kvm-all.c if !CONFIG_KVM

2010-04-03 Thread Blue Swirl
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.

[Qemu-devel] Re: [PATCH] provide a stub version of kvm-all.c if !CONFIG_KVM

2010-04-03 Thread Paolo Bonzini
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

[Qemu-devel] guest os time tick issue

2010-04-03 Thread Michael Qiu
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