fat-assertion, was Re: [Qemu-devel] Re: Old DOS under Qemu

2005-05-13 Thread Johannes Schindelin
Hi, On Fri, 13 May 2005, Ronald wrote: By the way, I get an Assertion failed box when trying vfat: in block-vvfat.c line 752 Expression mapping-beginmapping-end, that's on win98, using fat: on linux works. Do you have 0 byte files in that directory perchance? Ciao, Dscho

Re: [Qemu-devel] Re: fat-assertion, was Re: Re: Old DOS under Qemu

2005-05-13 Thread Johannes Schindelin
Hi, On Fri, 13 May 2005, Ronald wrote: Le Fri, 13 May 2005 17:02:05 +0200, Johannes Schindelin a écrit : Do you have 0 byte files in that directory perchance? Yes, I have tried with My Documents which contained 3 directories, this works when the directory has files only inside. Okay

Re: [Qemu-devel] Looking for an easy way to exchange data bidirectional between host and guest (including some suggestion)

2005-06-08 Thread Johannes Schindelin
Hi, On Wed, 8 Jun 2005, Henrik Nordstrom wrote: On Tue, 7 Jun 2005, John R. Hogerhuis wrote: Updates in the other direction is harder however, unless vvfat is changed to emulate a floppy with floppy change notification and the guest has support for changing floppy at random. The support

Re: [Qemu-devel] Looking for an easy way to exchange data bidirectional between host and guest (including some suggestion)

2005-06-09 Thread Johannes Schindelin
Hi, On Thu, 9 Jun 2005, Jan Marten Simons wrote: Not quite, but TFTP by protocol design limits filesize to 2^16-1 blocks of 512 bytes or 32 MB minus 512 bytes (33553920 bytes). Well, if this is the case FTP should realy be added as an alternative protocol. Yes, please! And just for me,

Re: [Qemu-devel] KQEMU on Win32 (+patch)

2005-07-28 Thread Johannes Schindelin
Hi, On Thu, 28 Jul 2005, Doctor Bill wrote: If you are running Linux under Windows, I highly recommend using coLinux. AFAIK coLinux is - only for WinNT and better - not easily modified, because it relies on proprietary development components. Ciao, Dscho

Re: [Qemu-devel] file system sharing

2005-07-31 Thread Johannes Schindelin
Hi, On Sun, 31 Jul 2005, Mark Williamson wrote: If only one machine (host or guest) has mounted the device then it should always be safe to do this. You may get away with read only mounting in one and writing in the other but it's not a reliable solution. You almost certainly get not away

Re: [Qemu-devel] Re: no start on amd64 (was: Nothing happens)

2005-08-01 Thread Johannes Schindelin
Hi, On Mon, 1 Aug 2005, Rudi Lippert wrote: So I packed all my C knowledge into a little test program, and here it is: int main(int argc, char* argv) { SDL_Init(SDL_INIT_EVERYTHING); SDL_SetVideoMode(640, 480, 0, SDL_ANYFORMAT); You could try to use specific bit depths, i.e. instead of

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

2005-08-09 Thread Johannes Schindelin
Hi, On Tue, 9 Aug 2005, Adrian Smarzewski wrote: Piotr Roszatycki wrote: The qemu itself can be built with kqemu support and requires just a kqemu/kqemu.h file. Unfortunately, this file is non-free, so such binary couldn't be redistributable, even without prioprietary kernel module. Is

Re: [Qemu-devel] [PATCH 1/3] Fix MIPS counter / compare interrupt

2005-08-15 Thread Johannes Schindelin
Hi, On Mon, 15 Aug 2005, Ralf Baechle wrote: The count / compare interrupt is wired to the CPU's internal interrupt controller, not a PIC. hw/mips_r4k.c| 10 -- target-mips/helper.c | 12 +++- 2 files changed, 19 insertions(+), 3 deletions(-) Index:

Re: [Qemu-devel] [PATCH 1/3] Fix MIPS counter / compare interrupt

2005-08-15 Thread Johannes Schindelin
Hi, On Tue, 16 Aug 2005, Hetz Ben Hamo wrote: You can always put it in the forum in the patches area. Just notify this list that it's there. Sorry, I did not explain. GIT is the new source code management system adopted by many of the Linux kernel developers. It is similar to CVS in that it

Re: [Qemu-devel] qemu exec-all.h

2005-08-21 Thread Johannes Schindelin
Hi, On Sun, 21 Aug 2005, Ozan Türky?lmaz wrote: i have a request cound you put cvs checkouts to another maling list ? I veto that. I find it highly informative what patches Fabrice applied, and it has a high relevance to the name of the list. Ciao,

Re: [Qemu-devel] VNC patch status?

2005-10-08 Thread Johannes Schindelin
Hi, On Sat, 8 Oct 2005, Iain McFarlane wrote: VNC support has now been added to cvs Am I missing something? I don't see it. Furthermore, the main problem still prevails: There is no sane way to get the mouse running yet. I played around with a tablet patch someone sent me, but could not get

Re: [Qemu-devel] VNC patch status?

2005-10-09 Thread Johannes Schindelin
Hi, On Sun, 9 Oct 2005, Jernej Simon?i? wrote: On Sunday, October 9, 2005, 11:30:28, Rui Carmo wrote: My primary use for it is being able to access Linux VM consoles - although I'm curious as to the mouse issues other folk are mentioning - is it a Win98 specific issue? (the only

Re: [Qemu-devel] Re: VMWare player

2005-10-22 Thread Johannes Schindelin
Hi, On Sat, 22 Oct 2005, John R. Hogerhuis wrote: On Sat, 2005-10-22 at 12:48 +0200, Stefano Marinelli wrote: I don't like it. It's just a player and the images can't be written. use qemu-img to create the disk image. That is just creation. I think Stefano meant that you cannot use the

Re: [Qemu-devel] (savevm and loadvm) appropriate order of events

2005-10-25 Thread Johannes Schindelin
Hi, On Tue, 25 Oct 2005, Wesley Parish wrote: when restoring a vm state saved to a file? Eg, do I fire up qemu with this sort of invocation: qemu -boot c -hda hd image etc How ´bout qemu -hda hd image -loadvm myfile Hth, Dscho___

Re: [Qemu-devel] (savevm and loadvm) appropriate order of events

2005-10-25 Thread Johannes Schindelin
Hi, On Tue, 25 Oct 2005, Vesselin Peev wrote: I have found when I do so, I can't use the keyboard once everything is up and running (the mouse works). To work around that, go to the monitor momentarily (doing nothing there) and then back. The keyboard will work then. Please try this: do not

Re: [Qemu-devel] problem to build...

2005-11-02 Thread Johannes Schindelin
Hi, On Wed, 2 Nov 2005, Jim C. Brown wrote: If this turns out to be another I'm using gcc 4 Sorry gcc 4 isn't supported by qemu discussion, I will be forced to take action. sarcasmNeed my gun?/sarcasm ___ Qemu-devel mailing list

Re: [Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread Johannes Schindelin
Hi, On Sat, 5 Nov 2005, [EMAIL PROTECTED] wrote: What is the job of the two files gen-op.h and opc.h? They were created by dyngen -c / -g opc.h contains something like: DEF(movl_A0_EAX, 0, 3) DEF(addl_A0_EAX, 0, 5) DEF(addl_A0_EAX_s1, 0, 6) These are definitions of the oplets. For

Re: [Qemu-devel] Many syntax errors in op.h

2005-11-15 Thread Johannes Schindelin
Hi, On Tue, 15 Nov 2005, Dave Feustel wrote: *(uint32_t *)(gen_code_ptr + 210) = (long)() + 14; This is usually a problem with dyngen extracting meaningless relocations from the object file. It happened to me when I was working on the MIPS (host) support, and a lot of these relocations

Re: [Qemu-devel] Many syntax errors in op.h

2005-11-15 Thread Johannes Schindelin
Hi, On Tue, 15 Nov 2005, Dave Feustel wrote: On Tuesday 15 November 2005 12:23, Jamie Lokier wrote: () is not valid C. That's what I thought too. requires an operand. So why are these lines of code in op.h? Should they be commented out? Should a dummy operand be inserted? N!

[Qemu-devel] [PATCH] Fix block-vvfat for DOS 6.22

2005-11-19 Thread Johannes Schindelin
DOS 6.22 ignores the number_of_sectors_per_fat entry in the boot block, but insists on the minimal amount. Since I miscalculated that value, it did not match the expectations of DOS. Signed-off-by: Johannes Schindelin [EMAIL PROTECTED] --- If you will find the solution to the MS-DOS

Re: [Qemu-devel] Patch: Ctrl+Ins to copy console on windows

2005-11-20 Thread Johannes Schindelin
Hi, On Sun, 20 Nov 2005, art yerkes wrote: This is a small patch to enable copying the current console to the clipboard with Ctrl+Ins. A line break is added after the last nonblank character of each copied line. +static void console_copy() +{ +#ifdef _WIN32 Thank you! I always wanted to

Re: [Qemu-devel] Re: Compile failure of 0.7.2 with gcc 4.0.1

2005-11-20 Thread Johannes Schindelin
Hi, On Sun, 20 Nov 2005, Kurt B Cox wrote: [a small note, quoting a whole lot of rubbish first, so that I was bored until I read what actually he wrote] Maybe you want to cull a few quoted lines next time? Especially if you do not reference any part of the quoted text in your message? Hth,

[Qemu-devel] [PATCH] Do not commit the same changes over and over again

2005-11-30 Thread Johannes Schindelin
to clean up after a successful commit. Signed-off-by: Johannes Schindelin [EMAIL PROTECTED] --- block-qcow.c | 19 +++ block.c |4 block_int.h |1 + 3 files changed, 24 insertions(+), 0 deletions(-) applies-to: eda838aecf494ccae7a893bb9d1891f4f3a1a5c8

Re: [Qemu-devel] Location of temporary file for sectors on Windows (XP)

2005-12-05 Thread Johannes Schindelin
Hi, On Thu, 1 Dec 2005, W. Craig Scratchley wrote: On Windows (XP), however, I am getting files of the form s??? in the C:\ directory. This is causing problems at SFU because student accounts don't have write access to the C:\ directory and this seems to be causing Qemu to immediately

Re: [Qemu-devel] Location of temporary file for sectors on Windows (XP)

2005-12-05 Thread Johannes Schindelin
Hi, On Tue, 6 Dec 2005, malc wrote: On Tue, 6 Dec 2005, Johannes Schindelin wrote: Hi, On Thu, 1 Dec 2005, W. Craig Scratchley wrote: On Windows (XP), however, I am getting files of the form s??? in the C:\ directory. This is causing problems at SFU because student accounts

Re: [Qemu-devel] Re: qemu curses driver

2005-12-12 Thread Johannes Schindelin
Hi, thank you for your quick reply! On Mon, 12 Dec 2005, andrzej zaborowski wrote: - fixed the terminal resize event handling, now it should work regardless of the curses library implementation, Unfortunately, it does not work here. ATM I am using a cygwin rxvt, and run qemu via SSH. I

Re: [Qemu-devel] Parallel Port Support

2005-12-14 Thread Johannes Schindelin
Hi, On Tue, 13 Dec 2005, Oliver Gerlich wrote: Wow... looks like Fabrice stripped down Qemu to its bare minimum during the past days ;) Seriously, probably the script which downloads the CVS version every day broke somehow... But I can confirm that it still worked on 2005-12-07, though.

Re: [Qemu-devel] Supporting a new processor

2005-12-16 Thread Johannes Schindelin
Hi, On Fri, 16 Dec 2005, Ozan Türky?lmaz wrote: On 16/12/05, Gregory Jackson [EMAIL PROTECTED] wrote: Hellow fellow developer, Our research group at UCSC would like to use qemu to support a new ISA (instruction set architecture) being developed here. Are here any

Re: [Qemu-devel] Compile fix for win32

2005-12-19 Thread Johannes Schindelin
Hi, On Mon, 19 Dec 2005, Kazu wrote: It is comile fix for win32. Sorry... I fixed the headers of my installation. I think that MinGW should be fixed, really. Everybody passes down a mode when creating a directory. But you're correct, as long as they don't get their act together, we should

Re: [Qemu-devel] QEMU version 0.8.0

2005-12-20 Thread Johannes Schindelin
Hi, On Tue, 20 Dec 2005, Martin Bochnig wrote: I'll include a version of /usr/local/bin/qemu specially compiled for WinNT-3.1 guests (cpu identification). Is that Win-3.1 or NT-3.5 or NT-4.0? Is there a patch? Ciao, Dscho ___ Qemu-devel mailing

Re: [Qemu-devel] [PATCH] support for Mac OS X default compiler

2005-12-20 Thread Johannes Schindelin
Hi, On Tue, 20 Dec 2005, Daniel Egger wrote: On 19.12.2005, at 23:35, Fabrice Bellard wrote: Does -fno-tree-ch works on PC ? Yes. However using it might introduce a performance hit. Why not just test for Darwin *and* for GCC 4, and be done with it? Ciao, Dscho

Re: [Qemu-devel] [PATCH] libusb host usb redirector

2005-12-23 Thread Johannes Schindelin
Hi, On Thu, 22 Dec 2005, Lonnie Mendez wrote: The files are located here: http://gnome.dnsalias.net/patches/ Forbidden You don't have permission to access /patches/libusb0.zip on this server. Thank you, Dscho ___ Qemu-devel mailing list

Re: [Qemu-devel] OpenStep / Busmouse - correct patch

2006-01-01 Thread Johannes Schindelin
Hi, On Sun, 1 Jan 2006, [EMAIL PROTECTED] wrote: I attached the correct version to this mail. Sorry... Impressive! How about this on top (unfortunately untested, since I do not have a system handy which supports a busmouse): --- [PATCH] Add -busmouse switch Now, you can enable the busmouse

Re: [Qemu-devel] OpenStep / Busmouse - correct patch

2006-01-03 Thread Johannes Schindelin
Hi, On Tue, 3 Jan 2006, [EMAIL PROTECTED] wrote: The most difficult problem was actually finding documentation on the busmouse controller ;-). That always seems to be the biggest problem... How about this on top (unfortunately untested, since I do not have a system handy which supports

Re: [Qemu-devel] qemu and configuration file?

2006-01-03 Thread Johannes Schindelin
Hi, On Tue, 3 Jan 2006, Flavio Visentin wrote: It would be useful for automatic startup of the VMs by init scripts. OTOH it's very simple to create a config file parser with perl/python/bash who can wrap around qemu options. It is simpler to write the bash script right away, especially if

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-04 Thread Johannes Schindelin
Hi, On Wed, 4 Jan 2006, Jens Axboe wrote: 1.0.GIT Using git for QEmu development? Welcome to the club. ;-) Regarding your patches: as far as I understand them, I like 'em. Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Johannes Schindelin
Hi, On Thu, 5 Jan 2006, Jens Axboe wrote: Are you using a persistent git repo for qemu (ie continually importing new changes)? I've considered setting one up :-) Yes, I have a persistent repo. But I don't know where to put it (Takes up about 18MB ATM). I also have several branches where I

Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT

2006-01-05 Thread Johannes Schindelin
Hi, On Thu, 5 Jan 2006, Jens Axboe wrote: On Thu, Jan 05 2006, Jens Axboe wrote: Are you using a persistent git repo for qemu (ie continually importing new changes)? I've considered setting one up :-) I set up such a gateway, should be updated every night from Fabrices cvs repository.

Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 34, Issue 8

2006-01-06 Thread Johannes Schindelin
Hi, On Thu, 5 Jan 2006, Josè Gerardo Gonzàlez Jimènez wrote: Hi, i'm new on this list... bus i have a suggestion, is not ease read mails with 100 lines of code... why don't put it in a webpage/blog, and only paste an URL to see it?? that may make more clean to read this mails... First of

Re: [Qemu-devel] qemu and configuration file?

2006-01-08 Thread Johannes Schindelin
Hi, On Sun, 8 Jan 2006, Giuseppe Della Bianca wrote: Giuseppe Della Bianca wrote: Please, who is that decides if to insert patch or modifications in qemu code? Fabrice That is not completely true. QEmu is Open Source, and the license permits to have your own version (fork). Just

Re: [Qemu-devel] Breaking on start of MBR

2006-01-10 Thread Johannes Schindelin
Hi, On Tue, 10 Jan 2006, Jan Rupar wrote: I'm trying to use QEMU step through some MBR assembly code by using gdb remotely, and I can't figure out where to set the breakpoint. I know that on a native PC the MBR code gets relocated to 0x7c00, but that didn't work when running through QEMU.

Re: [Qemu-devel] Re: MIPS little endian system emulation?

2006-01-11 Thread Johannes Schindelin
Hi, On Wed, 11 Jan 2006, Domen Puncer wrote: --- qemu-0.8.0/configure 2005-12-19 23:51:53.0 +0100 +++ qemu/configure2006-01-11 12:59:38.0 +0100 @@ -229,7 +229,7 @@ if test -z $target_list ; then # these targets are portable -target_list=i386-softmmu

Re: [Qemu-devel] problem with vvfat and plan9

2006-01-12 Thread Johannes Schindelin
Hi, On Thu, 12 Jan 2006, Jens Arm wrote: cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries out of range Note that the difference of the larger numbers is exactly 63... It might be fixed by replacing the line s-sector_count=0xec04f; with

Re: [Qemu-devel] serial.c changes to make smartcard reader work on win2003 emulated on linux

2006-01-13 Thread Johannes Schindelin
Hi, On Fri, 13 Jan 2006, Juergen Pfennig wrote: As qemu's tendency to accept patches is not clear yet, you should make some statement of how to continue. I am not the maintainer (this is Fabrice), but I am sure other people (including me) are interested in your patch. Just send it.

Re: [Qemu-devel] Qemu - where will it go?

2006-01-16 Thread Johannes Schindelin
Hi, On Sun, 15 Jan 2006, Fabrice Bellard wrote: Using legacy apps is clearly an interesting topic for QEMU. With the improved dynamic translator written by Paul Brook (but not merged yet), QEMU will be far less dependent of C compiler and porting the dynamic translator to a new host will

Re: [Qemu-devel] [PATCH] PC speaker emulation (fixed)

2006-01-20 Thread Johannes Schindelin
Hi, On Fri, 20 Jan 2006, Joachim Henke wrote: Thanks for the hint! I assume, the reason, why floating point calculations should be avoided, is to be compatible with processors like ARM, that don't necessarily have an FPU. Yes, I'll rewrite the waveform generation stuff to fit in fixed

Re: [Qemu-devel] [PATCH] Add gcc 4.0 support

2006-02-15 Thread Johannes Schindelin
Hi, AFAIR gcc 4 had different problems on different platforms. Does your patch solve them? Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] vvfat driver problems on OS X: failed assertion

2006-02-18 Thread Johannes Schindelin
Hi, On Fri, 17 Feb 2006, Stealth Dave wrote: I'm having problems using the vvfat driver on OS X 10.3.9 and 10.4.4. I'm getting the following error: $ qemu -cdrom slax.iso -hda fat:/Users/stealthdave/ -boot d starting qemu... /Users/stealthdave/Source/qemu/qemu-smb-make/block-vvfat.c:97:

Re: [Qemu-devel] qemu compilation and gcc4 / FC4

2006-02-21 Thread Johannes Schindelin
Hi, Tip of the day: some mailing lists are searchable: http://article.gmane.org/gmane.comp.emulators.qemu/9814 Hth, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [PATCH] reduce magic numbers length to 16 bytes (qemu-binfmt-conf.sh)

2006-03-12 Thread Johannes Schindelin
Hi, On Sat, 11 Mar 2006, Paul Brook wrote: To not make this thread completely useless: I find /usr/share/misc/file/magic very useful to get machine patterns (as detected by file). Search there for magic for ELF executables and you will find a fairly complete list of machine magic

Re: [Qemu-devel] Keyboard/Mouse issues on WinXP loadvm

2006-03-29 Thread Johannes Schindelin
Hi, On Wed, 29 Mar 2006, Andrew Barr wrote: The virtual keyboard and mouse appear to be confused after loadvm'ing on Windows XP SP2 (and 2000 SP4 as well) guest (Qemu CVS on Linux host). The control key appears to be stuck down. While looking for something unrelated in the mailing list

Re: [Qemu-devel] Translation cache sizes

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Mulyadi Santosa wrote: With those changes in place, the same boot-to-kdm process requires only about 57 translations to be made, and 2 cache flushes to happen. Of course the cost is an extra 48M of memory use. Good to hear! Wow! Maybe we should made those

Re: [Qemu-devel] VNC terminal server?

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Samuel Hunt wrote: It occurs to me that this program would make an excellent basis for a VNC terminal server. Yeah, something like that has been done already: http://libvncserver.sourceforge.net/qemu/qemu-rfb13.patch.gz There is a notable update since rfb12 (which is

Re: [Qemu-devel] VNC terminal server?

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Mark Williamson wrote: The Xen copy of pckbd.c includes a patch to emulate a Summagraphics tablet, in order to fix this problem. This is probably reusable for QEmu itself. I even know who wrote it... Donald Dugger. He forwarded it to me also, and I even think it

Re: [Qemu-devel] VNC terminal server?

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Leonardo E. Reiter wrote: this virtual Wacom tablet you refer to... is there a [free or built-in] Windows 2000/XP driver associated with it that supports either no acceleration and/or absolute positioning? Frankly, I do not know if they are free. But as nobody pays

Re: [Qemu-devel] VNC terminal server?

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Jim C. Brown wrote: On Sat, Apr 08, 2006 at 08:24:03PM +0200, Johannes Schindelin wrote: IMHO the biggest obstacle to inclusion in mainline QEmu is that the mouse support is rather flakey: You have to disable mouse acceleration of the guest OS. I had

Re: [Qemu-devel] Unified device model

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Jim C. Brown wrote: On Sat, Apr 08, 2006 at 09:57:10PM +0200, Stanislav Shwartsman wrote: It is not a secret that all open source emulators (QEMU, Bochs, Xen) use the same emulated devices and mostly copy-paste their emulation one from another. While from my

Re: [Qemu-devel] VNC terminal server?

2006-04-08 Thread Johannes Schindelin
Hi, On Sat, 8 Apr 2006, Jim C. Brown wrote: On Sat, Apr 08, 2006 at 09:12:18PM +0200, Johannes Schindelin wrote: Anthony Ligouri has written a patch for wacom support. However, when I combine this with the -no-sdl-grab patch I still see syncing issues. Where can I get

Re: [Qemu-devel] USB Tablet Emulation

2006-04-10 Thread Johannes Schindelin
Hi, On Mon, 10 Apr 2006, Brad Campbell wrote: Not complaining at all. I was looking at removing the magic mouse stuff but that would then remove functionality for clients that currently can't use the hid-abs support. So I left it there and patched it up to work. Good! I'll give it a try

Re: [Qemu-devel] Wolfgang Schildbach is out of the office.

2006-04-14 Thread Johannes Schindelin
Hi everybody, *in particular Wolfgang Schildbach*, On Fri, 14 Apr 2006, Wolfgang Schildbach wrote: I will be out of the office starting 14.04.2006 and will not return until 18.04.2006. That is so nice for you. But not for me. Could you just turn off the auto-reply to a *list* FGS? Hth,

Re: [Qemu-devel] usb tablet working with linux/xfree86 guest in absolute mode

2006-04-14 Thread Johannes Schindelin
Hi, On Fri, 14 Apr 2006, Jim C. Brown wrote: The tablet works with the evtouch driver. Great work! Scrolling and the middle button don't seem to be supported by the driver. How about using the old ps2 for that (not disabling it completely, after all)? Ciao, Dscho

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

2006-04-25 Thread Johannes Schindelin
Hi, On Tue, 25 Apr 2006, Fabrice Bellard wrote: I need more time to accept your big patch. I think it would have been better to separate the bug fixes, the new USB host drivers and the API changes. I would have included the first two without problem, but I need to better understand your API

Re: [Qemu-devel] Large USB-Patch Documentation and todays CVS patch

2006-04-26 Thread Johannes Schindelin
As Fabrice pointed out to me yesterday, it takes time to understand the new usb api. To make this process easier I have assembled a small documentation. You will find it here: http://217.20.126.200/tino/usb_api.pdf http://217.20.126.200/tino/usb_api.odg That is a nice description. the

Re: [Qemu-devel] Large USB-Patch Documentation and todays CVS patch

2006-04-27 Thread Johannes Schindelin
Hi, nix.wie.weg wrote: Johannes Schindelin wrote: I am quite sure you put a lot of work into this patch, but you sure make it hard to appreciate, too. First note that applying such a huge patch is bad. Let me help you (a little more than last time) Sorry I dont know why, but I have

Re: [Qemu-devel] [PATCH] VNC display support for QEMU

2006-04-30 Thread Johannes Schindelin
Hi, On Sat, 29 Apr 2006, Anthony Liguori wrote: I would have been more inclined to use LibVNCServer if it wasn't based on threading. I really wanted an asynchronous implementation of a VNC server that didn't depend on threads. AFAICT it does not. In vnc_refresh(), there is a call to

Re: [Qemu-devel] [PATCH] VNC display support for QEMU

2006-05-01 Thread Johannes Schindelin
Hi, On Mon, 1 May 2006, Brad Campbell wrote: I need to look at the protocol and see if there is a way to instruct the client to change its size on the fly also.. at the moment booting win2k I have three different client sizes and need to close/reopen the client for each change.

Re: [Qemu-devel] PATCH: solaris-sparc-slirp fix

2006-05-02 Thread Johannes Schindelin
Hi, On Tue, 2 May 2006, Ben Taylor wrote: Tried it, still didn't come up correctly, with or without the -bgr flag and using the vnc option. I guess the problem is that client format and pixel format are different. The RFB protocol says that the server has to convert to the client format

Re: [Qemu-devel] qemu disk on vfat

2006-05-07 Thread Johannes Schindelin
Hi, On Mon, 8 May 2006, Yann Le Doaré wrote: It seems like qemu 0.8.0 does not accept image file from a vfat partition. Is it a bug ? No. You cannot emulate a whole disk by providing only a partition. Ciao, Dscho ___ Qemu-devel mailing list

Re: [Qemu-devel] using partition images

2006-05-08 Thread Johannes Schindelin
Hi, On Mon, 8 May 2006, Jim C. Brown wrote: I can't think of any disk format that's heavily used in qemu that is normally used for partition images except for raw. OTOH it might be interesting to have qcow partition images. Well, you might argue it is not heavily used, but there is a disk

Re: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v...

2006-05-25 Thread Johannes Schindelin
Hi, On Thu, 25 May 2006, Paul Brook wrote: Add USB mass storage device emulation. Cool! Does this work with the VFAT emulation layer? Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Johannes Schindelin
Hi, On Thu, 1 Jun 2006, Marius Groeger wrote: with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the appended patch. Which patch? Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-06-03 Thread Johannes Schindelin
Hi, On Fri, 2 Jun 2006, James Supancic wrote: But, I am using a version of wine on Linux compiled for Linux? wine is a Linux program is it not? Well, partly so. It actually does quite a lot of fiddling to fake a Windows memory layout for one. I remember that there were some problems with

Re: [Qemu-devel] Saving Sparc NVRAM contents between QEMU sessions

2006-06-08 Thread Johannes Schindelin
Hi, On Thu, 8 Jun 2006, Armistead, Jason wrote: Is there any functionality, existing or planned or patched, to save Sparc NVRAM contents between QEMU sessions and reload it when QEMU starts up ? AFICT, no. Obviously, writing a save / restore function for NVRAM is not terribly difficult,

Re: [Qemu-devel] Recent patches for qemu block-cow.c etc breaks Win32 build becaus e of fsync()

2006-06-08 Thread Johannes Schindelin
Hi, On Thu, 8 Jun 2006, Armistead, Jason wrote: #ifndef _WIN32 fsync(blah); #else _commit(blah); #endif Why not define it in config-host.mak like this: --- configure.old 2006-06-08 23:06:48.0 +0200 +++ configure 2006-06-08 23:07:10.0 +0200 @@ -102,6 +102,7 @@

Re: [Qemu-devel] Recent patches for qemu block-cow.c etc breaks Win32 build becaus e of fsync()

2006-06-08 Thread Johannes Schindelin
Hi, On Thu, 8 Jun 2006, Paul Brook wrote: Why not define it in config-host.mak like this: --- configure.old 2006-06-08 23:06:48.0 +0200 +++ configure 2006-06-08 23:07:10.0 +0200 @@ -102,6 +102,7 @@ ;; MINGW32*) mingw32=yes +CFLAGS=-Dfsync=_commit

Re: [Qemu-devel] Recent patches for qemu block-cow.c etc breaks Win32 build becaus e of fsync()

2006-06-08 Thread Johannes Schindelin
Hi, On Thu, 8 Jun 2006, Paul Brook wrote: I mean you should add a #define in a header file somewhere (eg. vl.h where there are already similar things), not do it via a commandline option. You mean something like this? --- vl.h.old2006-06-08 23:58:55.0 +0200 +++ vl.h

Re: [Qemu-devel] Support Questions

2006-06-12 Thread Johannes Schindelin
Hi, On Mon, 12 Jun 2006, Natalia Portillo wrote: Fabrice Bellard is main developer, and KQEMU whole developer. Paul Brook maintains ARM system, and QVM86 whole developer. ... and has commit rights to QEmu's main repository. Jocelyn Mayer (away) maintains PPC system. Blue Swirl maintains

Re: [Qemu-devel] Mouse gets stuck w/ qemu-0.8.1 running Windows2000/XP

2006-06-13 Thread Johannes Schindelin
Hi, On Tue, 13 Jun 2006, Agustin Barto wrote: I'm running WindowsXP (the problem is also present with Windows2000) on qemu-0.8.1 over an FC5 host, and sometimes the mouse gets stuck at some point (kinda like hitting a screen edge) and I have to wiggle the mouse a bit to pass over this limit.

Re: [Qemu-devel] Support Questions

2006-06-13 Thread Johannes Schindelin
Hi, On Tue, 13 Jun 2006, Joe Lee wrote: I came across a product called Iemulator and think it based on QEMU. If so, I wanted to know how possible is it to re-brand qemu to something similar to Iemulator. It is based on QEmu. See http://www.iemulator.com/iemulator_faq.php, Is iEmulator

Re: [Qemu-devel] VMware Player

2006-06-15 Thread Johannes Schindelin
Hi, On Thu, 15 Jun 2006, Julian Seward wrote: On Thursday 15 June 2006 14:18, WaxDragon wrote: On 6/15/06, kadil [EMAIL PROTECTED] wrote: On Wed, 2006-06-14 at 18:10 +0200, Oliver Gerlich wrote: Real world, gui's are just so easy desirable, especially if the gui is consistent across

Re: [Qemu-devel] VMware Player

2006-06-15 Thread Johannes Schindelin
Hi, On Thu, 15 Jun 2006, Joe Lee wrote: Some of us appriciate the fact that qemu has no GUI per se. ;0) Your right! the keyword is some but not all. I think if QEMU is to be adopted by the masses it will need to come up with a quality GUI-Frontend. You're right! However, as Julian pointed

Re: [Qemu-devel] VMware Player

2006-06-15 Thread Johannes Schindelin
Hi, On Thu, 15 Jun 2006, Joe Lee wrote: You're right! However, as Julian pointed out: it is less than fascinating to work on a GUI, _especially_ if it is for the masses who tend to criticize without contributing*Footnote 1*. I am not sure I agree if that thought. It really depends on

Re: [Qemu-devel] VMware Player

2006-06-15 Thread Johannes Schindelin
Hi, On Thu, 15 Jun 2006, Joe Lee wrote: BTW, I am curious to know how much would it cost to develop a good GUI-Frontend for QEMU that would be comparable to VMware. How much man hours would this likely take? I do not know VMware. Anybody? I would be interested, too, to know how

Re: [Qemu-devel] VMware Player

2006-06-15 Thread Johannes Schindelin
Hi, On Fri, 16 Jun 2006, Oliver Gerlich wrote: Johannes Schindelin schrieb: On Thu, 15 Jun 2006, Joe Lee wrote: BTW, I am curious to know how much would it cost to develop a good GUI-Frontend for QEMU that would be comparable to VMware. How much man hours would this likely take? I

Re: [Qemu-devel] VMware Player

2006-06-16 Thread Johannes Schindelin
Hi, On Fri, 16 Jun 2006, Joe Lee wrote: I thought I share this with you all. I have been looking into XEN lately and someone has developed a GUI-Frontend for it. Here's the link below showing images for the GUI interface to manage xen. A similar type GUI interface could be done for QEMU. I

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Johannes Schindelin
Hi, you said you could come up with a patch easily? Please do; it is much easier discussing things with a working prototype. Also, if you change the version of qcow, please make sure that you keep the code backwards compatible: lots of people have qcow images they expect to work in 10 years,

Re: [Qemu-devel] QCow v2

2006-07-04 Thread Johannes Schindelin
Hi, On Tue, 4 Jul 2006, Christian MICHON wrote: ok, I used split -b 4k on a 7716864 bytes qcow. I used standard lzma compression and get 1884 7z-clusters with a grand total of 3558617 bytes (indeed the gain is small). The standard zlib qcow gave 3704180 bytes... That is what I expected.

Re: [Qemu-devel] QEMU GUI

2006-07-07 Thread Johannes Schindelin
Hi, On Sat, 8 Jul 2006, Chris Wilson wrote: I personally don't like tcl as a language, and prefer to code in C++ for efficiency. Hmmm. C++ and efficiency _does_ constitute a contradiction. Just think operator+(). Honestly, the most inefficient code I saw was done in C++. You really should

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

2006-07-17 Thread Johannes Schindelin
Hi, On Mon, 17 Jul 2006, Carsten Thorenz wrote: I've experienced problems after loading a vm. It works fine if the vm is loaded via loadvm inside the monitor, but if I load the same vm from the shell with qemu blah blah -loadvm my_vm, the keyboard is not working correctly. Any hints?

Re: [Qemu-devel] Run program without kernel. Possible? (part 2)

2006-07-18 Thread Johannes Schindelin
Hi, Yes. To a certain extent: If you run x86 linux, and you want to execute a program for PPC linux, you can use the usermode emulation (-user). Unfortunately, this is only possible if you run Linux _and_ the program is for Linux (on another CPU). If you want to do this for Darwin, you might

Re: [Qemu-devel] 0.8.2 and win64

2006-07-26 Thread Johannes Schindelin
Hi, On Wed, 26 Jul 2006, ZIGLIO, Frediano, VF-IT wrote: Just to make it happy I wrote this patch that add a rtl8139too card. It simply change pci revision id but use rtl8139 code. Nice. -s = d-rtl8139; - /* I/O handler for memory-mapped I/O */ s-rtl8139_mmio_io_addr =

Re: [Qemu-devel] 0.8.2 and win64

2006-07-26 Thread Johannes Schindelin
Hi, On Wed, 26 Jul 2006, Johannes Schindelin wrote: On Wed, 26 Jul 2006, ZIGLIO, Frediano, VF-IT wrote: -s = d-rtl8139; - /* I/O handler for memory-mapped I/O */ s-rtl8139_mmio_io_addr = cpu_register_io_memory(0, rtl8139_mmio_read, rtl8139_mmio_write, s

Re: [Qemu-devel] AltGr keystrokes

2006-07-31 Thread Johannes Schindelin
Hi, On Mon, 31 Jul 2006, Eric Hameleers wrote: What is the difference with the old RFB patch that the currently built-in VNC server handles differently? The old RFB patch uses the infrastructure of LibVNCServer, which has been tried and tested. Unfortunately, Anthony decided to fix the

VNC (or RFB), was Re: [Qemu-devel] Re: AltGr keystrokes

2006-08-01 Thread Johannes Schindelin
Hi, On Wed, 2 Aug 2006, Edu wrote: I also have issues with extended characters in my keyboard layout when using VNC. Part of them seem to be caused by sign extension in function read_u32 from vnc.c, which should not be done. I just _cannot_ resist in pointing out that I never had issues

Re: [Qemu-devel] windows xp under pclinuxos 2005

2006-08-22 Thread Johannes Schindelin
Hi, On Tue, 22 Aug 2006, Jan Marten Simons wrote: I'm still thinking FTP would be a useful alternative as it's more low-level. It is not only simpler, it is no file system. With FTP, you'd still have to download the files to use them. By contrast, SMB and NFS allow you to use the files

Re: [Qemu-devel] Building a Linux Distro

2006-09-02 Thread Johannes Schindelin
Hi, On Sat, 2 Sep 2006, Michael Fisher wrote: I want to create a distro small Linux distro that will boot as a Qemu guest as quickly as possible. The fastest would be to savevm a fully booted system, and call QEmu with -loadvm. Hth, Dscho ___

Re: [Qemu-devel] Porting QEMU to run on Plan9

2006-09-17 Thread Johannes Schindelin
Hi, On Sun, 17 Sep 2006, Bankim Bhavsar wrote: We are graduate students from CMU, working on an OS project. We want to port QEMU so it can run on Plan9 and Plan9 users can thus run Linux on Plan9 that way. Is there a porting guide to port QEMU to a new host OS ? Anyone have suggestions on

Re: [Qemu-devel] Porting QEMU to run on Plan9

2006-09-17 Thread Johannes Schindelin
Hi, On Sun, 17 Sep 2006, Deepti Chheda wrote: http://libvncserver.sourceforge.net/qemu/qemu-porting.html We had already visited that link. But it seems to us that the guide is for porting it to a new hardware platform, and not for porting it so it runs on a new OS. Are we wrong? You

[Qemu-devel] qemu-i386 on ppc: tls issues

2006-09-23 Thread Johannes Schindelin
Hi, since I got my iBook (now running Linux), I always wanted to use qemu-i386 to run those fancy i386-only gimmicks like Flash player etc. Now, I finally got around to actually try to get it working, but I always fail with cannot set up thread-local storage: set_thread_area failed when

  1   2   3   >