Gentoo Archives: gentoo-user

From: "赵佳晖" <jiahui.tar.gz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] the xen-source on gentoo
Date: Sun, 17 Jun 2012 03:28:04
Message-Id: CAJf79nhSvHiPVcS-CfDAC5a=AmpMwX203KjM-UbzvmXBzzQFUg@mail.gmail.com
In Reply to: Re: [gentoo-user] the xen-source on gentoo by Michael Mol
1 I search the xen in the "make menuconfig" .And the result is below
2 Symbol: XEN_DOM0 [=n]
3
4 │ Type : boolean
5
6
7
8
9
10 │ Symbol: XEN_COMPAT_XENFS [=n]
11
12 │ Type : boolean
13
14 │ Prompt: Create compatibility mount point /proc/xen
15
16 │ Defined at drivers/xen/Kconfig:97
17
18 │ Depends on: XEN [=n] && XENFS [=n]
19
20 │ Location:
21
22 │ -> Device Drivers
23
24 │ -> Xen driver support
25
26 │ -> Xen filesystem (XENFS [=n])
27
28
29
30
31
32 │ Symbol: XEN_MAX_DOMAIN_MEMORY [=]
33
34 │ Type : integer
35
36
37
38
39
40 │ Symbol: XEN_GNTDEV [=n]
41
42 │ Type : tristate
43
44 │ Prompt: userspace grant access device driver
45
46 │ Defined at drivers/xen/Kconfig:123
47
48 │ Depends on: XEN [=n]
49
50 │ Location:
51
52 │ -> Device Drivers
53
54 │ -> Xen driver support
55
56 │ Selects: MMU_NOTIFIER [=y]
57 Symbol: XEN_PRIVILEGED_GUEST [=n]
58
59 │ Type : boolean
60
61
62
63
64
65 │ Symbol: XEN_SELFBALLOONING [=n]
66
67 │ Type : boolean
68
69 │ Prompt: Dynamically self-balloon kernel memory to target
70
71 │ Defined at drivers/xen/Kconfig:12
72
73 │ Depends on: XEN [=n] && XEN_BALLOON [=n] && CLEANCACHE [=n] && SWAP
74 [=y] && XEN_TMEM [=n] │
75 │ Location:
76
77 │ -> Device Drivers
78
79 │ -> Xen driver support
80
81 │ -> Xen memory balloon driver (XEN_BALLOON [=n])
82
83
84
85
86
87 │ Symbol: XEN_PVHVM [=n]
88
89 │ Type : boolean
90
91
92
93
94
95 │ Symbol: PCI_XEN [=n]
96
97 │ Type : boolean
98
99 │ Selects: SWIOTLB_XEN [=n]
100
101 │ Selected by: XEN_PCIDEV_FRONTEND [=n] && PCI [=y] && X86 [=y] && XEN
102 [=n] │
103
104
105
106
107 │ Symbol: XEN [=n]
108
109 │ Type : boolean
110
111 │ Prompt: Xen guest support
112 .....
113 for
114 -> Device Drivers
115
116 │ -> Xen driver support
117
118 │ -> Xen memory balloon driver (XEN_BALLOON [=n])
119 i can not find Xen driver support under Device Drivers. it is my kernel's
120 problem?
121
122 2012/6/17 Michael Mol <mikemol@×××××.com>
123
124 > On Sat, Jun 16, 2012 at 9:35 PM, 赵佳晖 <jiahui.tar.gz@×××××.com> wrote:
125 > > I want to install the xen on gentoo . But i find the xen-source version
126 > is
127 > > 2.6.38 . So i don't want to use it. Can i use my gentoo-source 3.2.12
128 > with a
129 > > patch?
130 >
131 > Most of the Xen found its way into mainline by the 3.0.x series.
132 > AFAIK, most of the bugs have been worked out by now; you should be
133 > able to use gentoo-sources 3.2.12 without any additional Xen patches.
134 >
135 >
136 > --
137 > :wq
138 >
139 >
140
141
142 --
143 好好学习,天天向上!!!

Replies

Subject Author
Re: [gentoo-user] the xen-source on gentoo Pandu Poluan <pandu@××××××.info>