diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 16:45:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-05 16:45:50 -0400 |
commit | db7a1535d2dcf91115ba0fb940b1902c05305843 (patch) | |
tree | 29757b0b2db0e56bc520444d7233f2462d3c199a /Documentation/kernel-parameters.txt | |
parent | ab265d5cdde7133f2569e2b5f341a80907b8600e (diff) | |
parent | 7cc88fdcff3cc7f0d5d2384ffd7f6d4ce9a745f1 (diff) |
Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
* 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: (23 commits)
xen/panic: use xen_reboot and fix smp_send_stop
Xen: register panic notifier to take crashes of xen guests on panic
xen: support large numbers of CPUs with vcpu info placement
xen: drop xen_sched_clock in favour of using plain wallclock time
pvops: do not notify callers from register_xenstore_notifier
Introduce CONFIG_XEN_PVHVM compile option
blkfront: do not create a PV cdrom device if xen_hvm_guest
support multiple .discard.* sections to avoid section type conflicts
xen/pvhvm: fix build problem when !CONFIG_XEN
xenfs: enable for HVM domains too
x86: Call HVMOP_pagetable_dying on exit_mmap.
x86: Unplug emulated disks and nics.
x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock.
implement O_NONBLOCK for /proc/xen/xenbus
xen: Fix find_unbound_irq in presence of ioapic irqs.
xen: Add suspend/resume support for PV on HVM guests.
xen: Xen PCI platform device driver.
x86/xen: event channels delivery on HVM.
x86: early PV on HVM features initialization.
xen: Add support for HVM hypercalls.
...
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d9239d5f3ad3..ef8b11cec6e9 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -116,6 +116,7 @@ parameter is applicable: | |||
116 | More X86-64 boot options can be found in | 116 | More X86-64 boot options can be found in |
117 | Documentation/x86/x86_64/boot-options.txt . | 117 | Documentation/x86/x86_64/boot-options.txt . |
118 | X86 Either 32bit or 64bit x86 (same as X86-32+X86-64) | 118 | X86 Either 32bit or 64bit x86 (same as X86-32+X86-64) |
119 | XEN Xen support is enabled | ||
119 | 120 | ||
120 | In addition, the following text indicates that the option: | 121 | In addition, the following text indicates that the option: |
121 | 122 | ||
@@ -2886,6 +2887,16 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2886 | xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. | 2887 | xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. |
2887 | xd_geo= See header of drivers/block/xd.c. | 2888 | xd_geo= See header of drivers/block/xd.c. |
2888 | 2889 | ||
2890 | xen_emul_unplug= [HW,X86,XEN] | ||
2891 | Unplug Xen emulated devices | ||
2892 | Format: [unplug0,][unplug1] | ||
2893 | ide-disks -- unplug primary master IDE devices | ||
2894 | aux-ide-disks -- unplug non-primary-master IDE devices | ||
2895 | nics -- unplug network devices | ||
2896 | all -- unplug all emulated devices (NICs and IDE disks) | ||
2897 | ignore -- continue loading the Xen platform PCI driver even | ||
2898 | if the version check failed | ||
2899 | |||
2889 | xirc2ps_cs= [NET,PCMCIA] | 2900 | xirc2ps_cs= [NET,PCMCIA] |
2890 | Format: | 2901 | Format: |
2891 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] | 2902 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] |