similar to: HVM capability!

Displaying 20 results from an estimated 100000 matches similar to: "HVM capability!"

2008 Sep 18
1
答复: RE: 答复: RE:
Hi all, I have copy hvmachine-dm to /etc/xen/ , and start hvmachine, all is the same, failed. this is the message of running "ifconfig" linux-7b6o:/home/james/Desktop # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:70:99:97:D4 inet addr:147.2.207.55 Bcast:147.2.207.255 Mask:255.255.255.0 inet6 addr: fe80::221:70ff:fe99:97d4/64 Scope:Link UP
2008 Sep 17
7
Megaraid SAS driver failing in Xen-3.3.0 but was working in Xen-3.2.2-rc3
On Xen-3.3.0, domain0 Megaraid SAS (SAS 1068 controller) driver is not loading correctly if vtd support in Xen is enabled. It fails at the point of initializing firmware. I wasn''t seeing this error with Xen-3.2.2-rc3 (Unstable version), though with vtd disabled in Xen-3.3.0, it is working. Looks like a degrade problem. Any clues? Thx, Venkat
2008 Aug 05
4
Mini-OS and Xen!
Hi I have a doubt regarding Mini-OS and Xen. If it is true that Xen reserves in the virtual address space the top 64MB on 32bit systems and 168MB in PAE systems, doesn''t it exist with a Mini-OS kernel which has only 32MB in size i.e. going by its default config file? Obviously I''m missing something. Regards, Bhaskar. _______________________________________________ Xen-devel
2010 Mar 14
1
Grant table corruption with HVM guest
I''m experiencing total grant table corruption on a system and I''m hoping my symptoms will ring a bell with a member of the Xen developer community. The setup is Xen 4.0.0-RC2 (OpenSUSE 11.2 package) on a Nehalem system. The sole guest instance is 64bit FreeBSD running in HVM mode, a single vcpu, and a PCI passed-through LSI Logic 1068e SAS controller. FreeBSD is running
2006 Jun 12
0
RE: Error: Not an HVM capable platform, we stop crea ting!
I cant see that all in my bios -----Original Message----- From: Jose Betancourt [mailto:jbetancourt@novell.com] Sent: 11 June 2006 17:10 To: jroberts@rias.co.uk Cc: Xen-users@lists.xensource.com Subject: [Xen-users] Error: Not an HVM capable platform, we stop creating! Check that the processor on your machine is actually capable of supporting Hardware Virtualization. A list of Intel and AMD
2006 Aug 06
4
[newbie] Error: Not an HVM capable platform...
Hi, I''ve run linux off an on for several years. Recently I''ve been using windows (simply for ease), but have gotten so fed up with stability and what not. I had read good things about xen, so I installed suse and was hoping to not give up the 10% of things that I need windows for. I''ve still got windows on a partition and was wondering if I could boot that, but wanted
2009 Jan 09
0
[PATCH] ioemu: don''t expose MSI/MSI-X capabilities to IA64 HVM guest in ioemu.
At present IA64 Xen doesn''t support MSI for passthrough, so let''s not expose MSI/MSI-X capabilities to IA64 HVM guest for now. Thanks, -- Dexuan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 15
0
PCI passthrough to a HVM *without* VT-d ?
I have a system whose cpu can run a hvm. I have some PCI devices that I would like to be able to pass through straight to the domU Specifically, I want to pass through a device to a Windows VM. No, I explicitly do _not_ have a system with Intel''s VT-d technology. In an ideal world, I would be able to pass the graphics and some arbitrary non-graphics PCI cards direct to the DomU.
2009 Jan 29
0
Xen3.4-unstable pass through NIC - problems with creating HVM domainU
Hi, I am working on pass through using Xen-3.4 unstable. I am having trouble in installing HVM domain. Configuration file lokks like below: # Kernel image file. kernel = "/usr/lib/xen/boot/hvmloader" # The domain build function. HVM domain uses ''hvm''. builder=''hvm'' # Initial memory allocation (in megabytes) for the new domain. memory
2006 Aug 02
0
RE: [PATCH] [HVM] Rename file hvm_info_table.htoplatform.h
>>What kinds of things are going to be added? ''platform.h'' is vague >>enough it could end up a dumping ground for all kinds of crud. >> > >To support HVM guest with RAM above 4G physical address space, we need >define a constant HVM_RAM_LIMIT_BELOW_4G, and physical address space >from HVM_RAM_LIMIT_BELOW_4G to 4G is reserved for PCI device MMIO use.
2009 Aug 06
2
[PATCH] hvm emul: fix cmpxchg emulation to use an atomic operation
# HG changeset patch # User Patrick Colp <Patrick.Colp@citrix.com> # Date 1249555177 -3600 # Node ID 684c8fc69d658d058246eb9edfc8eba187ae6f2c # Parent 68e8b8379244e293c55875e7dc3692fc81d3d212 hvm emul: fix cmpxchg emulation to use an atomic operation. Currently HVM cmpxchg emulation is done by doing a normal emulated write, which is not atomic. This patch changes it to use a cmpxchg
2008 Sep 26
6
Mapping hvm guest pages in Dom0
hello, I would like to map (Read/Write) pages owned by a HVM guest from my Dom0 Linux kernel module. I have access to the "machine frame numbers" of these pages. 1. What is the right interface to do this? kmap needs ''struct page'' ptrs which I doubt exist for pages owned by a HVM guest. Is there a hypercall to do this then? 2. Do I need to modify the HVM behavior in
2008 Mar 28
4
grant tables and HVM+PV
This changeset: changeset: 15606:17820aa1b2c0 user: Keir Fraser <keir.fraser@citrix.com> date: Fri Dec 14 11:58:37 2007 +0000 summary: hvm: Remove duplicate assignment of __HYPERVISOR_grant_table_op in Has broken our HVM PV drivers. Previously we were using: 520 if ((HYPERVISOR_grant_table_op(GNTTABOP_setup_table, pset, 1) != 0) || 521
2009 Aug 30
0
Re: Re: Failure to setup Xen 3.4.1 Dom0 on top of Ubuntu 9.10 Server HVM DomU ( 2.6.30.2 xenified kernel)
Setting CONFIG_CMDLINE_BOOL=y in .config allows to assign desired value via make menuconfig: Symbol: CMDLINE [=root=/dev/sda14 ro console=tty0]                                                       Prompt: Built-in kernel command string                                                                       Defined at
2006 May 17
1
RE: RE: [Xen-changelog] Fix MOVS instruction emulation for HVM MMIO.
> -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of > Gerd Hoffmann > Sent: 17 May 2006 07:43 > To: Petersson, Mats > Cc: xen-devel@lists.xensource.com; xen-changelog@lists.xensource.com > Subject: Re: [Xen-devel] RE: [Xen-changelog] Fix MOVS > instruction emulation for HVM MMIO. >
2007 Oct 16
0
[PATCH][IOEMU] Fix to Allow blktap to be able to be booted as system volume for PV-on-HVM.
Hi All, I sent the patch to allow blktap to be able to booted as system bolume for PV-on-HVM. However, there was a problem that hdN and xvdN were not able to be specified at the same time. I made the patch to correct it as follows. - Whether hdN is defined first is checked. - If hdN is defined, xvdN is not replaced with hdN. Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
2006 May 05
0
RE: How about removing the xen version info from hvm capsstring
>> I''d like to change the xen x86 caps to such format: >> xen_caps : xen-3.0-x86_64 hvm-x86_32 hvm-x86_32p >> hvm-x86_64 >> i.e. remove the xen version info from hvm caps string, >> because it makes no sense for HVM guests. >> How about your opinion? > >I can''t see any harm in having a version identifier. When we start
2008 Jun 03
1
change hvm defaults for timer_mode and hpet?
Due to recent changes in timer handling (specifically building hpet emulation on top of Xen system time and ensuring it is monotonic), I wonder if it now makes sense to: 1) change hvm default for hpet to 1 (was 0) 2) change hvm timer_mode default from 0 to 2 I encouraged adding the hvm hpet parameter and defaulting it to 0 because the virtual hpet was not reliable and many guests/versions
2009 Feb 26
1
Device model failure: no longer running with HVM-Guest
Hi, I''m using the xen-3.4-unstable version with Debian Lenny. Next to that I use a HVM Guest. The error message from the Xend.log is: 2009-02-26 14:44:15 2325] INFO (XendDomain:1180) Domain ExampleHVMDomain (35) unpaused. [2009-02-26 14:44:15 2325] INFO (XendDomainInfo:1781) Domain has shutdown: name=ExampleHVMDomain id=35 reason=poweroff. [2009-02-26 14:44:15 2325] DEBUG
2006 Oct 08
0
Re: [Xen‑users] Should I use HVM?
Your decision on what platform to go with depends on your requirements of course. Some observations from my end: Running a non-HVM platform limits you currently to OS where the OS itself has been para-virtualized. An HVM-enabled platform enables your future for changes that you may not have planned for at this time. Also, keep in mind that as you look at the management tools available for