Statistics
| Branch: | Revision:

root / pc-bios / bios-pq / 0019-bios-fix-multiple-calls.patch @ 42bc608b

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
e1e8f35a 07/16/2009 04:28 pm Anthony Liguori

bios: Fix multiple calls into smbios_load_ex

We're marking the used entry bitmap in smbios_load_external() for each
type we check, regardless of whether we loaded anything. This makes
subsequent calls behave as if we've already loaded the tables from qemu...