All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] xen.cfg: update for linux 4.1 and add some newer config options
@ 2015-12-22  1:23 Chris Patterson
  2015-12-22  1:23 ` [PATCH 2/4] seabios: uprev to 1.9.0 Chris Patterson
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Chris Patterson @ 2015-12-22  1:23 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
 recipes-kernel/linux/linux-yocto/xen.cfg |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto/xen.cfg b/recipes-kernel/linux/linux-yocto/xen.cfg
index 4e796b9..206b162 100644
--- a/recipes-kernel/linux/linux-yocto/xen.cfg
+++ b/recipes-kernel/linux/linux-yocto/xen.cfg
@@ -1,27 +1,18 @@
-###
-# linux 3.4, 3.8
-CONFIG_PARAVIRT_GUEST=y
-###
-
-###
-# linux 3.10
-CONFIG_HYPERVISOR_GUEST=y
-###
-
-CONFIG_PARAVIRT=y
 CONFIG_XEN=y
 CONFIG_XEN_DOM0=y
-CONFIG_XEN_PRIVILEGED_GUEST=y
 CONFIG_XEN_PVHVM=y
 CONFIG_XEN_MAX_DOMAIN_MEMORY=500
 CONFIG_XEN_SAVE_RESTORE=y
-CONFIG_PARAVIRT_CLOCK=y
+# CONFIG_XEN_DEBUG_FS is not set
+CONFIG_XEN_PVH=y
+CONFIG_MMU_NOTIFIER=y
 CONFIG_HIBERNATE_CALLBACKS=y
 CONFIG_PCI_XEN=y
 CONFIG_XEN_PCIDEV_FRONTEND=y
 CONFIG_SYS_HYPERVISOR=y
 CONFIG_XEN_BLKDEV_FRONTEND=y
 CONFIG_XEN_BLKDEV_BACKEND=m
+CONFIG_XEN_SCSI_FRONTEND=m
 CONFIG_XEN_NETDEV_FRONTEND=y
 CONFIG_XEN_NETDEV_BACKEND=m
 CONFIG_INPUT_MISC=y
@@ -52,3 +43,6 @@ CONFIG_XEN_PRIVCMD=y
 CONFIG_XEN_ACPI_PROCESSOR=m
 CONFIG_XEN_MCE_LOG=y
 CONFIG_XEN_HAVE_PVMMU=y
+CONFIG_XEN_EFI=y
+CONFIG_XEN_AUTO_XLATE=y
+CONFIG_XEN_ACPI=y
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-12-22 19:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22  1:23 [PATCH 1/4] xen.cfg: update for linux 4.1 and add some newer config options Chris Patterson
2015-12-22  1:23 ` [PATCH 2/4] seabios: uprev to 1.9.0 Chris Patterson
2015-12-22  1:23 ` [PATCH 3/4] xen: uprev to 4.6.0 Chris Patterson
2015-12-22  5:45   ` Doug Goldstein
2015-12-22 13:00     ` Chris Patterson
2015-12-22 14:26       ` Doug Goldstein
2015-12-22 15:12         ` Doug Goldstein
2015-12-22 19:04           ` Chris Patterson
2015-12-22  5:48   ` Doug Goldstein
2015-12-22 13:35     ` Chris Patterson
2015-12-22 14:26       ` Doug Goldstein
2015-12-22 15:07         ` Chris Patterson
2015-12-22  1:23 ` [PATCH 4/4] xen: empty out rdepends for xen-dev to lose QA warning Chris Patterson
2015-12-22 16:28 ` [PATCH 1/4] xen.cfg: update for linux 4.1 and add some newer config options Chris Patterson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.