VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44408   12 years vboxsync Storage/VD: stop sabotaging the resize of diff images
(edit) @44405   12 years vboxsync VMMRZ_INT_DECL fix.
(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) @44324   12 years vboxsync VbglR3/VBoxControl: Added "guestproperty delete" + VbglR3GuestPropDelete.
(edit) @44299   12 years vboxsync RTTar: Implemented simple extraction (-x).
(edit) @44298   12 years vboxsync Implemented RTFileSetOwner on non-windows systems.
(edit) @44284   12 years vboxsync include,Extpacks/Puel: updates.
(edit) @44283   12 years vboxsync export to OSE
(edit) @44278   12 years vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @44276   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44262   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44261   12 years vboxsync Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).
(edit) @44260   12 years vboxsync Fixed ASMCpuId_Idx_ECX on windows (didn't consider ECX input).
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44255   12 years vboxsync Test value unit constants.
(edit) @44253   12 years vboxsync Storage: Missing file
(edit) @44252   12 years vboxsync Storage/Backends: async/sync I/O unification, remove separate entries …
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44250   12 years vboxsync Runtime/sg.cpp: void * -> const void * in RTSgBufCopyFromBuf
(edit) @44242   12 years vboxsync Storage: Next step in the sync/async I/O unification, change all calls …
(edit) @44241   12 years vboxsync Runtime/sg.cpp: Add API to check a buffer for zeros
(edit) @44233   12 years vboxsync Storage: Preparations for the sync/async I/O unification
(edit) @44222   12 years vboxsync vbsfBuildFullPath: Use the u16Length dude. The darwin tricks does and …
(edit) @44221   12 years vboxsync Forgot header update.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44189   12 years vboxsync CPUM: helper function.
(edit) @44173   12 years vboxsync SUPDrv,SUPLib: Introducing /dev/vboxdrvu on darwin (other platforms …
(edit) @44169   12 years vboxsync asm-amd64-x86.h: Added ASMIsViaCentaurCpuEx, ASMIsViaCentaurCpu, …
(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) @44091   12 years vboxsync Main: make the code more readable. Places where the comparisons were …
(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) @44047   12 years vboxsync Forgot to commit.
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @44004   12 years vboxsync APIC: spaces, nits.
(edit) @43974   12 years vboxsync VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
(edit) @43961   12 years vboxsync VMM: Pass the VMCPU to IOMMMIOMapMMIOHCPage() as we already have it.
(edit) @43960   12 years vboxsync VUSB: interface association descriptor for emulated devices.
(edit) @43952   12 years vboxsync Shared folders: instead of dropping a shared folder which does not …
(edit) @43947   12 years vboxsync VMM/VMMR0: HM naming.
(edit) @43946   12 years vboxsync fix OSE
(edit) @43943   12 years vboxsync Main/glue: bad_alloc handling for event queue, todos.
(edit) @43931   12 years vboxsync VMM/VMMR0: build fix.
(edit) @43930   12 years vboxsync VMM/VMMR0: Camel case.
(edit) @43902   12 years vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @43888   12 years vboxsync crOpenGL: more new present mechanism
(edit) @43884   12 years vboxsync VMM: bits.
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43874   12 years vboxsync fix max monitor count definitions
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43861   12 years vboxsync Storage: Introduce new flag to skip unnecessary consistency checks in …
(edit) @43852   12 years vboxsync VMM/VMMR0: bits.
(edit) @43849   12 years vboxsync VMM: bits.
(edit) @43826   12 years vboxsync VMX: bits.
(edit) @43816   12 years vboxsync HostDrivers/solaris/USB: Passthrough short packets bit.
(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) @43790   12 years vboxsync VBox/dbus: Added some more defines and proxy stubs.
(edit) @43787   12 years vboxsync Storage: Repair images when opening if they are corrupted and can be …
(edit) @43786   12 years vboxsync include: HostChannel service header update.
(edit) @43781   12 years vboxsync Forgot to add string.
(edit) @43780   12 years vboxsync Added forgotten USB mouse/tablet log group.
(edit) @43771   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43756   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43746   12 years vboxsync VMM: Some naming adjustments.
(edit) @43713   12 years vboxsync iprt/http: added support for custom headers
(edit) @43706   12 years vboxsync VMM/HM: bits.
(edit) @43700   12 years vboxsync HM: bits.
(edit) @43698   12 years vboxsync ioprt/err: fix doxygen comment
(edit) @43694   12 years vboxsync Forgot to commit.
(edit) @43679   12 years vboxsync iprt/http: introduced RTHttpSetProxy()
(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) @43645   12 years vboxsync IPRT: simple HTTP interface
(edit) @43640   12 years vboxsync VSCSI: Added basic media change support.
(edit) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43462   12 years vboxsync HGCM Host Channel service: implemented a generic Query function.
(edit) @43448   12 years vboxsync Storage/iSCSI: issue 3100. resend command READ CAPACITY in case of a …
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