Re: [Qemu-devel] [PATCH] Parallels disk image support

2007-09-13 Thread Alex Beregszaszi
Hi, On Fri, 2007-07-27 at 02:36 +0200, Alex Beregszaszi wrote: Hi, attached patch adds support for reading from Parallels disk images. Can someone look at this? -- Alex

Re: [Qemu-devel] [PATCH] Parallels disk image support

2007-09-13 Thread Alex Beregszaszi
Hi, On Fri, 2007-07-27 at 02:36 +0200, Alex Beregszaszi wrote: Hi, attached patch adds support for reading from Parallels disk images. Can someone look at this? It's in CVS for a while now. Strange, I got no email from the cvs commit. Anyway thanks for commit. -- Alex

Re: [Qemu-devel] [PATCH] Partial IDE DVD emulation

2007-09-08 Thread Alex Beregszaszi
Hi, On Sat, 2007-09-08 at 21:21 +0200, Filip Navara wrote: Attached patch implements enough of the MMC-6 specification so that certain guest operating systems (Darwin/x86) recognize the emulated CD-ROM drive as DVD one. Specific DVD behavior is enabled for images larger than 700Mb. Are

Re: [Qemu-devel] virtual PC block driver status

2007-07-26 Thread Alex Beregszaszi
Hi, As noted before (http://lists.gnu.org/archive/html/qemu-devel/2006-10/msg00153.html) Microsoft has published the format of virtual pc drive VHD. It should be used also by xen. The specs are available here:

[Qemu-devel] [PATCH] Parallels disk image support

2007-07-26 Thread Alex Beregszaszi
- 1.137 +++ Changelog 27 Jul 2007 00:25:38 - @@ -10,6 +10,7 @@ - Improved SH4 support (Magnus Damm) - MIPS64 support (Aurelien Jarno, Thiemo Seufer) - Preliminary Alpha guest support (J. Mayer) + - Read-only support for Parallels disk images (Alex Beregszaszi) version 0.9.0

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-07 Thread Alex Beregszaszi
? Imho if pread is faster, there should be an USE_PREAD macro, which would be set true on Solaris, while making the use of it for other systems possible. -- Alex Beregszaszie-mail: [EMAIL PROTECTED] Free Software Network cell: +36 70 3144424

Re: [Qemu-devel] QEMU version 0.7.0 is out

2005-05-07 Thread Alex Beregszaszi
Hi, ... - .dmg disk image format support (Johannes Schindelin) ... - Virtual PC read-only disk image support (Alex Beregszaszi) You forgot to mention the Bochs image support ;) Also the VMDK write support aswell. -- Alex Beregszaszie-mail: [EMAIL PROTECTED] Free

[Qemu-devel] [PATCH] Virtual PC image support

2005-04-27 Thread Alex Beregszaszi
the images Note: the cache stuff is disabled by reased, as it is not needed -- Alex Beregszaszie-mail: [EMAIL PROTECTED] Free Software Network cell: +36 70 3144424 Index: block.c === RCS file