VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92227   3 years vboxsync Storage: On reset mark the medium as unlocked. Solves long standing …
(edit) @92226   3 years vboxsync Devices/DrvHostBase.cpp: Mark drives as locked only if it actually …
(edit) @92225   3 years vboxsync VMM/NEM: Extended the NEM active release log message a little. :-) …
(edit) @92224   3 years vboxsync Devices/DrvHostFloppy.cpp: No point pretending that the floppy drive …
(edit) @92223   3 years vboxsync Main/Settings: Remove the unnecessary additional settings version. …
(edit) @92222   3 years vboxsync ExtPacks: Fix field comment to match the actual name.
(edit) @92221   3 years vboxsync VMM: Makefile changes for the NEM Apple backend, bugref:9044
(edit) @92220   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Some early code to work with Apple's …
(edit) @92219   3 years vboxsync VMM/VMMAll/VMXAllTemplate.cpp.h: Delete more code only usable in R0 …
(edit) @92218   3 years vboxsync VMM/VMMR3/PGMPhys: Allocate MMIO2 memory using SUPR3PageAlloc() …
(edit) @92217   3 years vboxsync VMM/VMMR0: Provide not implemented stubs for the NEMHC* API so VMMR0 …
(edit) @92216   3 years vboxsync VMM/EMAll: Rename EMR0HistoryUpdatePC to EMHistoryUpdatePC and make it …
(edit) @92215   3 years vboxsync Additions: Linux: VBoxDRMClient: another scm fix, bugref:9637, …
(edit) @92214   3 years vboxsync Additions: Linux: VBoxDRMClient: another scm fix, bugref:9637, …
(edit) @92213   3 years vboxsync Additions: Linux: VBoxDRMClient: scm fix, bugref:9637, ticketref:19373.
(edit) @92212   3 years vboxsync Additions: Linux: VBoxDRMClient: add PID file check on start, …
(edit) @92211   3 years vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92210   3 years vboxsync Audio/Validation Kit: Renaming. bugref:10008
(edit) @92209   3 years vboxsync Audio/Validation Kit: Relaxed checks when calling AudioTestDestroy() …
(edit) @92208   3 years vboxsync Audio/Validation Kit: Relaxed checks when calling AudioTestSetPack() …
(edit) @92207   3 years vboxsync FE/Qt: Deallocating QItemEditorFactory instance to fix some small leakage.
(edit) @92206   3 years vboxsync Audio/Validation Kit: Do the test state checking / warning in …
(edit) @92205   3 years vboxsync VMM/GVMM,VMM: Make it possible for known worker thread to enter …
(edit) @92204   3 years vboxsync VMM/PDMCritSect: Make it possible for known worker thread to enter …
(edit) @92203   3 years vboxsync SUPDrv-win.cpp: Debugged and enabled the …
(edit) @92202   3 years vboxsync VMM/GMMR0: Tie down chunks to UID and don't cross such. bugref:10093
(edit) @92201   3 years vboxsync VMM/GVMM,VMM: Make it possible for known worker thread to enter …
(edit) @92200   3 years vboxsync VMM/GVMM,VMM: Make it possible for known worker thread to enter …
(edit) @92199   3 years vboxsync Validation Kit/testdriver: Now using the localhost reachable flag for …
(edit) @92198   3 years vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92197   3 years vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92196   3 years vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92195   3 years vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92194   3 years vboxsync VMM/NEM: Fixed windows 10 regression from r147403. bugref:10118
(edit) @92193   3 years vboxsync VMM/MM,DevPcArch: Split the base RAM allocation into conventional (< …
(edit) @92192   3 years vboxsync VMM/MM,DevPcArch: Split the base RAM allocation into conventional (< …
(edit) @92191   3 years vboxsync FE/Qt: bugref:10067: Migrate rest of UIMessageCenter in …
(edit) @92190   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed PGMAllGstSlatEpt.h to …
(edit) @92189   3 years vboxsync VMM/VMXTemplate.cpp.h: Replace the VMX{Read|Write}Vmcs{16,32,64,Nw} …
(edit) @92188   3 years vboxsync VMM/VMXTemplate.cpp.h: Delete code which can only be run in R0 and …
(edit) @92187   3 years vboxsync VMM: Copy the R0 only VMX code to the new to be template in …
(edit) @92186   3 years vboxsync VMM: Nested VMX: bugref:10092 Separate the guest's second-level …
(edit) @92185   3 years vboxsync scm: Check UTF-8 encoding and reject files with bidirectional control …
(edit) @92184   3 years vboxsync VMM/SELMAll.cpp: Drop the unicode (r) codepoint in favor of (r) so we …
(edit) @92183   3 years vboxsync IPRt/initterm-r0drv-nt.cpp: Force UTF-8 file encoding.
(edit) @92182   3 years vboxsync SharedClipboard/darwin: Force UTF-8 file encoding.
(edit) @92181   3 years vboxsync Add/haiku: Force UTF-8 encoding on files with non-ASCII names in the …
(edit) @92180   3 years vboxsync Add/WINNT/d3dhlp.cpp: Force UTF-8 file encoding.
(edit) @92179   3 years vboxsync Add/haiku: Force UTF-8 encoding on files with non-ASCII names in the …
(edit) @92178   3 years vboxsync doc/man_VBoxManage-export.xml: The separate --iso option has been …
(edit) @92177   3 years vboxsync VMM/PGM,NEM: Moved the StatProfQueryGpaRangeDirtyBitmap NEM stat up to …
(edit) @92176   3 years vboxsync Main/VirtualBox: Few comment fixes (there is no …
(edit) @92175   3 years vboxsync ValidationKit: bugref:9896 Delete 'LocalhostReachable' in extra data …
(edit) @92174   3 years vboxsync Audio/Validation Kit: Reduced sleeping time waiting for any OS startup …
(edit) @92173   3 years vboxsync FE/Qt: bugref:10067: Migrate most of UIMessageCenter in …
(edit) @92172   3 years vboxsync FE/Qt: bugref:10067: UICloudNetworkingStuff: Forgot something in r147994.
(edit) @92171   3 years vboxsync FE/Qt: bugref:10067: UICloudNetworkingStuff: Wipe out unused stuff.
(edit) @92170   3 years vboxsync VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
(edit) @92169   3 years vboxsync Audio/Validation Kit: Fixed verbose logging levels set by '-v'. …
(edit) @92168   3 years vboxsync Main/HostOnlyNet: bugref:9932 Save host-only networks upon creation.
(edit) @92167   3 years vboxsync VMM/PGMPhys.cpp: Rearranged the functions a little more by topic to …
(edit) @92166   3 years vboxsync Audio/Validation Kit: Fixed verbose logging levels set by '-v'. …
(edit) @92165   3 years vboxsync FE/Qt: bugref:10067: Pass wizard notification-center to form-editor …
(edit) @92164   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92163   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92161   3 years vboxsync ValKit/ClipUtil: Listing fix. bugref:10133
(edit) @92160   3 years vboxsync ValKit/ClipUtil: Quick OS/2 implementation (untested). bugref:10133
(edit) @92159   3 years vboxsync ValKit/ClipUtil: Some X11 bits. [build fixes] bugref:10133
(edit) @92158   3 years vboxsync ValKit/ClipUtil: Some X11 bits. bugref:10133
(edit) @92157   3 years vboxsync VMM/PGMPhysMmio2: Removed obsolete PGMREGMMIO2RANGE_F_MMIO2 flag (it's …
(edit) @92156   3 years vboxsync Windows: Host Services: Shared Clipboard: log message when host …
(edit) @92155   3 years vboxsync VMM/PDMUsb: Add thread helpers to the helper callback table, bugref:10074
(edit) @92154   3 years vboxsync Main/GuestOSType: Add new attribute for indicating that the guest uses …
(edit) @92153   3 years vboxsync Main/doxygen: Remove the attempt to produce a .chm file with the …
(edit) @92152   3 years vboxsync FE/Qt: bugref:10067: Make UICloudMachineSettingsDialog have own …
(edit) @92151   3 years vboxsync FE/Qt: bugref:10067: UIFormEditorWidget: Migrate UIMessageCenter stuff …
(edit) @92150   3 years vboxsync FE/Qt: bugref:9996: Small nit in r147970.
(edit) @92149   3 years vboxsync FE/Qt: Revert r146357 and r146352 cause this functionality is no more …
(edit) @92148   3 years vboxsync FE/Qt: bugref:10127. freebsd installer uses comon .desktop files.
(edit) @92147   3 years vboxsync FE/Qt: Revert r146354 and r146353 cause this functionality will be …
(edit) @92146   3 years vboxsync Devices/Security/DevTpm: Fix declaration, bugref:10075
(edit) @92145   3 years vboxsync Main/VirtualBoxTranslator.cpp: Write lock the object in the destructor …
(edit) @92144   3 years vboxsync Main/VirtualBoxClient: take some more care when processing the …
(edit) @92143   3 years vboxsync VBoxManage/setproperty/language: Added 32 ms kludge waiting for the …
(edit) @92142   3 years vboxsync Devices: Remove the VMM dependency from VBoxDD and VBoxDD2, bugref:10074
(edit) @92141   3 years vboxsync ValidationKit: Make NIC attachment set message distiguishable from NIC type
(edit) @92140   3 years vboxsync VMNet: bugref:9932 Explicit handling of interface start timeout
(edit) @92139   3 years vboxsync Audio/Validation Kit: Enforce testing the HDA emulation only, …
(edit) @92138   3 years vboxsync Audio/Validation Kit: Reverted r147958 again, doesn't work on older …
(edit) @92137   3 years vboxsync Audio/Validation Kit: Temporarily added Linux sanitizer flags to VKAT …
(edit) @92136   3 years vboxsync Audio/Validation Kit: Now uses debian10-amd64-7.vdi [build fix]. …
(edit) @92135   3 years vboxsync Main/Console: Fix long standing incorrect error code check in code …
(edit) @92134   3 years vboxsync FE/Qt: bugref:10131. Removing the check for hardware vistualization …
(edit) @92133   3 years vboxsync Main,FE/VBoxManage: Allow changing the localhost reachable flag for …
(edit) @92132   3 years vboxsync FE/Qt: bugref:10067: UIVirtualBoxManager: Migrate unattended related …
(edit) @92131   3 years vboxsync Audio/Validation Kit: More code needed for setting the required CFGM …
(edit) @92130   3 years vboxsync FE/Qt: bugref:10067: A bit of cleanup for UIMessageCenter.
(edit) @92129   3 years vboxsync VMM/PGM,NEM: RAM registration notification must return a u2State value …
(edit) @92128   3 years vboxsync Audio/Validation Kit: More code needed for setting the required CFGM …
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