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