2008-12-18 00:35:49 +03:00
|
|
|
0001_bx-qemu.patch
|
2009-01-22 00:46:20 +03:00
|
|
|
0002_kvm-bios-update-smbios-table-to-report-memory-above-4g.patch
|
|
|
|
0003_kvm-bios-generate-mptable-unconditionally.patch
|
2009-02-11 17:55:47 +03:00
|
|
|
0004_kvm-bios-resolve-memory-device-roll-over-reporting--issues-with-32g-guests.patch
|
|
|
|
0005_kvm-bios-fix-smbios-memory-device-length-boundary--condition.patch
|
2009-02-11 18:11:43 +03:00
|
|
|
0006_qemu-bios-use-preprocessor-for-pci-link-routing.patch
|
|
|
|
0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch
|
|
|
|
0008_qemu-bios-provide-gpe-_l0x-methods.patch
|
|
|
|
0009_qemu-bios-pci-hotplug-support.patch
|
|
|
|
0010_bios-mark-the-acpi-sci-interrupt-as-connected-to-irq-9.patch
|
2009-02-27 23:12:36 +03:00
|
|
|
0011_read-additional-acpi-tables-from-a-vm.patch
|
qemu: Add support for SMBIOS command line otions (Alex Williamson)
Create a new -smbios option (x86-only) to allow binary SMBIOS entries
to be passed through to the BIOS or modify the default values of
individual fields of type 0 and 1 entries on the command line.
Binary SMBIOS entries can be generated as follows:
dmidecode -t 1 -u | grep $'^\t\t[^"]' | xargs -n1 | \
perl -lne 'printf "%c", hex($_)' > smbios_type_1.bin
These can then be passed to the BIOS using this switch:
-smbios file=smbios_type_1.bin
Command line generation supports the following syntax:
-smbios type=0[,vendor=str][,version=str][,date=str][,release=%d.%d]
-smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str]
[,uuid=$(uuidgen)][,sku=str][,family=str]
For instance, to add a serial number to the type 1 table:
-smbios type=1,serial=0123456789
Interface is extensible to support more fields/tables as needed.
aliguori: remove texi formatting from help output
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7163 c046a42c-6fe2-441c-8c8c-71466251a162
2009-04-17 22:59:56 +04:00
|
|
|
0012-load-smbios-entries-and-files-from-qemu.patch
|
2009-04-18 01:01:11 +04:00
|
|
|
0013_fix-non-acpi-timer-interrupt-routing.patch
|
2009-04-22 02:31:41 +04:00
|
|
|
0014_add-srat-acpi-table-support.patch
|
2009-05-08 19:13:01 +04:00
|
|
|
0015_enable-power-button-even-generation.patch
|
2009-05-22 18:57:32 +04:00
|
|
|
0016-use-correct-mask-to-size-pci-option-rom-bar.patch
|
2009-07-10 20:56:35 +04:00
|
|
|
0017-bochs-bios-Move-QEMU_CFG-constants-to-rombios.h.patch
|
|
|
|
0018-bochs-bios-Make-boot-prompt-optional.patch
|
2009-07-10 23:52:56 +04:00
|
|
|
0019-bios-fix-multiple-calls.patch
|