VirtualBox

source: vbox/trunk/src/VBox/VMM/PDMDevice.cpp

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette