VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66221   8 years vboxsync Build fix for r114137.
(edit) @66220   8 years vboxsync Windows 2016 OS type
(edit) @66219   8 years vboxsync FE/Qt: Global preferences: Refactoring (moving some code to …
(edit) @66217   8 years vboxsync Main: a few doxygen fixes
(edit) @66216   8 years vboxsync bs3-cpu-generated-1: SSE testing work (not quite there, but close).
(edit) @66215   8 years vboxsync CPUMR3CpuId.cpp: Fixed typo in unused paranoid code.
(edit) @66214   8 years vboxsync bs3kit: Hacked up some FPU/SSE/AVX state stuff.
(edit) @66213   8 years vboxsync Missing file
(edit) @66212   8 years vboxsync Storage/DMG: Fix opening a non DMG image file which is too small to …
(edit) @66211   8 years vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @66209   8 years vboxsync VD: Return success if the backend doesn't support region lists and one …
(edit) @66208   8 years vboxsync ValidationKit: on Windows, mark reboots triggered by the Validation …
(edit) @66207   8 years vboxsync wuicontentbase.py: pylint fix
(edit) @66206   8 years vboxsync bs3-cpu-generated-1: make sure the high 32-bits of GPRs are populated …
(edit) @66205   8 years vboxsync vhseriff: don't reboot testboxes, just disable them
(edit) @66204   8 years vboxsync spaces
(edit) @66203   8 years vboxsync bs3kit-cpu-generated-1: V8086 fixes, works again now. More cleanups.
(edit) @66202   8 years vboxsync Main: updated usb.ids
(edit) @66201   8 years vboxsync DevATA: build fix
(edit) @66199   8 years vboxsync bs3-cmn-RegCtxSaveEx.asm: Do xSP subtraction on the whole register in …
(edit) @66198   8 years vboxsync ATA: Support discs with multiple tracks
(edit) @66197   8 years vboxsync Storage/CUE: Fixes, convert endianness for audio tracks to big endian
(edit) @66196   8 years vboxsync bs3-cmn-SelProtModeCodeToRealMode.asm: drpo the 'hlt' before panic.
(edit) @66195   8 years vboxsync bs3-cmn-SwitchTo32Bit.asm: Return fix for 64-bit callers.
(edit) @66194   8 years vboxsync bs3-cmn-SelFlatDataToProtFar16.asm: 64-bit parameter handling fix.
(edit) @66193   8 years vboxsync pdmstorageifs.h: Return the region number on success too
(edit) @66192   8 years vboxsync VD,pdmstorageifs.h: Move media descriptor related definitions to an …
(edit) @66191   8 years vboxsync bugref:4567: Linux kernel driver maintenance: do not try to do test …
(edit) @66190   8 years vboxsync FE/Qt: Settings: More doxygen refactoring and polishing.
(edit) @66189   8 years vboxsync bugref:4567: Linux kernel driver maintenance: [vboxvideo] Add support …
(edit) @66188   8 years vboxsync build fix
(edit) @66187   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66186   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66185   8 years vboxsync VBoxManage: allow to accept the license by command line parameter
(edit) @66184   8 years vboxsync bs3-cpu-generated-1: Partially switched to max bit-count workers.
(edit) @66183   8 years vboxsync FE/Qt: Machine settings: Refactoring some of help-classes like cache …
(edit) @66182   8 years vboxsync bs3kit: bs3-mode-TestDoModes*Stub.asm wtf?
(edit) @66181   8 years vboxsync bs3kit: bs3-mode-TestDoModes*Stub.asm cleanups.
(edit) @66180   8 years vboxsync bs3kit: typo.
(edit) @66179   8 years vboxsync bs3kit: Added Bs3TestDoModesByMax.
(edit) @66176   8 years vboxsync FE/Qt: Machine settings: Some doxy & coding-style.
(edit) @66175   8 years vboxsync bs3kit: Preparing for new Bs3TestDoModes style API that uses worker …
(edit) @66174   8 years vboxsync bs3-cpu-generated-1: split main function
(edit) @66172   8 years vboxsync bs3-cpu-generated-1: Adding SSE testing (work in progress)…
(edit) @66170   8 years vboxsync bugref:8019: Undefined behaviour sanitiser: disable the leak check …
(edit) @66169   8 years vboxsync FE/Qt: Global preferences: Refactoring some of help-classes like cache …
(edit) @66168   8 years vboxsync bs3kit: Added lower case mode name global variables and getter.
(edit) @66167   8 years vboxsync bs3kit: Added ASMCpuIdExSlow.asm.
(edit) @66166   8 years vboxsync pdmstorageifs.h,DrvVD.cpp: Add region descriptor API for media which …
(edit) @66165   8 years vboxsync DrvHostBase: Implement basic version of the IMEDIA region descriptor API
(edit) @66164   8 years vboxsync VSCSI/MMC: Support getting only specific features when indicated in …
(edit) @66163   8 years vboxsync FE/Qt: Settings: A bit of doxygen refactoring at least which was …
(edit) @66162   8 years vboxsync bs3-cpu-generated-1: Test more memory encodings.
(edit) @66161   8 years vboxsync bs3-cpu-generated-1: Test more encodings.
(edit) @66160   8 years vboxsync IEM: Mark instructions allowing lock prefix use (incomplete).
(edit) @66159   8 years vboxsync IEM,bs3-cpu-generated-1: Implemented the BOUND instruction and …
(edit) @66158   8 years vboxsync Bs3SelFar32ToFlat32: V86 mode fix.
(edit) @66157   8 years vboxsync VBoxManage: when installing the ExtPack, show the license and ask the …
(edit) @66156   8 years vboxsync vmR3EmulationThreadWithId: Shadow variable warning fix.
(edit) @66155   8 years vboxsync vmR3EmulationThreadWithId: Need to check both pVM and pVCpu are …
(edit) @66154   8 years vboxsync bios: Use port defintion from VBox/bios.h.
(edit) @66153   8 years vboxsync DevPcBios: doxygen fix
(edit) @66152   8 years vboxsync FE/Qt: bugref:8718: Don't check for ExtPack update if the GUI was …
(edit) @66151   8 years vboxsync DevPcBios.cpp: Fixed incorrect SSMR3GetStruct call (corrupted pThis on …
(edit) @66150   8 years vboxsync DevPcBios.cpp: Use VBox/bios.h.
(edit) @66149   8 years vboxsync Added VBox/bios.h and VBox/bios.mac (generated) and changed the …
(edit) @66146   8 years vboxsync Devices/BIOS: update alternative code
(edit) @66145   8 years vboxsync bootsectors: Relocated shutdown port.
(edit) @66144   8 years vboxsync Storage/CUE: build fixes (documentation)
(edit) @66143   8 years vboxsync Storage/CUE: build fixes (unused function)
(edit) @66142   8 years vboxsync Storage/CUE: build fixes
(edit) @66141   8 years vboxsync Storage/CUE: Build fixes
(edit) @66140   8 years vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @66138   8 years vboxsync IEM: Implemented AAS.
(edit) @66137   8 years vboxsync IEM: Implemented AAS.
(edit) @66136   8 years vboxsync IEM: Implemented AAA.
(edit) @66135   8 years vboxsync IEM: Implemented AAA.
(edit) @66134   8 years vboxsync bs3-cpu-generated-1: Deal with instructions not available in 64-bit …
(edit) @66133   8 years vboxsync Devices/PC/DevPcBios: fix copy/paste bug
(edit) @66132   8 years vboxsync IEM: Some more ADC testcases.
(edit) @66131   8 years vboxsync IEM: Some more ADC testcases.
(edit) @66130   8 years vboxsync Devices/PC/DevPcBios+Devices/PC/BIOS/apm.c: relocate the APM shutdown …
(edit) @66129   8 years vboxsync IEM: Some OR testcases.
(edit) @66128   8 years vboxsync bs3-cpu-generated-1: python type fix.
(edit) @66127   8 years vboxsync bs3-cpu-generated-1: python type fix.
(edit) @66126   8 years vboxsync Main/Machine+Snapshot+Appliance+StorageController: eliminate the …
(edit) @66125   8 years vboxsync bugref:8019: Undefined behaviour sanitiser: add a build option …
(edit) @66124   8 years vboxsync bs3-cpu-generated-1,IEM: More tests, fixed rAX,Iz testing bug.
(edit) @66123   8 years vboxsync bs3-cpu-generated-1: Implemented testing instructions taking GV,Ev or …
(edit) @66122   8 years vboxsync Main/svcmain: typo fix
(edit) @66121   8 years vboxsync Main/svcmain: cleanups, make functions static and use IPRT where …
(edit) @66120   8 years vboxsync IPRT/RTThreadWait: Quick and dirty workaround for Ctrl-C deadlock with …
(edit) @66119   8 years vboxsync bs3-cpu-generated-1: Implemented testing instructions taking rAX,Iz as …
(edit) @66118   8 years vboxsync bs3-cpu-generated-1: Implemented testing instruction taking AL,Ib as …
(edit) @66117   8 years vboxsync bs3kit: Made Bs3TestFailed* return false as that's more convenient …
(edit) @66116   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @66115   8 years vboxsync bs3-cmn-TestSub.c: Must reset the sub-test reported flag.
(edit) @66114   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @66113   8 years vboxsync bs3-cpu-generated-1,IEM: updates.
(edit) @66112   8 years vboxsync bs3kit: Override DECLASM for 64-bit GCC targets to ensure we use the …
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