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 qemu as

[Qemu-devel] qemu vl.c

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

[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 balrog 07/12/16 12:13:51 Modified files: . : Makefile.target hw : pxa.h pxa2xx.c Added files: hw : pxa2xx_keypad.c Log message:

[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 balrog 07/12/16 12:19:43 Modified files: hw : mainstone.c pxa2xx_keypad.c Log message: Mainstone keypad support, by Armin Kuster. CVSWeb URLs:

[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 balrog 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:

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

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 balrog 07/12/16 13:17:13 Modified files: . : vl.c Log message: Redundant timer rearm optimisation by Anders Melchiorsen. I

[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

[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)

[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

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

[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

[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 ths 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

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 execution to

[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 ths 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

[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

[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 ths 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.

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 values for

[Qemu-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:38:27 Modified files: . : qemu-doc.texi Log message: Add closing table tag. CVSWeb URLs:

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: qemu-devel@nongnu.org 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-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:47:56 Modified files: . : qemu-doc.texi Log message: Update MIPS specific documentation. CVSWeb URLs:

[Qemu-devel] qemu/target-mips TODO

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 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:

[Qemu-devel] qemu/target-mips TODO

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

[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 ths 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