Displaying 20 results from an estimated 10000 matches similar to: "SMP support in Windows domU"
2007 May 11
5
Ping interrupts and SSH laggy
Hi,
i have succesfully configured Xen 3.0.4 with 2.6.16 kernel on some C2D
hw with currently 2GB RAM. Only hitch was with the integrated Intel
Gigabit network card which is not supported by by default xen kernel -
so there is e1000 module compiled from intel sources.
Server is connected on 100Mbit ethernet line. Network setting is
currently bridged.
At the moment 4 domUs with various linux PV
2007 Mar 12
16
booting an ISO inside Xen (full virt)
Hi list,
I''m using Dom0 gentoo with xen 3.0.4 and xenman. I have several DomU working and it is really nice :)
so all my DomUs are installed with disk images. Now i want to use an ISO to boot and install a linux system (or win).
When i try to boot the DomU i dont have nothing, nothing relevant (for me) in logs and i can connect to the console. The state of the DomU is unknow. Any help
2006 Oct 26
7
"xm create winxp" causes my machine to hard reboot
When I run
"xm create winxp"
my computer hard reboots.
I am using the xen-sources, xen and xen-tools packages from gentoo
~amd64 (version 3.0.2)
My virtual machine config is the following:
kernel = "/usr/lib/xen/boot/hvmloader"
builder = ''hvm''
memory = 512
name = "winxp"
vcpus = 1
vif = [ ''type=ioemu, bridge=xenbr0'' ]
disk = [
2006 Jun 29
5
Multiple VCPUs
I have a self built system using an Intel D 920 processor and a MB that
supports VT. I''m able to run HVM domains fine, but have trouble getting
multiple VCPUs for these domains. Here is an example of one of my configs.
# -*- mode: python; -*-
#============================================================================
# Python configuration setup for ''xm create''.
#
2007 Mar 09
9
XP: VBD could not connect to backend device: USB boot
Hi:
we have following setup:
1. 2.6.16-33-based Xen 3.0.3/Xen-3.0.4 DOM-0 kernels.
2. Using LILO-mbootpack from USB we boot Xen-->DOM-0 setup
3. We mount harddisk and try to install xp.hvm
While,we are successful with FCs as DOM-U, for XP we get, VBD (768)
could not be connected.
We do have max_loop count to 64 and enough loop devices.
Note that above error is consistent on both 3.0.3
2007 May 14
4
Debian etch Xen: No display window.
I am trying to setup Xen virtual servers using a Debian etch with the xen
3.0.3 provided in 32 bits mode. I am using full virtualization.
I managed to get things started using the configuration provided below. I
was able to run the install (with boot="d"). I even managed to start the
system afterwards, and it runs correctly.
But now I encounter a problem I already hit when running
2006 May 17
20
X86_emulate to be moved into qemu...
> Hmmm... wouldn''t it be nice if we didn''t have a bespoke,
> buggy & incomplete emulator for hvm mmio. ;-)
In the process of solving this one, I''ve got to (another) of the
blocking points...
At the moment, we translate the virtual address from the guest in the
page-fault-handler to guest physical address via the gva_to_gpa()
function in svm.c/vmx.c:
2007 May 14
0
Xend HTTP interface specyfication.
Hi,
Is there any resources on the net that I could go and read about xend HTTP
interface? I try to find something about it without the success. Only some
information about how to set up it but now information about how to use it
:-(.
Any suggestions?
--
ASEC S.A.
Bartłomiej Dubas
Główny Projektant Systemów Informatycznych/Chief Software Architect
e-mail:
2006 Sep 04
6
How to Networking Bridge?
Hi,
I''ve a working xen 3.0.2 booting a gentoo linux on Dom0.
I have setup a Windows XP in a DomU OK with no problems except the
network!!
My problem is that I wanted to give a working network interface on the
DomU and the best I could. making the windows detect an network adapter,
was putting:
vif = [''type=ioemu'']
I also tryied:
vif = [''type=ioemu,
2007 Apr 17
4
WIN NT / WIN98 HVM
Hi there,
i have trouble with Win NT 4 and WIN98 in XEN DomU when i will install.
WinNT says on Hardware detect:
# i can find graficadapter, install fails, please reboot ...
And Win98 starts in shell an says:
# no valid cdrom drivers selected ....
My install Disks are ISO Files, my Config:
disk = [ ''file:/path/windisk.img,ioemu:hda,w'',
2006 Oct 08
6
HVM WinXP dom crash
Hi
Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug).
When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
2006 Oct 08
6
HVM WinXP dom crash
Hi
Trying to get WinXP HVM to install as domU on AMD. Got latest Xen Kernel and Xen package (NOT unstable or debug).
When start, a window pops up for few seconds.. then it dies and another one comes up... and it disappears too. (Xen is trying to restart and giving up because the restart happens in 2 seconds..) It seems DomU is not able to read/understand something from Cirrus VGABIOS.
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
2007 Apr 13
18
A different probklem with save/restore on C/S 14823.
I''m not seeing the problem that Fan Zhao is reporting, instead I get
this one. Not sure if ti''s the same one or a different problem... This
happens with my simple-guest [i.e. not using hvmloader, as I described
before]. This worked fine yesterday.
(XEN) event_channel.c:178:d0 EVTCHNOP failure: domain 0, error -22, line
178
(XEN) bad shared page: 0
(XEN) domain_crash_sync called
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi,
I have set maxvcpus and vcpus options in my domU configuration file, and I
can see that X number of vcpu are set for the domU.
I tried to activate all the vpcus by using vpcu_avail option (using decimal
to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and
only the first vpcu is activated (i.e. has -b- state) while all other
vpcu''s set for the domU are
2012 Nov 16
3
How to activate all VPCUS for a domU?
Hi,
I have set maxvcpus and vcpus options in my domU configuration file, and I
can see that X number of vcpu are set for the domU.
I tried to activate all the vpcus by using vpcu_avail option (using decimal
to represent vpcu bitmask e.g. 24=11000) but it doesn''t seem to work, and
only the first vpcu is activated (i.e. has -b- state) while all other
vpcu''s set for the domU are
2006 Oct 23
14
SDL display of HVMs -- how?
I''m having some trouble working out how to make the SDL interface
for HVM domUs appear. The documentation simply says "it will appear"
when you start the domU, but doesn''t state what packages or libraries
are needed in order for this magic to happen, or explain how to debug
it if it doesn''t happen. All that I''m getting at the moment is a domU
(running
2006 Jun 21
5
Vista B2
Hi,
Has anyone tried to install Vista B2 on VT machine? Dose Xen 3.0.2 support
Vista?
Thanks!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 May 28
6
hvm performance
Hi
I''ve been running xen with linux guests for a while now and thought I''d
try windows as I have a new server. All seemed to go fine except
performance is *horrible* - I''m currently installing Win2003 SP2 and
it''s been running over 12 hours (thank god for vnc) - each individual
file is taking between 3 and 4 seconds each.
Server is an intel E6600 with
2007 Jun 25
9
xen 3.1 - domU hangs just after "xm create"
What are methods to debug domU when it hangs? Using xen 3.1 compiled from sources I could not manage to launch no domU. Fot instance, I run something like this:
=====8<=====================
disk = [ ''file:/oradata-act/sles.disk,hda1,w'', '',hdc:cdrom,r'' ]
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen"
cpus =