[Qemu-devel] Raw CD-ROM and hard disk for win32

2006-08-06 Thread Kazu
Hi, An attached patch fixes raw CD-ROM and hard disk handling for win32. Qcow is not fixed. Regards, Kazu qemu-20060807-cdrom.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qem

[Qemu-devel] Compile fix for win32

2006-08-06 Thread Kazu
Hi, An attatched patch fixes compile error for win32. Regards, Kazu qemu-20060807-compile.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu block-qcow.c block-qcow2.c block-raw.c blo...

2006-08-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/07 02:38:06 Modified files: . : block-qcow.c block-qcow2.c block-raw.c block.c block_int.h vl.h Log message: Dynamically allocate AIO Completion Blocks.

[Qemu-devel] qemu/hw pflash_cfi02.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 21:13:56 Modified files: hw : pflash_cfi02.c Log message: removed duplicated line CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pflash_cfi02.c?cvsroot=qemu&r

[Qemu-devel] [RESEND][PATCH] hw/pflash_cfi02.c: fix duplicate line

2006-08-06 Thread Peter Korsgaard
[RESEND] The following trivial patch removes a duplicated line in pflash_cfi02.c - please apply. Index: hw/pflash_cfi02.c === RCS file: /sources/qemu/qemu/hw/pflash_cfi02.c,v retrieving revision 1.2 diff -u -r1.2 pflash_cfi02.c --- h

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

2006-08-06 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NyOS schrieb: > 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

[Qemu-devel] Patch: Build acceleration module within linux kernel source (builtin or as module)

2006-08-06 Thread Robert Annessi
Hi, attached is a patch for the linux 2.6.16 kernel that lets you build the qemu accelerator from within the kernel source (builtin or as a module). Due to the restricting license the binary module is not included of course. I only tested it on x86, but it should also work on x86_64 (though I did

[Qemu-devel] Multiple snapshot

2006-08-06 Thread Fabrice Bellard
Sorry but I don't use VMware. Anyway, I commited some info in the QEMU documentation. Of course, the feature is still experimental and the associated qcow2 disk image format can change without backward compatibility until the next QEMU release. Regards, Fabrice. Mulyadi Santosa wrote: Hi

[Qemu-devel] qemu qemu-doc.texi Changelog

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 14:50:32 Modified files: . : qemu-doc.texi Changelog Log message: info about VM snapshots CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=q

Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem

2006-08-06 Thread Nigel J. Terry
> Oops, sorry. I missed a bit of the patch when moving it from my dev tree to > cvs. Should be fixed now. > > Paul > That's better :-) ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu vl.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:36:11 Modified files: . : vl.c Log message: use zlib to compress ram snapshots - correctly save qemu clock CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.

[Qemu-devel] qemu block.c block_int.h

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:35:09 Modified files: . : block.c block_int.h Log message: qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors CVSWeb URLs: http://cvs.savannah.

[Qemu-devel] qemu block-qcow2.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 13:34:04 Modified files: . : block-qcow2.c Log message: handle read outside the backing file CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-qcow2.c?cvsroo

Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem

2006-08-06 Thread Paul Brook
> /qemu/slirp -c -o scsi-disk.o /home/nterry/qemucvs/qemu/hw/scsi-disk.c > /home/nterry/qemucvs/qemu/hw/scsi-disk.c: In function `scsi_send_command': > /home/nterry/qemucvs/qemu/hw/scsi-disk.c:364: `SENSE_NOT_READY' undeclared Oops, sorry. I missed a bit of the patch when moving it from my dev tre

[Qemu-devel] qemu/hw scsi-disk.c

2006-08-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/06 13:27:39 Modified files: hw : scsi-disk.c Log message: Add missing #define. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=1.8&r2=1.9 _

Re: [Qemu-devel] qemu/hw scsi-disk.c - Causes Build Problem

2006-08-06 Thread Nigel J. Terry
On Sun, 2006-08-06 at 11:31 +, Paul Brook wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Paul Brook 06/08/06 11:31:07 > > Modified files: > hw : scsi-disk.c > > Log message: > Fix SCSI off-by-one device size. > > CVSWeb URLs: > http://

[Qemu-devel] qemu/hw scsi-disk.c

2006-08-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/06 11:31:07 Modified files: hw : scsi-disk.c Log message: Fix SCSI off-by-one device size. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=1.

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

2006-08-06 Thread Thomas Steffen
On 8/6/06, NyOS <[EMAIL PROTECTED]> wrote: 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.2.2 version). It was too complicated. 3.x.x is a bit unstable. Vi is unconfortable for me, I prefer using pico and gnu nano, but it's to

[Qemu-devel] qemu block-raw.c vl.c vl.h

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/06 09:51:26 Modified files: . : block-raw.c vl.c vl.h Log message: fixed blocking io emulation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/block-raw.c?cvsroot=q