search for: grp_type

Displaying 3 results from an estimated 3 matches for "grp_type".

2012 Mar 01
1
Preventing hotplug devices in HVM guests
...Id=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://lists.xen.org/xen-devel
2011 Aug 24
0
winbind wbcGetpwnam WBC_ERR_DOMAIN_NOT_FOUND
...these that Samba refuses to return them even though they are defined. Is this something else that needs a patch? *grouse*grumble*mumble*foo* This is what I see for a net groupmap list (massaged a bit...): > show_samba_wellknown_gids GID |UnixGroup |NTGroup |Grp_Type |SID --- |--------- |-- ------- |-------- |--- 513 |Domain Users |Domain Users |Well-known|S-1-5-21-33333-77777-33333-513 516 |Domain Controllers |Domain Controllers |Well-known|S-1-5-21-33333-77777-33333-516 551 |Backup Operators...
2009 Jul 31
8
[PATCH][ioemu] support the assignment of the VF of Intel 82599 10GbE Controller
...ould be exported to guest or not */ + if (pt_hide_dev_cap(ptdev->pci_dev, pt_emu_reg_grp_tbl[i].grp_id)) + continue; if (pt_emu_reg_grp_tbl[i].grp_id == ptdev->dev.config[reg_field]) { if (pt_emu_reg_grp_tbl[i].grp_type == GRP_TYPE_EMU) diff --git a/hw/pci.h b/hw/pci.h index 30bcb04..de5a4e1 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -112,6 +112,7 @@ extern target_phys_addr_t pci_mem_base; #define PCI_DEVICE_ID_INTEL_82371AB 0x7111 #define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 #define PCI_DEVICE_ID_INTEL_82...