search for: grp_id

Displaying 4 results from an estimated 4 matches for "grp_id".

2009 Apr 10
1
How to handle tabular form data in lmer without expanding the data into binary outcome form?
Dear R-gurus: I have a question about lmer. Basically, I have a dataset, in which each observation records number of trials (N) and number of events (Y) given a covariate combination(X) and group id (grp_id). So, my dataset is in tabular form. (in case my explanation of tabular form is unclear, please see the link: http://www.stat.psu.edu/online/development/stat504/06_logreg/11_logreg_fitmodel.htm ) My question: what is the lmer syntax for tabular data ("model Y/N=X" is the what SAS does as...
2009 Jul 31
8
[PATCH][ioemu] support the assignment of the VF of Intel 82599 10GbE Controller
...hrough.c b/hw/pass-through.c index f3d033b..360f2a1 100644 --- a/hw/pass-through.c +++ b/hw/pass-through.c @@ -2408,6 +2408,25 @@ out: return err; } +/* A return value of 1 means the capability should NOT be exposed to guest. */ +static int pt_hide_dev_cap(const struct pci_dev *dev, uint8_t grp_id) +{ + switch (grp_id) + { + case PCI_CAP_ID_EXP: + /* The PCI Express Capability Structure of the VF of Intel 82599 10GbE + * Controller looks trivial, e.g., the PCI Express Capabilities + * Register is 0. We should not try to expose it to guest. + */ +...
2005 Aug 10
0
Yoda VG-400 and Asterisk Settings
...tach the PSTN lines to the ports, you can call in, wait for a dial tone and dial 201/202/203/204 to reach any of the other lines. Ports 0-3 have already been factory preset. Console>atpm alist Address Hunt Min Max Prefix Prefix Entry Grp_Id Digits Digits strip Address 201 1 1 3 3 None 202 2 1 3 3 None 203 3 1 3 3 None 204 4 1 3 3...
2012 Mar 01
1
Preventing hotplug devices in HVM guests
...guage=en_US&cmd=displayKC&externalId=1012225 I don''t seem an option of this in Xen 4.2 yet. How can I override this behavior in Xen? I tried commenting out the following in: tools/ioemu-qemu-xen/hw$ vi pass-through.c /* SHPC Capability List Item reg group */ { .grp_id = PCI_CAP_ID_HOTPLUG, .grp_type = GRP_TYPE_HARDWIRED, .grp_size = 0x08, .size_init = pt_reg_grp_size_init, }, but that didn''t seem to do it. Matt _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://l...