search for: hypervisor_subsys_init

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

2007 Jun 20
0
[PATCH] linux-2.6.18: utilize SYS_HYPERVISOR config option
...struct attribute *attr, char *buffer) @@ -37,7 +35,7 @@ static ssize_t hyp_sysfs_store(struct ko return 0; } -struct sysfs_ops hyp_sysfs_ops = { +static struct sysfs_ops hyp_sysfs_ops = { .show = hyp_sysfs_show, .store = hyp_sysfs_store, }; @@ -52,8 +50,7 @@ static int __init hypervisor_subsys_init return -ENODEV; hypervisor_subsys.kset.kobj.ktype = &hyp_sysfs_kobj_type; - return subsystem_register(&hypervisor_subsys); + return 0; } device_initcall(hypervisor_subsys_init); -EXPORT_SYMBOL_GPL(hypervisor_subsys); Index: head-2007-05-31/include/xen/hypervisor_sysfs.h =========...
2011 Jun 13
5
3.0.0-rc2: Xen: High amount of kernel "reserved" memory, about 33% in 256MB DOMU
Hi, another issue I''m seeing with 3.0-rc2 and Xen is that there is an unexpectedly high amount of kernel reserved memory. I suspect that Linux allocates page table entries and corresponding data structures for the whole 6GB areas of the provided ''physical RAM map'' even though it has rather big unusable holes in it. [ 0.000000] BIOS-provided physical RAM map: [
2010 Nov 16
0
Bug#603727: xen-hypervisor-4.0-amd64: i386 Dom0 crashes after doing some I/O on local storage (software Raid1 on SAS-drives with mpt2sas driver)
...33662] calling blkif_init+0x0/0x12d @ 1 [ 39.339941] initcall blkif_init+0x0/0x12d returned 0 after 1815 usecs [ 39.346286] calling netback_init+0x0/0x335 @ 1 [ 39.358465] registering netback [ 39.361573] initcall netback_init+0x0/0x335 returned 0 after 10438 usecs [ 39.368281] calling hypervisor_subsys_init+0x0/0x1d @ 1 [ 39.373651] initcall hypervisor_subsys_init+0x0/0x1d returned 0 after 0 usecs [ 39.380844] calling hyper_sysfs_init+0x0/0xc0 @ 1 [ 39.385705] initcall hyper_sysfs_init+0x0/0xc0 returned 0 after 6 usecs [ 39.392371] calling platform_pci_module_init+0x0/0x20 @ 1 [ 39.397918]...
2016 Mar 22
19
[PATCH v3 0/11] tests/qemu: Add program for tracing and analyzing boot times.
Lots of changes since v2, too much to remember or summarize. Please ignore patch 11/11, it's just for my testing. Rich.