Displaying 20 results from an estimated 800 matches similar to: "A x86_64 processor can not run a x86_64 HVM"
2009 May 29
1
Centos Xen dom0 and Debian domU
I have got a Centos 5.3 i386.
I would like to install a Debian Lenny paravirtualized domU. I have a free partition so, I use this script to install Debian.
http://people.debian.org/~joeyh/d-i/images/daily/netboot/xen/xm-debian.cfg
And these are the instructions:
http://wiki.debian.org/Xen#DomU.28guest.29
Installation was successfully.
But restart not.
I got:
xm create -c xm-debian.cfg
Using
2010 Apr 28
1
Xen 4.0.0 pvops 2.6.31version 64 bit cannot install gplpv on a win2k3 server 32 bit
Hi everybody,
I wanted to test the new hypervisor Xen 4.0.0 with the pvops kernel
2.6.31.13 version 64 bit
No concerns regarding the compilation and installation, but after install
a Windows 2003 server 32 bit
I can''t install the drivers gplpv_2003x32_0.11.0.213.msi i had an error:
"There is a problem with this Windows Installer package" see attachment
Before, i had the
2010 Aug 04
4
broken network-support for netBSD-domUs?
Hello.
I recently tried installing NetBSD-5 on xen-4.0.1-rc5, which resulted in no network (xennet0 can''t get IPs per dhclient and has no connectivity if set by hand).
Tried it with netBSD-5.1-RC3-1 i386 PAE & amd64, netBSD-5.0 and even 4, all with the same result.
On a older xen version (3.3.1) networking works fine, so I assume it''s a xen bug, and not a netBSD-kernel
2010 May 24
1
Bug in reboot phase : workaround or patch ?
Hello ,
I use Centos 5.4 , with the redhat version of xen .
I need for some guest to change the hardware for the network .
So in my xen config i add the model option in the vif line .
When the guest boot , i had the right emulation , but after a reboot , the guest loose the configuration .
Someone can confirm the bug in centos 5.5 ?
Have someone a patch ?
Extract of my config :
builder
2010 Nov 12
1
Virtual Network Interfaces showing all packets as dropped
Hey,
I am having the problem that when looking at my virtual network
interface stats all packets are shown as dropped (The guests all
do have a working internet connection though).
All the guests are running Debian Lenny with Kernel version
2.6.26-2-amd64 and running as HVM.
The host is running Debian Lenny with the stable-2.6.32.x git
kernel.
2008 May 21
2
outgoing domu network dies after a while
I have a OpenSuse 10.3 with xen 3.1.0 running and it''s been running fine
for a few months.
This past weekend it suddenly started to act up and after some
troubleshooting I can now say that it seems like the guests(domU) loose
the outgoing network pipe, from the console I can see that the TX
counter is stuck at the same value but it''s no errors. It behaves as if
whatever I try to
2006 Oct 24
11
Xen 3.0.3 confusion
I am thoughly confused with the various Xen 3.0.3 versions for Suse.
Firt there is not for suse 10.1, so I gues I woulllt the source tarball
and compile. ( I tried the RPM for 10.0 (I am running SuSE 10.1) but it
caused a kernel panic)
I have 5 packages listed unter Yast software management (not including
documentation,pdf, etc).
Kernel-xen ver 2.6.16.21.25
Xen 3.02_09763-0.8
xen-libs
2009 Jun 13
4
Unable to create WinXP DomU
Hi,
Since a week or two I can''t create two of my three WinXP DomU''s anymore, the
third one starts just fine.
This is the basic error message I get:
# xm create WinXPViaLilaGeert
Using config file "./WinXPViaLilaGeert".
Error: Creating domain failed: name=WinXPViaLilaGeert
There is little information in this error message. /var/log/xen/xend.log has a
little more:
2011 Feb 02
2
syslinux 4.02 hangs at "boot:"
Hi all,
I have a machine that won't boot syslinux 4.02 but will boot syslinux
3.53. We've installed syslinux 4.02 on a number of machines but only
this one has a problem.
The problem is that the machine hangs entirely after printing "boot:" on
the tty. The stanza being booted in /boot/extlinux.conf is:
label xe
# XenServer
kernel mboot.c32
append /boot/xen.gz
2008 Jan 03
0
Fwd: Re: Opensuse 10.3 does not charge dom0
---------- Forwarded Message ----------
Subject: Re: [Xen-users] Opensuse 10.3 does not charge dom0
Date: Wednesday 02 January 2008
From: jim burns <jim_burn@bellsouth.net>
To: helicoterus-elih@yahoo.it
On Wednesday 02 January 2008 06:55:49 am helicoterus-elih@yahoo.it wrote:
> This is my inittab:
This looks pretty much the same as my SuSE inittab. On my fedora xen server
though,
2019 Mar 07
5
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote:
> On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote:
> > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote:
> > > +static const struct mmu_notifier_ops vhost_mmu_notifier_ops = {
> > > + .invalidate_range = vhost_invalidate_range,
> > > +};
> > > +
> >
2019 Mar 07
5
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote:
> On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote:
> > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote:
> > > +static const struct mmu_notifier_ops vhost_mmu_notifier_ops = {
> > > + .invalidate_range = vhost_invalidate_range,
> > > +};
> > > +
> >
2007 Sep 23
9
Confused about start of day setup
Hi,
I hope I''m right here. If not then please point me in the right
direction.
My problem in short:
I have problems using (pinning, mmu_update) physical pages from
0x900000 to 0xB1000 usualy.
I''m writing my own little amd64 64bit toy kernel (based on Mini-OS as
starting point) for xen and I run into problems with the way the start
of day sets up the physical pages.
My kernel
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
Hello.
Im trying to get hvm running on my amd64 am2 socket 2gb ram.
1st it as a Debian amd64 etch.
2st xen 3.0.3-2 debian build (more configs below)
3st acpi=1 apic=1
Problem is
I can install winXP but after reboot i get black screen.
If i press F8 i get menu of XP but can''t select anything ->frozen again
If i try acpi=0 apic=0 and install XP it freezes before it XP boots
2008 Jul 10
1
TX tcp checksum errors with Xen GPLPV 0.9.9 Drivers (xen 3.2.1 and windows Server x86 2003 R2)
Hello,
My first post on Xen-Users, so ..
i''ve discovered a strange problem.
Setup:
-A Windows server 2003R2 (x86) with GPL PV driver 0.9.9
ipferf 1.7.0 (from 2003)
-dom0 a opensuse 11.0 xen:
# rpm -q -a |grep -i xen
kqemu-kmp-xen-1.3.0pre11_2.6.25.5_1.1-7.1
kiwi-desc-xenboot-2.38-67.1
xen-3.2.1_16881_04-4.2
xen-tools-3.2.1_16881_04-4.2
xen-libs-3.2.1_16881_04-4.2
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Fri, Mar 08, 2019 at 04:58:44PM +0800, Jason Wang wrote:
>
> On 2019/3/8 ??3:17, Jerome Glisse wrote:
> > On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote:
> > > On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote:
> > > > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote:
> > > > > +static const struct
2008 Mar 07
2
32bit guests on 64bit domU
hi!
i read some other threads but none could help me.
i''m on gentoo trying to boot 2.6.24 and 2.6.25 kernel.org kernels within
my 2.6.20-xen kernel but i fail to get a correct .config.
thanks
yannick
more infos:
-- dom0
alchemist ~ # xm info
host : alchemist
release : 2.6.20-xen-r6-yk
version : #1 SMP Sat Dec 1 13:47:54 CET 2007
2019 May 09
2
RFC: "REQUIRES: no*" considered harmful
Dear test fans,
Recently a couple of cases came to light, where a test had the line
REQUIRES: nowindows
with the obvious expectation that it would be disabled, but only for
the Windows platform. Sadly, this is not true; the "no" prefix means
nothing to Lit. I've already fixed one test, within Lit's own test
suite, and I've done a bunch of grepping to see what else is
2010 May 25
0
CentOS-virt Digest, Vol 33, Issue 9
S pozdravem
Stan.M.
On 25.5.2010, at 18:00, centos-virt-request at centos.org wrote:
> Send CentOS-virt mailing list submissions to
> centos-virt at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.centos.org/mailman/listinfo/centos-virt
> or, via email, send a message with subject or body 'help' to
>
2008 Oct 17
4
Vista Ultimate 32-bit install - VNC woes
Hi,
I''m running Xen server based on OpenSuSE 11 (Xen version
3.2.1_16881_04-4.2). I have several Linux DomU''s that run perfect.
Now I need a temporary Vista install (for testing) so I used
''virt-manager'' to install Vista. I used LVM based setup, Vista got 4GB
of memory (at least temporary) and 2 CPU''s.
Initially things look good - I get the console