search for: create_xen_proc_entry

Displaying 5 results from an estimated 5 matches for "create_xen_proc_entry".

2005 Dec 06
0
Compile time errors on xen 2.6.12.5
...] sys-kernel/xen-sources-2.6.12.5-r4 -build -doc -symlink 0 kB [ebuild R ] app-emulation/xen-3.0.0_pre20051128 -debug -doc +screen 0 kB COMPILE TIME OUTPUT LD .tmp_vmlinux1 drivers/built-in.o: In function `balloon_init'': balloon.c:(.init.text+0x63fb): undefined reference to `create_xen_proc_entry'' drivers/built-in.o: In function `privcmd_init'': privcmd.c:(.init.text+0x64ca): undefined reference to `create_xen_proc_entry'' drivers/built-in.o: In function `xenbus_probe_init'': xenbus_probe.c:(.init.text+0x663f): undefined reference to `create_xen_proc_entry...
2004 Jul 16
1
/proc/xen/memory_target patch
...lt: ! printk("Unknown command to balloon driver."); ! return -EFAULT; } ! return sizeof(bop); } static int __init init_module(void) { printk(KERN_ALERT "Starting Xen Balloon driver\n"); ! credit = 0; ! ! if ( (balloon_pde = create_xen_proc_entry("balloon", 0600)) == NULL ) { printk(KERN_ALERT "Unable to create balloon driver proc entry!"); return -1; } balloon_pde->write_proc = balloon_write; return 0; } --- 222,307 ---- return ret; } + #define PAGE_TO_MB...
2007 Jan 04
21
[PATCH] make balloon driver not return pages which are in [xen_start_info->nr_pages, max_pfn] on ia64
make balloon driver not return pages which are in [xen_start_info->nr_pages, max_pfn] on ia64. On ia64 memory might be assigned sparsely. In that case xen_start_info->nr_pages and max_pfn doesn''t match while pages which are in [xen_start_info->nr_pages, max_pfn] are used. -- yamahata _______________________________________________ Xen-devel mailing list
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths