Re: [Qemu-devel] -kernel-kqemu option causes kernel-panic

2007-03-14 Thread Halim Sahin
On Do, Mär 15, 2007 at 11:12:41 +0400, Brad Campbell wrote: > Halim Sahin wrote: > >Hello list, > > > >I experienced several problems with qemu under linux using kernel > >2.6.18. > >The guest system is a debian testing, the host a debian unstable. > >kqemu is the newest version from www.qemu.org.

Re: [Qemu-devel] -kernel-kqemu option causes kernel-panic

2007-03-14 Thread Brad Campbell
Halim Sahin wrote: Hello list, I experienced several problems with qemu under linux using kernel 2.6.18. The guest system is a debian testing, the host a debian unstable. kqemu is the newest version from www.qemu.org. The guest can not start if I give -kernel-kqemu. The last message is kernel

[Qemu-devel] -kernel-kqemu option causes kernel-panic

2007-03-14 Thread Halim Sahin
Hello list, I experienced several problems with qemu under linux using kernel 2.6.18. The guest system is a debian testing, the host a debian unstable. kqemu is the newest version from www.qemu.org. The guest can not start if I give -kernel-kqemu. The last message is kernel panic. Another proble

[Qemu-devel] [PATCH] [SPARC] SlavIO interrupt controller fix

2007-03-14 Thread Aurelien Jarno
Hi all, I have finally been able to fix the Linux kernel crash that occurs on the Sparc target (sun4m) when doing intensive disk I/O (see the dmesg log below). slavio_pic_set_irq() in slavio_intctl.c calls slavio_check_interrupts() when an interrupt is activated, but also when interrupt is deact

Re: [Qemu-devel] QCOW(2) image corruption under QEMU 0 .9.0 reproducible

2007-03-14 Thread herbie hancock
Hello, i had also a reproducible disk crash: info of the last good image, size is about 3,5GB image: debian4_0.dsk file format: qcow2 virtual size: 16G (16777216000 bytes) disk size: 3.3G cluster_size: 4096 as soon as the image increase to a size of about 7,9 GB the emulator locks up, and after

[Qemu-devel] scsi patch

2007-03-14 Thread 王成業
--- ../../tmp/qemu-0.9.0/hw/lsi53c895a.c2007-02-06 07:01: 54.0 +0800 +++ lsi53c895a.c2007-03-08 20:50:03.094098835 +0800 @@ -251,7 +251,7 @@ uint32_t ia; uint32_t sbc; uint32_t csbc; -uint32_t scratch[13]; /* SCRATCHA-SCRATCHR */ +uint32_t scratch[18]; /

Re: [Qemu-devel] problems using sockets inside qemu code

2007-03-14 Thread Paul Brook
On Wednesday 14 March 2007 14:23, Marius Monton wrote: > Hi again, > > I'm using sockets inside qemu code for my work on SystemC + qemu > simulation. I've implemented a TCP client inside qemu code to connect to an > application (TCP server) outside QEMU (all SystemC stuff). > Almost all is working

[Qemu-devel] problems using sockets inside qemu code

2007-03-14 Thread Marius Monton
Hi again, I'm using sockets inside qemu code for my work on SystemC + qemu simulation. I've implemented a TCP client inside qemu code to connect to an application (TCP server) outside QEMU (all SystemC stuff). Almost all is working fine, but sometimes receiving data fails with an "Interrupted syst

Re: Regarding VNC (was:Re: [Qemu-devel] [PATCH] Reducing X)

2007-03-14 Thread Johannes Schindelin
Hi, On Wed, 14 Mar 2007, Hetz Ben Hamo wrote: > > This should be helped by the VNC encodings Tight, ZRLE, and for > > multimedia content (movies) the upcoming ZYWRLE encoding. > > Is someone planning to integrate Hitachi's VNC ZYWRLE extension to > QEMU's VNC implementation? > > Code is at: h

Regarding VNC (was:Re: [Qemu-devel] [PATCH] Reducing X)

2007-03-14 Thread Hetz Ben Hamo
Hi, This should be helped by the VNC encodings Tight, ZRLE, and for multimedia content (movies) the upcoming ZYWRLE encoding. Is someone planning to integrate Hitachi's VNC ZYWRLE extension to QEMU's VNC implementation? Code is at: http://mobile.hitachi-system.co.jp/publications/ZYWRLE/ Than

Re: [Qemu-devel] [PATCH] Reducing X communication bandwidth, take 2

2007-03-14 Thread Johannes Schindelin
Hi, On Wed, 14 Mar 2007, Julian Seward wrote: > In fact I obtained (by far) the best remote X performance by using both > this patch and making the remote X connection with "ssh -XC -o > CompressionLevel=1". The patch knocks out the majority of the data, and > the ssh compression squashed wha

Re: [Qemu-devel] [PATCH] Reducing X communication bandwidth, take 2

2007-03-14 Thread Julian Seward
On Wednesday 14 March 2007 04:57, Mark Williamson wrote: > > > Here is a somewhat revised version of a patch I first made nearly > > > three years ago. The original thread is > > > > The idea here is quite similar to what the VNC server does now. > > > > If this is desirable for SDL too, then perh