public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* must use VMware sometimes
@ 2007-09-22 18:37 Scott Serr
       [not found] ` <46F560F1.9080905-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Serr @ 2007-09-22 18:37 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I must use VMware sometimes for colaboration projects where others are 
using VMware.  And also a situation where I have a VERY old development 
environment perfectly tweaked on Win98.  I have to do one of these say 
10% of the time.

100% of the time I'd like to use KVM (or Xen).  I'd like to not have to 
close KVM VMs and unload the modules just so I can do a little work in 
VMware.

Is this possible?  Or will it ever be possible?  Initially I thought 
since VMware (workstation) didn't use any VM extensions of processors, 
it would not interfere with the KVM or Xen... but I seem to be wrong.

Tell me... use VMware basically prohibits me from using KVM or Xen?

Thanks,
Scott Serr


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: must use VMware sometimes
       [not found] ` <46F560F1.9080905-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
@ 2007-09-22 18:54   ` Fernando Cassia
       [not found]     ` <52733fad0709221154r3a32b93es955f2ec9f6cc69b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2007-09-23  8:23   ` Avi Kivity
  1 sibling, 1 reply; 6+ messages in thread
From: Fernando Cassia @ 2007-09-22 18:54 UTC (permalink / raw)
  To: Scott Serr, kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


[-- Attachment #1.1: Type: text/plain, Size: 2210 bytes --]

I'm sure the developers will be more than happy to answer your question, for
which I sadly don't know the answer.

But perhaps I can speculate/think aloud....

What would be needed for these instances is for Virtualization software
makers to agree on an EXTERNAL API shared by all the VMs, so that when you
launch another virtualization software, the other is "put to sleep" so to
speak (call it "hibernate the VM" call it whatever you want), so the new
Virtualization app just loaded kicks in. When this one is closed, the other
resumes operation just as if the user had manually closed and then re-opened
it.

Think this is doable? After all, if the industry sat together apparently to
agree on a common file format...

File standard coming to virtualization products
http://news.zdnet.com/2100-9584_22-6206963.html?tag=nl.e550

FC

On 9/22/07, Scott Serr <serrs-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org> wrote:
>
> I must use VMware sometimes for colaboration projects where others are
> using VMware.  And also a situation where I have a VERY old development
> environment perfectly tweaked on Win98.  I have to do one of these say
> 10% of the time.
>
> 100% of the time I'd like to use KVM (or Xen).  I'd like to not have to
> close KVM VMs and unload the modules just so I can do a little work in
> VMware.
>
> Is this possible?  Or will it ever be possible?  Initially I thought
> since VMware (workstation) didn't use any VM extensions of processors,
> it would not interfere with the KVM or Xen... but I seem to be wrong.
>
> Tell me... use VMware basically prohibits me from using KVM or Xen?
>
> Thanks,
> Scott Serr
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> kvm-devel mailing list
> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/kvm-devel
>



-- 
Dream of the Daily Mail
It is the Holy Grail
And then the BBC
Your life would be complete

-Manic Street Preachers, "Royal Correspondent"

[-- Attachment #1.2: Type: text/html, Size: 3083 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

[-- Attachment #3: Type: text/plain, Size: 186 bytes --]

_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel

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

* Re: must use VMware sometimes
       [not found]     ` <52733fad0709221154r3a32b93es955f2ec9f6cc69b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2007-09-22 19:58       ` Alexey Eremenko
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Eremenko @ 2007-09-22 19:58 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Well, there is discussion on VirtualBox about this topic as well, but
no solution.

http://www.virtualbox.org/ticket/317

Ideally Linux needs some mechanism to "share" VMX across different
virtualizers. But it doesn't exists, and not even planned.

-- 
-Alexey Eremenko "Technologov"

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: must use VMware sometimes
       [not found] ` <46F560F1.9080905-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
  2007-09-22 18:54   ` Fernando Cassia
@ 2007-09-23  8:23   ` Avi Kivity
       [not found]     ` <46F62267.1070408-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2007-09-23  8:23 UTC (permalink / raw)
  To: Scott Serr; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Scott Serr wrote:
> I must use VMware sometimes for colaboration projects where others are 
> using VMware.  And also a situation where I have a VERY old development 
> environment perfectly tweaked on Win98.  I have to do one of these say 
> 10% of the time.
>
> 100% of the time I'd like to use KVM (or Xen).  I'd like to not have to 
> close KVM VMs and unload the modules just so I can do a little work in 
> VMware.
>
> Is this possible?  Or will it ever be possible?  Initially I thought 
> since VMware (workstation) didn't use any VM extensions of processors, 
> it would not interfere with the KVM or Xen... but I seem to be wrong.
>
> Tell me... use VMware basically prohibits me from using KVM or Xen?
>   

I believe VMware uses real mode transiently, which is not possible when 
vmx extensions are enabled.  So using VMware and kvm concurrently is not 
possible.

Maybe one of the following will suit:
- run the Windows 98 image in qemu (without kvm).  This will have lower 
performance, but may be adequate.
- run VMware within a kvm VM, and run Windows 98 within that.
- unload the modules.  This isn't a lot of fun and prevents concurrent 
operation.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: must use VMware sometimes
       [not found]     ` <46F62267.1070408-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-09-23 15:32       ` Scott Serr
       [not found]         ` <46F6870B.7060500-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Serr @ 2007-09-23 15:32 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Avi Kivity wrote:
> Scott Serr wrote:
>> I must use VMware sometimes for colaboration projects where others 
>> are using VMware.  And also a situation where I have a VERY old 
>> development environment perfectly tweaked on Win98.  I have to do one 
>> of these say 10% of the time.
>>
>> 100% of the time I'd like to use KVM (or Xen).  I'd like to not have 
>> to close KVM VMs and unload the modules just so I can do a little 
>> work in VMware.
>>
>> Is this possible?  Or will it ever be possible?  Initially I thought 
>> since VMware (workstation) didn't use any VM extensions of 
>> processors, it would not interfere with the KVM or Xen... but I seem 
>> to be wrong.
>>
>> Tell me... use VMware basically prohibits me from using KVM or Xen?
>>   
>
> I believe VMware uses real mode transiently, which is not possible 
> when vmx extensions are enabled.  So using VMware and kvm concurrently 
> is not possible.
>
> Maybe one of the following will suit:
> - run the Windows 98 image in qemu (without kvm).  This will have 
> lower performance, but may be adequate.
> - run VMware within a kvm VM, and run Windows 98 within that.
> - unload the modules.  This isn't a lot of fun and prevents concurrent 
> operation.
>
Thanks Avi,

#2 sounds good to me "run VMware within a kvm VM, and run Win98 within 
that."  I've gone all the way down this path with Xen but ended at a 
road block.  VMware Workstation says it can run in a Xen VM and halts.  
If you grab VMware Server it lets you go, but during an install of 
CentOS early on, it freezes.

I'm not sure #2 is possible with KVM.  Can someone comment if they are 
doing this reliably?

Thanks,
-Scott


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

* Re: must use VMware sometimes
       [not found]         ` <46F6870B.7060500-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
@ 2007-09-23 16:17           ` Avi Kivity
  0 siblings, 0 replies; 6+ messages in thread
From: Avi Kivity @ 2007-09-23 16:17 UTC (permalink / raw)
  To: Scott Serr; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Scott Serr wrote:
>>
>> I believe VMware uses real mode transiently, which is not possible 
>> when vmx extensions are enabled.  So using VMware and kvm 
>> concurrently is not possible.
>>
>> Maybe one of the following will suit:
>> - run the Windows 98 image in qemu (without kvm).  This will have 
>> lower performance, but may be adequate.
>> - run VMware within a kvm VM, and run Windows 98 within that.
>> - unload the modules.  This isn't a lot of fun and prevents 
>> concurrent operation.
>>
> Thanks Avi,
>
> #2 sounds good to me "run VMware within a kvm VM, and run Win98 within 
> that."  I've gone all the way down this path with Xen but ended at a 
> road block.  VMware Workstation says it can run in a Xen VM and 
> halts.  If you grab VMware Server it lets you go, but during an 
> install of CentOS early on, it freezes.
>
> I'm not sure #2 is possible with KVM.  Can someone comment if they are 
> doing this reliably?
>

Ryan Harper reported that it can be made to work, and I've included his 
patch in kvm-44.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

end of thread, other threads:[~2007-09-23 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-22 18:37 must use VMware sometimes Scott Serr
     [not found] ` <46F560F1.9080905-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
2007-09-22 18:54   ` Fernando Cassia
     [not found]     ` <52733fad0709221154r3a32b93es955f2ec9f6cc69b8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-22 19:58       ` Alexey Eremenko
2007-09-23  8:23   ` Avi Kivity
     [not found]     ` <46F62267.1070408-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-09-23 15:32       ` Scott Serr
     [not found]         ` <46F6870B.7060500-LOV8xbAlIgXk1uMJSBkQmQ@public.gmane.org>
2007-09-23 16:17           ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox