VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39060   13 years vboxsync DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @38944   13 years vboxsync PDMCritSectLeave: Indicate whether it was a nested exit or a real one.
(edit) @38879   13 years vboxsync vm.h: build fix
(edit) @38878   13 years vboxsync PDM,Devices,Drivers: Add async discard API and make us of it
(edit) @38877   13 years vboxsync VMM/PDMBlkCache: Add discard API
(edit) @38847   13 years vboxsync PDM: Enter the device critical section for PDM callback.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38835   13 years vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38677   13 years vboxsync IOM: MMIO instruction interpreter bug fixes.
(edit) @38622   13 years vboxsync AHCI+DrvBlock+DrvVD: Add support for the TRIM command and connect with …
(edit) @38550   13 years vboxsync Windows build fix
(edit) @38549   13 years vboxsync GSO: UDP fragmentation offloading (#5846)
(edit) @38378   13 years vboxsync Don't issue instructions rescheduling to RAW or HWACCM mode when …
(edit) @38349   13 years vboxsync em.h: Saved state fix.
(edit) @38326   13 years vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38325   13 years vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @38320   13 years vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38300   13 years vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37859   13 years vboxsync Committed usb_thread.patch with tiny adjustments.
(edit) @37822   13 years vboxsync space
(edit) @37799   13 years vboxsync OSE build fix
(edit) @37781   13 years vboxsync PCI passthrough fixes
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37584   13 years vboxsync VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
(edit) @37582   13 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37516   13 years vboxsync comment typo.
(edit) @37475   13 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37464   13 years vboxsync vm.h: Alignment fix (32-bit hosts).
(edit) @37452   13 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37442   13 years vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37418   13 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @37417   13 years vboxsync Try to fix build
(edit) @37416   13 years vboxsync Try to fix build
(edit) @37413   13 years vboxsync vmm/dbgftrace.h: Forgot the DBGF trace header.
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37362   14 years vboxsync PGMNotifyNxeChanged: Another try.
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37357   14 years vboxsync PGM: relax some assertion added earlier today so they'll survive reset …
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @37242   14 years vboxsync GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37136   14 years vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36858   14 years vboxsync build fix.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36763   14 years vboxsync vmm/cpumctx.h: Added 8-bit register views for dil, sil, al, bl, dl and cl.
(edit) @36762   14 years vboxsync CPUM: CPUMSetGuestGDTR and CPUMSetGuestIDTR should take 64-bit base value.
(edit) @36644   14 years vboxsync build fix
(edit) @36639   14 years vboxsync CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
(edit) @36573   14 years vboxsync include/: a/an nits
(edit) @36566   14 years vboxsync hwaccm_svm.h: Added u16PauseFilterCount.
(edit) @36564   14 years vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36557   14 years vboxsync build fix
(edit) @36556   14 years vboxsync pgm.h: build fix
(edit) @36448   14 years vboxsync PCI: refactoring, further IOMMU work
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36329   14 years vboxsync PCI: per-VM initialization (for IOMMU domains)
(edit) @36238   14 years vboxsync uvm.h alignment fix.
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36196   14 years vboxsync VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
(edit) @36054   14 years vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36001   14 years vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
(edit) @35994   14 years vboxsync Two cases where CPUM_CHANGED_GLOBAL_TLB_FLUSH was missing, causing …
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35625   14 years vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35606   14 years vboxsync DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs.
(edit) @35601   14 years vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35586   14 years vboxsync DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35550   14 years vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35490   14 years vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35468   14 years vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35361   14 years vboxsync fix OSE
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