Displaying 3 results from an estimated 3 matches for "9950f2dc2ee6".
2012 Jul 15
2
Certain PCI passthrough devices don't work
.../linux.git
commit 055c9fa8874fa7261eec7a268366565db84af474
Merge: 310959e 46bada6
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue Jul 10 13:24:48 2012 -0700
Xen version:
http://xenbits.xen.org/xen-unstable.hg
parent: 25605:9950f2dc2ee6 tip
xsm/flask: avoid struct page lookup in mmu_normal_update
branch: default
Anyone has any idea how to fix this? It was working before I did
the kernel and xen upgrade.
Thanks!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.or...
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
Hi all-
I''m using Ubuntu 12.04 and compiled unstable on revision
25605:9950f2dc2ee6, the compilation completed cleanly and I issued
sudo make install. I modified the grub entry for Xen 4.1 as follows:
menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19''
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
ins...
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
# HG changeset patch
# User Matt Wilson <msw@amazon.com>
# Date 1342481836 0
# Branch efi
# Node ID dd1ab0cae2c870942c2e1b6bc3a507b1a40dae16
# Parent 9950f2dc2ee6dfd172258a5a4ee29809b0ff8263
x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
After commit 25594:ad08cd8e7097, EFI Xen binaries were installed to
/efi instead of /usr/lib64/efi. This patch restores the previous
behviour established in commit 23645:638f31a30b6c.
Signed-of...