1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
--- xen-4.2.2.orig/tools/qemu-xen/qemu-doc.texi
+++ xen-4.2.2/tools/qemu-xen/qemu-doc.texi
@@ -225,7 +225,7 @@
QEMU uses YM3812 emulation by Tatsuyuki Satoh.
QEMU uses GUS emulation (GUSEMU32 @url{http://www.deinmeister.de/gusemu/})
-by Tibor "TS" Schütz.
+by Tibor "TS" Schultz.
Note that, by default, GUS shares IRQ(7) with parallel ports and so
qemu must be told to not have parallel ports to have working GUS
--- xen-4.2.2.orig/docs/man/xl.cfg.pod.5
+++ xen-4.2.2/docs/man/xl.cfg.pod.5
@@ -402,10 +402,10 @@
=back
-=item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]>
-
=over 4
+=item B<ioports=[ "IOPORT_RANGE", "IOPORT_RANGE", ... ]>
+
Allow guest to access specific legacy I/O ports. Each B<IOPORT_RANGE>
is given in hexadecimal and may either a span e.g. C<2f8-2ff>
(inclusive) or a single I/O port C<2f8>.
@@ -415,10 +415,10 @@
=back
-=item B<irqs=[ NUMBER, NUMBER, ... ]>
-
=over 4
+=item B<irqs=[ NUMBER, NUMBER, ... ]>
+
Allow a guest to access specific physical IRQs.
It is recommended to use this option only for trusted VMs under
@@ -680,9 +680,11 @@
=back
+Please see F<docs/misc/tscmode.txt> for more information on this option.
+
=back
-Please see F<docs/misc/tscmode.txt> for more information on this option.
+=over 4
=item B<localtime=BOOLEAN>
@@ -691,6 +693,8 @@
=item B<rtc_timeoffset=SECONDS>
Set the real time clock offset in seconds. 0 by default.
+
+=back
=head3 Support for Paravirtualisation of HVM Guests
--- xen-4.2.2.orig/docs/man/xl.pod.1
+++ xen-4.2.2/docs/man/xl.pod.1
@@ -851,8 +851,6 @@
=item B<-p [pool] -d>... : Illegal
-=item
-
=back
=item B<sched-credit2> [I<OPTIONS>]
|