aboutsummaryrefslogtreecommitdiff
path: root/src/smbios.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+0
2011-08-28Use coreboot smbios table if found.Kevin O'Connor1-0/+3
2011-08-03Allow allocation of SMBIOS table in f-segment if it is small.Kevin O'Connor1-2/+9
2010-07-10smbios: Allow all fields to be set via qemu_cfg_smbios_load_field()Alex Williamson1-81/+141
2010-05-10Fix virtio compile errors on various gcc versions.Kevin O'Connor1-1/+1
2010-05-10smbios: avoid counting io hole as ramAlex Williamson1-25/+43
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-2/+2
2009-12-26Allocate smbios in temp space and copy into final location.Kevin O'Connor1-7/+15
2009-12-10Make SMBIOS table pass MS SVVP testKevin O'Connor1-13/+15
2009-10-18Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor1-169/+2
2009-10-09Use MaxCountCPUs during building of per cpu tables.Kevin O'Connor1-2/+2
2009-10-08Load SMBIOS entries and files from qemuKevin O'Connor1-71/+111
2009-10-07resolve memory device roll over reporting issues with >32G guestsKevin O'Connor1-35/+35
2009-10-04Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor1-26/+2
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-1/+0
2009-07-25Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor1-25/+23
2009-07-04Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor1-5/+2
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-28Move ram size definitions from ebda to global variables.Kevin O'Connor1-6/+6
2008-11-08Add dprintf() status writes during startup of bios table inits.Kevin O'Connor1-0/+2
2008-10-25Add support for more than 4Gig of ram.Kevin O'Connor1-13/+24
2008-10-25Add new QEMU code to access UUID.Kevin O'Connor1-16/+24
2008-10-25Set smbios cache handles - patch from bochs bios.Kevin O'Connor1-0/+7
2008-10-25Fix smbios bios_characteristics -- patch from bochs bios.Kevin O'Connor1-2/+2
2008-10-25Fix VMware backdoor command 0Ah - patch from bochs bios.Kevin O'Connor1-13/+13
2008-08-29Create a dummy smbios table in coreboot environments.Kevin O'Connor1-0/+2
2008-08-17Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor1-1/+4
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-07-04Breakup rombios32.c into pciinit.c and smbios.cKevin O'Connor1-0/+549
2008-03-08Revert "Commit missing files from last commit."Kevin O'Connor1-555/+0
2008-03-05Commit missing files from last commit.Kevin O'Connor1-0/+555