VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81941   5 years vboxsync BIOS: Removed obsolete code, moved a break statement to match comment …
(edit) @81939   5 years vboxsync DevIoApic: Use dev hlp for SSMR3 calls. Nits. bugref:9218
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81937   5 years vboxsync PDMDevice.cpp: Set VM error on device constructor failures when the …
(edit) @81936   5 years vboxsync VMMR0: Catch assertions in VMMR0_DO_PDM_DEVICE_GEN_CALL. bugref:9218
(edit) @81935   5 years vboxsync DevVirtioSCSI: Only 7-bit ASCII if possible.
(edit) @81934   5 years vboxsync Runtime: Sparc build fix
(edit) @81933   5 years vboxsync DevLpc-new: Converted to new PDM device style. bugref:9218
(edit) @81931   5 years vboxsync DevPcArch: Missed config validation. [warn fix] bugref:9218
(edit) @81930   5 years vboxsync DevPcArch: Missed config validation. bugref:9218
(edit) @81929   5 years vboxsync DevPcArch: Converted to new PDM device style. bugref:9218
(edit) @81927   5 years vboxsync IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
(edit) @81925   5 years vboxsync DevPcBios: Set the new-style device flag. Nits. bugref:9218
(edit) @81924   5 years vboxsync DevPIC: doxygen fix. bugref:9218
(edit) @81922   5 years vboxsync PDM: doxygen fixes. bugref:9218
(edit) @81920   5 years vboxsync DevPcBios: Converted and split up I/O port handlers. bugref:9218
(edit) @81919   5 years vboxsync DevFwCommon: Use device helpers for CFGM. bugref:9218
(edit) @81918   5 years vboxsync DevPcBios: Tolerate NetBoot config node. bugref:9218
(edit) @81917   5 years vboxsync DevPcBios: Use device helpers for CFGM and SSM. bugref:9218
(edit) @81916   5 years vboxsync PDM: logging fixes. bugref:9218
(edit) @81915   5 years vboxsync DevPIC: Split up the structure and marked the device as new-style. …
(edit) @81914   5 years vboxsync DevPIC: Split up the structure and marked the device as new-style. …
(edit) @81913   5 years vboxsync DevPIC: Eliminated pDevIns pointers in the state structures. bugref:9218
(edit) @81912   5 years vboxsync DevPIC: Forgot to remvoe debug logging. Oops. bugref:9218
(edit) @81911   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81910   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81908   5 years vboxsync DevPit-i8254: Cleanups. bugref:9218
(edit) @81907   5 years vboxsync DevPit-i8254: Marked as using new PDM device style. bugref:9218
(edit) @81906   5 years vboxsync DevPit-i8254: Split up the state structure. bugref:9218
(edit) @81904   5 years vboxsync WDDM: SetRenderTarget resets the viewport and the scissor rectangle, …
(edit) @81903   5 years vboxsync Devices/Graphics: D3D backend: use the vertex attribute index to …
(edit) @81902   5 years vboxsync DevPit-i8254: Converted the I/O ports to new style. bugref:9218
(edit) @81901   5 years vboxsync Additions/3D/mesa: VBOX_WITH_MESA3D_SVGA_INSTANCING should fill the …
(edit) @81900   5 years vboxsync DevPit-i8254: Converted the timer to new handle based interface. …
(edit) @81899   5 years vboxsync Devices/Graphics: assertions and (disabled) debug code
(edit) @81898   5 years vboxsync DevPit-i8254: Do CFGM, SSM and critsects thru the device helpers. …
(edit) @81897   5 years vboxsync UartCore: Use device helpers for SSM and crit sects. bugref:9218
(edit) @81896   5 years vboxsync DevRTC: Some cleanup. bugref:9218
(edit) @81895   5 years vboxsync VBoxSampleDevice.cpp: mark new-style. bugref:9218
(edit) @81894   5 years vboxsync UartCore: doxygen fix. bugref:9218
(edit) @81893   5 years vboxsync DevSerial,DevOxPcie958,UartCore: Converted to new style. bugref:9218
(edit) @81892   5 years vboxsync UartCore: Converted timers to use handles rather than pointers. bugref:9218
(edit) @81891   5 years vboxsync DevOxPcie958: Converting to new PDM device style. bugref:9218
(edit) @81890   5 years vboxsync DevAHCI: Doxygen. bugref:9218
(edit) @81889   5 years vboxsync DevSerial: Working on converting to the new PDM device style - I/O …
(edit) @81888   5 years vboxsync DevSerial: Working on converting to the new PDM device style - CFGM, …
(edit) @81887   5 years vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81886   5 years vboxsync DevAHCI: Split up structures. More or less done converting to new PDM …
(edit) @81885   5 years vboxsync DevAHCI: Converted I/O ports and MMIO handlers to new style. bugref:9218
(edit) @81883   5 years vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @81882   5 years vboxsync Main/xml: 6.1 will save StorageControllers under Hardware for all VMs …
(edit) @81881   5 years vboxsync FE/Qt: bugref: 6143. Hiding OS/Menu keys.
(edit) @81880   5 years vboxsync DevAHCI: s/pAhci/pThis/g. bugref:9218
(edit) @81879   5 years vboxsync DevAHCI: Use the new handle based timer interface for the CCC timer. …
(edit) @81878   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. [fix] …
(edit) @81877   5 years vboxsync DevAHCI: Use the device helpers for critical sections and thread …
(edit) @81876   5 years vboxsync Devices/Graphics/shaderlib: use correct limit for the reg_idx (fixed …
(edit) @81875   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. bugref:9218
(edit) @81874   5 years vboxsync DevAHCI: Use the device helpers for support driver semaphores. bugref:9218
(edit) @81873   5 years vboxsync DevAHCI: Kicking out the notification queue now that we don't have …
(edit) @81872   5 years vboxsync DevAHCI: Dropped unnecessary pragma pack(1). bugref:9218
(edit) @81871   5 years vboxsync Shared Clipboard/VBoxClient: Simplified code of …
(edit) @81870   5 years vboxsync DevATA: Use RT_SAFE_SUBSCRIPT. bugref:9218
(edit) @81868   5 years vboxsync FE/Qt: bugref: 6143. Using the diamond shape in right OS key as well.
(edit) @81867   5 years vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81866   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add assertion that we don't support …
(edit) @81865   5 years vboxsync FE/Qt: bugref: 6143. Using the same radius everywhere.
(edit) @81864   5 years vboxsync FE/Qt: scm fix
(edit) @81863   5 years vboxsync FE/Qt: bugref:6143 - Checking if extradata is there before trying …
(edit) @81862   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81861   5 years vboxsync VMM/HM: Spaces.
(edit) @81860   5 years vboxsync DevATA: Split up the state structures. Marked device as new-style. …
(edit) @81859   5 years vboxsync DevATA: Make sure to use a valid index into the function tables. …
(edit) @81858   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81857   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81856   5 years vboxsync WDDM: exclude transparent pixels from the monochrome mouse pointers …
(edit) @81855   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81854   5 years vboxsync DevATA: Converted I/O port handlers to new style. bugref:9218
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81852   5 years vboxsync DevATA: Converted the BM DMA ports to the new style, combining them …
(edit) @81851   5 years vboxsync DevATA: Use the devhlp version of the critsect API. bugref:9218
(edit) @81850   5 years vboxsync PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218
(edit) @81849   5 years vboxsync DevATA: Be a little bit paranoid about indexing PCIATAState::aCts too. …
(edit) @81848   5 years vboxsync DevATA: Be paranoid when using state members to index …
(edit) @81847   5 years vboxsync DevATA: s/bATAPICmd/abATAPICmd/g + clang build fix. bugref:9218
(edit) @81846   5 years vboxsync ValidationKit/linux/testboxscript-service.sh: support tmux as a …
(edit) @81845   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. [fixes] bugref:9218
(edit) @81844   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. bugref:9218
(edit) @81843   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81842   5 years vboxsync DevATA: Put the I/O buffers into the device state data to avoid having …
(edit) @81841   5 years vboxsync PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
(edit) @81840   5 years vboxsync PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
(edit) @81839   5 years vboxsync DevATA: Buffer paranoia and preperations for static alloc. bugref:9218
(edit) @81838   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed Last minute change to invert …
(edit) @81837   5 years vboxsync Shared Clipboard/Main: Cleaned up Makefile defines.
(edit) @81836   5 years vboxsync DevATA: Operate SUPSemEvent* thru the device helpers. bugref:9218
(edit) @81835   5 years vboxsync DevBusLogic.cpp: Use pThis like everyone else. bugref:9218
(edit) @81834   5 years vboxsync Main: Audio recording defines are not needed for VBoxSVC.
(edit) @81833   5 years vboxsync DevBusLogic.cpp: Docs build fix.
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