Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread Jim C. Brown
On Sat, Aug 20, 2005 at 11:18:29PM -0400, jamal wrote: > On Sat, 2005-20-08 at 22:46 -0400, jamal wrote: > > Note the Ids syntax would also be comma separated. > > > > Actually no - this would need to have the IDx prefix so that > you can pass the ID for non-sequential NICS. Example > -ID2 0 , -I

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread Jim C. Brown
On Sat, Aug 20, 2005 at 10:46:46PM -0400, jamal wrote: > > Your script should be able to get all the information it needs from the MAC > > address. You can either hardcode addresses or do pattern matching. > > The guest MAC address is arbitrary, so you can choose whatever numbering is > > conveni

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread jamal
On Sat, 2005-20-08 at 22:46 -0400, jamal wrote: > Note the Ids syntax would also be comma separated. > Actually no - this would need to have the IDx prefix so that you can pass the ID for non-sequential NICS. Example -ID2 0 , -ID5 3 and the rest get a default which is zero. cheers, jamal __

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread jamal
On Sun, 2005-21-08 at 03:22 +0100, Paul Brook wrote: > On Sunday 21 August 2005 02:56, jamal wrote: > > i could do this; macaddr is already being used to imply the start > > macaddr. Does macaddrs sound better? > > Part of the reason I suggested this was because it is an extension of the > exist

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread Paul Brook
On Sunday 21 August 2005 02:56, jamal wrote: > On Sun, 2005-21-08 at 02:04 +0100, Paul Brook wrote: > > On Sunday 21 August 2005 01:36, jamal wrote: > > > This attached patch is intended for allowing automated clever scripting > > > for networking (tuntap only). Please read and apply if possible. >

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread jamal
On Sun, 2005-21-08 at 02:04 +0100, Paul Brook wrote: > On Sunday 21 August 2005 01:36, jamal wrote: > > This attached patch is intended for allowing automated clever scripting > > for networking (tuntap only). Please read and apply if possible. > > > > It does the following: > > a) allow for specif

Re: [Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread Paul Brook
On Sunday 21 August 2005 01:36, jamal wrote: > This attached patch is intended for allowing automated clever scripting > for networking (tuntap only). Please read and apply if possible. > > It does the following: > a) allow for specifying the guest netdevice interface MAC address > (in addition to

[Qemu-devel] patch: allow defining MAC address etc

2005-08-20 Thread jamal
This attached patch is intended for allowing automated clever scripting for networking (tuntap only). Please read and apply if possible. It does the following: a) allow for specifying the guest netdevice interface MAC address (in addition to keeping the old functionality of specifying just the fi

[Qemu-devel] FYI: HPPA Target for QEMU

2005-08-20 Thread Paul Seelig
Anybody interested in PA-RISC support for Qemu? Just in case nobody has seen this here yet and would be interested in helping out developing a QEMU Target for HPPA: http://homepage.ntlworld.com/wholehog/stuart/qemu/ I'm not related with the project but would love to be able to boot and run HP-U

[Qemu-devel] Audio

2005-08-20 Thread malc
At http://www.boblycat.org/~malc/code/patches/qemu/index.html you will find latest audio patch (13_aqemu). Highlights of the release: a. ES1370 emulation b. ADC support (only for ES1370) c. ALSA driver d. Evil adlib hack replaced with less evil one (good for Windows hosts) e. Internal cleanups T

Re: [Qemu-devel] Kickstart with CentOS4

2005-08-20 Thread Matt Lawrence
> You need to make a new CD: >    copy contents of cd to new directory I'm trying to avoid this, I want to be able to easily build different virtual machines from a script.  Any other ideas? -- Matt___ Qemu-devel mailing list Qemu-devel@nongnu.org http

Re: [Qemu-devel] Kickstart with CentOS4

2005-08-20 Thread gb spam
> I've given up on trying to build a disk image manually, so now I'm trying to > automate the kickstart installation for CentOS4. By using an iso of the > first CD and a floppy file with a ks.cfg and doing a "linux ks=floppy" at > the boot screen, I can get the install to fire off. Now I would like