VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38437   13 years vboxsync GuestCtrl: Update.
(edit) @38378   13 years vboxsync Don't issue instructions rescheduling to RAW or HWACCM mode when …
(edit) @38349   13 years vboxsync em.h: Saved state fix.
(edit) @38326   13 years vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38325   13 years vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @38320   13 years vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38312   13 years vboxsync Added "autologon" logging group (VBoxGINA, VBoxCredProv, PAM).
(edit) @38309   13 years vboxsync VMMDevTesting.h/.mac: VMMDEV_TESTING_UNIT_NONE.
(edit) @38300   13 years vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @38207   13 years vboxsync Additions/VBoxVideo: move a couple of functions from the X.Org driver …
(edit) @38203   13 years vboxsync VD: New VDCopyEx() API which can speedup cloning of diff images when …
(edit) @38133   13 years vboxsync GuestCtrl: Removed obsolete code for guest directory enumeration.
(edit) @38085   13 years vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @38016   13 years vboxsync USB/Solaris: vboxuser group access constraint for USB devices.
(edit) @37980   13 years vboxsync nit.
(edit) @37979   13 years vboxsync IntNet: Work around DHCP issue on Mac OS X Lion GM when bridging …
(edit) @37968   13 years vboxsync include/*/*.mac: regenerated assmebly headers.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37954   13 years vboxsync x86.h: Added new CR4 flags.
(edit) @37861   13 years vboxsync IPRT: fix assigning of empty lists
(edit) @37859   13 years vboxsync Committed usb_thread.patch with tiny adjustments.
(edit) @37824   13 years vboxsync Main/Machine+MediumAttachment+Console: add method for marking a 'hard …
(edit) @37822   13 years vboxsync space
(edit) @37807   13 years vboxsync include/VBox/vusb.h: correct declaration of device qualifier (please …
(edit) @37799   13 years vboxsync OSE build fix
(edit) @37794   13 years vboxsync more PCI passthrough fixes
(edit) @37781   13 years vboxsync PCI passthrough fixes
(edit) @37750   13 years vboxsync ExtPacks/UsbCardReader: USB card reader emulation + config descriptor.
(edit) @37709   13 years vboxsync Main/MediumAttachment+Machine: add a setting which controls the …
(edit) @37707   13 years vboxsync VRDE.h: comment clarification
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37635   13 years vboxsync VBox/log.h: LOG_GROUP_CORE_DUMPER is IPRT, not VBox.
(edit) @37584   13 years vboxsync VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
(edit) @37582   13 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37557   13 years vboxsync com: tabs again
(edit) @37553   13 years vboxsync com: method for SafeArray -> RTCList
(edit) @37547   13 years vboxsync com: temp remove template
(edit) @37545   13 years vboxsync com: next try
(edit) @37542   13 years vboxsync com: test
(edit) @37530   13 years vboxsync com: helper for converting safe arrays to RTCLists
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37516   13 years vboxsync comment typo.
(edit) @37502   14 years vboxsync Main;Settings: make the settings copyable
(edit) @37490   14 years vboxsync wddm: autoresize fixes
(edit) @37479   14 years vboxsync OSE header fixes
(edit) @37475   14 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37464   14 years vboxsync vm.h: Alignment fix (32-bit hosts).
(edit) @37452   14 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   14 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37442   14 years vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37434   14 years vboxsync GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into …
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37418   14 years vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @37417   14 years vboxsync Try to fix build
(edit) @37416   14 years vboxsync Try to fix build
(edit) @37413   14 years vboxsync vmm/dbgftrace.h: Forgot the DBGF trace header.
(edit) @37410   14 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37375   14 years vboxsync GuestCtrl: Added APIs for guest directory enumeration, guest file …
(edit) @37362   14 years vboxsync PGMNotifyNxeChanged: Another try.
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37357   14 years vboxsync PGM: relax some assertion added earlier today so they'll survive reset …
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37325   14 years vboxsync USB: device qualifier descriptor (from spec).
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @37242   14 years vboxsync GMMR0: Keep the free bound-mode memory in the GVM instead of in GMM.
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37226   14 years vboxsync VBoxMouse/VBoxGuest/win: avoid poller thread for mouse events …
(edit) @37221   14 years vboxsync VBoxMouse,VBoxGuest/win: NEW_PROTOCOL for mouse integration
(edit) @37217   14 years vboxsync VBoxMouse: missing part of r71849
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @37199   14 years vboxsync Device/Network/UDPTunnel: build integration
(edit) @37174   14 years vboxsync Additions/x11/seamless: allow for the possibility that nothing is …
(edit) @37152   14 years vboxsync not used since ages
(edit) @37139   14 years vboxsync forgot to commit
(edit) @37136   14 years vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37133   14 years vboxsync CPUM,x86.h: Hypervisor present bit.
(edit) @37080   14 years vboxsync x86.h: Made X86_SEL_XXX unsigned.
(edit) @37068   14 years vboxsync Main: add support for Com(Obj)Ptr<IFACE> in our RTC(MT)List classes
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @37019   14 years vboxsync Guest Additions: Also report extended version information to the host …
(edit) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36961   14 years vboxsync Main/USB/linux: return correct error codes and messages if the user …
(edit) @36959   14 years vboxsync usb: avoid redundant device info updates
(edit) @36944   14 years vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36941   14 years vboxsync usb rework
(edit) @36925   14 years vboxsync 3D for VRDP: updates (xTracker 5565).
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36887   14 years vboxsync GuestCtrl: Added support for getting separated stdout/stderr output.
(edit) @36882   14 years vboxsync <VBox/VBoxVideo.h>: make it compile with VBOX_WITH_WDDM disabled
(edit) @36869   14 years vboxsync include/VBox/RemoteDesktop: export missing header
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36858   14 years vboxsync 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