VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99323   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99322   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99319   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99316   22 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Added …
(edit) @99262   22 months vboxsync Guest Control: Implements IGuestSession::fsQueryInfo() and …
(edit) @99260   22 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Added …
(edit) @99257   22 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99256   22 months vboxsync Guest Control: More renaming; required for preparation of implementing …
(edit) @99254   22 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99253   22 months vboxsync Guest Control: Renamed HOST_MSG_FS_QUERY_INFO -> …
(edit) @99243   22 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394 [doxygen]
(edit) @99241   22 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394
(edit) @99232   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99225   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99208   22 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   23 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99169   23 months vboxsync Guest Control/VbglR3: More bugfixes required for the initial patch …
(edit) @99163   23 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99120   23 months vboxsync Guest Control: Added ability of specifying an optional current working …
(edit) @99088   23 months vboxsync Guest Control: Docs nits. bugref:9783
(edit) @99085   23 months vboxsync Guest Control: Added directory listing support via IDirectory::list(). …
(edit) @99070   23 months vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99051   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99025   23 months vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
(edit) @99023   23 months vboxsync VMM/CPUM: The CPUMCPUVENDOR and CPUMMICROARCH types can't be target …
(edit) @99022   23 months vboxsync VMM/CPUM: Removed duplicate functions and types from cpum-x86-amd64.h. …
(edit) @98993   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98982   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385 …
(edit) @98980   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98972   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
(edit) @98970   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98958   23 months vboxsync include/VBox/vmm: Refactor cpumctx.h into an architecture dependent …
(edit) @98955   23 months vboxsync include/VBox/vmm: Refactor cpumctx.h into an architecture dependent …
(edit) @98827   2 years vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98824   2 years vboxsync Guest Control: Made the directory entry reading really dynamic by …
(edit) @98823   2 years vboxsync Guest Control: Follow-up fix for r156133. bugref:9783
(edit) @98820   2 years vboxsync Guest Control: Fixed 32-bit burns. bugref:9783
(edit) @98819   2 years vboxsync Guest Control: Fixed 32-bit burns. bugref:9783
(edit) @98818   2 years vboxsync Guest Control: Specify the directory reading parameters (additional …
(edit) @98817   2 years vboxsync Guest Control: Use two separate caches for UID / GID lookups, to avoid …
(edit) @98815   2 years vboxsync Guest Control: Removed #pragma pack directives, added …
(edit) @98814   2 years vboxsync Guest Control: Removed #pragma pack directives, added …
(edit) @98813   2 years vboxsync Guest Control: Removed the ACL data portion from the HGCM callback …
(edit) @98792   2 years vboxsync Guest Control/VBoxService: Moved all the CALLBACKDATA_ struct from …
(edit) @98788   2 years vboxsync Guest Control: Fixed typo. bugref:9783
(edit) @98773   2 years vboxsync Guest Control: Added some more GSTCTL_CREATEDIRECTORY_F_ flags. bugref:9783
(edit) @98709   2 years vboxsync Guest Control: Implemented directory handling / walking as non-toolbox …
(edit) @98703   2 years vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98668   2 years vboxsync Disassembler: Add support for the SHA instruction set extension, …
(edit) @98665   2 years vboxsync Guest Control: Implemented the GuestSession::i_fsQueryInfo() + …
(edit) @98644   2 years vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98611   2 years vboxsync VBox/com/errorprint.h: docs update. bugref:10223
(edit) @98578   2 years vboxsync HGCMMock*.h: Moved to HostServices as it chiefly tests the HGCM …
(edit) @98576   2 years vboxsync HGCMMock*.h: Split out the code into .cpp files.
(edit) @98574   2 years vboxsync HGCMMock.h,tstGuestControlMockHGCM: Fixed memory overrun wrt client …
(edit) @98546   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default) …
(edit) @98542   2 years vboxsync VMMDev: The host does not _use_ the full-state-mouse-protocol, it …
(edit) @98531   2 years vboxsync GuestHost/HGCMMock.h: Also mock VbglR3GetSessionId() [Docs].
(edit) @98530   2 years vboxsync GuestHost/HGCMMock.h: Also mock VbglR3GetSessionId().
(edit) @98526   2 years vboxsync Guest Control: Initial commit (work in progress, disabled by default). …
(edit) @98472   2 years vboxsync Guest Library: Introduce VbglR3DaemonizeEx and VbglR3PidfileWait, …
(edit) @98297   2 years vboxsync Main: rc -> hrc/vrc for all but testcases. Enabled scm rc checks …
(edit) @98288   2 years vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98279   2 years vboxsync Main/src-client: Some more rc -> hrc/vrc stuff found by grep. A build …
(edit) @98276   2 years vboxsync Main/UsbCardReader.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98267   2 years vboxsync Main/ConsoleImpl.cpp: rc -> hrc/vrc. bugref:10223
(edit) @98217   2 years vboxsync VMMDevCoreTypes.h: Follow up to r155045 (Made …
(edit) @98150   2 years vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98122   2 years vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97954   2 years vboxsync VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 return …
(edit) @97953   2 years vboxsync VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 always …
(edit) @97939   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
(edit) @97914   2 years vboxsync Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
(edit) @97886   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix fix.
(edit) @97879   2 years vboxsync VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix.
(edit) @97869   2 years vboxsync PDM/network: Tried to make PDMNetGsoIsValid more readable.
(edit) @97815   2 years vboxsync VMM: Don't assume a teleportation operation when VMR3LoadFromStream() …
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97790   2 years vboxsync VMMDev mouse: bugref:10285: Introduce extended host mouse pointer …
(edit) @97769   2 years vboxsync DnD: Added DnDActionListToStrA().
(edit) @97764   2 years vboxsync DnD: Renamed the VbglR3 event name VBGLR3DNDEVENTTYPE_HG_CANCEL -> …
(edit) @97762   2 years vboxsync DnD: Added VBOXDNDSTATE enum + string conversion function.
(edit) @97751   2 years vboxsync DnD: Renamed VERR_GSTDND_GUEST_ERROR -> VERR_DND_GUEST_ERROR to be …
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97730   2 years vboxsync DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
(edit) @97705   2 years vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97693   2 years vboxsync VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
(edit) @97625   2 years vboxsync DIS: Added RDTSCP. bugref:9898
(edit) @97608   2 years vboxsync CPUM: Added XSAVEOPT bit to exploded CPUID struct; currently a placeholder.
(edit) @97560   2 years vboxsync VMM/CPUM: Added fHle & fRtm to the exploded CPU features.
(edit) @97535   2 years vboxsync DIS: Added PEXTRQ opcode.
(edit) @97529   2 years vboxsync CPUM: Added MOVBE feature flag.
(edit) @97528   2 years vboxsync DIS: Added a couple of opcodes.
(edit) @97527   2 years vboxsync DIS: Don't restrict the OPCODES enum to 1024 entires, we're not using …
(edit) @97493   2 years vboxsync DIS: Added the SALC instruction.
(edit) @97406   2 years vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97398   2 years vboxsync include/VBox/vmm/pdmdev.h: Fix return value types for …
(edit) @97342   2 years vboxsync NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/ …
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