diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-11 15:11:43 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-11 15:11:43 +0000 |
commit | 6d2550ea5002feac408ed252f45066aaa0af8b19 (patch) | |
tree | 9d60bdc98ad14dcc2b121c66d1dd704df9b1681a /pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch | |
parent | 7217e1240340ab49878c4e415df40aa0c6376eb9 (diff) |
Add BIOS patches necessary for hotplug (Marcelo Tosatti)
See each patch for appropriate Signed-off-by's.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6590 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch')
-rw-r--r-- | pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch b/pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch new file mode 100644 index 0000000000..7cdc3d8b28 --- /dev/null +++ b/pc-bios/bios-pq/0007_bios-add-26-pci-slots,-bringing-the-total-to-32.patch @@ -0,0 +1,49 @@ +bios: add 26 pci slots, bringing the total to 32 (Avi Kivity) + +lack of pci slots causes Windows to complain when installing too many devices. + +Signed-off-by: Avi Kivity <avi@qumranet.com> +Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> + +Index: bochs/bios/acpi-dsdt.dsl +=================================================================== +--- bochs.orig/bios/acpi-dsdt.dsl ++++ bochs/bios/acpi-dsdt.dsl +@@ -63,6 +63,32 @@ DefinitionBlock ( + prt_slot3(0x0003), + prt_slot0(0x0004), + prt_slot1(0x0005), ++ prt_slot2(0x0006), ++ prt_slot3(0x0007), ++ prt_slot0(0x0008), ++ prt_slot1(0x0009), ++ prt_slot2(0x000a), ++ prt_slot3(0x000b), ++ prt_slot0(0x000c), ++ prt_slot1(0x000d), ++ prt_slot2(0x000e), ++ prt_slot3(0x000f), ++ prt_slot0(0x0010), ++ prt_slot1(0x0011), ++ prt_slot2(0x0012), ++ prt_slot3(0x0013), ++ prt_slot0(0x0014), ++ prt_slot1(0x0015), ++ prt_slot2(0x0016), ++ prt_slot3(0x0017), ++ prt_slot0(0x0018), ++ prt_slot1(0x0019), ++ prt_slot2(0x001a), ++ prt_slot3(0x001b), ++ prt_slot0(0x001c), ++ prt_slot1(0x001d), ++ prt_slot2(0x001e), ++ prt_slot3(0x001f), + }) + + Name (_CRS, ResourceTemplate () + +-- + + + |