VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @66314   8 years vboxsync IEM: Use RTUINT128U instead of uint128_t; started on movsldup Vdq,Wdq.
(edit) @66310   8 years vboxsync IEM: Implemented movlps Vq,Mq and movhlps Vq,Uq (0f 12).
(edit) @66301   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66284   8 years vboxsync Runtime: introduced 'RKv' format specifier
(edit) @66277   8 years vboxsync VMM: Nested Hw.virt: Struct member offset checks.
(edit) @66276   8 years vboxsync VMM: Nested Hw.virt: SVM MSRPM and IOPM allocations.
(edit) @66274   8 years vboxsync VBox/Main: ​bugref:3300: VBoxSVC from terminal server session is not …
(edit) @66270   8 years vboxsync Devices/Bus/MsiCommon.cpp: support devices with MSI, but without …
(edit) @66269   8 years vboxsync comment typo
(edit) @66264   8 years vboxsync Storage/VD: Sketch out a new I/O queue based API for async I/O which …
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66227   8 years vboxsync VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
(edit) @66220   8 years vboxsync Windows 2016 OS type
(edit) @66218   8 years vboxsync x86.h: Added X field to XCR0 flags.
(edit) @66211   8 years vboxsync vdmedia.h,++: Rename VDTYPE_DVD to VDTYPE_OPTICAL_DISC
(edit) @66210   8 years vboxsync vdmedia.h: Introduce VDMEDIUMTYPE enum to be able to differentiate …
(edit) @66200   8 years vboxsync scsi.h: Add ILLEGAL MODE FOR THIS TRACK define
(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) @66166   8 years vboxsync pdmstorageifs.h,DrvVD.cpp: Add region descriptor API for media which …
(edit) @66154   8 years vboxsync bios: Use port defintion from VBox/bios.h.
(edit) @66149   8 years vboxsync Added VBox/bios.h and VBox/bios.mac (generated) and changed the …
(edit) @66148   8 years vboxsync kmk -f Maintenance.kmk incs
(edit) @66147   8 years vboxsync please just skip the #endif comments if you cannot get it right.
(edit) @66140   8 years vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @66139   8 years vboxsync vd.h: Typo
(edit) @66110   8 years vboxsync Storage/VD: Implement infrastructure for region lists to be able to …
(edit) @66101   8 years vboxsync SharedFolders: Some adjustments necessary for flexible array syntax in …
(edit) @66100   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66098   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_IN_UNION and …
(edit) @66095   8 years vboxsync CPUMR3CpuId.cpp: Detect AMD Ryzen.
(edit) @66089   8 years vboxsync iprt/cdefs.h: Another RT_FLEXIBLE_ARRAY note reading unions and gcc.
(edit) @66088   8 years vboxsync VBox/shflsvc.h: There should be no reason to pack SHFLSTRING, it's …
(edit) @66087   8 years vboxsync VBox/shflsvc.h: There should be no reason to pack SHFLSTRING, it's …
(edit) @66086   8 years vboxsync iprt/cdefs.h: gcc 6.1 seems to be the cut-off for using [] arrays in …
(edit) @66083   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 5.4.0 throws pedantic warning …
(edit) @66081   8 years vboxsync iprt/cdefs.h: RT_FLEXIBLE_ARRAY: g++ 4.9.x throws pedantic warning …
(edit) @66079   8 years vboxsync iprt/cdefs.h: Added RT_FLEXIBLE_ARRAY_NESTED to deal with MSC/GCC …
(edit) @66064   8 years vboxsync iprt/cdefs.h: Adding a RT_FLEXIBLE_ARRAY macro.
(edit) @66060   8 years vboxsync VMM: Nested Hw.virt: Solaris build fix
(edit) @66056   8 years vboxsync x86.h: X86_MODRM_MAKE()
(edit) @66047   8 years vboxsync VMM: Attempted build fix for Solaris.
(edit) @66043   8 years vboxsync VMM: Nested Hw.virt: Build fix.
(edit) @66042   8 years vboxsync VMM: Nested Hw.virt: bits.
(edit) @66041   8 years vboxsync VMM: Nested Hw.virt: bits.
(edit) @66040   8 years vboxsync VMM: Nested Hw.virt: SVM bits.
(edit) @66023   8 years vboxsync VBox/vmm/pgm.h: Note that PGMMODE is part of saved state.
(edit) @66022   8 years vboxsync VMM: Nested Hw.virt: Backed out r113878. Attempted build fix for linux …
(edit) @66015   8 years vboxsync VMM: Nested Hw.virt: Bits.
(edit) @66001   8 years vboxsync VMM: Nested Hw.virt: Temporary build fix to work around recompiler …
(edit) @66000   8 years vboxsync VMM: Nested Hw.virt: Preps for SVM vmrun/#VMEXIT impl.
(edit) @65989   8 years vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @65948   8 years vboxsync gcc 7: added 'break' to the 'else' case of all Assert*Break() macros. …
(edit) @65934   8 years vboxsync VMM: Nested Hw.virt: Invlpga IEM interface with HM.
(edit) @65933   8 years vboxsync VMM: Nested Hw.virt: Implemented vmsave, vmload, invlpga in IEM.
(edit) @65910   8 years vboxsync VMM: Nested Hw.virt: Empty struct fix.
(edit) @65909   8 years vboxsync VMM: Nested Hw.virt: Alignment fixes for 32-bit.
(edit) @65907   8 years vboxsync VMM: Nested Hw.virt: doxygen.
(edit) @65906   8 years vboxsync VMM: Nested Hw.virt: alignment fix for 32-bit host.
(edit) @65904   8 years vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
(edit) @65896   8 years vboxsync VMM: Add TMR3TimerSkip to skip a saved timer state in a given SSM …
(edit) @65892   8 years vboxsync iprt: Simplify the AVL stuff by simply donating the version of the …
(edit) @65876   8 years vboxsync IEM,DIS: Updates
(edit) @65873   8 years vboxsync typo
(edit) @65870   8 years vboxsync iprt/cdefs.h: Added RT_CONCAT7, RT_CONCAT8, RT_CONCAT9.
(edit) @65829   8 years vboxsync PDMPCIDEV: polishing the previously added fake interface
(edit) @65821   8 years vboxsync PDMPCIDEV: add a fake interface, see previous change to DevPciIch9.cpp
(edit) @65816   8 years vboxsync RDP/client: compile fixes
(edit) @65811   8 years vboxsync RTCString::equals(): don't call memcmp() with a zero length
(edit) @65794   8 years vboxsync EM: VMCPU_FF_UNHALT should be cleared together with …
(edit) @65792   8 years vboxsync EM,GIM: Let EM be the only one to mess with VMCPU_FF_UNHALT and …
(edit) @65776   8 years vboxsync x86.h,.mac: Fixed harmless X86_OP_PRF_REPNZ/REPZ mixup.
(edit) @65763   8 years vboxsync CPUM: Added fXop to CPUMFEATURES.
(edit) @65695   8 years vboxsync Audio: Adjusted PDMAUDIOSTRMSTS_VALID_MASK.
(edit) @65694   8 years vboxsync Audio: Removed PDMAUDIOSTRMSTS_FLAG_DATA_READABLE / …
(edit) @65660   8 years vboxsync Audio: Added PDMAUDIOSTREAMLAYOUT_RAW to pass the raw audio data to …
(edit) @65657   8 years vboxsync Audio/pdmaudioifs.h: Be more specific in PDMAUDIOPCMPROPS_MAKE_SHIFT_PARMS.
(edit) @65639   8 years vboxsync gcc 7: iprt/asm.h: simplify macro declaration to make gcc 7 happy
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65595   8 years vboxsync Fixed an ancient typo.
(edit) @65587   8 years vboxsync IEM: Changed IEMMODE from enum to uint8_t to save strcuture space. …
(edit) @65579   8 years vboxsync IPRT: RTNetMaskToPrefixIPv4 and RTNetPrefixToMaskIPv4.
(edit) @65565   8 years vboxsync Audio: Make use of pvBuf/cbBuf parameters in …
(edit) @65529   8 years vboxsync USB: bugref:8752 Fix USBLibPurgeEncoding and always purge the device …
(edit) @65493   8 years vboxsync CPUM,PGM: cmpxchg16b work (stats).
(edit) @65441   8 years vboxsync comment whitespace fix
(edit) @65397   8 years vboxsync iprt/asm-amd64-x86-watcom-32.h: cpuid input argument fix
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @65301   8 years vboxsync PCI: Save and restore I/O region sizes and types so we can callback …
(edit) @65299   8 years vboxsync PGM,PDM: Added API for reducing the size a MMIO2 or pre-registered …
(edit) @65240   8 years vboxsync pecoff.h,ldrPE.cpp: New IMAGE_LOAD_CONFIG_DIRECTORY structure in …
(edit) @65239   8 years vboxsync IPRT: Added RTLdrOpenEx that takes an optional RTERRINFO.
(edit) @65238   8 years vboxsync nt/nt.h: W10 TEB and PEB updates.
(edit) @65220   8 years vboxsync Devices/Storage/IOBufMgmt: Some code which helped debugging the …
(edit) @65208   8 years vboxsync Runtime/AVL: fixed headers
(edit) @65193   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65135   8 years vboxsync VMM/APIC: Interface for retrieving APIC pages in all contexts.
(edit) @65121   8 years vboxsync doxygen fix
(edit) @65120   8 years vboxsync Main: doxygen fixes
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