[Qemu-devel] SMB server and permissions

2006-10-09 Thread Richard Neill
Dear All, Just thinking - it would be really neat to get a Linux "live-CD" working with a USB stick, and SMB. Sort of like Qemu-Puppy, or damnsmalllinux-embedded do. BUT... DSL/PuppyLinux both use a loopback filesystem and a disk image for /home. This works well, but the disk-image is hard

[Qemu-devel] Question about target port

2006-10-09 Thread 郭智偉
How can I change target CPU to Atmel's AVR and don't care about host. i.e:host CPU is X86(PC),target CPU is Atmel's AVR. Can it implementation?If it can,where can I find any discussion about this question? tks! ___ Qemu-devel mailing list Qemu-devel@nongn

[Qemu-devel] [PATCH] Allow -vnc to restrict what interface to listen on

2006-10-09 Thread Anthony Liguori
Howdy, The attached patch changes the -vnc syntax from: -vnc display To: -vnc [interface:]display This allows a user to restrict the interface the VNC server listens on (for instance, to localhost). I factored out some of the code from the tcp: char device and fixed a minor bug that woul

Re: [Qemu-devel] Sparc binary question?

2006-10-09 Thread Andrew J. Barr
On Monday 09 October 2006 20:27, Ishwar Rattan wrote: > What is the difference between qemu-sparc and qemu-system-sparc > generated during Qemu build under Linux on a i386 box? I think qemu-sparc is Linux userland emulation (run sparc programs on another system) and qemu-system-sparc emulates a c

[Qemu-devel] Sparc binary question?

2006-10-09 Thread Ishwar Rattan
What is the difference between qemu-sparc and qemu-system-sparc generated during Qemu build under Linux on a i386 box? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] International Virtualization Conference

2006-10-09 Thread Jim C. Brown
On Mon, Oct 09, 2006 at 12:05:02AM -0400, Rob Landley wrote: > > qemu is primarily a dynamic translator not a virtualizer. > > That's an implementation detail. The end result is running programs in a > virtual environment, and qemu's system emulation has lots of virtual hardware > it attaches t