search for: yujie

Displaying 20 results from an estimated 24 matches for "yujie".

Did you mean: yuji
2008 Jun 27
32
[PATCH][RFC] Support more Capability Structures and Device Specific
I am submitting the patch which supports more Capability Structures and Device Specific Registers for passthrough device. In Xen 3.3 unstable, qemu-dm supports Configuration Header, MSI Capability Structure, and MSI-X Capability Structure. But qemu-dm does not support PCI Express Capability Structure, Device Specific Registers, etc (writing them is ignored). To support various I/O devices, I
2011 Oct 10
3
How to test if two C statistics are significantly different?
...package risksetROC to test how much predictive value did the marker add to this model. I get two C statistics by analyzing the linear predictors of the two models into this package. The qustion is How to test if two C statistics are significantly different? Your help will be greatly appreciated! Yujie [[alternative HTML version deleted]]
2008 Aug 02
3
Bug for Xen-3.3.0-rc2: libpci read error. No emulation.
On 32e, we create one guest, then hotplug attach one NIC to guest, guest can not get IP address via dhcp, guest qemu log shows "libpci read error. No emulation ". Here is the bug entry: One 32e, hotplug attaching VT-d NIC to guest failed. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1316. -- haicheng _______________________________________________ Xen-devel mailing list
2008 Aug 29
7
FC-HBA assigned to guest domain does not work.
I assigned FC-HBA to guest domain, but it did not work. FC-HBA seems to write its internal memory which is mapped to host memory space via pci transaction. But there is no mapping in IOMMU''s page table, so that page fault occurs in IOMMU. I think that MMIO resource mapped via p2m table should be mapped via IOMMU''s page table too. In other word, XEN_DOMCTL_memory_mapping
2008 Nov 18
6
[PATCH] fix memory allocation from NUMA node for VT-d.
The memory relating guest domain should be allocated from NUMA node on which the guest runs. Because the latency of the same NUMA node is faster than that of a different one. This patch fixes memory allocation for Address Translation Structure of VT-d. VT-d uses two types of Structures for DMA address translation. The one is Device Assignment Structure. The other is Address Translation
2008 Jul 12
26
[PATCH] Improve the current FLR logic
Hi, all, The attached patches try to improve the current FLR logic. The idea is: removing the FLR logic from hypervisor and adding the improved logic in Control Panel. The current FLR logic in hypervisor has some issues: 1) Dstate transition is not guaranteed to properly clear the device state; 2) the current code for PCIe FLR is actually buggy: PCI_EXP_DEVSTA_TRPND doesn''t mean the
2007 Sep 20
1
A special kernel for linux as guest os
Dear Yagi-san, > I heard from the horse's mouth that the CentOS team is working on the > 100Hz centosplus kernel. I think your request triggered the action :-) > They want make people happy. That sounds nice! This TIPS, CONFIG_HZ=100, is one of FAQs. It will make most of us happy. Now we can get kernel-vm package on dev.centos.org. Is it a test release of the special kernel? I
2008 Oct 08
8
[PATCH] dom0 linux: Reassign memory resources to device for pci passthrough.
This patch adds the function that reassign page-aligned memory resources, to dom0 linux. The function is useful when we assign I/O device to HVM domain using pci passthrough. When we assign a device to HVM domain using pci passthrough, the device needs to be assigned page-aligned memory resources. If the memory resource is not page-aligned, following error occurs. Error: pci: 0000:00:1d.7:
2011 Apr 29
1
Analysis and graphics by groups
Hello, This is my first post in this e-mail list and I hope it's enough to justify calling for help. In case it's not, sorry. I'm trying to do analysis and graphics using a factor as a criteria to split data and do the analysis/graphics for each subset of data. Right now what I'm trying to do is to fit and plot the following logistic model, according to a third variable named
2009 Apr 22
2
Nova-s2 pci-passthrough not properly working
Dear all, i''m having problems passing a Hauppage Nova-S2 card to my DomU (Mythtv Backend). Hardware is: HP XW8200 2x 3.0GHz Xeon 8Gb ECC Ram 1x TT3200-S2 card 1x DVBWordl S2 card 1x Nova-S2 card [many other card for other domUs...] Dom0 is Ubuntu 8.04 server LTS. Xen 3.2 from repo. DomU (Mythtv) is a 8.04 (using LVM) both using 2.6.24-23-xen kernels Dom0 configs: lspci: ... 02:01.0
2008 Oct 17
0
[PATCH] Fix compilation error when CONFIG_PCI_REASSIGN is not set.
This patch fixes compilation error when CONFIG_PCI_REASSIGN is not set. The patch depends on following patches I have sent. [PATCH] dom0 linux: Fix issue on reassigning resources to PCI-PCI bridge [PATCH] dom0 linux: remove "reassign_resources" option. Thanks, -- Yuji Shimada Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp> diff -r fac93b1081da drivers/pci/pci.h ---
2008 Aug 01
0
[PATCH] ioemu-remote&ioemu: fix libpci error handling.
This patch fixes libpci error handling. It can be applied to both ioemu-remote and ioemu. libpci returns ALL F when error occurs. Currently, if libpci returns ALL F, emulation stops. But it is possible that the field of real register which is read by guest software is ALL F. After applying this patch, if libpci returns ALL F, ioemu will log warning message and continue the emulation.
2009 Jul 29
1
relatime in plus kernel
Dear CentOS lovers, Is someone interested in the linux-2.6-smarter-relatime.patch for centosplus kernel? This patch solves disk I/O performance dramatically on servers, And recent distributions (fedora9 and later, etc.) and official kernel applies it. RHEL6 may include it, but RHEL5 is not. How about the linux-2.6-smarter-relatime.patch? Best Regards, Yuji
2003 Jan 21
1
Q : Rsync verbose message
Hi, I am using rsync for file server mirroring by Linux(Redhat7.2). Please tell me, How to read about rsync last verbose message. wrote 3000000000 bytes read 2000000 bytes 600000.00 bytes/sec total size is 400000000000 speedup is 125.30 "bytes/sec" Is this figure only as a result of a file transfer? Or is it the total result of since the rsync command is performed? I had connected by
2007 Aug 21
1
High Performance SSH/SCP - HPN-SSH
Dear CentOS lovers, Could you consider to include a patch, http://www.psc.edu/networking/projects/hpn-ssh/ for openssh maybe as CentosPlus packages? It has great speed impact for long-distance ( high delay ) transfer. Regards, Yuji Tsuchimoto
2008 Dec 25
0
[PATCH 1/4] dom0 linux: Expose HID, UID, SEG, BBN of PCI root bridge via sysfs.
This patch exposes HID,UID,SEG,BBN of PCI root bridge via sysfs. Thanks, -- Yuji Shimada. Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp> diff -r 618fc299e2f1 -r 4769a6db78f5 drivers/acpi/pci_root.c --- a/drivers/acpi/pci_root.c Thu Dec 18 11:51:36 2008 +0000 +++ b/drivers/acpi/pci_root.c Thu Dec 25 10:37:52 2008 +0900 @@ -151,6 +151,36 @@ return AE_OK; } +ssize_t
2006 Jul 21
1
Can't access Samba server with NetBIOS Name but OK with IP
...t /etc/pam.d/login file as well? How? Here is my current /etc/pam.d/login #%PAM-1.0 auth required pam_securetty.so auth include system-auth account required pam_nologin.so account include system-auth password include system-auth Thanks for any comment, Yujie ======Fstab====== LABEL=/home /home ext3 defaults,acl 1 2 ======Nsswitch.conf======= passwd: files winbind shadow: files group: files winbind hosts: files dns bootparams: nisplus [NOTFOUND=return] files ethers: files netmasks:...
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
2004 Sep 24
0
looking for ocfs-tools-1.1.2-1.src.rpm
Hello, I'm new in this ML. I'm looking for src.rpm of ocfs-tools-1.1.2-1 package of RH3.0. I found the one, which version is 1.1.0-28, for suse9.1 but it seemed to be configured for suse9.1... If it is open in public, please let me know the URI. Thank you, -Yuji Oishi
2007 Sep 07
1
Centos 5 Xen Problem
Hi , I am using Centos 5 for virtualization , i have installed Centos 5 as Host OS and trying install Centos 5 as a guest OS but system is stuck at final screen Starting Install process. This may take saveral minutes...... and its not doing anything else after that i am waiting for at leat 30-40 minutes. Kernel and Hardware details are as follows: Kernel Linux xen 2.6.18-8.el5xen #1 SMP