|
|
@21363
|
15 years |
vboxsync |
PDMQueue&users-thereof: Named the queues and added statistics.
|
|
|
@21188
|
15 years |
vboxsync |
Add hotplug flag to PDMR3DeviceAttach/Detach
|
|
|
@14299
|
16 years |
vboxsync |
Corrected grammos in comments. No code changes.
|
|
|
@14072
|
16 years |
vboxsync |
MM: The 64-bit MSC warning hunt continues.
|
|
|
@14070
|
16 years |
vboxsync |
CFGM: 64-bit MSC warning hunt.
|
|
|
@13818
|
16 years |
vboxsync |
VMM: %Vrc -> %Rrc, %Vra -> %Rra.
|
|
|
@13816
|
16 years |
vboxsync |
VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
|
|
|
@13216
|
16 years |
vboxsync |
PDMDevice: removed pci bus selection todo.
|
|
|
@12989
|
16 years |
vboxsync |
VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
|
|
|
@12984
|
16 years |
vboxsync |
#1865: PDMQueue.
|
|
|
@12982
|
16 years |
vboxsync |
PDMDev* adjustments.
|
|
|
@12980
|
16 years |
vboxsync |
Split up PDMDevice.cpp, moving all the devhlps into two new files …
|
|
|
@12979
|
16 years |
vboxsync |
PDMDevice.cpp polishing…
|
|
|
@12977
|
16 years |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12976
|
16 years |
vboxsync |
PDM: fixed PDMAPICVERSION.
|
|
|
@12975
|
16 years |
vboxsync |
#1865: PDMLdr.
|
|
|
@12972
|
16 years |
vboxsync |
APIC versioning in features interface
|
|
|
@12970
|
16 years |
vboxsync |
#1865: PDMINS.
|
|
|
@12807
|
16 years |
vboxsync |
PDM - VMMDevHeap: PDM_DEVHLP_VERSION minor increment, GCPhysVMMDevHeap …
|
|
|
@12799
|
16 years |
vboxsync |
r=bird: cpuid -> idCpu like we use elsewhere (mixed case!).
|
|
|
@12772
|
16 years |
vboxsync |
#1865: IOM.
|
|
|
@12687
|
16 years |
vboxsync |
Started with VMM device heap for use with VT-x real-mode emulation. …
|
|
|
@12684
|
16 years |
vboxsync |
refactoring to simplify migration to per-CPU action flags
|
|
|
@12669
|
16 years |
vboxsync |
account CPU id in setting attention flags (only SMP builds)
|
|
|
@12667
|
16 years |
vboxsync |
CPU id passed to interrupt callback, proper typing
|
|
|
@12653
|
16 years |
vboxsync |
various files: doxygen fixes.
|
|
|
@12574
|
16 years |
vboxsync |
APIC: Added helper for calling VMMGetCpuId.
|
|
|
@12566
|
16 years |
vboxsync |
Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
|
|
|
@12561
|
16 years |
vboxsync |
IOM: Made some minor adjustments to the MMIO CPU registration context …
|
|
|
@12545
|
16 years |
vboxsync |
Updates for per-cpu MMIO range registration. (APIC)
|
|
|
@11311
|
16 years |
vboxsync |
VMM: ELEMENTS -> RT_ELEMENTS.
|
|
|
@11261
|
16 years |
vboxsync |
#1865: DevPIC.
|
|
|
@11224
|
16 years |
vboxsync |
PDM: GC->RC, HC->R3 wrt PCI bus registration.
|
|
|
@11219
|
16 years |
vboxsync |
#1865: DevAPIC.
|
|
|
@11169
|
16 years |
vboxsync |
#1865: PCI.
|
|
|
@11164
|
16 years |
vboxsync |
#1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
|
|
|
@10841
|
16 years |
vboxsync |
Changed the assertion on pfnConstruct failure into a LogRel.
|
|
|
@10492
|
16 years |
vboxsync |
Added PDMApicHasPendingIrq.
|
|
|
@10202
|
16 years |
vboxsync |
removed VBOX_WITH_PDM_LOCK
|
|
|
@9293
|
17 years |
vboxsync |
Enforce RTRCPTR usage.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9148
|
17 years |
vboxsync |
More 64 bits guest preps
|
|
|
@8564
|
17 years |
vboxsync |
NoDmik -> NOT_DMIK.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@7768
|
17 years |
vboxsync |
Added a VMState dev/usb/drvhlp.
|
|
|
@7755
|
17 years |
vboxsync |
Added a flag to the MMIO2 registration and did some other MMIO2 …
|
|
|
@7752
|
17 years |
vboxsync |
Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
|
|
|
@7726
|
17 years |
vboxsync |
Moved the R0/GC registration out of IOMAll.cpp and into IOM.cpp since …
|
|
|
@7635
|
17 years |
vboxsync |
The new MMIO2 code.
WARNING! This changes the pci mapping protocol …
|
|
|
@7628
|
17 years |
vboxsync |
Assert some one problematic VMR3ReqCall* RTGC* stuff. (fix when they …
|
|
|
@7523
|
17 years |
vboxsync |
Unconditionally resolve R0 function addresses
|
|
|
@6796
|
17 years |
vboxsync |
Fixed init problems wrt. VM ownership by implementing the UVM …
|
|
|
@6475
|
17 years |
vboxsync |
Added the NoDmik() macro.
|
|
|
@6128
|
17 years |
vboxsync |
space
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5722
|
17 years |
vboxsync |
Added a bottom pointer to the PDMLUN structure. Added plugge/unplugged …
|
|
|
@5525
|
17 years |
vboxsync |
PDMUsb changes.
|
|
|
@5440
|
17 years |
vboxsync |
Changed assertion
|
|
|
@5040
|
17 years |
vboxsync |
GC phys/virt to HC virt functions are no longer accessible in our PDM …
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4569
|
17 years |
vboxsync |
Read and write to GC virt is only allowed from EMT.
|
|
|
@4568
|
17 years |
vboxsync |
Compile fix
|
|
|
@4566
|
17 years |
vboxsync |
Cleaned up
|
|
|
@4564
|
17 years |
vboxsync |
Don't allow gc to hc virt address conversions from non-EMT threads.
|
|
|
@4558
|
17 years |
vboxsync |
Added PDMDEVHLP::pfnPhysGCPtr2GCPhys
|
|
|
@4521
|
17 years |
vboxsync |
Fixes for taking the address of a va_list parameter. (must make stack …
|
|
|
@4388
|
17 years |
vboxsync |
Shadow ROM emulation. Clear the RESERVED flag for ROM.
|
|
|
@4382
|
17 years |
vboxsync |
Extended the ROMRegister DevHlp interface to include a fShadow flag. …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4012
|
17 years |
vboxsync |
Hooked up the PDMThread stuff.
|
|
|
@3857
|
17 years |
vboxsync |
PDMUsb - work in progress.
|
|
|
@3112
|
17 years |
vboxsync |
Added full set of runtime error functions to PDM device/driver
interface.
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2749
|
18 years |
vboxsync |
QueryCPUId -> GetCpuId (it's a wrapper for CPUMGetGuestCpuId).
|
|
|
@2638
|
18 years |
vboxsync |
fixed debug build
|
|
|
@2633
|
18 years |
vboxsync |
added PDMDevHlpQueryCPUId()
|
|
|
@2623
|
18 years |
vboxsync |
Fixed UTC typo.
|
|
|
@2597
|
18 years |
vboxsync |
New device helper PCISetConfigCallbacks. (patch from R. Zeljko)
|
|
|
@2464
|
18 years |
vboxsync |
Added TMR3UCTNow, exported it as a DevHlp and made VMMDev use it as …
|
|
|
@2452
|
18 years |
vboxsync |
Treat the instance node name as the instance number to make it simpler …
|
|
|
@2291
|
18 years |
vboxsync |
More ring-0/ring-3 type safety (callbacks and PDM symbol resolving).
|
|
|
@2270
|
18 years |
vboxsync |
Stricter pointer typechecking. (R0 vs R3)
|
|
|
@1858
|
18 years |
vboxsync |
pfnDriverAttach has to pass the real return value of pfnConstruct, not …
|
|
|
@1354
|
18 years |
vboxsync |
Make it possible to move shared libs from /opt/VirtualBox-xxx to …
|
|
|
@838
|
18 years |
vboxsync |
GC Phys to HC virt conversion changes for dynamic RAM allocation.
|
|
|
@479
|
18 years |
vboxsync |
pDevHlpR0 is now declared correctly.
|
|
|
@23
|
18 years |
vboxsync |
string.h & stdio.h + header cleanups.
|
|
|
@1
|
55 years |
vboxsync |
import
|