search for: pt_reg_grp_size_init

Displaying 2 results from an estimated 2 matches for "pt_reg_grp_size_init".

2012 Mar 01
1
Preventing hotplug devices in HVM guests
...ride 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
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