index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
/
smp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS
Igor Mammedov
2016-11-21
1
-1
/
+1
*
support booting with more than 255 CPUs
Igor Mammedov
2016-10-25
1
-4
/
+20
*
add helpers to read etc/boot-cpus at resume time
Igor Mammedov
2016-10-25
1
-5
/
+6
*
smp: consolidate CPU APIC ID detection and accounting
Kevin O'Connor
2016-10-25
1
-10
/
+15
*
smp: restore MSRs on S3 resume
Paolo Bonzini
2016-07-07
1
-14
/
+36
*
fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROL
Haozhong Zhang
2016-07-01
1
-10
/
+10
*
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
2015-10-09
1
-3
/
+0
*
Make sure handle_smi() and handle_smp() are compiled out if not enabled.
Kevin O'Connor
2014-06-05
1
-0
/
+3
*
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
2014-06-04
1
-54
/
+56
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+144