Displaying 20 results from an estimated 1000 matches similar to: "SVM/Pacifica Spec posted"
2005 Nov 04
0
Pacifica-enabled chip availability
Announcement of projected availability of M2 socket Pacifica-enabled chips:
http://www.channelregister.co.uk/2005/11/04/amd_roadmap_update/
--
Tired of having to defend against Malware?
You know: trojans, viruses, SPYWARE, ADWARE,
KEYLOGGERS, rootkits, worms and popups.
Then Switch to OpenBSD with a KDE desktop!!!
_______________________________________________
Xen-devel mailing list
2006 May 24
2
Running Xen on current Opteron family?
> I have been looking at XenSource 3.0 solution for running virtual
> servers on opteron servers. According to XenSource''s documentation, it
> runs on Opterons with pacifica feature. My understanding is that we
> need this feature for following reaons:
> - lower virtualization overhead. Theoretically, 3-5% overhead for
> guest oses when virtualized
> - running guest
2003 Apr 15
2
outdated timezone info
Just upgraded 4.7 to 4.8 stable.
Hoped that timezone info will be up to date, but it still isn't though files
in /usr/share/zoneinfo show new dates.
For instance daylight saving time settings are outdated in Europe/Vilnius
file.
I'll try to recompile those files from sources got fom
ftp://elsie.nci.nih.gov/pub/ but it would be nice to have updated info for
the next release of freebsd or
2006 Mar 10
0
Re: Hardware requirements to run Windows on Xen
As far as I know from experience if your motherboard has a bios update that says
it supports presler microcode then you''re set. One gotcha is you may need
something simple like a celeron d chip to get your motherboard to boot to get the
bios update installed. (As the 3 montherboards I''ve seen won''t boot presler chips
without bios update.
Adam Wendt
IPCoast, Inc.
On
2006 Sep 15
0
Xen with Longhorn August CTP Guest
I have a dual-processor, dual-core Opteron 265 system. It doesn''t have
DDR2, and along with what I can find on the web, I''m pretty sure it
doesn''t have Pacifica, so I can''t do full virtualization. Right now it
has Longhorn Server Build 5600 (August CTP) x64 on it. But I would like
to try out some virtualization stuff to try different os''s and to
2004 Aug 06
0
SIMD interest
No,
The way you check if SSE FP / xmm is supported is to issue an
instruction with an xmm operand inside of a try catch loop:
try
{
issue asm which uses xmm registers such as:
pxor xmm0 xmm1
}
catch(...)
{
if you get here an illegal instruction exception occurred then xmm
registers are not supported.
}
Incidentally, in our case, just having an Atholon XP with Windows
2006 Oct 20
0
xen-3.0_3.0.3-0-1_multi.changes is NEW
xen-3.0_3.0.3-0-1.diff.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.3-0-1.diff.gz
xen-3.0_3.0.3-0-1.dsc
to pool/main/x/xen-3.0/xen-3.0_3.0.3-0-1.dsc
xen-3.0_3.0.3-0.orig.tar.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.3-0.orig.tar.gz
xen-docs-3.0_3.0.3-0-1_all.deb
to pool/main/x/xen-3.0/xen-docs-3.0_3.0.3-0-1_all.deb
(new) xen-hypervisor-3.0.3-1-amd64_3.0.3-0-1_amd64.deb extra misc
The Xen Hypervisor
2006 May 29
2
VT built in?
Hi Xen team,
one short question before I grab the new machine of a colleague: did you
build Xen3 for Sid with VMX (virtualization with the newer
Vander...Pacifica)? Or will I have to build it myself?
Sorry for the direct mail to this list, but I'm not subscribed to
Debian-Users. Please CC me, as I'm also not subsribed here. Thx.
kind regards,
Wolfgang
--
cheers,
2006 Oct 09
0
xen-3.0_3.0.3~rc1+hg11686-1_multi.changes is NEW
xen-3.0_3.0.3~rc1+hg11686-1.diff.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.3~rc1+hg11686-1.diff.gz
xen-3.0_3.0.3~rc1+hg11686-1.dsc
to pool/main/x/xen-3.0/xen-3.0_3.0.3~rc1+hg11686-1.dsc
xen-3.0_3.0.3~rc1+hg11686.orig.tar.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.3~rc1+hg11686.orig.tar.gz
xen-docs-3.0_3.0.3~rc1+hg11686-1_all.deb
to pool/main/x/xen-3.0/xen-docs-3.0_3.0.3~rc1+hg11686-1_all.deb
(new)
2007 Dec 18
2
Problems with Sunfire X2200
Hello all!
We are testing virtualization with two Sun X2200 M2 (2 x Opteron Dual Core)
with Xen (3.1.3, locally compiled, Debian etch), KVM (Debian Sid) and
Windows Virtual Server
(Windows 2003 Server). We have tried paravirtualization and also full
virtualization (Pacifica).
In all cases we have experienced problems regarding stability in the
systems,
specifically erratic lost of network
2006 Jun 30
1
Intel VT-x & Xen
Hi All, Just curious if anyone is currently using Xen 3on any of the new Intel Xeon processors that support the VT-x extentions. With the VT-x (or AMD's Pacifica) you can run unmodified guest operating systems...so we are looking into buying a new server to run a few virtual machines of CentOS & a few with Windows. If anyone has done this, I would love to hear about their
2003 Nov 06
4
KPFA live vorbis stream
I just joined this list, so I'm not sure how many of you are already aware
of this. KPFA is a 59,000 watt free speech community radio station in
Berkeley, California that has been on the air since 1949. They were the
first listener sponsored radio station in North America, paving the way for
many other community stations across the U.S. and around the world. KPFA was
one of first signals to
2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
> In the Atholon XP 2400+ that we have in our QA lab (Win2000 ) if you run
> that code it generates an Illegal Instruction Error. In addition, an AMD
> Duron (Windows ME) does the same thing. There are two possible reasons -
> One is that those processors do not support xmm registers or the Operating
> System does not support XMM registers. In the morning we will check the
>
2006 Jun 24
4
AMD64 AM2 supports Windows XP?
Hi,
i consider to buy a new PC for my Desktop. Now i need Windows for do
some work with Photoshop. I would like to buy a AMD X2 4200 with Socket
AM2 and the new Pacifica.
Supports XEN this CPU together with windows nativly? How fast Windows
will works with SDL? Could i use 32bit color deep with SDL? I use fast
SATA-Raid with a lot of RAM 4GB ontop of Gentoo Linux
Hope someone could answer
2007 Jan 10
1
"''Invalid kernel'', ''xc_dom_find_loader: no loader found\n" with new vanilla 2.6.23-rc8
Hey folks,
this is my first contact to XEN-users list. So please be patient if I
missed something. I''ve searched a lot before writing this email.
My problem:
I do have a non-VT/Pacifica box (an old IBM Laptop). There I''ve got already
Xen installed (Dom0, 2.6.18-xen0). Now I''ve tried to use the newest vanilla
kernel from Kernel.org (at this time: 2.6.23-rc8). As commonly
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0
Severity: wishlist
Please include support for HVM-based guests. This allows hardware
virtualization on systems with Intel's chips with VT (IE, Pentium D
930), and AMD's future chips with Pacifica. HVM allows you to run
unmodified operating systems under Xen, such as Windows XP/2003.
The following files are needed:
/usr/lib/xen/bin/qemu-dm
2006 May 31
0
xen-3.0_3.0.2+hg9697-1_i386.changes is NEW
xen-3.0_3.0.2+hg9697-1.diff.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697-1.diff.gz
xen-3.0_3.0.2+hg9697-1.dsc
to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697-1.dsc
xen-3.0_3.0.2+hg9697.orig.tar.gz
to pool/main/x/xen-3.0/xen-3.0_3.0.2+hg9697.orig.tar.gz
xen-docs-3.0_3.0.2+hg9697-1_all.deb
to pool/main/x/xen-3.0/xen-docs-3.0_3.0.2+hg9697-1_all.deb
2006 Aug 27
0
xen-unstable_3.0-unstable+hg11218-1_amd64.changes is NEW
(new) xen-docs-3.0-unstable_3.0-unstable+hg11218-1_all.deb extra misc
documentation for XEN, a Virtual Machine Monitor
This package contains all the large documentation files for XEN. This
includes a description interface(both the api, and a nice explanation of
how XEN works). It also contains the VBD and Xeno howtos.
(new) xen-hypervisor-3.0-unstable-1-amd64_3.0-unstable+hg11218-1_amd64.deb
2007 Mar 05
1
extra-sounds 1.4.5 timestapmed newer than 1.4.6 ???
Hello All , I'd usually just take the latest timestamped tarballs & use
them , But this has gotten me a tad setback .
I want to build astersik-1.4.1 & I am not sure which of these is going
to work correctly . Anyone else have a better idea than me ?
Rsvp , Tia , JimL
-rw-r--r-- 1 0 0 9397296 Feb 21 01:07 asterisk-core-sounds-es-g722-1.4.6.tar.gz
2005 Oct 25
0
RE: Run xen with a dual boot system
There''s not a simple answer to this.
First of all, this will not work with currently available hardware, at least not with Xen, because the current implementation of Xen on currently available hardware relies on Xen-friendly code in the OS, which is relatively easy on Linux and other Open Source OS''s, but becomes near impossible on closed source OS''s.
With future