[Qemu-devel] qemu block-raw.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 09:07:19 Modified files: . : block-raw.c Log message: win32 fixes (initial patch by kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot

[Qemu-devel] qemu/hw tcx.c

2006-08-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/02 22:19:33 Modified files: hw : tcx.c Log message: fixed refresh logic (initial patch by Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/tcx.c

[Qemu-devel] qemu block-raw.c

2006-08-02 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/02 22:02:08 Modified files: . : block-raw.c Log message: some compilation fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.

Re: [Qemu-devel] How to Simulate hardware that counts scanlines?

2006-08-02 Thread Fabrice Bellard
The next release of QEMU is likely to have cycle exact emulation and delivery of interrupts in the middle of a basic block. Regards, Fabrice. Armistead, Jason wrote: Steve Ellenoff wrote: You misunderstand, I have no control over the running program. I didn't write it, I don't have source

[Qemu-devel] qemu Changelog Makefile Makefile.target block-b...

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/01 16:21:11 Modified files: . : Changelog Makefile Makefile.target block-bochs.c block-cloop.c block-cow.c block-dmg.c block

[Qemu-devel] qemu monitor.c

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/01 15:52:40 Modified files: . : monitor.c Log message: commit to specific devices CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.5

[Qemu-devel] qemu qemu-img.c

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/01 15:51:11 Modified files: . : qemu-img.c Log message: show backing file name CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c?cvsroot=qemu&r1=1.1

[Qemu-devel] qemu osdep.h

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/01 15:50:14 Modified files: . : osdep.h Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.h?cvsroot=qemu&r1=1.6&am

[Qemu-devel] qemu osdep.c

2006-08-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/01 15:50:07 Modified files: . : osdep.c Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.c?cvsroot=qemu&r1=1.11&

Re: [Qemu-devel] [RFC][PATCH] make sure disk writes actually hit disk

2006-07-29 Thread Fabrice Bellard
Hi, Using O_SYNC for disk image access is not acceptable: QEMU relies on the host OS to ensure that the data is written correctly. Even the current 'fsync' support is questionnable to say the least ! Please don't mix issues regarding QEMU disk handling and the underlying hypervisor/host OS b

Re: [Qemu-devel] Re: high CPU load / async IO?

2006-07-25 Thread Fabrice Bellard
Jens Axboe wrote: On Tue, Jul 25 2006, Sven Köhler wrote: So the current thread-based async dma patch is really just the wrong long term solution. A more long term solution is likely in the works. It requires quite a bit of code modification though. I see. So in other words: don't ask for

[Qemu-devel] QEMU version 0.8.2

2006-07-23 Thread Fabrice Bellard
Hi, QEMU version 0.8.2 is out. You can download it at http://bellard.org/qemu/download.html. Change log for version 0.8.2: - ACPI support - PC VGA BIOS fixes - switch to OpenBios for SPARC targets (Blue Swirl) - VNC server fixes - MIPS FPU support (Marius Groeger) - Solaris/SPARC

Re: [Qemu-devel] Full Virtualization Mode Crashs Kernel on Guest Machine

2006-07-23 Thread Fabrice Bellard
Hi, Full virtualization (-kernel-kqemu option) is currently not supported for 64 bit guest OSes (to be exact it is implemented but not debugged yet !). I just added a note in the online kqemu documentation. Regards, Fabrice. Cai Qian wrote: Hi, When I use -kernel-kqemu option, it crash th

[Qemu-devel] qemu/audio wavcapture.c

2006-07-22 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/22 17:06:44 Modified files: audio : wavcapture.c Log message: error display fix (malc) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/wavcapture.c?cvsroot=qemu

Re: [Qemu-devel] Trouble with GDB & Some 'Can it be done' Debugging questions

2006-07-20 Thread Fabrice Bellard
Daniel Jacobowitz wrote: On Wed, Jul 19, 2006 at 08:43:57AM +, Steve Ellenoff wrote: #3) Anytime I try to dump the instruction at the current IP such as: (gdb) x /10i $eip I get this - which means it's not actually reading or displaying the memory properly, since those look to be what you

[Qemu-devel] qemu usb-linux.c vl.c hw/usb-hid.c hw/usb-hub.c...

2006-07-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/19 18:06:16 Modified files: . : usb-linux.c vl.c hw : usb-hid.c usb-hub.c usb-msd.c usb.c usb.h Log message: usb destroy API change (Lonnie Mendez

Re: [Qemu-devel] smc91x irq patch

2006-07-19 Thread Fabrice Bellard
Paul Brook wrote: On Tuesday 18 July 2006 18:03, Thorsten Zitterell wrote: I am working on a Gumstix system [1] emulation for QEMU which is based on a Intel XScale processor. The board has an expansion card for network support which is a smc91x compatible NIC. However, the irq line is not direc

[Qemu-devel] qemu usb-linux.c

2006-07-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/19 17:54:57 Modified files: . : usb-linux.c Log message: Linux compilation fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/usb-linux.c?cvsroot=qemu&r1=1.

Re: [Qemu-devel] [usb] call destroy for usb devices upon removal from guest

2006-07-18 Thread Fabrice Bellard
Lonnie Mendez wrote: lo list. I have found the old diff to be incorrect on many levels. New diff has additionally cleanup code for the linux redirector. Please see the attached patch for solution. Forget my last comment - I understand the problem now. I think it was a bad idea to use 'usb_r

Re: [Qemu-devel] [usb] call destroy for usb devices upon removal from guest

2006-07-18 Thread Fabrice Bellard
Hi, Calling dev->handle_reset() is redundant with usb_attach(port, NULL) and is also incorrect because dev->handle_reset is a private helper for the usb devices (the real message is USB_DETACH). Regards, Fabrice. Lonnie Mendez wrote: lo list. I have found the old diff to be incorrect on m

Re: [Qemu-devel] USE_CODE_COPY

2006-07-18 Thread Fabrice Bellard
Hi, USE_CODE_COPY is only used for user level emulation. My current plan is to remove this code ASAP because it adds too much complexity to QEMU and has little use. IMHO it is more useful to concentrate on making the x86 target more accurate (e.g. FPU support in SOFT_FLOAT mode, full segment

[Qemu-devel] qemu Makefile.target cpu-all.h dyngen-exec.h dy...

2006-07-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/18 21:23:34 Modified files: . : Makefile.target cpu-all.h dyngen-exec.h dyngen.c elf.h linux-user : signal.c Log message: Sparc64

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

2006-07-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/18 21:14:10 Modified files: linux-user : elfload.c main.c target-sparc : translate.c Log message: Sparc64 user emulator fixes (Blue Swirl) CVSWeb URLs: http

[Qemu-devel] qemu sparc-dis.c target-sparc/cpu.h target-spar...

2006-07-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/18 21:12:17 Modified files: . : sparc-dis.c target-sparc : cpu.h op.c translate.c Log message: sparc64 fixes (Blue Swirl) CVSWeb URLs: http

[Qemu-devel] qemu qemu-doc.texi audio/audio.c audio/wavcaptu...

2006-07-18 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/18 21:09:59 Modified files: . : qemu-doc.texi audio : audio.c wavcapture.c Log message: audio capture fixes (malc) CVSWeb URLs: http

Re: [Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Fabrice Bellard
Carsten Thorenz wrote: Von: Johannes Schindelin <[EMAIL PROTECTED]> Try pressing&releasing Shift, Alt and Ctrl after loading. O.k., that solves it. But ... P.S.: There were a couple of (almost identical) patches to help that, but they were probably never applied. ... somebody should ta

Re: [Qemu-devel] QuickStartGuide on QEMU Wiki

2006-07-17 Thread Fabrice Bellard
Hi, Thank you for the advices. I modified the web site: tell me if you see other problems. Regards, Fabrice. Dirk Behme wrote: Hi, just fyi: I tried to merge [1] and [2] and to distill a "Quick start guide" http://kidsquid.com/cgi-bin/moin.cgi/QuickStartGuide from it. Maybe someone find

[Qemu-devel] qemu Makefile.target monitor.c audio/audio.c au...

2006-07-16 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/16 18:57:03 Modified files: . : Makefile.target monitor.c audio : audio.c audio.h audio_int.h audio_template.h noaudio.c wavcapture.c

[Qemu-devel] qemu Changelog

2006-07-16 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/16 18:56:50 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.120&

[Qemu-devel] qemu monitor.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 22:03:35 Modified files: . : monitor.c Log message: added mouse event generation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=

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

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 20:26:42 Modified files: . : monitor.c vl.c Log message: generate CRLF instead of LF CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&am

[Qemu-devel] qemu console.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 20:24:31 Modified files: . : console.c Log message: fixed LF interpretation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/console.c?cvsroot=qemu&r1=1.7&am

Re: [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)

2006-07-14 Thread Fabrice Bellard
Lonnie Mendez wrote: I ran a limited test with the new code to see what works. All tests run with kqemu enabled binary (1.3.0pre9). Host is a laptop w/ pentium 3 mobile processor running ubuntu linux. deb-sid (2.6.17-1-686 SMP): qemu -hda deb-sid.qcow -no-kqemu boots to login prompt qemu

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

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 13:13:51 Modified files: . : qemu-doc.texi VERSION Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.9

Re: [Qemu-devel] Fix for accept

2006-07-14 Thread Fabrice Bellard
Pablo Virolainen wrote: So I should write something like following instead? if (!get_user(addrlen,&target_addrlen)) { return -EFAULT } Yes. The code seems to assume target_sockaddr == sockaddr, so why allocate temporary buffer and then do copying? If the assumpti

[Qemu-devel] qemu/hw pcnet.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 09:40:02 Modified files: hw : pcnet.c Log message: win32 compilation fixes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.3&am

[Qemu-devel] qemu vl.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/14 09:36:13 Modified files: . : vl.c Log message: win32 compilation - force process affinity on win32 as a workaround for SMP issues CVSWeb URLs: http

[Qemu-devel] QEMU and variable freq CPUs

2006-07-13 Thread Fabrice Bellard
I just commited a patch which should make QEMU work on PCs with variable CPU frequency. Feel free to send feebacks regarding performance problems or bugs after trying it. Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nong

[Qemu-devel] qemu/hw pcnet.c

2006-07-13 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/13 23:25:11 Modified files: hw : pcnet.c Log message: avoid recursive tx CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.2&am

[Qemu-devel] qemu vl.c vl.h hw/pc.c linux-user/main.c

2006-07-13 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/13 23:20:22 Modified files: . : vl.c vl.h hw : pc.c linux-user : main.c Log message: new clock logic: cpu ticks and virtual clocks are

[Qemu-devel] qemu cpu-all.h

2006-07-13 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/13 23:00:41 Modified files: . : cpu-all.h Log message: export cpu_get_real_ticks() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-all.h?cvsroot=qemu&r1=

[Qemu-devel] qemu Makefile.target

2006-07-13 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/13 23:00:26 Modified files: . : Makefile.target Log message: use posix timers CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1

Re: [Qemu-devel] Fix for accept

2006-07-13 Thread Fabrice Bellard
Hi, OK for the bug report, but the fix is not correct because the problem is generic. [get|put]_user() and the other functions should be used everywhere to communicate with the "user" space and to generate the -EFAULT error if the address is not correct. For that purpose the host signal SIGSE

Re: [Qemu-devel] QEMU and m68k - Has anyone looked at the Syn68k core in Executor ?

2006-07-13 Thread Fabrice Bellard
IMHO the most interesting part of Executor is the Mac OS API emulation layer, but unfortunately it has little relation with QEMU. Fabrice. Armistead, Jason wrote: I came across a product called Executor from a company called Ardi (www.ardi.com). Basically it's a Macintosh 68k emulator that us

Re: [Qemu-devel] Stable clock source

2006-07-11 Thread Fabrice Bellard
Hi malc, In fact I am already working on the issue. My solution is different and it seems to work too. Fabrice. malc wrote: Hello, Attached is a patch that implements non-rdtsc based[1] clock source. Gotchas: 1. Only works on Linux 2. Only works on i386 Linux 3. Only works on i386 Linux wi

[Qemu-devel] qemu/hw rtl8139.c

2006-07-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/10 21:38:17 Modified files: hw : rtl8139.c Log message: fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor Kovalenko) CVSWeb URLs: http

Re: [Qemu-devel] rtc: lost some interrupts at 1024Hz.

2006-07-10 Thread Fabrice Bellard
It seems to be a host kernel problem. Regards, Fabrice. Brad Campbell wrote: G'day all, Just wonder if anyone else is seeing this. I've not had a chance to track it down or try to debug it yet. I'm running latest QEMU CVS with kqemu and the -no-tsc patch on a vanilla 2.6.17.3 kernel with

[Qemu-devel] qemu kqemu.c

2006-07-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/10 19:53:43 Modified files: . : kqemu.c Log message: monitor/mwait workaround CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/kqemu.c?cvsroot=qemu&r1=1.11&

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

2006-07-10 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/10 19:53:04 Modified files: target-i386: exec.h helper.c op.c translate.c Log message: monitor/mwait support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386

[Qemu-devel] qemu audio/alsaaudio.c audio/audio.c audio/audi...

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 21:47:22 Modified files: audio : alsaaudio.c audio.c audio.h audio_int.h audio_template.h coreaudio.c dsound_template.h

[Qemu-devel] qemu/hw pcnet.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 21:42:10 Modified files: hw : pcnet.c Log message: avoid unneeded dependencies CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.

[Qemu-devel] qemu audio/alsaaudio.c audio/audio.c audio/audi...

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 16:51:32 Modified files: audio : alsaaudio.c audio.c audio.h audio_int.h audio_template.h coreaudio.c dsound_template.h

[Qemu-devel] qemu/hw sb16.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 16:49:01 Modified files: hw : sb16.c Log message: sb16 fixes (WfW 3 appears to work with shipped drivers) (malc) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/audio rate_template.h

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 16:47:58 Modified files: audio : rate_template.h Log message: rate converter fix (malc) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/rate_template.h

[Qemu-devel] qemu TODO

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 16:33:33 Modified files: . : TODO Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/TODO?cvsroot=qemu&r1=1.38&

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Fabrice Bellard
Christian MICHON wrote: how do I test it unless I implement it? Is it enough to split the qcow into the clusters, compress each one of them, then add the total files sizes ? Yes. how to split into individual clusters a qcow image ? A good approximation is to use an uncompressed qcow image,

Re: [Qemu-devel] qemu vl.h Makefile.target hw/pci.c hw/pcnet.c

2006-07-04 Thread Fabrice Bellard
Note: I commited the pcnet patch as some people might be interested by it. I was unable to use it with a Knoppix distribution of 2003 so fixes are needed. Fabrice. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/lis

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Fabrice Bellard
Christian MICHON wrote: 1) size... win30.qcow is 7.5Mb (no compress) 3.5Mb (with zlib) it should go down between 2.2Mb and 2.5Mb with lzma Did you compare with 4 KB clusters ? If you compress the whole file it says nothing about the compression gain you will have with 4 KB blocks. Fabrice.

[Qemu-devel] qemu vl.h Makefile.target hw/pci.c hw/pcnet.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 11:33:00 Modified files: . : vl.h Makefile.target hw : pci.c Added files: hw : pcnet.c Log message: pcnet nic support (Antony

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Fabrice Bellard
very nice addition too. Thank Mark for the notes. I'll look at it to see how to start a lzma patch for qcow... On 7/4/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote: Regarding my current plans, the next qcow evolution will be the support for multiple snapshots. Each snapshot will be t

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Fabrice Bellard
Hi, I am not sure it is interesting to store the configuration of the VM in the disk image (there can be several disk images for a given VM). Moreover, extensions to the qcow header must be added at its end. Regarding my current plans, the next qcow evolution will be the support for multiple

[Qemu-devel] qemu/hw rtl8139.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 10:08:36 Modified files: hw : rtl8139.c Log message: rtl8139 fixes (Igor Kovalenko) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&am

[Qemu-devel] qemu exec.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 09:47:34 Modified files: . : exec.c Log message: fix for IO_MEM_ROMD support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/exec.c?cvsroot=qemu&r1=1.81&

[Qemu-devel] qemu/hw pflash_cfi02.c

2006-07-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/04 09:46:31 Modified files: hw : pflash_cfi02.c Log message: flash device fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pflash_cfi02.c?cvsroot=qemu&r1

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Fabrice Bellard
Dirk Behme wrote: Fabrice Bellard wrote: Each machine can add specific support for that (for example a -cpu option). It is likely to come at least for the PC machines. ... I add suggest one more parameter to cpu_mips_set_model() to specify optional features. A function converting a CPU

Re: [Qemu-devel] Notes on the QCOW format

2006-07-03 Thread Fabrice Bellard
Hi, I added a link from the qemu technical documentation html page. I can also commit it in the QEMU sources if you want. Regards, Fabrice. Mark McLoughlin wrote: Hi, I wrote up some notes on the QCOW format: http://www.gnome.org/~markmc/qcow-image-format.html Perhaps wo

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Fabrice Bellard
Thiemo Seufer wrote: Dirk Behme wrote: Fabrice Bellard wrote: You should add a runtime selection system : see the ARM and PowerPC targets (I would prefer a parameter to cpu_init(). It was not done that way on PowerPC for legacy reasons). Each machine should be able to select the processor

[Qemu-devel] qemu/hw rtl8139.c

2006-07-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/07/01 21:41:18 Modified files: hw : rtl8139.c Log message: disable unimplemented C+ mode (aka windows xp 64 fix) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
sible. Many thanks Dirk Fabrice Bellard wrote: Pending MIPS patches (bugs & improvements): === 8. [PATCH] Add mips-user signal handling http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00319.html OK. Need to check the handling of "en

Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
Hi, Another task to improve mips-user and the other QEMU user targets would be to properly define the errno values (use the TARGET_ prefix) and to use them at the appropriate places. A header "errno-generic.h" could be used for most targets and specific targets (such as mips) could add a errn

Re: [Qemu-devel] Re: MIPS instruction set configuration

2006-06-27 Thread Fabrice Bellard
Marius Groeger wrote: On Tue, 27 Jun 2006, Dirk Behme wrote: Fabrice Bellard wrote: 3. [PATCH] Add special MIPS multiply instructions http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00375.html Same remark. These are NEC VR54xx specific extensions to the MIPS instruction set

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

2006-06-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/27 21:08:10 Modified files: linux-user : main.c signal.c syscall.c syscall_defs.h Log message: initial MIPS signal handling (initial patch by Raphael Rigo) CVSWeb URLs: http

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

2006-06-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/27 21:02:43 Modified files: . : vl.c qemu-doc.texi Log message: telnet protocol and more consistent syntax (Jason Wessel) CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu usb-linux.c vl.c hw/usb-hid.c hw/usb-hub.c...

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 21:00:51 Modified files: . : usb-linux.c vl.c hw : usb-hid.c usb-hub.c usb-msd.c usb.h Log message: display device identifier string for user with

Re: [Qemu-devel] Pending MIPS patches

2006-06-26 Thread Fabrice Bellard
Dirk Behme wrote: Fabrice Bellard wrote: 2. [PATCH][MIPS] add "lwu" instruction http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html On which MIPS CPU is it defined ? Need to track instruction sets exactly to be able to select a given MIPS CPU at compile time or d

[Qemu-devel] qemu/target-mips helper.c op.c op_helper.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:29:47 Modified files: target-mips: helper.c op.c op_helper.c Log message: consistent update of ERL and EXL (Dirk Behme) CVSWeb URLs: http://cvs.savannah.gnu.org

Re: [Qemu-devel] win64

2006-06-26 Thread Fabrice Bellard
If it works with Linux too then I can change it without leaving the old value... Fabrice. ZIGLIO, Frediano, VF-IT wrote: I got windows xp 64 working using current CVS. I still have problems with network, I had to use this patch Index: hw/rtl8139.c =

[Qemu-devel] qemu Changelog block.c vl.h

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:08:57 Modified files: . : Changelog block.c vl.h Log message: Windows sparse file support (Frediano Ziglio) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu vl.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:03:44 Modified files: . : vl.c Log message: fix crash when closing windows (Frediano Ziglio) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot

[Qemu-devel] qemu/target-mips op_mem.c translate.c

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 20:02:45 Modified files: target-mips: op_mem.c translate.c Log message: lwu support - generate exception if unaligned pc (Marius Groeger) CVSWeb URLs: http

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

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 19:55:19 Modified files: target-arm : op.c Log message: qsub fix (Wolfgang Schildbach) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/op.c?cvsroot=qemu&am

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

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/26 19:53:29 Modified files: . : cpu-exec.c target-sparc : cpu.h op.c translate.c Log message: SPARC FPU optimization (Blue Swirl) CVSWeb URLs: http

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

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 22:28:15 Modified files: . : vl.h Added files: hw : pflash_cfi02.c Log message: AMD NOR flash device support (initial patch by Jocelyn Mayer

[Qemu-devel] qemu exec.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 22:25:22 Modified files: . : exec.c Log message: support for dynamic address space changes CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/exec.c?cvsroot=qemu

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

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 21:54:59 Modified files: . : cpu-all.h exec-all.h exec.c Log message: low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) CVSWeb URLs

[Qemu-devel] qemu monitor.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 18:28:12 Modified files: . : monitor.c Log message: 64 bit support CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.50&

[Qemu-devel] qemu block-vpc.c cpu-defs.h disas.c kqemu.c mon...

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 18:15:32 Modified files: . : block-vpc.c cpu-defs.h disas.c kqemu.c monitor.c vl.c vl.h audio : audio.c audio_template.h hw

[Qemu-devel] qemu/tests Makefile

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 18:02:38 Modified files: tests : Makefile Log message: sse2 comment CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/Makefile?cvsroot=qemu&r1=1.36&

[Qemu-devel] qemu osdep.h

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 18:02:02 Modified files: . : osdep.h Log message: removed warning CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.h?cvsroot=qemu&r1=1.5&am

[Qemu-devel] qemu console.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 17:37:36 Modified files: . : console.c Log message: avoid name conflicts CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/console.c?cvsroot=qemu&r1=1.6&am

[Qemu-devel] qemu configure

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 17:35:56 Modified files: . : configure Log message: disable user targets by default for cross compile with mingw32 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu vl.c vl.h tap-win32.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 17:18:27 Modified files: . : vl.c vl.h tap-win32.c Log message: multiple wait object support for win32 (kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] Pending MIPS patches

2006-06-25 Thread Fabrice Bellard
Dirk Behme wrote: Hi, just fyi below my list of pending MIPS patches. Not sure if all patches are ready for inclusion, but maybe they are helpful for somebody. I try to track which patches are already applied and which not. Please feel free to add, comment, discuss etc anything. Best regard

[Qemu-devel] qemu console.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 16:26:29 Modified files: . : console.c Log message: send correctly long key sequences on slow terminals - fixes backspace handling CVSWeb URLs: http

[Qemu-devel] qemu vl.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 16:25:21 Modified files: . : vl.c Log message: removed unused code - init timers earlier CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&am

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

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 15:33:53 Modified files: target-sparc : translate.c Log message: cpu_get_phys_page_debug fix (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc

[Qemu-devel] qemu gdbstub.c

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 15:32:38 Modified files: . : gdbstub.c Log message: sparc fpu fix - allow 64 bit addresses (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu Changelog

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 14:50:00 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.118&

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

2006-06-25 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/25 14:49:44 Modified files: . : vl.c qemu-doc.texi Log message: UDP char device (initial patch by Jason Wessel) - TCP char device CVSWeb URLs: http

Re: [Qemu-devel] [PATCH] mips-user socket-related syscall support

2006-06-24 Thread Fabrice Bellard
Raphaël Rigo wrote: Raphaël Rigo wrote: Fabrice Bellard wrote: Another point is that doing: +target_long args[6]; + +tputl(args, arg1); +tputl(args+1, arg2); +tputl(args+2, arg3); +tputl(args+3, arg4); +tputl(args+4, arg5); +tputl(args+5, arg6); at the start of

<    1   2   3   4   5   6   7   8   9   10   >