[Qemu-devel] cdrom problem on windows 2003 host

2005-12-18 Thread Mark Malakanov
Hi QEMU developers. Thank you for the great product! I've found that it is impossible to pass cdrom device (neither \\.\cdrom0 nor \\.\d: ) to QEMU when it runs on Windows 2003 AS. It always returns "could not open hard disk image " . I tried double backslashes, forwardslashes, drive letter, cd

[Qemu-devel] Compile fix for win32

2005-12-18 Thread Kazu
Hi, It is comile fix for win32. Regards, Kazu Index: block-vvfat.c === RCS file: /sources/qemu/qemu/block-vvfat.c,v retrieving revision 1.3 diff -u -r1.3 block-vvfat.c --- block-vvfat.c 18 Dec 2005 18:29:50 - 1.3 +++ block-vvfa

[Qemu-devel] qemu cpu-exec.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/19 01:42:33 Modified files: . : cpu-exec.c Log message: workaround for gcc bug on PowerPC CVSWeb URLs: http://cvs.savannah.gnu.org/viewc

[Qemu-devel] [patch] Poor user-net performance.

2005-12-18 Thread Paul Brook
Dan mentioned he was seeing very poor network performance when using user-net. It turns out this is because packets were getting dropped (the NIC buffers were full), and the slirp code doesn't throttle properly when this occurs. You end up with a bunch of packets getting sent to the guest, half

[Qemu-devel] ARM page crossing inside insn? (Re: ARM ethernet fixes)

2005-12-18 Thread Antti P Miettinen
Antti P Miettinen <[EMAIL PROTECTED]> writes: > Looks like the kernel somehow ends up thinking that we are loading > something from zero. Hmm.. the value being loaded to r1 is zero. So > could this be related to crossing a page boundary in the middle of an > instruction? But anyway - I'll try to de

[Qemu-devel] Re: ARM ethernet fixes

2005-12-18 Thread Antti P Miettinen
Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > It appears to work fairly well. I can confirm that. I'm currently debugging a segmentation fault in compiling one source file of firefox. Something that the current ARM sysemu can do is e.g. - boot debian/sid NFS root - compile gcc far enough to prod

[Qemu-devel] qemu ./qemu-doc.texi ./vl.c ./vl.h hw/pc.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:34:32 Modified files: . : qemu-doc.texi vl.c vl.h hw : pc.c Log message: suppressed -enable-audio and simplifi

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Paul Brook <[EMAIL PROTECTED]> writes: : > Given all these improvements in arm support, what's the status of : > system level support for arm, and what system is emulated? : : Short answer is it should work. A default linux kernel config doesn't quite

[Qemu-devel] qemu qemu-doc.texi

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:11:37 Modified files: . : qemu-doc.texi Log message: MIPS, ARM and SMP updates CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qe

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

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 20:03:27 Modified files: linux-user : syscall.c Log message: log typos CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/linux-user/s

[Qemu-devel] qemu/tests qruncom.c Makefile

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:28:08 Modified files: tests : qruncom.c Makefile Log message: qruncom compile fixes (initial patch by Even Rouault) CVSWeb URLs: http:

[Qemu-devel] qemu cocoa.m

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:18:45 Modified files: . : cocoa.m Log message: (Joachim Henke) - suppress unwanted kernel logs - avoids passing mod

[Qemu-devel] qemu configure

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:14:49 Modified files: . : configure Log message: better help option support (Bernhard Fischer) CVSWeb URLs: http://cvs.savannah.gn

[Qemu-devel] qemu vl.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 19:09:37 Modified files: . : vl.c Log message: avoid echo on pty devices (David Decotigny) - fixes in the command line help CVSWeb U

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread Dave Feustel
On Sunday 18 December 2005 12:54, Daniel Jacobowitz wrote: >  Emulation of something with PCI and an IDE controller is pretty > high up on my list : Does qemu do StrongARM emulations? There is a nice StrongARM PCI motherboard from CATS with IDE controllers, etc. -- Lose, v., experience a loss, ge

[Qemu-devel] qemu Changelog qemu-doc.texi

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:31:45 Modified files: . : Changelog qemu-doc.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/C

[Qemu-devel] qemu block-vvfat.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:29:50 Modified files: . : block-vvfat.c Log message: Major overhaul of the virtual FAT driver for read/write support (Johannes Sch

[Qemu-devel] qemu block-qcow.c block.c block_int.h

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:28:15 Modified files: . : block-qcow.c block.c block_int.h Log message: qcow_make_empty() support (Johannes Schindelin) CVSWeb URL

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Daniel Jacobowitz <[EMAIL PROTECTED]> writes: : On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote: : > Something like the attached patch. : : After getting myself, and probably Paul, completely confused about : array indexing, I agree that this

[Qemu-devel] qemu vl.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 18:02:24 Modified files: . : vl.c Log message: use IPPROTO_IP instead of SOL_IP CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread Daniel Jacobowitz
On Sun, Dec 18, 2005 at 10:42:16AM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Daniel Jacobowitz <[EMAIL PROTECTED]> writes: > : On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote: > : > Something like the attached patch. > : > : After getting myself, and p

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread Paul Brook
> Given all these improvements in arm support, what's the status of > system level support for arm, and what system is emulated? Short answer is it should work. A default linux kernel config doesn't quite work because it hangs probing for a non-existant VGA card. Disable the VGA console driver

[Qemu-devel] qemu/hw mips_r4k.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 17:51:01 Modified files: hw : mips_r4k.c Log message: do not init ne2000 if no network enabled CVSWeb URLs: http://cvs.savannah.gnu.or

[Qemu-devel] qemu/hw smc91c111.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 17:39:52 Modified files: hw : smc91c111.c Log message: smc91c111 fixes (Paul Brook) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/q

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread Daniel Jacobowitz
On Sun, Dec 18, 2005 at 04:51:02PM +, Paul Brook wrote: > Something like the attached patch. After getting myself, and probably Paul, completely confused about array indexing, I agree that this version is right :-) It also boots and appears to work. Network performance is not very good (aver

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

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:55:25 Modified files: target-arm : translate.c Log message: cpu_reset() fix (Paul Brook) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/q

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

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:54:08 Modified files: target-arm : helper.c Log message: switching to Arm mode in do_interrupt() (Paul Brook) CVSWeb URLs: http://cvs.savan

Re: [Qemu-devel] ARM ethernet fixes

2005-12-18 Thread Paul Brook
On Thursday 15 December 2005 00:00, Paul Brook wrote: > On Wednesday 14 December 2005 22:17, Daniel Jacobowitz wrote: > > This is enough to let me use apt-get within qemu-system-arm :-) > > I'd totally missed that there were _two_ TX FIFOs. > > > @@ -364,6 +381,8 @@ static void smc91c111_writeb(voi

[Qemu-devel] qemu qemu-doc.texi vl.c

2005-12-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/12/18 16:36:49 Modified files: . : qemu-doc.texi vl.c Log message: '-net socket,mcast=' option support (initial patch by Juan Jose Ciarlant