Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105177 | Differences between
and this patch

Collapse All | Expand All

(-)xen-guide.xml.orig (+51 lines)
Lines 152-157 Link Here
152
etc.)
152
etc.)
153
</p>
153
</p>
154
154
155
<pre caption="Enabling Xen Support for i386 Kernels">
156
Processor type and features  ---&gt;
157
      Subarchitecture Type (Xen-compatible)
158
</pre>
159
160
<pre caption="Enabling Xen Support for x86_64 Kernels">
161
Processor type and features  ---&gt;
162
      Subarchitecture Type (PC-compatible)
163
  [*] Enable Xen compatible kernel
164
</pre>
165
166
<pre caption="Domain-0 Kernel Config">
167
Bus options (PCI etc.)  ---&gt;
168
  [*] PCI support
169
  [*]   Xen PCI Frontend (NEW)
170
  [ ]     Xen PCI Frontend Debugging
171
172
Networking  ---&gt;
173
  Networking options  ---&gt;
174
    &lt;*&gt; 802.1d Ethernet Bridging
175
    <comment>Only required by bridged networking.</comment>
176
177
XEN  ---&gt;
178
  [*] Privileged Guest (domain 0)
179
  &lt;*&gt; Backend driver support
180
  &lt;*&gt;   Block-device backend driver
181
  &lt;*&gt;   Network-device backend driver
182
  [*] Scrub memory before freeing it to Xen
183
  [*] Disable serial port drivers
184
      Xen version compatibility (3.0.4 and later)
185
</pre>
186
187
<pre caption="Domain-U Kernel Config">
188
Bus options (PCI etc.)  ---&gt;
189
  [ ] PCI support
190
191
Device Drivers  ---&gt;
192
  SCSI device support  ---&gt;
193
    &lt; &gt; SCSI device support
194
    <comment>Disabling SCSI support frees up the /dev/sd* device names
195
    for use as Xen virtual block devices.</comment>
196
197
XEN  ---&gt;
198
  [ ] Privileged Guest (domain 0)
199
  &lt;*&gt; Block-device frontend driver
200
  &lt;*&gt; Network-device frontend driver
201
  [*] Scrub memory before freeing it to Xen
202
  [*] Disable serial port drivers
203
      Xen version compatibility (3.0.4 and later)
204
</pre>
205
155
<p>
206
<p>
156
A nice hint is to have the kernel make process store its intermediate object files
207
A nice hint is to have the kernel make process store its intermediate object files
157
elsewhere so that you can reuse the same kernel tree to build different 
208
elsewhere so that you can reuse the same kernel tree to build different 

Return to bug 105177