|
|
@49548
|
11 years |
vboxsync |
DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear …
|
|
|
@49442
|
11 years |
vboxsync |
DevAPIC: Always set the APIC CPUID feature bits when the device is …
|
|
|
@49437
|
11 years |
vboxsync |
DevAPIC.cpp: Don't disable the CPUID feature bit just because someone …
|
|
|
@48947
|
11 years |
vboxsync |
Devices: Whitespace and svn:keyword cleanups by scm.
|
|
|
@47840
|
11 years |
vboxsync |
DevAPIC: burn + @todo
|
|
|
@47428
|
11 years |
vboxsync |
Addressed some warnings.
|
|
|
@45965
|
12 years |
vboxsync |
VMM: Facility for getting the highest-priority pending interrupt from …
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44626
|
12 years |
vboxsync |
DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
|
|
|
@44515
|
12 years |
vboxsync |
DevAPIC.cpp: Some cleanups.
|
|
|
@44509
|
12 years |
vboxsync |
Document PIC and APIC callback method locking rules.
|
|
|
@44311
|
12 years |
vboxsync |
spaces
|
|
|
@44310
|
12 years |
vboxsync |
Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does …
|
|
|
@44005
|
12 years |
vboxsync |
build fix
|
|
|
@43974
|
12 years |
vboxsync |
VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
|
|
|
@43657
|
12 years |
vboxsync |
VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
|
|
|
@42574
|
12 years |
vboxsync |
apicReadMSR: Incorrect assertion (see reverse assertion in …
|
|
|
@42537
|
12 years |
vboxsync |
Devices/PC/DevAPIC: disabled an assertion for myself.
|
|
|
@41783
|
12 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@41774
|
12 years |
vboxsync |
bugref..
|
|
|
@40956
|
13 years |
vboxsync |
PDM,APIC,IO-APIC: More IRQ tagging.
|
|
|
@40937
|
13 years |
vboxsync |
Tag the APIC timer IRQs.
|
|
|
@40907
|
13 years |
vboxsync |
Working on tracking IRQs for tracing and logging purposes.
|
|
|
@40280
|
13 years |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@39371
|
13 years |
vboxsync |
DevAPIC: file header.
|
|
|
@39370
|
13 years |
vboxsync |
DevAPIC: file header.
|
|
|
@39369
|
13 years |
vboxsync |
DevAPIC.cpp: Fixed broadcast.
|
|
|
@39306
|
13 years |
vboxsync |
DevAPIC: > 32 CPUs, cleanups.
|
|
|
@39136
|
13 years |
vboxsync |
More MMIO refactoring and some other cleanups.
|
|
|
@39135
|
13 years |
vboxsync |
Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
|
|
|
@39060
|
13 years |
vboxsync |
DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
|
|
|
@39053
|
13 years |
vboxsync |
DevApic.cpp: Don't assert on invalid register accesses, do a DBGFStop …
|
|
|
@37636
|
13 years |
vboxsync |
Changed FNIOMMMIOWRITE to take a const buffer pointer.
|
|
|
@37582
|
13 years |
vboxsync |
PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
|
|
|
@37574
|
13 years |
vboxsync |
DevAPIC.cpp: typo
|
|
|
@37526
|
13 years |
vboxsync |
Dev*: Timer locking fixes.
|
|
|
@37481
|
13 years |
vboxsync |
OSE header fixes
|
|
|
@37477
|
13 years |
vboxsync |
DevAPIC: Split out the IO-APIC into a separate source file.
|
|
|
@37476
|
13 years |
vboxsync |
DevAPIC.cpp: Some variable renaming
|
|
|
@37475
|
13 years |
vboxsync |
DevAPIC: Locking reworking in progress.
|
|
|
@37466
|
13 years |
vboxsync |
VMM,Devices: Automatically use a per-device lock instead of the giant …
|
|
|
@37453
|
13 years |
vboxsync |
DevApic: working on getting the locking right…
|
|
|
@37324
|
14 years |
vboxsync |
TM,Devices: Fixed default critical section screwup and adjusted its …
|
|
|
@36024
|
14 years |
vboxsync |
IOAPIC: assign ID matching MADT
|
|
|
@35353
|
14 years |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@33595
|
14 years |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@32985
|
14 years |
vboxsync |
DevAPIC.cpp: The count_shift reset value shall be 1 not 0, because …
|
|
|
@32982
|
14 years |
vboxsync |
DevAPIC: Addressed the cause of the div by zero problem in …
|
|
|
@32960
|
14 years |
vboxsync |
PCI: bad typo in PCI address computation, now Windows boots fine with MCFG
|
|
|
@32935
|
14 years |
vboxsync |
PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
|
|
|
@32857
|
14 years |
vboxsync |
APIC: very bad typo
|
|
|
@32821
|
14 years |
vboxsync |
fix burn and fancy quote
|
|
|
@32820
|
14 years |
vboxsync |
PCI, PDM: initial drop of MSI support
|
|
|
@32779
|
14 years |
vboxsync |
APIC, PCI: started on MSI support (APIC side), cleanup
|
|
|
@32775
|
14 years |
vboxsync |
apicDoFrequencyHinting: don't div/0.
|
|
|
@32505
|
14 years |
vboxsync |
DevAPIC: build fix.
|
|
|
@32504
|
14 years |
vboxsync |
SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed …
|
|
|
@32497
|
14 years |
vboxsync |
DevAPIC: formatting fix
|
|
|
@32484
|
14 years |
vboxsync |
TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
|
|
|
@31592
|
14 years |
vboxsync |
space
|
|
|
@31237
|
14 years |
vboxsync |
DevAPIC.cpp: Missing new line in LogRels.
|
|
|
@28954
|
15 years |
vboxsync |
APIC: x2APIC casts
|
|
|
@28952
|
15 years |
vboxsync |
APIC: fixed invalid memory access in currently unused code
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27342
|
15 years |
vboxsync |
Backed out r58772
|
|
|
@27341
|
15 years |
vboxsync |
APIC: hack to reduce OSX guests idle state CPU consumption
|
|
|
@27305
|
15 years |
vboxsync |
APIC: few todos and cleanups, nothing functional
|
|
|
@27221
|
15 years |
vboxsync |
DevAPIC: Use fixed physical CPU ID instead of the programmable one …
|
|
|
@26983
|
15 years |
vboxsync |
DevAPIC: Use the existing destination mode constants for better …
|
|
|
@26865
|
15 years |
vboxsync |
Logging update
|
|
|
@26663
|
15 years |
vboxsync |
APIC: bump up version (watch for regressions)
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26169
|
15 years |
vboxsync |
PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@25058
|
15 years |
vboxsync |
EFI: safe part of tables changes (rest to come after branch), required …
|
|
|
@24609
|
15 years |
vboxsync |
DevAPIC: Disable NMI delivery through LAPIC (Linux NMI watchdog problems).
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24195
|
15 years |
vboxsync |
DevAPIC: Properly deliver ExtINT from LAPIC as level sensitive.
|
|
|
@24193
|
15 years |
vboxsync |
DevAPIC: Properly clear local APIC state on VM reset.
|
|
|
@24133
|
15 years |
vboxsync |
DevAPIC: fixed default case. grr.
|
|
|
@24129
|
15 years |
vboxsync |
apicLocalInterrupt: avoid log flooding (we won't actually panic due to …
|
|
|
@24128
|
15 years |
vboxsync |
apicLocalInterrupt: panic if unimplemented delivery mode.
|
|
|
@24125
|
15 years |
vboxsync |
DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
|
|
|
@24082
|
15 years |
vboxsync |
DevAPIC: Save and verify config. Added a couple of review comments.
|
|
|
@23993
|
15 years |
vboxsync |
DevAPIC: gcc warnings
|
|
|
@23986
|
15 years |
vboxsync |
DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
|
|
|
@23900
|
15 years |
vboxsync |
DevAPIC: spaces
|
|
|
@22938
|
15 years |
vboxsync |
DevAPIC.cpp: alignment fix.
|
|
|
@22925
|
15 years |
vboxsync |
Devices: Alignment fun. (32-bit darwin)
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22584
|
15 years |
vboxsync |
Devices: tab
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@21389
|
15 years |
vboxsync |
Forgot to apply count_shift to the timer delta (regression from 48850)
|
|
|
@20836
|
15 years |
vboxsync |
NMI/SMI changes
|
|
|
@20830
|
15 years |
vboxsync |
Comment added
|
|
|
@20829
|
15 years |
vboxsync |
Check and assume PDM locking is performed when calling the APIC interface.
|
|
|
@20817
|
15 years |
vboxsync |
APIC logging changes
|
|
|