Re: [Qemu-devel] Binary package and the kqemu support.

2005-08-09 Thread Fabrice Bellard
Piotr Roszatycki wrote: Please, release the kqemu/kqemu.h file on GPL license. It would allow to compile qemu binary with kqemu support and release the binary package freely. You can consider that the header file "kqemu.h" is released under the BSD license. I will make it clear in the next KQ

Re: [Qemu-devel] qemu-system-x86_64

2005-08-15 Thread Fabrice Bellard
Juergen Lock wrote: After further installing my new amd64 box (yes, if_sk works now :) I just tried a few guests with qemu-system-x86_64: > [...] > Hope this is helpful to some... Thank you for the info. I am trying to fix the issues you have seen. Fabrice. _

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

2005-08-15 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/15 16:33:13 Modified files: target-i386: helper.c Log message: CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) CVSWeb URLs

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

2005-08-15 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/15 16:33:56 Modified files: target-i386: op.c Log message: 16/32 stack operations fix on x86_64 (aka win2000 startup bug) CVSWeb URLs

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

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:32:43 Modified files: target-i386: helper.c Log message: RSP update fix for x86_64 in iret CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu/hw sb16.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:30:54 Modified files: hw : sb16.c Log message: comment CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/h

[Qemu-devel] qemu monitor.c vl.h

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:30:40 Modified files: . : monitor.c vl.h Log message: kqemu profiling CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

[Qemu-devel] qemu kqemu.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:30:12 Modified files: . : kqemu.c Log message: kqemu fixes - new API support CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu exec.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:26:42 Modified files: . : exec.c Log message: merge self modifying code handling in dirty ram page mecanism CVSWeb URLs

[Qemu-devel] qemu cpu-defs.h

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:24:05 Modified files: . : cpu-defs.h Log message: ram_addr_t type for ram offsets CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu cpu-all.h

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:24:50 Modified files: . : cpu-all.h Log message: use ram_addr_t CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu Makefile

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:23:39 Modified files: . : Makefile Log message: cscope rule CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu exec-all.h

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:37:35 Modified files: . : exec-all.h Log message: added kqemu_set_notdirty() CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

Re: [Qemu-devel] [patch] NPTL/TLS support

2005-08-21 Thread Fabrice Bellard
Paul Brook wrote: The attached patch adds partial support for ARM NPTL binaries. It implements the following things: - The Arm magic kernel code page. This is used on recent Arm kernels to provide efficient access to kernel/CPU features. For example atomic operations, and reading the TLS regi

[Qemu-devel] qemu/linux-user arm-semi.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:50:09 Modified files: linux-user : arm-semi.c Log message: Byte swapping bug in arm semihosting (Paul Brook) CVSWeb URLs

[Qemu-devel] qemu/hw mips_r4k.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:40:49 Modified files: hw : mips_r4k.c Log message: Fix MIPS counter / compare interrupt (Ralf Baechle CVSWeb URLs

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

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 10:12:28 Modified files: linux-user : elfload.c Log message: fix AUX vector entries (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu ./Makefile.target hw/mips_r4k.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:41:56 Modified files: . : Makefile.target hw : mips_r4k.c Log message: Add i8259 PIT to MIPS (Ralf B

[Qemu-devel] qemu cpu-exec.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 09:43:38 Modified files: . : cpu-exec.c Log message: Fix interrupt masking (Ralf Baechle CVSWeb URLs: http://savannah.gnu.o

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

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 10:14:28 Modified files: target-arm : translate.c Log message: Show thumb state in cpu dump (Paul Brook) CVSWeb URLs: http://savannah.g

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

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 10:28:44 Modified files: target-i386: helper.c translate.c Log message: CR4.TSD flag support (Matt Schulkind) CVSWeb URLs

Re: [Qemu-devel] FYI: HPPA Target for QEMU

2005-08-21 Thread Fabrice Bellard
Paul Seelig wrote: Anybody interested in PA-RISC support for Qemu? Just in case nobody has seen this here yet and would be interested in helping out developing a QEMU Target for HPPA: http://homepage.ntlworld.com/wholehog/stuart/qemu/ I'm not related with the project but would love to be able

[Qemu-devel] CVS commit mailing list

2005-08-21 Thread Fabrice Bellard
Ozan Türkyılmaz wrote: i have a request cound you put cvs checkouts to another maling list ? Since the number of commits per day is low, I prefer to have a single mailing list. Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://li

[Qemu-devel] qemu exec-all.h

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 15:19:36 Modified files: . : exec-all.h Log message: compilation fix for gcc3.4 on win32 (Paul Brook) CVSWeb URLs

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-21 Thread Fabrice Bellard
Paul Brook wrote: On Sunday 21 August 2005 01:36, jamal wrote: This attached patch is intended for allowing automated clever scripting for networking (tuntap only). Please read and apply if possible. It does the following: a) allow for specifying the guest netdevice interface MAC address (in a

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

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 17:30:26 Modified files: target-i386: helper.c Log message: TSS error code push fix (malc) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu kqemu.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 19:15:23 Modified files: . : kqemu.c Log message: kqemu_set_notdirty() opt CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

[Qemu-devel] qemu exec.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/08/21 19:12:28 Modified files: . : exec.c Log message: dirty ram page handling fixes CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2005-08-26 Thread Fabrice Bellard
[EMAIL PROTECTED] wrote: Hi, QEMU is working better from hour to hour :-) Now I am looking for a way to get my data from the linux client to the Win2K host. When I use the integrated smb I get a transfer rate from about 15 KB :-( the tftp is about 600 KBps and using WinSCP over the "redired" ssh

[Qemu-devel] qemu Changelog

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 10:45:39 Modified files: . : Changelog Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu exec.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 10:49:04 Modified files: . : exec.c Log message: comments CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/exec.

[Qemu-devel] qemu/slirp slirp.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 10:45:09 Modified files: slirp : slirp.c Log message: improved user net performances CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu vl.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 15:28:59 Modified files: . : vl.c Log message: avoid losing chars in serial console CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu kqemu.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 16:25:15 Modified files: . : kqemu.c Log message: SYSENTER fix for x86_64 CPUs CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu exec-all.h kqemu.c vl.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 17:55:47 Modified files: . : exec-all.h kqemu.c vl.c Log message: kqemu_cpu_interrupt support for win32 (Filip Navara) CVSWe

[Qemu-devel] qemu vl.c

2005-09-03 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/03 21:33:44 Modified files: . : vl.c Log message: kqemu_enabled test CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu VERSION

2005-09-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/04 16:35:36 Modified files: . : VERSION Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/VERSIO

[Qemu-devel] qemu exec-all.h

2005-09-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/04 16:54:47 Modified files: . : exec-all.h Log message: disabled LDT test (kqemu 0.7.2 no longer needs it) CVSWeb URLs

[Qemu-devel] QEMU 0.7.2

2005-09-04 Thread Fabrice Bellard
Hi, QEMU version 0.7.2 is now available. As usual, you can download it at http://bellard.org/qemu . Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

2005-09-08 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/09/08 19:26:14 Modified files: target-i386: helper.c Log message: div64 fix (aka ssh bug) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

Re: [Qemu-devel] tun/tap networking: patch for existing tun

2005-10-03 Thread Fabrice Bellard
Hi, Sorry for the lack of comment. I mostly use the 'user-net' networking so I never bothered much about TUN/TAP. What I can say is that the '-net xxx' option will be implemented to solve the existing issues. My only concern is about ensuring backward compatibility (if no one needs it then i

Re: [Qemu-devel] [patch] non-blocking disk IO

2005-10-03 Thread Fabrice Bellard
Thank you for the patch. I'll look at it ASAP. If there is no regression (in terms of bugs and performance) I will include it soon: I consider that non blocking I/O is now a critical feature in QEMU in order to get better performances. Fabrice. John Coiner wrote: Non-blocking disk IO now wo

[Qemu-devel] qemu sparc-dis.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 15:45:21 Modified files: . : sparc-dis.c Log message: ASI printing (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu gdbstub.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 16:08:24 Modified files: . : gdbstub.c Log message: sparc fix (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

[Qemu-devel] qemu ./Makefile.target hw/m48t59.c hw/m48t59.h ...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 16:58:32 Modified files: . : Makefile.target hw : m48t59.c m48t59.h ppc.c ppc_chrp.c ppc_

[Qemu-devel] qemu monitor.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:05:14 Modified files: . : monitor.c Log message: sparc64 fixes (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu/hw slavio_serial.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:05:44 Modified files: hw : slavio_serial.c Log message: slavio_serial fixes (Blue Swirl) CVSWeb URLs: http://savannah.gnu.o

[Qemu-devel] qemu/target-sparc exec.h

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:06:11 Modified files: target-sparc : exec.h Log message: restore regwptr (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu/hw esp.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:24:05 Modified files: hw : esp.c Log message: ESP PIO mode, 2k CDROM sector size (Blue Swirl) CVSWeb URLs: http://savannah.g

[Qemu-devel] qemu/hw iommu.c slavio_misc.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:24:19 Modified files: hw : iommu.c slavio_misc.c Log message: sparc merge (Blue Swirl) CVSWeb URLs: http://savannah.gnu.o

[Qemu-devel] qemu/target-sparc op.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 17:28:50 Modified files: target-sparc : op.c Log message: Sparc64 add/sub flag bugs fixed (Blue Swirl) CVSWeb URLs: http://savannah.gnu.o

[Qemu-devel] qemu target-arm/exec.h target-i386/exec.h targe...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:16:26 Modified files: target-arm : exec.h target-i386: exec.h target-mips: exec.h target-ppc :

[Qemu-devel] qemu disas.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:21:23 Modified files: . : disas.c Log message: Thumb symbol lookup (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu cocoa.m

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:24:49 Modified files: . : cocoa.m Log message: fixed/full keyboard input - full mouse support - support for qemu console

[Qemu-devel] qemu block.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:30:10 Modified files: . : block.c Log message: OS X: support for the built in CD-ROM drive (Mike Kronenberg) CVSWeb URLs

[Qemu-devel] qemu ./Changelog ./Makefile.target ./configure ...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 18:58:22 Modified files: . : Changelog Makefile.target configure qemu-doc.texi vl.c vl.h

[Qemu-devel] qemu Changelog

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 19:12:29 Modified files: . : Changelog Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu/hw iommu.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 19:34:15 Modified files: hw : iommu.c Log message: endianness fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/q

[Qemu-devel] qemu cpu-all.h exec.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 20:48:42 Modified files: . : cpu-all.h exec.c Log message: more physical memory access functions CVSWeb URLs

[Qemu-devel] qemu/target-sparc op_helper.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 20:49:44 Modified files: target-sparc : op_helper.c Log message: endianness fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

Re: [Qemu-devel] SPARC patch for OS X (big endian machines)

2005-10-30 Thread Fabrice Bellard
Jose Renau wrote: Without the following patch, I was unable to "start" the Linux boot process on OS X (powerPC bigendian). I tried on ia64 (Linux) and works fine too. I made a more generic patch. Tell me if it still works... Fabrice. ___ Qemu-d

[Qemu-devel] qemu block-vmdk.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 20:53:51 Modified files: . : block-vmdk.c Log message: vmdk endianness fix (Benoit Poulot-Cazajous) CVSWeb URLs

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

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 20:58:30 Modified files: linux-user : elfload.c Log message: Arm AT_HWCAP AUXV entry (Paul Brook) CVSWeb URLs: http://savannah.gnu.o

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

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 21:01:05 Modified files: linux-user : main.c Log message: User-mode gdbserver port number (Paul Brook) CVSWeb URLs: http://savannah.g

[Qemu-devel] qemu ./exec.c target-ppc/helper.c target-sparc/...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 21:23:39 Modified files: . : exec.c target-ppc : helper.c target-sparc : helper.c op_helper.c Log m

[Qemu-devel] qemu Changelog

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 21:38:50 Modified files: . : Changelog Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu ./exec-all.h target-arm/op.c target-arm/tr...

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 21:39:19 Modified files: . : exec-all.h target-arm : op.c translate.c target-mips: op.c translate.c

[Qemu-devel] qemu sdl.c

2005-10-30 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/10/30 23:19:10 Modified files: . : sdl.c Log message: SDL full screen patch for Windows (malc) CVSWeb URLs: http://savannah.gnu.o

Re: [Qemu-devel] Qemu 0.7.2 on Windows - Serial port communication

2005-11-01 Thread Fabrice Bellard
Hi, It will be supported in the next release, but only on a Linux host. Fabrice. Glenn Gagné wrote: I installed Qemu 0.7.2 on Windows 2000 Pro and I run a Windows 95 in the virtual environement of Qemu. I have an old MS-DOS application to use who communicate on serial port... But it's not wo

[Qemu-devel] qemu configure

2005-11-02 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/02 22:30:45 Modified files: . : configure Log message: gcc4 warning (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

Re: [Qemu-devel] broken links on official website

2005-11-02 Thread Fabrice Bellard
Jim C. Brown wrote: The link for the QEMU Wiki from Morphix Linux doesn't work. It's been down for half a year I believe. Is someone (I'm guessing Fabrice Bellard himself) going to fix this? Done. Fabrice. ___ Qemu-devel mailing

Re: [Qemu-devel] Audio cd's in guest OS

2005-11-05 Thread Fabrice Bellard
Lars Roland wrote: On 11/4/05, Mike Swanson <[EMAIL PROTECTED]> wrote: I've found on systems where traditional rippers don't work (eg, cdparanoia), CDFS has a greater chance of ripping the CDs (by default into WAV, but you can enable an option to rip it in the pure CDDA format if you want).

[Qemu-devel] qemu ./Changelog ./Makefile.target ./vl.c ./vl....

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 14:22:28 Modified files: . : Changelog Makefile.target vl.c vl.h hw : pc.c Added files: .

[Qemu-devel] USB support

2005-11-05 Thread Fabrice Bellard
Hi, I just commited an initial USB support for QEMU. This USB layer will ultimately enable QEMU to use some host USB devices and to simulate USB devices. WARNING: the current USB support is for USB hackers only - it is not meant to be fully usable yet. The following features are implemente

[Qemu-devel] qemu/hw usb.c

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 16:55:48 Modified files: hw : usb.c Log message: cosmetics CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/q

[Qemu-devel] qemu ./Makefile.target hw/pc.c hw/usb.h hw/usb-...

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 16:57:08 Modified files: . : Makefile.target hw : pc.c usb.h Added files: hw : usb-hid.c

Re: [Qemu-devel] USB support

2005-11-05 Thread Fabrice Bellard
Volker Ruppert wrote: Hi, The following features are implemented: - PCI UHCI USB controller (I finally decided to implement UHCI because I know it better than OHCI and because Bochs has a similar driver. Of course it would still be very interesting to have an equivalent OHCI controller for no

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

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 17:22:48 Modified files: hw : usb-uhci.c Log message: same PCI parameters as PIIX3 CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu ./Makefile.target ./qemu-doc.texi ./vl.c ....

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 18:55:28 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h audio : alsaaudio.c audio.c audio.h audio

Re: [Qemu-devel] USB support

2005-11-06 Thread Fabrice Bellard
Lonnie Mendez wrote: On Saturday 05 November 2005 11:10 am, Fabrice Bellard wrote: 1) The host OS must not use the USB device. It means in particular that no host OS driver must be present for that device. The solution I am using is to rename the host kernel module "usb-storage.o"

[Qemu-devel] qemu/hw serial.c

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 15:48:05 Modified files: hw : serial.c Log message: serial load/save VM support (Vincent Pelletier) CVSWeb URLs

[Qemu-devel] qemu ./Makefile.target ./monitor.c ./usb-linux....

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:13:29 Modified files: . : Makefile.target monitor.c usb-linux.c vl.c vl.h hw : pc.c usb-uhci.c usb.c usb.h

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

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:49:56 Modified files: . : qemu-doc.texi vl.c Log message: USB help CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu Makefile.target alpha-dis.c dis-asm.h disa...

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:52:11 Modified files: . : Makefile.target alpha-dis.c dis-asm.h disas.c mips-dis.c Added

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

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 18:20:37 Modified files: . : qemu-doc.texi vl.c vl.h hw : pc.c Log message: suppressed unneeded options -

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

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 19:36:31 Modified files: target-arm : translate.c Log message: thumb BLX insn fix (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu softmmu_header.h

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 19:56:24 Modified files: . : softmmu_header.h Log message: use softfloat types in softmmu_header.h (Paul Brook) CVSWeb URLs

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

2005-11-08 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/08 22:30:36 Modified files: . : Changelog qemu-doc.texi vl.c vl.h hw : serial.c Log message: use host seria

[Qemu-devel] qemu ./vl.h hw/serial.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/10 23:58:33 Modified files: . : vl.h hw : serial.c Log message: char dev ioctls CVSWeb URLs

[Qemu-devel] qemu ./Changelog ./qemu-doc.texi ./vl.c hw/para...

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/10 23:58:52 Modified files: . : Changelog qemu-doc.texi vl.c hw : parallel.c Log message: low level host pa

[Qemu-devel] qemu/hw sb16.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/10 23:59:38 Modified files: hw : sb16.c Log message: spelling fix (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu/hw es1370.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:00:09 Modified files: hw : es1370.c Log message: ES1370 word sized read fix (aka Win9x bug) (malc) CVSWeb URLs

[Qemu-devel] qemu vl.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:00:38 Modified files: . : vl.c Log message: API for changes in VM state (malc) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu vl.h

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:00:47 Modified files: . : vl.h Log message: API for changes in VM state (malc) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu/audio ossaudio.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:02:25 Modified files: audio : ossaudio.c Log message: debug msg (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu/audio mixeng.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:03:07 Modified files: audio : mixeng.c Log message: size_t fix (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

[Qemu-devel] qemu/audio coreaudio.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:03:21 Modified files: audio : coreaudio.c Log message: compile fix (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

[Qemu-devel] qemu/audio audio_template.h

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:03:36 Modified files: audio : audio_template.h Log message: size_t fix (malc) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/v

[Qemu-devel] qemu/audio audio.c

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:04:19 Modified files: audio : audio.c Log message: VM state change support (malc) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu/audio alsaaudio.c audio_int.h

2005-11-10 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/11 00:06:10 Modified files: audio : alsaaudio.c audio_int.h Log message: debug fix (malc) CVSWeb URLs: http://savannah.gnu.org/c

<    4   5   6   7   8   9   10   11   12   >