aboutsummaryrefslogtreecommitdiff
path: root/src/fw/smp.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSrel-1.10.1Igor Mammedov1-1/+1
2016-10-25support booting with more than 255 CPUsIgor Mammedov1-4/+20
2016-10-25add helpers to read etc/boot-cpus at resume timeIgor Mammedov1-5/+6
2016-10-25smp: consolidate CPU APIC ID detection and accountingKevin O'Connor1-10/+15
2016-07-07smp: restore MSRs on S3 resumePaolo Bonzini1-14/+36
2016-07-01fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang1-10/+10
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor1-3/+0
2014-06-05Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor1-0/+3
2014-06-04smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor1-54/+56
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-2/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-1/+2
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-0/+144