aboutsummaryrefslogtreecommitdiff
path: root/printf.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24clean up printfPaolo Bonzini1-10/+7
printf is avoiding switch statements so that it can be used in very early startup, before jump tables can be read from the F segment. We could use -fno-jump-tables, but we can also keep the if statements and clean them up so that the indentation is fine. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-07-24do not mix tabs and spaces in a single filePaolo Bonzini1-2/+2
2015-05-21make a bootable BIOSPaolo Bonzini1-0/+256
includes source from kvm-unit-tests Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>