VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45411   12 years vboxsync comment.
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45301   12 years vboxsync IOM: Preparing to use read/write critsect.
(edit) @45299   12 years vboxsync PDMCritSectRw: Fixes.
(edit) @45293   12 years vboxsync PGMCritSectRw: Prep for ring-0 and raw-mode context operation.
(edit) @45291   12 years vboxsync VMM: HM bits.
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @45216   12 years vboxsync VMM: HM bits.
(edit) @45189   12 years vboxsync STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
(edit) @45153   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45105   12 years vboxsync VMM/VMMR0: HM bits, fix WinXP booting with unrestricted.
(edit) @45097   12 years vboxsync Alignment.
(edit) @45092   12 years vboxsync VMM/VMMR0: HM bits, cleanup header a bit.
(edit) @45091   12 years vboxsync VMM/VMMR0: HM old-code segregation.
(edit) @45033   12 years vboxsync Fixed PDMICARDREADERUP method names so they don't repeat the interface …
(edit) @45032   12 years vboxsync Fixed PDMICARDREADERDOWN method names so they don't repeat the …
(edit) @45031   12 years vboxsync pdmcardreaderinfs.h: Todo about repeating the interface name in each …
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @45006   12 years vboxsync DBGF/DBGC: Fixing power off problems.
(edit) @44897   12 years vboxsync Cleanups related to pci bus master memory access (#1871).
(edit) @44896   12 years vboxsync Clarified the register getter and setter interface callbacks.
(edit) @44793   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44791   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44762   12 years vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(edit) @44758   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.
(edit) @44743   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44730   12 years vboxsync BUGZ:6606 Guest CPU offlining/onlining now works. Renamed …
(edit) @44724   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44708   12 years vboxsync PDMIVMMDEVPORT::pfnRequestDisplayChange: Attempted documenting "new" …
(edit) @44707   12 years vboxsync PDMIVMMDEVPORT::pfnRequestDisplayChange: Attempted documenting "new" …
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44689   12 years vboxsync Expose I/O APIC registers to the debugger facilities.
(edit) @44664   12 years vboxsync comment typo.
(edit) @44657   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44626   12 years vboxsync DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
(edit) @44591   12 years vboxsync DevEFI,Nvram.cpp: Cleaning up. (partly tested)
(edit) @44573   12 years vboxsync IOM: Fixed IOMMMIO_FLAGS_WRITE_ONLY_DWORD and added …
(edit) @44566   12 years vboxsync pdmdev.h: Doc update.
(edit) @44564   12 years vboxsync IOM: Adding IOMMMIO_FLAGS_WRITE_ONLY_DWORD, fixing parameter validation.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44524   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44522   12 years vboxsync SSM: Hide SSMR3RegisterDevice and SSMR3RegisterDriver.
(edit) @44519   12 years vboxsync SSM dev callback doc update.
(edit) @44512   12 years vboxsync Documented locking on the remaining device callbacks.
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @44502   12 years vboxsync PDM queue callback lock remarks.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44394   12 years vboxsync +VMMR3GetCpuByIdU, -FNATOMICHANDLER
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44386   12 years vboxsync CFGM: Some smaller PVM/PUVM adjustments.
(edit) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44374   12 years vboxsync FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44337   12 years vboxsync update
(edit) @44283   12 years vboxsync export to OSE
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44262   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @44189   12 years vboxsync CPUM: helper function.
(edit) @44154   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44146   12 years vboxsync VMM: HM bits.
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @44096   12 years vboxsync VMM/VMMR0: naming.
(edit) @44078   12 years vboxsync VMMR0/CPUMR0: atomic update of aGuestCpuId*(); fix return type of …
(edit) @44076   12 years vboxsync VMM: don't pass certain CPUID features to the guest if the feature is …
(edit) @43961   12 years vboxsync VMM: Pass the VMCPU to IOMMMIOMapMMIOHCPage() as we already have it.
(edit) @43947   12 years vboxsync VMM/VMMR0: HM naming.
(edit) @43931   12 years vboxsync VMM/VMMR0: build fix.
(edit) @43930   12 years vboxsync VMM/VMMR0: Camel case.
(edit) @43884   12 years vboxsync VMM: bits.
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43852   12 years vboxsync VMM/VMMR0: bits.
(edit) @43849   12 years vboxsync VMM: bits.
(edit) @43826   12 years vboxsync VMX: bits.
(edit) @43814   12 years vboxsync PDMUSB: Support attaching virtual USB devices to EHCI.
(edit) @43811   12 years vboxsync doc type
(edit) @43803   12 years vboxsync VMM/VMMR0: bits.
(edit) @43771   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43756   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43706   12 years vboxsync VMM/HM: bits.
(edit) @43700   12 years vboxsync HM: bits.
(edit) @43667   12 years vboxsync VMM: APIC refactor, cache APIC base MSR during init phase.
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
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