[Qemu-devel] Patch submission policy? (was Re: [PATCH] SAMBA multi-share support

2006-05-01 Thread Stealth Dave
Is there a patch submission policy for QEMU? I see a lot of patches posted to this list. Some get accepted, some get rejected with comments, and others seem to be ignored. Back in February, I submitted a patch which expands the SAMBA capabilities of QEMU to allow multiple folders to be share

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

2006-02-18 Thread Stealth Dave
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: failed assertion `index < array->next' Abort trap

[Qemu-devel] [PATCH] SAMBA multi-share support

2006-02-13 Thread Stealth Dave
Apparently it was an easier itch to scratch than I thought it would be! :) Attached is a patch which allows multiple samba shares to be loaded within the qemu virtual machine. The old syntax is still supported and is completely backwards compatible. Each folder and share name is separated by

[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] X11 redirection with slirp

2005-12-21 Thread Stealth Dave
Yep, easy as that, all right! I did have to run "xhost +localhost" on the host X11 system, but after that everything was smooth sailing! Thanks! - Dave On Dec 21, 2005, at 12:31 PM, andrzej zaborowski wrote: Hi there, On 21/12/05, Stealth Dave <[EMAIL PROTECTED]> wrote:

[Qemu-devel] X11 redirection with slirp

2005-12-21 Thread Stealth Dave
This is basically a HOWTO question. I'm working on a pet project where I would like run an X11 window on the host system (Mac OS X 10.3) from an X11 server on the guest, preferably without running a display on the guest at all. The guest is running a custom linux install which is basically an

[Qemu-devel] linux-test image for user-net?

2005-11-15 Thread Stealth Dave
Is it possible to build a linux-test image that enables network access via user-net instead of tun/tap? I'm trying to build a special-purpose and very minimal linux distro for use with QEMU, and the linux-test image looks like a very good place to start. Is there any documentation on how the

Re: [Qemu-devel] Compile error on Mac OS X 10.3.9 (Panther) - CoreAudio

2005-11-11 Thread Stealth Dave
Those last updates that Fabrice committed solved the problem. Thanks! - Dave On Nov 10, 2005, at 2:19 AM, malc wrote: On Wed, 9 Nov 2005, Stealth Dave wrote: I'm trying to compile QEMU on Mac OS X 10.3.9, and I'm getting the following error message: gcc -Wall -O2 -g -fno-stric

[Qemu-devel] Compile error on Mac OS X 10.3.9 (Panther) - CoreAudio

2005-11-09 Thread Stealth Dave
I'm trying to compile QEMU on Mac OS X 10.3.9, and I'm getting the following error message: gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Users/stealthdave/Source/qemu/qemu/target-i386 -I/Users/stealthdave/Source/qemu/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Stealth Dave
On Jul 21, 2005, at 6:46 AM, Hetz Ben Hamo wrote: On 7/21/05, Mike Kronenberg <[EMAIL PROTECTED]> wrote: Hetz Ben Hamo wrote: I'm thinking of a new way to store the images and saved VMs, too. Maybe we could make something like vpc: A package with the config, disk-images and saved VMs, located