search for: config_dom0

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

2012 Feb 08
0
Para-virtualized linux kernel release for the Tegra2 harmony board.
...n.org/people/jm77ryu/linux-xen.git" In case of xen-arm source, please visit to "git://xenbits.xen.org/people/jm77ryu/xen-arm.git" - Build Instructions: - 1. extract root filesytem contents as following(This requires the root privilege)     sudo tar -xvpf rootfs_dom0.tar.bz2 2. cp config_dom0 .config 3. make ARCH=arm ** Turn on target board, and download the xen-arm image(xen) and the kernel image(vmlinux.out0). ** download addresse is : ***** xen-arm : 0x8000 ***** guest kernel images : 0x1e800000 - booting domu - ** To boot domu (the rootfilesystem of dom0 already has prebuilt dom...
2010 Nov 11
10
[PATCH 0/3] Xen Microcode update driver for 2.6.38
From: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Hi all, This series adds a new microcode driver for Xen. The Xen hypervisor can deal with all the low-level details of doing a microcode update (Intel vs AMD, doing all the physical CPUs present on the system, current and future, etc), so all the driver has to do is make a hypercall to upload the microcode into Xen. This only