Displaying 3 results from an estimated 3 matches for "size_init".
Did you mean:
file_init
2012 Mar 01
1
Preventing hotplug devices in HVM guests
...ow 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
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
...* x86_64 */
+ SYMBOL_INIT(xen_heap_start, "xen_heap_start"); /* ia64 */
+ SYMBOL_INIT(xen_pstart, "xen_pstart"); /* ia64 */
+ SYMBOL_INIT(frametable_pg_dir, "frametable_pg_dir"); /* ia64 */
+
+ return TRUE;
+}
+
+int
+get_structure_info_xen(struct DumpInfo *info)
+{
+ SIZE_INIT(page_info, "page_info");
+ OFFSET_INIT(page_info.count_info, "page_info", "count_info");
+ /* _domain is the first member of union u */
+ OFFSET_INIT(page_info._domain, "page_info", "u");
+
+ SIZE_INIT(domain, "domain");
+ OFFSET_INIT(doma...
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