[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 Bellard bellard 06/08/06 09:51:26 Modified files: . : block-raw.c vl.c vl.h Log message: fixed blocking io emulation CVSWeb URLs:

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

2006-08-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/08/06 11:31:07 Modified files: hw : scsi-disk.c Log message: Fix SCSI off-by-one device size. CVSWeb URLs:

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 pbrook 06/08/06 11:31:07 Modified files: hw : scsi-disk.c Log message: Fix SCSI off-by-one device size. CVSWeb URLs:

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

2006-08-06 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/08/06 13:27:39 Modified files: hw : scsi-disk.c Log message: Add missing #define. CVSWeb URLs:

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 tree

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

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/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:

[Qemu-devel] qemu vl.c

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

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] 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] 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

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] [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 ---

[Qemu-devel] qemu/hw pflash_cfi02.c

2006-08-06 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/08/06 21:13:56 Modified files: hw : pflash_cfi02.c Log message: removed duplicated line CVSWeb URLs:

[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 pbrook 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

[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] 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