[Qemu-devel] qemu exec.c kqemu.c osdep.c qemu-common.h qemu-...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 04:42:29 Modified files: . : exec.c kqemu.c osdep.c qemu-common.h qemu-img.c qemu_socket.h tap-win32.c vl.c audio : dsoundaudio.c

[Qemu-devel] qemu sysemu.h vl.c

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:55:57 Modified files: . : sysemu.h vl.c Log message: Fix compilation with Cygwin, by Herve Poussineau. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sysemu.h?cv

[Qemu-devel] qemu/target-mips TODO

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:53:42 Modified files: target-mips: TODO Log message: MIPS TODO: mention unimplemented system controllers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?

[Qemu-devel] qemu/target-mips TODO

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:50:28 Modified files: target-mips: TODO Log message: Update MIPS TODO. The mipsnet failure is caused by a kernel bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/targe

[Qemu-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:47:56 Modified files: . : qemu-doc.texi Log message: Update MIPS specific documentation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qem

Re: [Qemu-devel] floppy disk

2007-12-16 Thread Benjamin David Lunt
- Original Message - From: "Thiemo Seufer" <[EMAIL PROTECTED]> To: "Benjamin David Lunt" <[EMAIL PROTECTED]> Cc: Sent: Sunday, December 16, 2007 8:28 PM Subject: Re: [Qemu-devel] floppy disk Benjamin David Lunt wrote: Hi everyone, I only recently have started to use QEmu due to a

[Qemu-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:38:27 Modified files: . : qemu-doc.texi Log message: Add closing table tag. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.170&r2

Re: [Qemu-devel] floppy disk

2007-12-16 Thread Thiemo Seufer
Benjamin David Lunt wrote: > Hi everyone, > > I only recently have started to use QEmu due to a request > on the alt.os.development usenet group. My OS was not working > on QEmu due to it would not recognize the (emulated) floppy. > > After a lot of testing, QEmu does not return the correct > valu

[Qemu-devel] qemu aes.c monitor.c vl.c hw/adlib.c hw/ide.c h...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 03:15:52 Modified files: . : aes.c monitor.c vl.c hw : adlib.c ide.c pcnet.c Log message: Fix miscellaneous minor things, by Andre Przywara. CVSWeb UR

[Qemu-devel] floppy disk

2007-12-16 Thread Benjamin David Lunt
Hi everyone, I only recently have started to use QEmu due to a request on the alt.os.development usenet group. My OS was not working on QEmu due to it would not recognize the (emulated) floppy. After a lot of testing, QEmu does not return the correct values for a Sense Interrupt command and the

[Qemu-devel] qemu block.c block.h qemu-img.c hw/fdc.c hw/ide...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/17 01:35:20 Modified files: . : block.c block.h qemu-img.c hw : fdc.c ide.c scsi-disk.c Log message: Fix bdrv_get_geometry to return uint64_t, by Andre Pr

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Paul Brook
On Sunday 16 December 2007, Anders wrote: > Paul Brook wrote: > >>Redundant timer rearm optimisation by Anders Melchiorsen. > > > > I think this is incorrect. > > > > When a timer is modified, we need to rearm the host timer immediately. We > > can not wait for the old timer to fire, or for exe

[Qemu-devel] qemu vl.c hw/acpi.c hw/apic.c hw/cirrus_vga.c h...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/12/16 23:41:11 Modified files: . : vl.c hw : acpi.c apic.c cirrus_vga.c dma.c i8254.c ide.c mc146818rtc.c pcnet.c ps2.c rtl8139.c sb16.c

[Qemu-devel] [PATCH] sparc32: fix setting counter limit to 0

2007-12-16 Thread Robert Reif
Set the proper limit when set to 0. Index: hw/slavio_timer.c === RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v retrieving revision 1.21 diff -p -u -r1.21 slavio_timer.c --- hw/slavio_timer.c 1 Dec 2007 15:58:22 - 1.21 +

Re: [Qemu-devel] [PATCH] sparc32: make number of per CPU timers match number of CPUs

2007-12-16 Thread Robert Reif
Robert Reif wrote: Only create as many per CPU timers as there are CPUs. This time with the right patch. Index: hw/slavio_timer.c === RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v retrieving revision 1.21 diff -p -u -r1.21 slav

[Qemu-devel] [PATCH] sparc32: make number of per CPU timers match number of CPUs

2007-12-16 Thread Robert Reif
Only create as many per CPU timers as there are CPUs. Index: hw/slavio_timer.c === RCS file: /sources/qemu/qemu/hw/slavio_timer.c,v retrieving revision 1.21 diff -p -u -r1.21 slavio_timer.c --- hw/slavio_timer.c 1 Dec 2007 15:58:22

[Qemu-devel] [Patch 2/2] switch support, Mainstone v2

2007-12-16 Thread Armin
Mainstone patch against latest cvs. -Armin Index: qemu_dev/hw/mainstone.c === --- qemu_dev.orig/hw/mainstone.c +++ qemu_dev/hw/mainstone.c @@ -87,33 +87,31 @@ static void mainstone_common_init(int ra /* Setup initial (reset) mach

[Qemu-devel] [Patch 1/2] switch support v2

2007-12-16 Thread Armin
Hello, Here is a set of patches against the latest cvs and fixed a bad patch also. I have wanted a scheme to change switch settings at boot time so I change the behavior of the Linux kernel and here is one solution I put together. This may be one way to simulate switch or jumper settings o

Re: [Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-16 Thread Armin
andrzej zaborowski wrote: On 13/12/2007, Armin <[EMAIL PROTECTED]> wrote: Hello, Here is a new series of keypad support patches for the PXA27x. I believe I have addressed all the concerns from my first set of patch. Thanks! I just changed the use of cpu_abort to an exit() because cpu_s

Re: [Qemu-devel] New Qemu Crash found with evidence of memory corruption

2007-12-16 Thread Andreas Schwab
"Alexey Eremenko" <[EMAIL PROTECTED]> writes: > == > The error seems to be in Qemu's readline.c: > > if (idx == TERM_MAX_CMDS) { > /* Need to get one free slot */ > free(term_history[0]); <-- Here is the error. > memcpy(term_history, &term_histor

[Qemu-devel] New Qemu Crash found with evidence of memory corruption

2007-12-16 Thread Alexey Eremenko
Hi Qemu Developers ! Qumranet's Automated testing reveals, that in some cases Qemu double frees memory and crashes. Tested with both Qemu-CVS-2007-12-10 and KVM-56 (both Userspace-only and kernelspace/userspace combo). Error message: == ***

Re: [Qemu-devel] [PATCH 4] Reduce redundant timer rearming

2007-12-16 Thread Anders
The VNC output runs two 33 Hz timers, one for calling vga_hw_update() in dpy_refresh (from vl.c), and another for calling vnc_update_client(). This patch moves the vga_hw_update() call into vnc_update_client(), removing the need for the dpy_refresh timer. It also makes the remaining timer onl

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Anders
Paul Brook wrote: Redundant timer rearm optimisation by Anders Melchiorsen. I think this is incorrect. When a timer is modified, we need to rearm the host timer immediately. We can not wait for the old timer to fire, or for execution to fall back to the main_loop_wait. Consider the

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Paul Brook
On Sunday 16 December 2007, Andrzej Zaborowski wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Andrzej Zaborowski 07/12/16 13:17:13 > > Modified files: > . : vl.c > > Log message: > Redundant timer rearm optimisation by Anders Melchiorsen. I

Re: [Qemu-devel][Patch] Windows build broken

2007-12-16 Thread Paul Brook
> Typically, gcc provides a built-in function ffs Actually, not it doesn't. As with many other standard functions, gcc will sometimes optimize it, maybe expanding to inline code. However there's always the possibility of falling back to the standard C library implementation. Paul

[Qemu-devel] qemu vl.c

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 13:17:13 Modified files: . : vl.c Log message: Redundant timer rearm optimisation by Anders Melchiorsen. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cv

[Qemu-devel] qemu qemu-doc.texi linux-user/main.c

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 13:06:00 Modified files: . : qemu-doc.texi linux-user : main.c Log message: QEMU_STRACE documentation bit by Thayne Harbaugh. CVSWeb URLs: http://cvs.sav

[Qemu-devel] qemu osdep.h

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 12:55:24 Modified files: . : osdep.h Log message: Add missing ffs() declaration for Win32 hosts, by Stefan Weil. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] Unable to run on Windows

2007-12-16 Thread andrzej zaborowski
On 14/12/2007, C.W. Betts <[EMAIL PROTECTED]> wrote: > When I try to run qemu with a disk image, I get a segmentation fault. When > I run it under GDB, this is the following error: > Program received signal SIGSEGV, Segmentation fault. > [Switching to thread 5516.0x15b0] > 0x0048e2f3 in cpu_interr

Re: [Qemu-devel] Windows build crash problem

2007-12-16 Thread andrzej zaborowski
Hi, On 12/12/2007, 武田 俊也 <[EMAIL PROTECTED]> wrote: > I encountered the crash problem with windows build on Core-Duo host. > Qemu crashes in cpu_interrupt() called from host_alarm_handler() in vl.c > because CPUState *env = next_cpu is null. > > I tried the patch to check env is not null in host_a

Re: [Qemu-devel] [PATCH] Fix NaN handling in softfloat

2007-12-16 Thread Aurelien Jarno
Aurelien Jarno a écrit : >> I have looked quickly at your patch, it looks like the right approach to >> define target specific things at only one place in the file. I will get >> a closer tomorrow. >> > > Sorry I have been busy with real life stuff, and haven't looked at your > patch. I have seen

[Qemu-devel] qemu vl.c hw/pxa2xx_keypad.c

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 12:39:38 Modified files: . : vl.c hw : pxa2xx_keypad.c Log message: Work around a crash when timer signal occurs before main loop, original patch

Re: [Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-16 Thread andrzej zaborowski
On 13/12/2007, Armin <[EMAIL PROTECTED]> wrote: > Hello, > Here is a new series of keypad support patches for the PXA27x. > I believe I have addressed all the concerns from my first set of patch. Thanks! I just changed the use of cpu_abort to an exit() because cpu_single_env will typically be NULL

[Qemu-devel] qemu/hw mainstone.c pxa2xx_keypad.c

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 12:19:43 Modified files: hw : mainstone.c pxa2xx_keypad.c Log message: Mainstone keypad support, by Armin Kuster. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu Makefile.target hw/pxa.h hw/pxa2xx.c hw/px...

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 12:13:51 Modified files: . : Makefile.target hw : pxa.h pxa2xx.c Added files: hw : pxa2xx_keypad.c Log message: Initial PXA27

[Qemu-devel] qemu vl.c

2007-12-16 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/12/16 11:48:54 Modified files: . : vl.c Log message: Support alternative formats for MAC addresses, by Balazs Attila-Mihaly. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

Re: [Qemu-devel] [PATCH] ioemu/qemu vga: save and restore vram buffer (revised)

2007-12-16 Thread andrzej zaborowski
Hi, On 12/12/2007, Ian Jackson <[EMAIL PROTECTED]> wrote: > The first one (stdvga-save-vram-update.patch) is against current > xen-unstable tip (which now includes my previous version) and should > be applied there. > > The second (stdvga-save-vram-take2.patch) is a fresh diff against the > same q