VirtualBox

source: vbox/trunk/src/VBox/Devices/VMMDev

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21062   15 years vboxsync VMMDev: Ensure read/write order in hgcmCompletedWorker. (bug 4052)
(edit) @20991   15 years vboxsync Devices/VMMDev: fix unwanted empty mouse movement events
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20731   15 years vboxsync Save more info about pending HGCM requests (xTracker #4032).
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20024   16 years vboxsync VMMDev: replace a weird constant with NULL for zero size HGCM buffers.
(edit) @19654   16 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
(edit) @19300   16 years vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @18668   16 years vboxsync VBoxDev: Corrected LogRel statement.
(edit) @18435   16 years vboxsync VMMDevHGCM.cpp: size_t warning.
(edit) @17425   16 years vboxsync VMMDev: Logging goes LOG_GROUP_DEV_VMM_BACKDOOR.
(edit) @15534   16 years vboxsync VMMDev: new config value 'HeapEnabled' defaults to true. can be used …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13756   16 years vboxsync Compile fixes for the VM request changes.
(edit) @13270   16 years vboxsync Deliver event notifications to the guest only when the VM is running …
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12924   16 years vboxsync warnings, fixed undefined retval
(edit) @12743   16 years vboxsync Enabled 2nd pci memory region in the VMM device again. (type …
(edit) @12742   16 years vboxsync Change the 2nd pci range of the vmm device to prefetchable. That …
(edit) @12700   16 years vboxsync Conditional 2nd mmio region for VMMDev.
(edit) @12693   16 years vboxsync Wrong value.
(edit) @12687   16 years vboxsync Started with VMM device heap for use with VT-x real-mode emulation. …
(edit) @12409   16 years vboxsync Fixed VMMDev reset problem: a HGCM related variable was not cleared.
(edit) @12278   16 years vboxsync Devices/VMMDev: send a guest event too when the absolute mode mouse …
(edit) @12083   16 years vboxsync Do not wait for a guest event notification request.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11628   16 years vboxsync logging fix
(edit) @11288   16 years vboxsync Devices: %VX64 -> %RX64, %VGv -> %RGv
(edit) @11285   16 years vboxsync Devices: %VGp -> %RGp (just preferred, not mandatory (yet))
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11282   16 years vboxsync VMMDev: Cosmetics.
(edit) @11281   16 years vboxsync VMMDev: Cosmetics.
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @9662   17 years vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9435   17 years vboxsync Extend HGCM interface to support 64 bit pointers.
(edit) @8996   17 years vboxsync VMMDev must return the last acknowledged resolution to the guest.
(edit) @8690   17 years vboxsync UpdateGuestVersion fixes.
(edit) @8689   17 years vboxsync Tell main that we've cleared the guestInfo during reset otherwise the …
(edit) @8430   17 years vboxsync Devices/VMMDev: restored compatibility of saved states with r30072
(edit) @8425   17 years vboxsync Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
(edit) @8325   17 years vboxsync shorten the guest additions cap report strings a little bit
(edit) @8313   17 years vboxsync Devices/VMMDev: preserved saved state compatibility
(edit) @8312   17 years vboxsync Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7951   17 years vboxsync Fix for a rare HGCM load state assertion.
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7684   17 years vboxsync overflow check.
(edit) @7681   17 years vboxsync added VMMDev config option to keep credentials
(edit) @7674   17 years vboxsync small fix
(edit) @7665   17 years vboxsync Don't assert if we receive an unknown HGCM request during init, see #2738
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7436   17 years vboxsync Devices/DevVMM: spacing
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @6915   17 years vboxsync Pass mapping sizes in uint32_t instead of size_t to avoid warnings. …
(edit) @6260   17 years vboxsync VMMDev: changed IRQ logging from #ifdef DEBUG_sunlover to Log3, as it …
(edit) @6160   17 years vboxsync VMM device: corrected a log statement which triggered a segfault
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5711   17 years vboxsync VMMDev must check if the guest actually provided the mouse pointer shape.
(edit) @5524   17 years vboxsync warning
(edit) @5476   17 years vboxsync fixed debug build
(edit) @5474   17 years vboxsync warnings
(edit) @5065   17 years vboxsync gcc warning
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @4915   17 years vboxsync warning
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4611   17 years vboxsync Updates
(edit) @4607   17 years vboxsync Correction
(edit) @4605   17 years vboxsync Round up
(edit) @4602   17 years vboxsync Formatting
(edit) @4599   17 years vboxsync More logging
(edit) @4561   17 years vboxsync Try to minimize gc to hc ptr conversion abuse.
(edit) @4540   17 years vboxsync Implemented notification for guest about an active VRDP connection.
(edit) @4533   17 years vboxsync Cleaned up a bit
(edit) @4532   17 years vboxsync Memory balloon size change updates
(edit) @4524   17 years vboxsync Updates for guest statistics
(edit) @4492   17 years vboxsync Continued Main-VMMDev work on memory ballooning.
(edit) @4200   17 years vboxsync Extra assertion
(edit) @4194   17 years vboxsync Don't crash if there ain't no driver attached.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4036   17 years vboxsync fixed casts
(edit) @4035   17 years vboxsync disabled status leds until I fix them
(edit) @4032   17 years vboxsync Implemented shared folder status light
(edit) @3871   17 years vboxsync Noisy as well
(edit) @3870   17 years vboxsync Very noisy logging
(edit) @3793   17 years vboxsync Inform guest about seamless mode changes
(edit) @3786   17 years vboxsync Another attempt to fix all the compile problems
(edit) @3774   17 years vboxsync Updates for changing seamless mode
(edit) @3772   17 years vboxsync Spelling
(edit) @3755   17 years vboxsync log capability changes
(edit) @3732   17 years vboxsync Too noisy
(edit) @3595   17 years vboxsync More logging
(edit) @3586   17 years vboxsync Added request for generic guest capability reporting
(edit) @3565   17 years vboxsync Bugfxi
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