[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

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/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] 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 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

[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/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

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

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] 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

[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] [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

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
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

[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

[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 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

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

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

[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
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.

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: 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,

[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&

[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/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/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 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 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/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 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&

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/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] 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

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] 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

[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

[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 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/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 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 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/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

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 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] 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 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

[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 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 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 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

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

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

[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

[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 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 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

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

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] [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

[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] 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 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] 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/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] 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 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] 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

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

[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&

[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 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 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 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

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 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.

[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-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 block-qcow.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 17:52:41 Modified files: . : block-qcow.c Log message: added missing returns CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.

[Qemu-devel] qemu osdep.c osdep.h

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 17:53:19 Modified files: . : osdep.c osdep.h Log message: removed unused code CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/osdep.c?cvsroot=qemu&r1=1.1

[Qemu-devel] qemu/audio audio.c

2006-08-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/03 20:39:41 Modified files: audio : audio.c Log message: swapped memset args (Charles Coffing) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/audio.c?cvsroot

[Qemu-devel] qemu sparc64.ld

2006-08-04 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/04 21:55:15 Added files: . : sparc64.ld Log message: sparc64.ld file (Blue Swirl) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sparc64.ld?cvsroot=qemu&rev

[Qemu-devel] qemu block-qcow2.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:14:20 Added files: . : block-qcow2.c Log message: new qcow2 disk image format CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroot=qemu&

[Qemu-devel] qemu block-raw.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:27:56 Modified files: . : block-raw.c Log message: O_LARGEFILE is not needed CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1

[Qemu-devel] qemu Makefile Makefile.target

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:29:27 Modified files: . : Makefile Makefile.target Log message: enable qcow2 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1

[Qemu-devel] qemu vl.h vl.c block.c block_int.h monitor.c qe...

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:31:00 Modified files: . : vl.h vl.c block.c block_int.h monitor.c qemu-img.c Log message: multiple snapshot support CVSWeb URLs: http

[Qemu-devel] qemu/audio wavaudio.c wavcapture.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:31:46 Modified files: audio : wavaudio.c wavcapture.c Log message: use QEMUFile API CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/wavaudio.c?cvsroot=qemu

[Qemu-devel] qemu block-qcow.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:32:10 Modified files: . : block-qcow.c Log message: block API change CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.9&

[Qemu-devel] qemu block-qcow2.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 22:24:28 Modified files: . : block-qcow2.c Log message: fixed disk image creation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroot=qemu&am

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

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 09:51:26 Modified files: . : block-raw.c vl.c vl.h Log message: fixed blocking io emulation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot

[Qemu-devel] qemu block-qcow2.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:34:04 Modified files: . : block-qcow2.c Log message: handle read outside the backing file CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c

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

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:35:09 Modified files: . : block.c block_int.h Log message: qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors CVSWeb

[Qemu-devel] qemu vl.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:36:11 Modified files: . : vl.c Log message: use zlib to compress ram snapshots - correctly save qemu clock CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

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

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 14:50:32 Modified files: . : qemu-doc.texi Changelog Log message: info about VM snapshots CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot

[Qemu-devel] Multiple snapshot

2006-08-06 Thread Fabrice Bellard
Sorry but I don't use VMware. Anyway, I commited some info in the QEMU documentation. Of course, the feature is still experimental and the associated qcow2 disk image format can change without backward compatibility until the next QEMU release. Regards, Fabrice. Mulyadi Santosa wrote: Hi

[Qemu-devel] qemu/hw pflash_cfi02.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 21:13:56 Modified files: hw : pflash_cfi02.c Log message: removed duplicated line CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pflash_cfi02.c?cvsroot=qemu

Re: [Qemu-devel] Raw CD-ROM and hard disk for win32

2006-08-07 Thread Fabrice Bellard
Hi, I find it strange that there is no win32 API to know the size of a CD-ROM. Maybe a CD-ROM specific IOCTL exists ? About the windows device patch detection, I would like a more precise test than "len == 5". Testing if the filename begins with "\\.\" would be better. Supporting also the sy

[Qemu-devel] qemu block.c

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 19:10:16 Modified files: . : block.c Log message: fixed aio emulation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block.c?cvsroot=qemu&r1=1.32&

[Qemu-devel] qemu qemu-img.c

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:33:22 Modified files: . : qemu-img.c Log message: copyright update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c?cvsroot=qemu&r1=1.12&

[Qemu-devel] qemu qemu-img.texi

2006-08-07 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/07 21:33:55 Modified files: . : qemu-img.texi Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.texi?cvsroot=qemu&r1=1.2&am

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