VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @81884   5 years vboxsync doc/manual: update supported OS list
(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) @81869   5 years vboxsync iprt/cdefs.h: Adding RT_SAFE_SUBSCRIPT (with variations) for safer …
(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.
(edit) @81832   5 years vboxsync Changelog.
(edit) @81831   5 years vboxsync Shared Clipboard: Build fix.
(edit) @81830   5 years vboxsync Shared Clipboard/Transfers: Enable building by default on Linux.
(edit) @81829   5 years vboxsync Shared Clipboard/Transfers: Got Linux hosts -> Windows guests working.
(edit) @81828   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - Splitting …
(edit) @81827   5 years vboxsync FE/Qt: UISlidingToolBar: Regression fix for r133541: Using abstract …
(edit) @81826   5 years vboxsync FE/Qt: bugref:9598: x11: Adjust mouse integration pointer according to …
(edit) @81825   5 years vboxsync Shared Clipboard: Build fix.
(edit) @81824   5 years vboxsync Shared Clipboard: Generalized initial (host to guest) clipboard …
(edit) @81823   5 years vboxsync IPRT/req.h: Docs nits.
(edit) @81822   5 years vboxsync IPRT/req.h: Docs nit.
(edit) @81821   5 years vboxsync EFI/Firmware/CpuDxe: Work around earlier macOS versions (Tiger up …
(edit) @81820   5 years vboxsync Shared Clipboard/Transfers: Update.
(edit) @81819   5 years vboxsync Storage/DevVirtioSCSI.cpp Accidentally put some functions in between …
(edit) @81818   5 years vboxsync Storage/DevVirtioSCSI.cpp Add some exported prototypes complained …
(edit) @81817   5 years vboxsync Storage/DevVirtioSCSI.cpp: Remove const qualifier on type to prevent …
(edit) @81816   5 years vboxsync Storage/DevVirtioSCSI.cpp: More fixing burns on build box for stuff …
(edit) @81815   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by casting error that …
(edit) @81814   5 years vboxsync Storage/DevVirtioSCSI.cpp: Worked on bird's todo items, most notably …
(edit) @81813   5 years vboxsync WDDM: exclude transparent pixels from the mouse pointer.
(edit) @81812   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - BIOS I/O …
(edit) @81811   5 years vboxsync PDMDevHlp/IOM: MMIO hack. bugref:9218
(edit) @81810   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - MMIO …
(edit) @81809   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - I/O …
(edit) @81808   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - crit …
(edit) @81807   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - SSM …
(edit) @81806   5 years vboxsync VMM/HMVMXR0: Fix delivery of guest pending debug exception (BS bit) …
(edit) @81805   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81804   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81803   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81802   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81801   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81800   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81799   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81798   5 years vboxsync IOMR3Mmio: Don't register RZ stats for ring-3 only MMIO regions. …
(edit) @81797   5 years vboxsync IOMR3IoPort: Don't register RZ stats for ring-3 only ports. bugref:9218
(edit) @81796   5 years vboxsync Shared Clipboard: Corrected saved state version.
(edit) @81795   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81794   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81793   5 years vboxsync FE/Qt: bugref:9510. A small fix
(edit) @81792   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Outdated comment. We dump VMX/SVM …
(edit) @81791   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment to clarify why we read …
(edit) @81790   5 years vboxsync VMM/HMVMXR0: Propagate guest-interruptibility state from the VMCS to …
(edit) @81789   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 format string fix in AssertMsg.
(edit) @81788   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Assertion.
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