Re: [Qemu-devel] root userid remapping? ... no UID / GID variables set in NFS root?

2007-05-31 Thread Mark Glines
On Fri, 01 Jun 2007 00:06:43 +0200 Christopher Friedt <[EMAIL PROTECTED]> wrote: > (is there any way to create a disk image from a directory tree??) http://www.hohnstaedt.de/e2fsimage/ If you use this, you will get a raw e2fs filesystem image. It will not have a partition table, which means you

[Qemu-devel] [PATCH] add -net nic,model=? to list available models

2007-05-20 Thread Mark Glines
Hi, What do you think about this feature? The manpage just says "Not all devices are supported on all targets", but this allows the user to get some more specifics. The output looks like this: $ i386-softmmu/qemu -hda /dev/null -net nic,model=? qemu: Supported ISA NICs: ne2k_isa qemu: Supported

Re: [Qemu-devel] [PATCH] spellcheck the documentation

2007-05-20 Thread Mark Glines
On Sun, 20 May 2007 06:29:33 -0700 Mark Glines <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] Use @option{fd=h} to specify an already opened UDP > multicast socket. > [EMAIL PROTECTED] > +Use @option{fd=h} to specify an already opened UDP multicast socket. Forgot to mentio

[Qemu-devel] [PATCH] spellcheck the documentation

2007-05-20 Thread Mark Glines
Hi, This patch fixes some spelling errors. I tried to focus on actual errors (like thoses -> those, priviledge -> privilege), leaving things like differences in UK/US spellings (like symbolised/symbolized) alone. Hope it's helpful. Mark # # old_revision [2b7f01e6f3aca4dd64ba04e986a1a4b2271f17e

Re: [Qemu-devel] emulated lance device crashes in debian-sparc32

2007-05-20 Thread Mark Glines
On Sun, 20 May 2007 11:25:25 +0100 Paul Brook <[EMAIL PROTECTED]> wrote: > > In my past experience, -net user implies -net nic. > > You are mistaken. -net user does not imply -net nic. I just tested this. You are absolutely right, I was wrong about the behavior on x86. > > Hmm.  -net performs

Re: [Qemu-devel] emulated lance device crashes in debian-sparc32

2007-05-20 Thread Mark Glines
On Sun, 20 May 2007 10:10:20 +0300 "Blue Swirl" <[EMAIL PROTECTED]> wrote: > > I've verified your patch fixes the crash for me. But I'm curious, > > have I been running qemu in a nonstandard fashion, then? (Should I > > be specifying more than just "-net user", normally?) > > > > If so, I can ma

Re: [Qemu-devel] emulated lance device crashes in debian-sparc32

2007-05-19 Thread Mark Glines
On Sat, 19 May 2007 22:08:23 +0300 "Blue Swirl" <[EMAIL PROTECTED]> wrote: > This patch fixes the crash. But I'm not convinced it's the right one, > perhaps the default net parameter logic could be improved instead: > /* init network clients */ > if (nb_net_clients == 0) { > /* if n

[Qemu-devel] emulated lance device crashes in debian-sparc32

2007-05-19 Thread Mark Glines
Hi, I've been trying to get Debian installed on a virtual sparc box, running on a x86 Linux host. I get a reproducible crash early in the installation process, when the sparc kernel tries to load the lance driver. I have configured qemu with: ./configure --prefix=/usr --enable-slirp --enable-ad