[Qemu-devel] FEATURE REQUESTS: multiple smb folders and compressed vm file support

2006-02-09 Thread Stealth Dave
I have a couple of feature requests that should be fairly simple for an experienced C developer to implement: First, allowing multiple folder support for built-in smb. By adding parameters and formatting to the -smb attribute, the command-line could be parsed to allow multiple folders to be s

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Phil Krylov
On 10/02/06, Anthony Liguori <[EMAIL PROTECTED]> wrote: > Jim C. Brown wrote: > > -kernel-kqemu virtualizes ring 0 code. > > > > So it basically makes qemu do what VMware does. > > > > IIRC someone reported a 33% speedup with the new option. > > > That was me. That was a 33% speedup on win2k start

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Fabrice Bellard
Hi, I will update the documentation about "-kernel-kqemu" soon. To be short: as some people already noticed, this option allows to run user code and most of the kernel code on "bare metal". The result is usually a noticable speed up. Only the following guest OSes are supported: Linux, Windows

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Anthony Liguori
Jim C. Brown wrote: -kernel-kqemu virtualizes ring 0 code. So it basically makes qemu do what VMware does. IIRC someone reported a 33% speedup with the new option. That was me. That was a 33% speedup on win2k startup time. kqemu (user only) has a negligible impact on win2k startup time wh

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread malc
On Thu, 9 Feb 2006, Brad Campbell wrote: I wrote a userspace touchscreen driver years ago that worked on win95-> and would probably still work on the latest and greatest.. it was actually a userspace application that talked to the touchscreen over rs232.. I could probably modify that to work

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

2006-02-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/09 21:54:36 Modified files: target-i386: helper.c Log message: always compile 'int' traces CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/

[Qemu-devel] qemu/pc-bios bios.bin bios.diff

2006-02-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/09 21:51:02 Modified files: pc-bios: bios.bin bios.diff Log message: BIOS workarounds for kqemu CVSWeb URLs: http://cvs.savannah.gnu.org/view

Re: [Qemu-devel] qemu cpu-all.h monitor.c

2006-02-09 Thread Paul Brook
On Thursday 09 February 2006 17:04, Mulyadi Santosa wrote: > Dear Fabrice > > > Log message: > > support for builtin profiler > > Does this mean, qemu will have native profiling support just like > oprofile does? In other word, we can easily access cpu perfomance > counter such as TLB miss, una

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Paul Brook
> > From the source I can't see what device you are actually emulating > > (or is this a custom one?) > > > > Mike > > Its basically a PS/2 mouse that sends absolute coordinates instead of > relative/delta values. No it's not. It's a hack that makes the guest read the absolute coordinates from an

Re: [Qemu-devel] [PATCH] -win2k-hack performance+DMA support

2006-02-09 Thread Leonardo E. Reiter
No problem... hopefully Fabrice will apply this patch to CVS soon. We've been testing/deploying this mechanism (every 16th interrupt) with Win4Lin Pro for a long time now with no disk full problems, so I can vouch that it's reliable (and quite fast compared to delaying on *every* interrupt). A

[Qemu-devel] qemu configure

2006-02-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/09 17:58:47 Modified files: . : configure Log message: Record configure commandline. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Mike Kronenberg
Txs, I was a little fast on the send button, just saw afterwards the changes to mouse.c. Was way to exited :) (After fighting with qemu os OS X x86 for a week I'm happy for any good news.) Ported your patch to cocoa.m already... but I have not tested it yet. Mike On 09.02.2006, at 13:51

Re: Re: [Qemu-devel] vde-inject 0.0.1

2006-02-09 Thread Mulyadi Santosa
Dear Jim... > Ok, I managed to fix my VDE issues and get this to work on eth0. > Working sources for vde-inject and vde_pcap_inject attached. I haven't tested, so I will just give "untested" comment :) Great work Jim, finally you can work on it and release the code to the public My first note:

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Anthony Liguori
Hetz Ben Hamo wrote: Hi, I´m sorry, but I´ve been following the CVS commits and I haven´t understood this new option (fabrice has not written anything to this list about it and what it does for the end user). Could someone please shed some light for me and others who didn´t understand whats goi

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Jim C. Brown
On Thu, Feb 09, 2006 at 10:46:07AM +0200, Hetz Ben Hamo wrote: > Hi, > > I?m sorry, but I?ve been following the CVS commits and I haven?t > understood this new option (fabrice has not written anything to this > list about it and what it does for the end user). > > Could someone please shed some l

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Brad Campbell
malc wrote: At http://www.boblycat.org/~malc/code/patches/qemu/1_mqemu.tgz you will find two patches and binary XFree86 module that allows grabless mouse operation. Steps: a. patch QEMU with 1_mqemu.patch b. in the guest copy mouse_drv.o to /usr/X11R6/lib/modules/input Binary mouse_drv.o should

Re: [Qemu-devel] qemu cpu-all.h monitor.c

2006-02-09 Thread Mulyadi Santosa
Dear Fabrice > Log message: > support for builtin profiler Does this mean, qemu will have native profiling support just like oprofile does? In other word, we can easily access cpu perfomance counter such as TLB miss, unaligned cache access and so on? regards Mulyadi

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

2006-02-09 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/09 16:49:55 Modified files: linux-user : main.c syscall.c syscall_defs.h target-arm : cpu.h Log message: Arm Linux EABI syscall support. CVS

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Brad Campbell
Jim C. Brown wrote: This sounds like an interesting option. Qemu has moved one step closer to VMware... Win2k-SP4 would not install with -kernel-kqemu, but it runs with it... All I have to say is.. Oh..My..God.. I'm getting about 60-70% kqemu time. The user interface responsiveness has gone t

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Jim C. Brown
On Thu, Feb 09, 2006 at 10:09:58AM +0100, Mike Kronenberg wrote: > Hi malc! > > Great! > > What I'm looking for now is a windows driver (how obviously :) ). You'd have to write one yourself. From what malc says, this is fairly simple though. > From the source I can't see what device you are a

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-09 Thread Kazu
Hi, I send this mail again because it doesn't reach qemu-devel list by unknown security reason. Sent: Sunday, February 05, 2006 3:28 AM Fabrice Bellard wrote: > Kazu wrote: >> Thursday, February 02, 2006 8:10 AM Fabrice Bellard wrote: >> >>> Hi, >>> >>> I merged your patches and I made important

Re: [Qemu-devel] [PATCH] -win2k-hack performance+DMA support

2006-02-09 Thread Brad Campbell
Leonardo E. Reiter wrote: Attached is a patch which greatly speeds up disk writes when using -win2k-hack to install Windows 2000. It only delays every 16th interrupt, which after rigorous testing is still enough to overcome the "Windows 2000 disk full" bug. If you are really adventurous you c

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread malc
On Thu, 9 Feb 2006, Mike Kronenberg wrote: Hi malc! Hey Mike. ...great to hear, so I can burry my attempt to write support for a touchscreen device... it would have had way more overhead anyway. What I'm looking for now is a windows driver (how obviously :) ). From the source I can't see w

[Qemu-devel] [FIX] ne2000 when vm stopped - network hangs after loadvm

2006-02-09 Thread Juergen Pfennig
Hi, there is still a little problem with ne2000: (1) when the vm is in stopped state packets are still received (2) this can fill the receive buffer before savevm ... (3) when restarting qemu with loadvm the buffer is still full (4) the guest OS does not get an int, so it does not know that da

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

2006-02-09 Thread vdr
Hello, I just upgraded to qemu 0.8.0 including vlan/tap patch and I noticed that the network speed is much slower than under 0.7.2 with tap patch ( 300KB/s vs 1MB/s ). Any hints what I can do to sped this up ? Helmut ___ Qemu-devel mailing list Qe

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Mike Kronenberg
Hi malc! Great! ...great to hear, so I can burry my attempt to write support for a touchscreen device... it would have had way more overhead anyway. What I'm looking for now is a windows driver (how obviously :) ). From the source I can't see what device you are actually emulating (or is

Re: [Qemu-devel] -kernel-kqemu

2006-02-09 Thread Hetz Ben Hamo
Hi, I´m sorry, but I´ve been following the CVS commits and I haven´t understood this new option (fabrice has not written anything to this list about it and what it does for the end user). Could someone please shed some light for me and others who didn´t understand whats going on please? Thanks,