Re: [Qemu-devel] ?off? ide/code editor under linux

2006-08-05 Thread NyOS
On Sun, 06 Aug 2006 05:52:46 +0200, M. Warner Losh <[EMAIL PROTECTED]> wrote: In message: <[EMAIL PROTECTED]> NyOS <[EMAIL PROTECTED]> writes: : #ifndef _FOO_H //capitals! : #define _FOO_H //capitals! You sould avoid using _FOO_H for the define here. That's in the implementation sp

Re: [Qemu-devel] ?off? ide/code editor under linux

2006-08-05 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> NyOS <[EMAIL PROTECTED]> writes: : #ifndef _FOO_H //capitals! : #define _FOO_H //capitals! You sould avoid using _FOO_H for the define here. That's in the implementation space and strictly speaking off limits to programmers that merely use the system.

Re: [Qemu-devel] qemu vl.h vl.c block.c block_int.h monitor.c qe...

2006-08-05 Thread Mulyadi Santosa
Hi Fabrice > Log message: > multiple snapshot support Could you kindly explain how does it work? And, is the concept similar to VMWare's incremental snapshot? regards, Mulyadi ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.no

[Qemu-devel] ?off? ide/code editor under linux

2006-08-05 Thread NyOS
Hi! I think it might be a bit offtopic here, but I'm already on the list, and I'm interested in some experienced users' opinion. I can find ads on google, but not experience. I'm looking for a good IDE (or just a good code editor) under linux. My first try was kdevelop approx. 3 years ago (2.

[Qemu-devel] qemu block-qcow2.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 22:24:28 Modified files: . : block-qcow2.c Log message: fixed disk image creation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroot=qemu&r1=1

[Qemu-devel] qemu block-qcow.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:32:10 Modified files: . : block-qcow.c Log message: block API change CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow.c?cvsroot=qemu&r1=1.9&r2=1.10

[Qemu-devel] qemu/audio wavaudio.c wavcapture.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:31:46 Modified files: audio : wavaudio.c wavcapture.c Log message: use QEMUFile API CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/audio/wavaudio.c?cvsroot=qemu&

[Qemu-devel] qemu vl.h vl.c block.c block_int.h monitor.c qe...

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:31:00 Modified files: . : vl.h vl.c block.c block_int.h monitor.c qemu-img.c Log message: multiple snapshot support CVSWeb URLs: http://cv

[Qemu-devel] qemu Makefile Makefile.target

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:29:27 Modified files: . : Makefile Makefile.target Log message: enable qcow2 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.105&r2

[Qemu-devel] qemu block-raw.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:27:56 Modified files: . : block-raw.c Log message: O_LARGEFILE is not needed CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=qemu&r1=1.3&r

[Qemu-devel] qemu block-qcow2.c

2006-08-05 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/05 21:14:20 Added files: . : block-qcow2.c Log message: new qcow2 disk image format CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroot=qemu&rev=1

Re: [Qemu-devel] Qemu + wireless

2006-08-05 Thread Ottavio Caruso
Just guessing, if the device was a usb wireless adaptor, provided the host os has the right driver installed, it could be picked up by qemy with the -usb option...(?) Ottavio Caruso -- No individual replies, please! __ Do You Yahoo!? Tired of spam?

Re: [Qemu-devel] Qemu + wireless

2006-08-05 Thread S . P . T . Krishnan
Hi Ben, Thanks for your insightful reply. Allow me to re-phrase my question. Hope you can comment further. Basically, we have a need to run a application that needs a wifi interface in a virtual machine. You can think of the application as this command "iwlist eth1 scan". What this does is th