aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/smp.c
Commit message (Expand)AuthorAgeFilesLines
* drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUSIgor Mammedov2016-11-211-1/+1
* support booting with more than 255 CPUsIgor Mammedov2016-10-251-4/+20
* add helpers to read etc/boot-cpus at resume timeIgor Mammedov2016-10-251-5/+6
* smp: consolidate CPU APIC ID detection and accountingKevin O'Connor2016-10-251-10/+15
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-071-14/+36
* fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-07-011-10/+10
* Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor2015-10-091-3/+0
* Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor2014-06-051-0/+3
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-041-54/+56
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-2/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-1/+2
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+144