qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] VMWare disk files
@ 2004-05-14 17:47 Rudi Lippert
       [not found] ` <20040514180230.GA2926@yuri.org.uk>
  0 siblings, 1 reply; 7+ messages in thread
From: Rudi Lippert @ 2004-05-14 17:47 UTC (permalink / raw)
  To: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

does anybody know the structure of vmware disk files? it would be great to 
have a tool that converts vmware files to cow images - for dummies!
we need a way of converting images which is easy enough to get people 
interested in switching to qemu.
qemu may not yet be ready to replace vmware, but this would be a way to start 
this development.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApQYj1nTg39QS/TsRAhSEAJ0Rl4aPumM3kao7Ng2u6uzvPZypKwCfb3eH
tfpVNVjPSiq3WfR38sCh3EI=
=wEKk
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
       [not found] ` <20040514180230.GA2926@yuri.org.uk>
@ 2004-05-14 18:40   ` Rudi Lippert
  2004-05-14 19:15     ` PeteD
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rudi Lippert @ 2004-05-14 18:40 UTC (permalink / raw)
  To: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

i looked at it, and it looks good, although it does not seem to cover vmware4, 
the current version.
what makes things worse: my knowledge of c++ is at its beginning, so i won't 
be able to rewrite this for the qemu project. i'm working on my c++, promise!
if someone makes a tool for translating images from vmware to qemu, i will be 
glad to test it and maybe try and adjust it to suit vmware4.

Am Freitag, 14. Mai 2004 20:02 schrieb Wm:
Have you looked at bochs source?  in iodev/vmware3.h|cc
>
> I don't used or have a VMware license so I've not looked or tried it.
>
>
> regards
>
> bill
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApRKl1nTg39QS/TsRAlP2AKCGVBC6Mk1Ph+Jf3Ls+dHCfEvacpgCfVebP
XCtP2etCnZcpLLDOBo3H87Q=
=ZQL6
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
  2004-05-14 18:40   ` Rudi Lippert
@ 2004-05-14 19:15     ` PeteD
  2004-05-14 20:40       ` Natalia Portillo
  2004-05-14 19:26     ` Tim
  2004-05-14 20:08     ` Hetz Ben Hamo
  2 siblings, 1 reply; 7+ messages in thread
From: PeteD @ 2004-05-14 19:15 UTC (permalink / raw)
  To: qemu-devel


Have a look at this

http://chitchat.at.infoseek.co.jp/vmware/vdk.html


----- Original Message -----
From: "Rudi Lippert" <Rudi@LYRIKpage.de>
To: <qemu-devel@nongnu.org>
Sent: Friday, May 14, 2004 7:40 PM
Subject: Re: [Qemu-devel] VMWare disk files


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

i looked at it, and it looks good, although it does not seem to cover
vmware4,
the current version.
what makes things worse: my knowledge of c++ is at its beginning, so i won't
be able to rewrite this for the qemu project. i'm working on my c++,
promise!
if someone makes a tool for translating images from vmware to qemu, i will
be
glad to test it and maybe try and adjust it to suit vmware4.

Am Freitag, 14. Mai 2004 20:02 schrieb Wm:
Have you looked at bochs source?  in iodev/vmware3.h|cc
>
> I don't used or have a VMware license so I've not looked or tried it.
>
>
> regards
>
> bill
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFApRKl1nTg39QS/TsRAlP2AKCGVBC6Mk1Ph+Jf3Ls+dHCfEvacpgCfVebP
XCtP2etCnZcpLLDOBo3H87Q=
=ZQL6
-----END PGP SIGNATURE-----


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://mail.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
  2004-05-14 18:40   ` Rudi Lippert
  2004-05-14 19:15     ` PeteD
@ 2004-05-14 19:26     ` Tim
  2004-05-14 20:08     ` Hetz Ben Hamo
  2 siblings, 0 replies; 7+ messages in thread
From: Tim @ 2004-05-14 19:26 UTC (permalink / raw)
  To: qemu-devel

> i looked at it, and it looks good, although it does not seem to cover vmware4, 
> the current version.
> what makes things worse: my knowledge of c++ is at its beginning, so i won't 
> be able to rewrite this for the qemu project. i'm working on my c++, promise!
> if someone makes a tool for translating images from vmware to qemu, i will be 
> glad to test it and maybe try and adjust it to suit vmware4.


In this same vein, does anyone know of anyone who has attempted to
read/convert EnCase evidence image files? It would be really helpful if,
at some point, it were be possible with some emulator to boot a
compromised machine image in order to test things.  Just a thought...
Maybe sometime I'll find time to look into it myself.

tim

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
  2004-05-14 18:40   ` Rudi Lippert
  2004-05-14 19:15     ` PeteD
  2004-05-14 19:26     ` Tim
@ 2004-05-14 20:08     ` Hetz Ben Hamo
  2 siblings, 0 replies; 7+ messages in thread
From: Hetz Ben Hamo @ 2004-05-14 20:08 UTC (permalink / raw)
  To: qemu-devel

>>I don't used or have a VMware license so I've not looked or tried it.
>>
>>
>>regards
>>
>>bill

http://www.vmware.com/vmwarestore/newstore/wkst_eval_login.jsp

You can get a trial (30 days version) in the Above URL..

Thanks,
Hetz

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
  2004-05-14 19:15     ` PeteD
@ 2004-05-14 20:40       ` Natalia Portillo
  2004-05-15 10:38         ` PeteD
  0 siblings, 1 reply; 7+ messages in thread
From: Natalia Portillo @ 2004-05-14 20:40 UTC (permalink / raw)
  To: qemu-devel

Is there a similar tool for Virtual PC disk files?

On Fri, 14 May 2004 20:15:33 +0100
"PeteD" <Pete@crazycode.fsnet.co.uk> wrote:

> 
> Have a look at this
> 
> http://chitchat.at.infoseek.co.jp/vmware/vdk.html
> 
> 
> ----- Original Message -----
> From: "Rudi Lippert" <Rudi@LYRIKpage.de>
> To: <qemu-devel@nongnu.org>
> Sent: Friday, May 14, 2004 7:40 PM
> Subject: Re: [Qemu-devel] VMWare disk files
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> i looked at it, and it looks good, although it does not seem to cover
> vmware4,
> the current version.
> what makes things worse: my knowledge of c++ is at its beginning, so i won't
> be able to rewrite this for the qemu project. i'm working on my c++,
> promise!
> if someone makes a tool for translating images from vmware to qemu, i will
> be
> glad to test it and maybe try and adjust it to suit vmware4.
> 
> Am Freitag, 14. Mai 2004 20:02 schrieb Wm:
> Have you looked at bochs source?  in iodev/vmware3.h|cc
> >
> > I don't used or have a VMware license so I've not looked or tried it.
> >
> >
> > regards
> >
> > bill
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.4 (GNU/Linux)
> 
> iD8DBQFApRKl1nTg39QS/TsRAlP2AKCGVBC6Mk1Ph+Jf3Ls+dHCfEvacpgCfVebP
> XCtP2etCnZcpLLDOBo3H87Q=
> =ZQL6
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] VMWare disk files
  2004-05-14 20:40       ` Natalia Portillo
@ 2004-05-15 10:38         ` PeteD
  0 siblings, 0 replies; 7+ messages in thread
From: PeteD @ 2004-05-15 10:38 UTC (permalink / raw)
  To: qemu-devel

Not that I know of :-(


----- Original Message ----- 
From: "Natalia Portillo" <iosglpgc@teleline.es>
To: <qemu-devel@nongnu.org>
Sent: Friday, May 14, 2004 9:40 PM
Subject: Re: [Qemu-devel] VMWare disk files


> Is there a similar tool for Virtual PC disk files?
> 
> On Fri, 14 May 2004 20:15:33 +0100
> "PeteD" <Pete@crazycode.fsnet.co.uk> wrote:
> 
> > 
> > Have a look at this
> > 
> > http://chitchat.at.infoseek.co.jp/vmware/vdk.html
> > 
> > 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-15 10:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-14 17:47 [Qemu-devel] VMWare disk files Rudi Lippert
     [not found] ` <20040514180230.GA2926@yuri.org.uk>
2004-05-14 18:40   ` Rudi Lippert
2004-05-14 19:15     ` PeteD
2004-05-14 20:40       ` Natalia Portillo
2004-05-15 10:38         ` PeteD
2004-05-14 19:26     ` Tim
2004-05-14 20:08     ` Hetz Ben Hamo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).