VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27965   15 years vboxsync pdmifs.h: Cooked up some PDMIDISPLAYPORT::pfnUpdateDisplayRectEx docs …
(edit) @27806   15 years vboxsync Storage/VBoxHDD+DrvBlock+DrvVD: implement core code for live snapshot …
(edit) @27754   15 years vboxsync Main/Display, Devices/Graphics: added a generic guest …
(edit) @27126   15 years vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @27121   15 years vboxsync HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
(edit) @26935   15 years vboxsync pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only …
(edit) @26650   15 years vboxsync pdmifs,DevPS2,DrvMouseQueue,MouseImpl: hungarian changes and some …
(edit) @26638   15 years vboxsync Devices, Main, pdmifs.h: changed the Main-to-Device absolute event …
(edit) @26624   15 years vboxsync Devices, Main, pdmifs.h: initial support for PS/2 touchscreen …
(edit) @26573   15 years vboxsync pdmifs.h: doc update
(edit) @26350   15 years vboxsync Removed the balloon interface from Main's VMM device. Directly call …
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26295   15 years vboxsync Backed out r57393
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25848   15 years vboxsync CPU hotplug: Merge the third patch. Guest additions interface for the …
(edit) @25817   15 years vboxsync CPU hotplug: Merge the second patch. ACPI changes to support CPU …
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24101   15 years vboxsync DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
(edit) @24098   15 years vboxsync DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
(edit) @23185   15 years vboxsync Skip VBVA update if framebufer is being resized.
(edit) @23160   15 years vboxsync Serial: Add support for break conditions. On Windows it also possible …
(edit) @22812   15 years vboxsync PDM: upgrade mouse device to an MS IntelliMouse Explorer (five buttons …
(edit) @22466   15 years vboxsync VBVA methods in PDMIDISPLAYCONNECTOR.
(edit) @22412   15 years vboxsync HGSMI/VBVA updates
(edit) @21226   15 years vboxsync VMMDev.h: cleanup.
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20226   16 years vboxsync usb: Removed remnants of a failed attempts to create a shared USB timer.
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @19959   16 years vboxsync pdmifs.h: r=bird: added todos.
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @18434   16 years vboxsync pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
(edit) @15475   16 years vboxsync LsiLogic: Linux works! Implemented R0/GC parts and SSM. The LsiLogic …
(edit) @15075   16 years vboxsync Added interfaces for shared USB timer, currently mostly disabled.
(edit) @14610   16 years vboxsync Address some todos
(edit) @14464   16 years vboxsync PDM_ACPI_BAT_STATE_DISCHARGING / PDM_ACPI_BAT_STATE_CHARGING mixed up
(edit) @13734   16 years vboxsync Document alignment restrictions for offset and size parameters in the …
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @13005   16 years vboxsync VMM/doxygen: More links.
(edit) @12518   16 years vboxsync r=bird: PDMSCSIREQUEST todos.
(edit) @12508   16 years vboxsync Device/Storage: fix CD/DVD media change problems in passthrough mode.
(edit) @12476   16 years vboxsync BusLogic: Complete the device part.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11649   16 years vboxsync BusLogic: FreeBSD works
(edit) @11561   16 years vboxsync Use request packets instead of the fifo implementation
(edit) @11556   16 years vboxsync BusLogic: updates, Linux guests are working and R0/GC components are …
(edit) @11502   16 years vboxsync BusLogic SCSI: update, stub for generic SCSI request parsing and …
(edit) @11157   16 years vboxsync Replaced PDMMAC by RTMAC.
(edit) @10837   16 years vboxsync todo in PDMINETWORKCONNECTOR.
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @9765   16 years vboxsync Promoted PDMMAC from pdmifs.h to types.h.
(edit) @8426   17 years vboxsync pdm: forgot one file in r30274
(edit) @8399   17 years vboxsync r=bird: We don't use 'rg' and 'cn' prefixes, we use the briefer 'a' …
(edit) @8374   17 years vboxsync AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
(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) @7943   17 years vboxsync 'p' means already 'pointer'
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7770   17 years vboxsync no change (white space).
(edit) @6852   17 years vboxsync FE/SDL: use feedback from the guest to decide if we need to switch off …
(edit) @6312   17 years vboxsync remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
(edit) @6291   17 years vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @6225   17 years vboxsync spaces and prefixes.
(edit) @6224   17 years vboxsync spaces and prefixes.
(edit) @6222   17 years vboxsync Continue work on the parallel port device: 1. Removed the host device …
(edit) @6156   17 years vboxsync implemented the ACPI sleep button
(edit) @6130   17 years vboxsync r=bird: uOffset -> off. fuzzy-logic (or illogical) spacing.
(edit) @6112   17 years vboxsync Rework asynchronous versions of the media interface and add a async …
(edit) @6087   17 years vboxsync Change Char interface according to the comments int hte header
(edit) @6086   17 years vboxsync Add asynchronous versions of the media and block interface
(edit) @6066   17 years vboxsync Hungarian is mandatory in this file. Also, a couple of todos.
(edit) @6017   17 years vboxsync Forgot to submit
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4540   17 years vboxsync Implemented notification for guest about an active VRDP connection.
(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) @4334   17 years vboxsync Ring 3 callback handlers; mark them as such
(edit) @4147   17 years vboxsync Corrected style and docs of the PDMICHAR::pfnSetParameters method.
(edit) @4142   17 years vboxsync Host serial port support for Linux by Alexander Eichner.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @4011   17 years vboxsync fixed some header hacks.
(add) @3854   17 years vboxsync Splitting up pdm.h - export the fragments.
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