VirtualBox

source: vbox/trunk/include/VBox/vmm/pdmifs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91346   3 years vboxsync Main/NvramStore: Add the ability to delete a certain state, bugref:10098
(edit) @91310   3 years vboxsync include/VBox/vmm/pdmifs.h: A simple VFS interface for devices/drivers …
(edit) @90691   3 years vboxsync pdmifs: display reporting doxygen (brief + newline + detailed …
(edit) @89935   3 years vboxsync Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
(edit) @87904   4 years vboxsync DevVGA,DisplayImpl.cpp,pdmifs.h: Don't require EMT for …
(edit) @84740   4 years vboxsync Main,include: provide a new method for the graphics device to pass …
(edit) @83550   5 years vboxsync pdmifs.h: nit
(edit) @83156   5 years vboxsync bugref:9637 Some PDMIDISPLAYPORT::pfnReportMonitorPositions nits.
(edit) @83142   5 years vboxsync bugref:9637. Sending monitor positions (offsets) from GAs to svga …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82213   5 years vboxsync doxygen fixes. bugref:9218
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @78995   5 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @77451   6 years vboxsync Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
(edit) @77370   6 years vboxsync Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
(edit) @77153   6 years vboxsync pdmifs.h: fix pfnVBVAMousePointerShape documentation. bugref:9376: …
(edit) @77130   6 years vboxsync pdmifs/DevVGA/DisplayImpl: add screen id to …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @75990   6 years vboxsync VMMDev,HGCM: Added cancellation notification and query helper.
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75771   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. …
(edit) @75769   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. bugref:9105
(edit) @75740   6 years vboxsync HGCM,VMMDev: Made the HGCM command/message completion callback return …
(edit) @75500   6 years vboxsync VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
(edit) @75406   6 years vboxsync VMMDev/HGCM: Added PDM interface + HGCM server helper for finding out …
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71597   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71596   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @70596   7 years vboxsync DevVGA: cleanup in progress
(edit) @70075   7 years vboxsync Devices/Graphics, Main, FE/Qt: add plumbing for sending cursor …
(edit) @69475   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69107   7 years vboxsync include/VBox/: (C) year
(edit) @68699   7 years vboxsync pdmifs.h,Serial: Reworked stream interface. The old design with the …
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @64368   8 years vboxsync Devices/Input: Doxygen
(edit) @64276   8 years vboxsync Serial,Parallel: Doxygen fixes
(edit) @63606   8 years vboxsync PDMIDISPLAYCONNECTOR: const ptr vs const data mismatch.
(edit) @63241   8 years vboxsync nits
(edit) @62916   8 years vboxsync RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
(edit) @62476   8 years vboxsync (C) 2016
(edit) @61826   8 years vboxsync pdmifs.h: Fixed incorrect IID update when adding …
(edit) @61675   8 years vboxsync Devices/ACPI: Notify the guest by sending a battery status change …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @59252   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @58154   9 years vboxsync Doxygen: fixes
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57191   9 years vboxsync pdmifs.h: ViewPort -> Viewport, docs.
(edit) @57088   9 years vboxsync DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
(edit) @56439   9 years vboxsync PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55838   10 years vboxsync DevVGA: pfnQueryColorDepth -> pfnQueryVideoMode
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @53965   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53208   10 years vboxsync spaces
(edit) @53201   10 years vboxsync Devices/Main: vmsvga updates
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @52023   10 years vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51836   10 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51752   10 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51609   10 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51539   10 years vboxsync Keyboard: Extended keyboard driver and reworked USB keyboard device …
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51217   11 years vboxsync crOpenGL: pdm led, some fixes to follow
(edit) @51121   11 years vboxsync extend PDMIDISPLAYCONNECTOR::pfnVBVAXxx and VBVA resize for better …
(edit) @51013   11 years vboxsync Main/crOpenGL/DevVGA: synchronization, bugfixes, cleanup
(edit) @50962   11 years vboxsync Send HID usage codes rather than XT scan codes to keyboard devices, …
(edit) @50848   11 years vboxsync crOpenGL: new command submission continued
(edit) @50763   11 years vboxsync dev/vga: fixes
(edit) @50754   11 years vboxsync Dev/VGA/crOpenGL/wddm: command thread, more command processing
(edit) @50686   11 years vboxsync src/VBox/Devices/Audio, src/VBox/Main/src-client, include/VBox/vmm: …
(edit) @49474   11 years vboxsync crOpenGL: some host bits for buffer-based command submission
(edit) @49420   11 years vboxsync forward-port and adopt VHWA fixes
(edit) @47829   11 years vboxsync Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
(edit) @47571   11 years vboxsync include,Devices,Main,VirtualBox: multi-touch input.
(edit) @47301   11 years vboxsync Build fix.
(edit) @47294   11 years vboxsync Guest user state reporting: Update.
(edit) @47259   11 years vboxsync pdmifs: fix putEventMT definition.
(edit) @47208   11 years vboxsync Devices/Input: more multi-touch plumbing.
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @46933   11 years vboxsync Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM, …
(edit) @44762   12 years vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(edit) @44708   12 years vboxsync PDMIVMMDEVPORT::pfnRequestDisplayChange: Attempted documenting "new" …
(edit) @44707   12 years vboxsync PDMIVMMDEVPORT::pfnRequestDisplayChange: Attempted documenting "new" …
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @40637   13 years vboxsync include/vmm/pdmifs.h: PDMIHOSTPARALLELCONNECTOR interface has design flaw
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
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