aboutsummaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18support smbioskaihuan.pkh1-0/+8
alloc buffer in fseg memory and fill it with smbios anchor and tables which read from the fw_cfg, then check type0 table and rebuild it if it's not exist. mainly inspired by the seabios, and borrowed some code from it. Reviewed-by: Ben Luo <luoben@linux.alibaba.com> Signed-off-by: kaihuan.pkh <kaihuan.pkh@alibaba-inc.com>
2016-09-06inline string functions to movsb/stosbPaolo Bonzini1-23/+0
2015-05-21make a bootable BIOSPaolo Bonzini1-0/+157
includes source from kvm-unit-tests Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>