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
/
mptable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor - clarify bit logic in mptable.c.
Kevin O'Connor
2010-07-26
1
-2
/
+2
*
Minor mptable changes.
Kevin O'Connor
2010-06-06
1
-8
/
+6
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-2
/
+2
*
mptable: Pull cpuid_signature/features setting out of loop.
Kevin O'Connor
2010-02-11
1
-8
/
+8
*
Read APIC version from APIC instead of using a hard-coded value.
Magnus Christensson
2010-01-18
1
-1
/
+2
*
Add comment explaining why mptable is in low memory.
Kevin O'Connor
2010-01-04
1
-1
/
+3
*
mptable: Reset pinmask on new bus or device.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Commit compiled dsdt file; misc comment updates.
Kevin O'Connor
2009-12-30
1
-1
/
+2
*
enumerate all PCI buses in mptable
Gleb Natapov
2009-12-30
1
-14
/
+22
*
Allocate mptable in temp space and copy into final location.
Kevin O'Connor
2009-12-26
1
-25
/
+29
*
provide correct pci routing information in mptable
Gleb Natapov
2009-12-24
1
-4
/
+46
*
Add MPS entries for LINT interrupts.
Kevin O'Connor
2009-11-14
1
-1
/
+22
*
Fixes for mptable generation.
Kevin O'Connor
2009-11-14
1
-33
/
+26
*
Only add the first logical CPU in each physical CPU to the MPS tables.
Kevin O'Connor
2009-11-09
1
-4
/
+24
*
Fix cpuflag in mptable (| has higher priority than ?:)
Kevin O'Connor
2009-11-09
1
-1
/
+1
*
Generate mptable unconditionally.
Kevin O'Connor
2009-10-12
1
-4
/
+0
*
Use MaxCountCPUs during building of per cpu tables.
Kevin O'Connor
2009-10-09
1
-8
/
+10
*
irq0override provided by qemu.
Kevin O'Connor
2009-10-08
1
-7
/
+2
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-1
/
+0
*
Minor - breakup mptable allocation into two calls.
Kevin O'Connor
2009-07-29
1
-6
/
+4
*
mptable and madt irq override
Kevin O'Connor
2009-07-29
1
-10
/
+24
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
1
-8
/
+7
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
1
-2
/
+2
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
1
-3
/
+10
*
Fix bug in emulator mptable creation - space not reserved.
Kevin O'Connor
2009-02-28
1
-0
/
+1
*
Build mptable using C 'struct's.
Kevin O'Connor
2009-02-27
1
-126
/
+68
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
Kevin O'Connor
2008-12-14
1
-2
/
+2
*
Add dprintf() status writes during startup of bios table inits.
Kevin O'Connor
2008-11-08
1
-0
/
+2
*
Remove CONFIG_QEMU option - breakout into other options.
Kevin O'Connor
2008-08-17
1
-5
/
+3
*
Add option to disable mptable generation.
Kevin O'Connor
2008-07-12
1
-0
/
+3
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
Separate out smp detection and mp table generation from rombios32.c
Kevin O'Connor
2008-07-04
1
-0
/
+159