Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread J. Mayer
On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborowski wrote: > Hi, > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > > > CVSROOT: /sources/qemu > > > Module name: qemu > > > Changes by: Andrzej Zaborowski 07/

Re: [Qemu-devel] [PATCH]bug fix for softmmu slow_st unaligned access

2007-10-30 Thread TeLeMan
andrzej zaborowski wrote: > > Hi, > > On 28/10/2007, TeLeMan <[EMAIL PROTECTED]> wrote: >> For example, the memory address 0x10008000 is on an unwritable page.When >> the >> instruction "add dword ptr [0x10007FFF],0x12345678" is executed,the OS >> will >> set 0x10008000 page be a writable page

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread andrzej zaborowski
Hi, On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Andrzej Zaborowski 07/10/31 01:54:05 > > > > Modified files: > > . : vl.c vl.h >

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-30 Thread Ed Swierk
On 10/28/07, Rob Landley <[EMAIL PROTECTED]> wrote: > Hmmm... All the kernels I've built for this project are static. In theory I > can add "ne.irq=9" to the kernel command line, but in practice it doesn't > seem to work. Nor does ne.0.irq=9 or irq=9 > > However, when I hardwire "dev->irq=9;" in

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread J. Mayer
On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Andrzej Zaborowski 07/10/31 01:54:05 > > Modified files: > . : vl.c vl.h > hw : an5206.c etraxfs.c integratorcp.c mcf5208.c >

Re: [Qemu-devel] [PATCH]bug fix for softmmu slow_st unaligned access

2007-10-30 Thread andrzej zaborowski
Hi, On 28/10/2007, TeLeMan <[EMAIL PROTECTED]> wrote: > For example, the memory address 0x10008000 is on an unwritable page.When the > instruction "add dword ptr [0x10007FFF],0x12345678" is executed,the OS will > set 0x10008000 page be a writable page and re-execute this instruction. But > softmmu

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

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 02:01:33 Modified files: target-i386: translate.c Log message: Correct the WBINVD intercept in SVM (Alexander Graf). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/targ

[Qemu-devel] qemu vnc.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 01:58:56 Modified files: . : vnc.c Log message: Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qem

[Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 01:54:05 Modified files: . : vl.c vl.h hw : an5206.c etraxfs.c integratorcp.c mcf5208.c mips_malta.c mips_mipssim.c mips_pica61.c

[Qemu-devel] qemu qemu-img.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 01:11:44 Modified files: . : qemu-img.c Log message: Support multipart images as input to qemu-img (Salvador Fandino). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

[Qemu-devel] qemu/hw usb-ohci.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 00:34:21 Modified files: hw : usb-ohci.c Log message: OHCI USB isochronous transfers support (Arnon Gilboa). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/u

[Qemu-devel] qemu configure

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 01:03:29 Modified files: . : configure Log message: Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). Add --disable-sdl to configure's h

Re: [Qemu-devel] [PATCH] Arm MMU Fixes

2007-10-30 Thread andrzej zaborowski
Hi, On 15/10/2007, Matthew Warton <[EMAIL PROTECTED]> wrote: > The first is that Qemu would not enable changing of the pid register > on processors with an MMU. This is a legal operation, and one that > several parts of our kernel rely on. See (for example) the ARM920t > technical reference manu

[Qemu-devel] qemu/target-arm helper.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 00:47:13 Modified files: target-arm : helper.c Log message: Invalidate TLBs when domains are changed (Matthew Warton). Legalise cp15 pid register writes (Matthew Warton

[Qemu-devel] qemu usb-linux.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 00:27:50 Modified files: . : usb-linux.c Log message: Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. CVSWeb URLs: http://cvs.sa

Re: [Qemu-devel] [PATCH] Update i440FX/PIIX3 emulation

2007-10-30 Thread Michael Hanselmann
On Thu, Oct 25, 2007 at 12:42:22AM +0200, Michael Hanselmann wrote: > The patch below updates the i440FX/PIIX3 emulation. It does: I never got any reaction to that patch. Is it still awaiting review? > This does not yet remove the workaround introduced by Igor Lvovsky's > patch. However, I'm work

[Qemu-devel] qemu gdbstub.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/31 00:21:35 Modified files: . : gdbstub.c Log message: x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qe

[Qemu-devel] qemu/slirp misc.c

2007-10-30 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/30 23:19:52 Modified files: slirp : misc.c Log message: Declare function before use, reduces compiler warning noise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/m

[Qemu-devel] qemu console.c keymaps.c vl.h vnc.c vnc_keysym.h

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/30 22:38:53 Modified files: . : console.c keymaps.c vl.h vnc.c vnc_keysym.h Log message: Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. CVSWeb URLs:

[Qemu-devel] qemu/linux-user syscall.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/10/30 21:06:14 Modified files: linux-user : syscall.c Log message: Do not make NETLINK socket connections possible (Alexander Graf). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: [Qemu-devel] Faster, generic IO/DMA model with vectored AIO?

2007-10-30 Thread Blue Swirl
On 10/29/07, Blue Swirl <[EMAIL PROTECTED]> wrote: > We could cache the resolved addresses to overcome the additional setup > overhead. Each stage should install cache invalidation callbacks or a > method to call for recalculation of the addresses. For example IOMMU > or ESPDMA mappings change very

[Qemu-devel] qemu for windows and sparc-Linux

2007-10-30 Thread ISHWAR RATTAN
Does the current version of qeumu-0.9.0+?? allow the serail port output of no-graphic boot option to be visible in the qemu window as is possible under Linux? -ishwar

[Qemu-devel] [PATCH] SVM WBINVD intercept

2007-10-30 Thread Alexander Graf
Hi, the WBINVD intercept was not triggered, as I accidently made it do an INVD intercept. This patch should fix it. I did not test-compile it though, so please check it first. Thanks, Alex qemu.wbinvd.patch Description: Binary data