[Qemu-devel] High CPU Usage with Linux 2.6.24 and Windows XP Guest (but not with 2.6.23)

2008-03-06 Thread Steve Fosdick
Guys, If I run Linux kernel 2.6.24.3 and then start a qemu virtual machine running Windows XP as the guest operating system the CPU usage is high, always close to 100%, and the virtual machine slower than normal. Once I am able to log in to windows, task manager shows the CPU usage permanently

Re: [Qemu-devel] High CPU Usage with Linux 2.6.24 and Windows XP Guest (but not with 2.6.23)

2008-03-06 Thread Christian MICHON
On Thu, Mar 6, 2008 at 11:58 AM, Steve Fosdick <[EMAIL PROTECTED]> wrote: > The hardware is an AMD64 processor and 1GB RAM. > > The problem with 2.6.24 seems only to occur with kqemu and also appears in > dependant of whether dynamic ticks is enabled. A couple of timings should > illustrate th

[Qemu-devel] qemu/target-sparc translate.c

2008-03-06 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/06 16:13:51 Modified files: target-sparc : translate.c Log message: Fix microSPARC II SFSR mask (Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?c

[Qemu-devel] qemu/target-sparc cpu.h exec.h helper.h op.c tr...

2008-03-06 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/06 20:09:54 Modified files: target-sparc : cpu.h exec.h helper.h op.c translate.c Log message: Convert exception ops to TCG CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc

[Qemu-devel] qemu/hw vmware_vga.c

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 20:28:49 Modified files: hw : vmware_vga.c Log message: Register VMware SVGA's memory io region with PCI framework. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qe

[Qemu-devel] qemu/hw vmware_vga.c

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 20:43:34 Modified files: hw : vmware_vga.c Log message: Check for out of range update regions (original patch from Anthony Liguori). CVSWeb URLs: http://cvs.savannah.

[Qemu-devel] qemu Makefile.target hw/omap.h hw/omap1.c hw/om...

2008-03-06 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 08/03/06 21:07:38 Modified files: . : Makefile.target hw : omap.h Added files: hw : omap1.c omap_clk.c omap_dma.c Removed files: hw

Re: [Qemu-devel] [PATCH] Support redirect -curses over a character driver

2008-03-06 Thread Anthony Liguori
Avi Kivity wrote: Anthony Liguori wrote: Yes. I was actually thinking of tunneling the curses data but another option would be a more proper character-based encoding. The advantage of that is that you could also send over fonts. curses is very un-vnc-like, it's a single stream an you ne

[Qemu-devel] PATCH: allow i386 debugging when segment offset != 0

2008-03-06 Thread Eddie Kohler
Hi all, This patch makes QEMU's gdb debugging stub and CPU breakpoints work when the segment offset is not 0. Previously, the debugging stub assumed the segment offset was 0, leading to very odd behavior. This patch assumes that the code segment and data segment have the same offset. This is a