This patch gets openboot prom mmu register self tests passing for lx,
ss4, ss5 and ss10 prom images.
Index: target-sparc/cpu.h
===
RCS file: /sources/qemu/qemu/target-sparc/cpu.h,v
retrieving revision 1.61
diff -p -u -r1.61 cpu.h
---
Hi,
On 10/02/2008, Samuel Thibault <[EMAIL PROTECTED]> wrote:
> However there is a small bug when switching back from graphical mode to
> text mode in vga.c: in graphical mode, the text screen is resized to
> 60x3 so as to display a message, but nothing is done to make sure that
> it will be reset
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/11 00:09:43
Modified files:
hw : vga.c
Log message:
Force a resize after leaving graphical mode in curses (spotted by
Samuel Thibault).
CVSWeb URLs:
http://cvs.savannah.
andrzej zaborowski wrote:
On 03/02/2008, Eddie Kohler <[EMAIL PROTECTED]> wrote:
The following patch, against cvs, supports read-only snapshots on read-only
qcow2 image files. Snapshots can be loaded, but not saved. This is really
useful in my context, which is operating systems projects; a re
Hello,
Thanks for merging the ncurses interface, that'll be very useful!
However there is a small bug when switching back from graphical mode to
text mode in vga.c: in graphical mode, the text screen is resized to
60x3 so as to display a message, but nothing is done to make sure that
it will be r
First of all, I'd like to thank Johannes Schindelin for all the help and
patience when dealing with a newbie like me.
This is a patch that will add version information to the Windows executable.
Index: Makefile.target
===
RCS file:
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 17:02:23
Modified files:
hw : omap.h omap_i2c.c
Log message:
Make omap I2C controller work (previously untested). Implement
post-OMAP1 changes. Introduce omap L4 abs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 16:33:14
Modified files:
. : Makefile Makefile.target configure console.c
console.h monitor.c vl.c vnc.c
hw : cirrus_vga.c jazz_le
Here's a patch to change RTC hardware to use a global
qemu_get_timedate function instead of handling rtc_utc and
rtc_start_date so that these don't have to be global anymore. The
means also that files in hw/ don't have to use time.h functions
(unless they want to).
hw/m48t59.c:alarm_cb was initia
Paul Brook wrote:
On Sunday 10 February 2008, Avi Kivity wrote:
Paul Brook wrote:
as far as i remember it was used to address something with
cpu_physical_memory_rw() probably related to &TARGET_PAGE_SIZE
or ~TARGET_PAGE_SIZE,
the fact is that i dont know if it ever fixed anything
On Sunday 10 February 2008, Avi Kivity wrote:
> Paul Brook wrote:
> >>> as far as i remember it was used to address something with
> >>> cpu_physical_memory_rw() probably related to &TARGET_PAGE_SIZE
> >>> or ~TARGET_PAGE_SIZE,
> >>>
> >>> the fact is that i dont know if it ever fixed anything
> >>
Paul Brook wrote:
as far as i remember it was used to address something with
cpu_physical_memory_rw() probably related to &TARGET_PAGE_SIZE
or ~TARGET_PAGE_SIZE,
the fact is that i dont know if it ever fixed anything
It fixes TARGET_PAGE_MASK, defined one line downscreen.
That doe
> > as far as i remember it was used to address something with
> > cpu_physical_memory_rw() probably related to &TARGET_PAGE_SIZE
> > or ~TARGET_PAGE_SIZE,
> >
> > the fact is that i dont know if it ever fixed anything
>
> It fixes TARGET_PAGE_MASK, defined one line downscreen.
That doesn't reall
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 14:10:32
Modified files:
. : qemu-img.c
Log message:
Correct qemu-img usage hint (Andreas Färber).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c?c
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 08/02/10 14:09:09
Modified files:
. : translate-all.c
tcg: tcg.c tcg.h
tcg/i386 : tcg-target.c
tcg/x86_64 : tcg-target.c
Log message:
S
On 03/02/2008, Eddie Kohler <[EMAIL PROTECTED]> wrote:
> The following patch, against cvs, supports read-only snapshots on read-only
> qcow2 image files. Snapshots can be loaded, but not saved. This is really
> useful in my context, which is operating systems projects; a read-only memory
> snapsh
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 13:40:52
Modified files:
hw : serial.c
Log message:
Add serial loopback mode (patch from Hervé Poussineau).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/s
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 13:39:24
Modified files:
hw : pckbd.c
Log message:
Enhance PC kbd debugging (patch from Hervé Poussineau)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/p
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 13:34:48
Modified files:
hw : e1000.c parallel.c
Log message:
Fix parallel port software emulation (Hervé Poussineau).
Remove __iomem, also unused.
CVSWeb URL
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 13:28:08
Modified files:
linux-user : syscall.c
Log message:
Don't error out on zero-length chunks in writev, as to mimic Linux
(Kirill A. Shutemov).
CVSWeb URLs:
http://cvs.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Andrzej Zaborowski 08/02/10 13:21:25
Modified files:
. : vl.c
hw : e1000.c
Log message:
Remove unused boolean_t, should fix building for Solaris.
Fix a typo (Stuart B
The multi-config patch is already merged in Qemu 9.1
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Marek Zelem
Sent: Saturday, February 09, 2008 5:34 PM
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] USB support
Hi
I want to inform you that I su
On Sunday 10 February 2008, Blue Swirl wrote:
> On 2/9/08, H. Peter Anvin <[EMAIL PROTECTED]> wrote:
> > Blue Swirl wrote:
> > >> If you look at the patch, there are no timing dependencies; the only
> > >> parameter is the depth of the virtual queue. The exhaustion is
> > >> completely controlled
Izik Eidus wrote:
Index: qemu/cpu-all.h
===
--- qemu.orig/cpu-all.h 2008-02-01 15:24:45.0 -0600
+++ qemu/cpu-all.h 2008-02-01 15:28:48.0 -0600
@@ -695,7 +695,7 @@
/* page related stuff */
-#define TARGET_P
On 2/9/08, H. Peter Anvin <[EMAIL PROTECTED]> wrote:
> Blue Swirl wrote:
> >>
> >> If you look at the patch, there are no timing dependencies; the only
> >> parameter is the depth of the virtual queue. The exhaustion is
> >> completely controlled by target OS access patterns.
> >
> > Thanks, this
25 matches
Mail list logo