* OS/2 and eComStation
@ 2005-12-12 17:25 ecs user
2005-12-12 18:01 ` Anthony Liguori
0 siblings, 1 reply; 4+ messages in thread
From: ecs user @ 2005-12-12 17:25 UTC (permalink / raw)
To: xen-devel
Hi,
Hoping someone can help me with some question on Xen
3.x and Intel VT (Vanderpool) hardware.
Can IBM OS/2 or Serenity Systems eComStation now be
run with Xen and Intel Vanderpool enabled CPUs?
If not, what is needed?
Are any drivers needed?
Do you know of anyone working on getting Xen to
support OS/2 or eComStation?
> Jan 21,2004, Mark A. Williamson wrote:
> Afraid so.
> With the Intel Vanderpool support you'll
> be able to run unmodified guests once Vanderpool
> hardware is available.
>> I want to use Linux or FreeBSSD as domain 0
>> operating system but have IBM OS/2 Warp in
>> the other domains. To run OS/2 in domain 1-...,
>> does it need to have a modified kernel?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: OS/2 and eComStation
@ 2005-12-12 17:48 Petersson, Mats
0 siblings, 0 replies; 4+ messages in thread
From: Petersson, Mats @ 2005-12-12 17:48 UTC (permalink / raw)
To: ecs user, xen-devel
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of ecs user
> Sent: 12 December 2005 17:26
> To: xen-devel@lists.xensource.com
> Subject: [Xen-devel] OS/2 and eComStation
>
> Hi,
>
> Hoping someone can help me with some question on Xen 3.x and
> Intel VT (Vanderpool) hardware.
I can't speak for Intel as such, but I do know how the technology works
from an external view, and I (should!) know how the AMD technology
works.
>
> Can IBM OS/2 or Serenity Systems eComStation now be run with
> Xen and Intel Vanderpool enabled CPUs?
I don't see why it shouldn't work. However, it's not what I'd call a
"targetted OS", in that OS/2 and eComstation aren't the first things
that someone would try out once they got unmodified Linux running on the
system. Since some special instructions has to be emulated when running
the OS in virtual mode, there may be special instructions that are
either not supported, or variations of instructions where the
instruction itself is supported, but the way it's used in for example
OS/2 is not [1]. This may cause problems. They aren't BIG problems, but
if you're not able to debug and perhaps even fix the problem yourself,
it may take a long time until someone else comes around to fix them...
Chances are pretty good that the OS doesn't do anything "strange", but
you don't know until you've tried it...
It is of course also possible that the OS uses some hardware in a
different settings than normally - this hardware is emulated in QEMU,
and it may not have been tested for this different setting. Again, it's
not likely, but possible that this scenario will throw up some problems.
>
> If not, what is needed?
>
> Are any drivers needed?
Not specifically for the VT. However, your OS will have to support a
specific set of hardware, including particular models of network cards.
If there's no driver for the "right" network card, it may turn out that
your OS installation will work just fine, except it can't talk to the
rest of the world because there's no network card driver. I can't
remember at the moment which network card is emulated in QEMU, but it
shouldn't be too hard to find out.
>
> Do you know of anyone working on getting Xen to support OS/2
> or eComStation?
I haven't heard of anyone, but that's not to say that it's not being
done.
[1] Some instructions have literally dozens of different variations of
addressing modes, size/segment overrides, different registers being
used, etc, etc. Sometimes the programmer may, intentionally or by
mistake, take shortcusts in implementing the emulation of the
instruction, and it may mean that some variation of the instruction is
not supported/broken. If this particular variation is used by your OS,
it won't work.
--
Mats
>
>
> > Jan 21,2004, Mark A. Williamson wrote:
> > Afraid so.
> > With the Intel Vanderpool support you'll be able to run unmodified
> > guests once Vanderpool hardware is available.
>
> >> I want to use Linux or FreeBSSD as domain 0 operating
> system but have
> >> IBM OS/2 Warp in the other domains. To run OS/2 in domain
> 1-..., does
> >> it need to have a modified kernel?
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection
> around http://mail.yahoo.com
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OS/2 and eComStation
2005-12-12 17:25 OS/2 and eComStation ecs user
@ 2005-12-12 18:01 ` Anthony Liguori
0 siblings, 0 replies; 4+ messages in thread
From: Anthony Liguori @ 2005-12-12 18:01 UTC (permalink / raw)
To: ecs user; +Cc: xen-devel
If you can install it under QEMU, you've got a fighting chance of it
working under Xen. This would mean that the emulate hardware is compatible.
There's a good chance it won't work out of the box in Xen though. At
Mats mentioned, we don't do full instruction decoding so it's possible
that OS/2 relies on things that we don't do. This should be pretty easy
to get going though. When it hits an instruction it doesn't know about,
you should get some output on the serial console. If you decode the
instruction by hand, you can then implement support for it in Xen.
Regards,
Anthony Liguori
ecs user wrote:
>Hi,
>
>Hoping someone can help me with some question on Xen
>3.x and Intel VT (Vanderpool) hardware.
>
>Can IBM OS/2 or Serenity Systems eComStation now be
>run with Xen and Intel Vanderpool enabled CPUs?
>
>If not, what is needed?
>
>Are any drivers needed?
>
>Do you know of anyone working on getting Xen to
>support OS/2 or eComStation?
>
>
>
>
>>Jan 21,2004, Mark A. Williamson wrote:
>>Afraid so.
>>With the Intel Vanderpool support you'll
>>be able to run unmodified guests once Vanderpool
>>hardware is available.
>>
>>
>
>
>
>>>I want to use Linux or FreeBSSD as domain 0
>>>operating system but have IBM OS/2 Warp in
>>>the other domains. To run OS/2 in domain 1-...,
>>>does it need to have a modified kernel?
>>>
>>>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OS/2 and eComStation
@ 2006-01-04 18:22 ecs user
0 siblings, 0 replies; 4+ messages in thread
From: ecs user @ 2006-01-04 18:22 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 786 bytes --]
I can send you a ready to run (restore of backup) copy of Serenity System´s eComStation.
Could you add another operating system to your test?
------------------------------
Message: 2
Date: Wed, 4 Jan 2006 17:33:49 +0800
From: "Shi, Kuiliang" <kuiliang.shi@intel.com>
Subject: [Xen-devel] VMX status report, changset 8478
To: <xen-devel@lists.xensource.com>
We have test latest xen on VT platforms with Intel 915/E8500 chipset
and Here is the test summary:
IA-32:
Build&Boot SMP xen0 without problem
Can bootup unmodified 2.4/2.6 linux on VMX domain
Can
bootup unmodified Window XP/XP-sp1/XP-sp2/XP-Embedded/2003
.......
---------------------------------
Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
[-- Attachment #1.2: Type: text/html, Size: 1077 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-04 18:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-12 17:25 OS/2 and eComStation ecs user
2005-12-12 18:01 ` Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2005-12-12 17:48 Petersson, Mats
2006-01-04 18:22 ecs user
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.