similar to: VMX status report. Xen: #17917 & Xen0: #583 -- no new issue

Displaying 20 results from an estimated 6000 matches similar to: "VMX status report. Xen: #17917 & Xen0: #583 -- no new issue"

2008 Jul 25
0
Weekly VMX status report. Xen: #18132 & Xen0: #616
Hi all, Here is our weekly test report for Xen-unstable tree: 3 new issues were exposed, and 6 old issues got fixed. Due to bug #1304 (qcow issue of ioemu-remote), our testing is based on ioemu. New issues: ============================================== 1. With ioemu-remote, guest cannot be created with qcow image. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1304. 2. Domain0 will
2008 Apr 10
8
[PATCH][RFC]Move PCI Configuration Spaces from Dom0 to Xen
Hi, Keir, This patch will move reading and writing of PCI configuration spaces from dom0 to Xen. It also changes VTD code, so that they can touch the PCI configuration spaces with proper lock. This will also benefit MSI support in Xen. Can you give some comments? Thanks! <<pci_conf_xen.patch>> Best Regards Haitao Shan _______________________________________________ Xen-devel
2008 May 23
6
VMX status report. Xen: #17702 & Xen0: #559 -- no new issue
Hi all, This is today''s nightly testing report; no new issue found, bug #1259 got fixed. Some vt-d cases failed in first round testing, but can get pass in retesting. Fixed issue: ============================================== 1. booting windows guest causes Xen HV crash http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1259 Old issues:
2007 Dec 11
13
[PATCH] Enable Core 2 Duo Performance Counters in HVM guest
Hi, Keir, Currently, HVM guests do not have access to performance counters. So it is not possible to use performance analyzer software such as vtune in HVM guest to analyze programme performance. Other usage of performance counters , for example, the NMI watchdog, won''t function either. This patch will enable performance counters in HVM guest. Currently, only Core 2 Duo is implemented.
2008 Mar 24
21
VMX status report. Xen: #17270 & Xen0: #488 -- no new issue
Hi all, This is today''s nightly testing report; no new issue today. Most of case failures are due to bug #1183 and #1194 listed below. For bug #1194, the issue `Linux booting hangs with "hda: dma..." errors` got fixed on this c/s; but neither Windows nor Linux X can boot up with setting sdl=1 and opengl=1 if guest''s resolution is set as 800 * 600 or higher. Old
2008 Mar 27
11
[PATCH 1/5] Add MSI support to XEN
This patch changes the pirq to be per-domain in xen tree. Signed-off-by: Jiang Yunhong <yunhong.jiang@intel.com> Signed-off-by: Shan Haitao <haitao.shan@intel.com> Best Regards Shan Haitao _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Sep 09
29
[PATCH 1/4] CPU online/offline support in Xen
This patch implements cpu offline feature. Best Regards Haitao Shan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 26
0
Weekly VMX status report. Xen: #18711 & Xen0: #711
Hi all, This is our weekly test report for Xen-unstable tree. 3 new issues were found, bug #1368 got fixed; P1 bug #1339 still blocks our save/restore related cases. New Bugs: ===================================================================== 1. [stubdom]The xm save command hangs while saving <Domain-dm>. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1377 2. [stubdom] cannot
2008 Mar 27
21
[PATCH 0/5] Add MSI support to XEN
Hi, Keir, These patches are rebased version of Yunhong''s original patches, which were sent out before XEN 3.2 was released. These patches enable MSI support and limited MSI-X support in XEN. Here is the original description of the patches from Yunhong''s mail. The basic idea including: 1) Keep vector global resource owned by xen, while split pirq into per-domain
2008 Feb 20
5
MSI Support in Xen
I was trying to patch Xen 3.2 from the mercurial repository with the MSI patches by Yunhong Jiang given at the bottom of this page : http://lists.xensource.com/archives/html/xen-devel/2007-11/msg00157.html The tree seems to have significantly changed, especially the hvm_irq_dpci_mapping structure in irq.h header file. Are there any updated patches, or can I get a version of Xen from somewhere
2008 May 26
0
VMX status report. Xen: #17714 & Xen0: #559 -- one new issue
Hi all, This is our nightly testing report for c/s 17714; one new issue was found. New issue: ============================================== 1. Dom0 failed to resume back from S3 state if there was a guest created before sleep. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1262 Old issues: ============================================== 1. linux guest kernel panic when booting up with
2008 Sep 19
19
MSI causing softpanics in guest
lspci shows MSI enabled for PCI device. PCI passthrough works fine. However, as soon as the MSI driver for card is insmodded, kernel panics. This is on xen-unstable. Tried the same with xen-3.3.0 which is supposed to have MSI passthrough, but the same guest shows MSI as disabled. Any else seen this bug, or know of a workaround ? Trace is as follows : ------------[ cut here ]------------
2008 Mar 14
4
[PATCH] vmx: fix debugctl handling
I recently realized that the original way of dealing with the DebugCtl MSR on VMX failed to make use of the dedicated guest VMCS field. This is being fixed with this patch. What is puzzling me to a certain degree is that while there is a guest VMCS field for this MSR, there''s no equivalent host load field, but there''s also no indication that the MSR would be cleared during a
2008 Feb 20
0
VMX status report. Xen: #17062 & Xen0: #425 -- no new issue
Hi all, This is today''s xen nightly test report for Xen:#17062 & Xen0:#425. No new issue today. Old issues: ============================================== 1) lots of error messages for l1e flags conflict are printed by mtrr.c on PAE host http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1172 2) [Guest Test] SMP VISTA HVM guest might be blue screen when doing large I/O in
2007 Jun 20
9
[Patch] Add NMI Injection and Pending Support in VMX
Currently, Xen does not support injecting an NMI to HVM guest OS. Adding this feature is necessary for those softwares which depend on NMI to function correctly, such as KDB and oprofile. The attached patch allows NMI to be injected to guest OS in NMIP capable platforms. It also enables to queue an NMI and then inject it as soon as possible. Signed-off-by: Haitao Shan
2007 Nov 23
0
VMX status report. Xen: #16424 & dom0: #322 -- 2 issues fixed
Hi, Two issues have been fixed in today''s changeset. All 10 VT-d testing cases can pass.    Fixed issue: ================================================ 1) can not boot up win2000 guest on PAE http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1102 2) Cannot assign pci nic to guest Old issues : ================================================= 1) Can not install 32bit
2008 Jan 02
0
VMX status report. Xen: #16678 & Xen0: #372 -- two issues fixed
Hi all, Two issues got fixed on this c/s. No new issue found. Fixed Issues: ============================================== 1) [Installation] Can not install 32bit Fedora 7 with vcpu > 1 http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1084 2) [Installation] Fedora8 IA32e guest installation failure. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1118 Old Issues:
2007 Dec 14
0
VMX status report. Xen:#16606 & Xen0: #365 -- 1 new issue -1 fixed issue
Hi all, This is today''s nightly report. Yesterday''s new issue has been fixed by #16601. But we found a new issue in VT-d. New issue: ============================================== 1) Fail to boot smp Linux with vtd nic assigned on IA32e platform Fixed issue: ============================================== 1) pae linux guest can not boot up on 32e and pae platform Old issues :
2007 Dec 11
0
VMX status report. Xen: #16578 & Dom0: #355 -- no new issue
Hi All, There isn''t new issue found in today''s changeset. Old issues : ============================================== 1) Can not install 32bit Fedora 7 with vcpu > 1 http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1084 2) [Installation] Fedora8 IA32e guest installation failure. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1118 3) [Guest Test] SMP VISTA
2007 Dec 05
0
VMX status report. Xen: #16492 & Dom0: #325
Hi all, This is today''s xen nightly test report, Xen changeset: #16492 (unstable tree).  Xen0: #325 No new issue today. 1 issue has been fixed. Fixed issue: ================================================= 1) [Stress] HVM RHEL5.1 guest crashed when running crashme. This issue should be fixed by Changeset 16485. Old issues : ================================================= 1)