search for: chiang

Displaying 20 results from an estimated 46 matches for "chiang".

Did you mean: chang
2009 Apr 22
7
Consult some concepts about shadow paging mechanism
Dear All: I am pretty new to xen-devel, please correct me in the following. Assume we have the following terms GPT: guest page table SPT: shadow page table (Question a) When guest OS is running, is it always using SPT for address translation? If it is the case, how does guest OS refer and modify its own GPT content? It seems that there is a page table entry in SPT for the GPT page. (Question
2011 Oct 06
2
[LLVMdev] A question about calling external function in JIT
Hello Sir, My name is Wei-Fan Chiang. I am now a graduated student of U. of Utah. I have a question about call external function in JIT. Suppose I have a simple program: int main (int argc, char *argv[]) { int i = 2, j = 3, k; k = foo(2, 3); return 0; } "foo" is an external function (non-native function de...
2011 Apr 10
1
demography's lifetable: how to incoporate the parameter "franction of last age interval of life"
Dear list: I have tried demography package in my Ubuntu(10.04). What I interested in was lifetable analysis. Chiang(1984)'s reference have been copied to steeper my learning curve. step by step, the example presented by the textbook also have been examined. In the course I find that the paramter "fraction of last age intervl of life" could not be take as a option in the module "lifetable"...
2003 Dec 31
2
a quick question about the package "car"?
Hi, Just a quick question. I wonder if the package of "car" has been removed from the most current version of R. Or what can I do to renew it since I have to do the analysis with that? Thanks, yen
2009 Oct 20
1
glm.fit to use LAPACK instead of LINPACK
...o convert glm.fit to use LAPACK? Has anyone done this already?? What is the best way to do this? I'm looking at very large datasets (thousands of glm calls), and would like to know if it's worth the effort for performance issues. Thanks, Ted ------------------------------------- Ted Chiang Bioinformatics Analyst Centre for Computational Biology Hospital for Sick Children, Toronto 416.813.7028 tchiang at sickkids.ca
2008 Oct 22
20
[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Changes from v5 to v6: 1, update ABI document to include SR-IOV sysfs entries (Greg KH) 2, fix two coding
2008 Oct 22
20
[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Changes from v5 to v6: 1, update ABI document to include SR-IOV sysfs entries (Greg KH) 2, fix two coding
2008 Oct 22
20
[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Changes from v5 to v6: 1, update ABI document to include SR-IOV sysfs entries (Greg KH) 2, fix two coding
2008 Sep 27
2
[PATCH 3/6 v3] PCI: support ARI capability
Add Alternative Routing-ID Interpretation (ARI) support. Cc: Jesse Barnes <jbarnes at virtuousgeek.org> Cc: Randy Dunlap <randy.dunlap at oracle.com> Cc: Grant Grundler <grundler at parisc-linux.org> Cc: Alex Chiang <achiang at hp.com> Cc: Matthew Wilcox <matthew at wil.cx> Cc: Roland Dreier <rdreier at cisco.com> Cc: Greg KH <greg at kroah.com> Signed-off-by: Yu Zhao <yu.zhao at intel.com> --- drivers/pci/pci.c | 31 +++++++++++++++++++++++++++++++ drivers/pci/pci.h...
2008 Sep 27
2
[PATCH 3/6 v3] PCI: support ARI capability
Add Alternative Routing-ID Interpretation (ARI) support. Cc: Jesse Barnes <jbarnes at virtuousgeek.org> Cc: Randy Dunlap <randy.dunlap at oracle.com> Cc: Grant Grundler <grundler at parisc-linux.org> Cc: Alex Chiang <achiang at hp.com> Cc: Matthew Wilcox <matthew at wil.cx> Cc: Roland Dreier <rdreier at cisco.com> Cc: Greg KH <greg at kroah.com> Signed-off-by: Yu Zhao <yu.zhao at intel.com> --- drivers/pci/pci.c | 31 +++++++++++++++++++++++++++++++ drivers/pci/pci.h...
2015 Feb 11
0
Re: About live migration with snapshots
...explain a little about the high level techniques for this function. suppose we have a vm with one base file and two snapshots. How does the following instructions do to migrate all of them? Thanks! Edward ------------------------------ - *From*: Eric Blake <eblake redhat com> - *To*: Chiang Hubert <clhtwn gmail com> - *Cc*: libvirt-users redhat com - *Subject*: Re: [libvirt-users] About live migration with snapshots - *Date*: Wed, 20 Mar 2013 21:40:26 -0600 ------------------------------ On 03/20/2013 08:45 PM, Chiang Hubert wrote: > Hello, > > I'd like t...
2008 Oct 21
16
[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Major changes between v4 -> v5: 1, remove interfaces for PF driver to create sysfs entries (Matthew
2008 Oct 21
16
[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
Greetings, Following patches are intended to support SR-IOV capability in the Linux kernel. With these patches, people can turn a PCI device with the capability into multiple ones from software perspective, which will benefit KVM and achieve other purposes such as QoS, security, and etc. Major changes between v4 -> v5: 1, remove interfaces for PF driver to create sysfs entries (Matthew
2011 Oct 10
0
[LLVMdev] A question about calling external function in JIT
On Sun, Oct 9, 2011 at 6:51 PM, Wei-Fan <wfchiang at cs.utah.edu> wrote: > Hello Jeff, > > Many thanks for your help!! > I successfully load a function in a dynamic library by using > sys::DynamicLibrary routines. great. > But I still have another question: > How if 'foo' is defined in a static library ?? > Is...
2015 Jul 27
0
Any possibilities to generate SSSP by edge weights rather than number of hops
...ilities or plan to generate the SSSP by using the weights of edges. And, is there any plan to add an option to allow indirect data forwards if the direct UDP channel is worse than the forwarded path (This usually happens within Asia, or between Asia and other continents). Thanks -- Qijiang (Chi-Chiang) Fan GPG KEY ID (LONG): 3983 9DD3 50E4 6156 If you need a GPG encrypted and/or signed email, please tell in advance. If you're not intended to receive this email, please don't forward it to anyone else, please delete it and its copies, including all attachments, and please let the sender kn...
2010 Jan 05
2
Align two protein sequences using BLAST
Dear R users, I would like to align two protein sequences using BLAST (bl2seq). The question is whether this programm have been implemented in R. Thank you for your help, Alla.
2005 Oct 30
0
HOW TO WRITE A DOUBLE EXPONENTIAL FUNCTION
...bud,cbjg,cbjf,cbju,cbjj,cbjd, cbdg,cbdf,cbdu,cbdj,cbdd are all dummy variable so their value might equal 0,all these variables are vectors and c1 and c2 are estimated parameters can you show me how do i write this function in R I will be grateful Y.L Chiang ___________________________________________________ Yahoo!r 7.0 betaMW http://messenger.yahoo.com.tw/beta.html [[alternative HTML version deleted]]
2005 Feb 02
1
My little project
...n in future I would need only change the syslinux.cfg and add appropriate kernel and ramdisk files for new versions of linux. So... I need some version of dos for its mbr? That's what I understand from the documentation. Is that really correct? -- John Francis Lee 1/9-10 Thanon Trairat Muang Chiang Rai 57000 Thailand
2014 Oct 25
1
tincd searches for config files in the wrong directory
Hi guys, I'm new to tinc and I'm following this tutorial <https://www.digitalocean.com/community/tutorials/how-to-install-tinc-and-set-up-a-basic-vpn-on-ubuntu-14-04> to set up tinc on Ubuntu. Because I wanted to test out the 1.1 branch, I compiled tinc from source. However, when I start tincd, it searches for config files in /usr/local/etc, rather than in /etc as shown in the
2008 May 28
1
Multiple Intersections
Hi all, I don't know if this is the correct venue for this question, but I am sure that someone will correct me if I am in the wrong list. I have been searching throughout R for a function that can find the intersection of multiple sets of "things". Say for instance, I have a list of $n$ character vectors and would like to find the intersection of all $k$ subsets. I don't