VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   14 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37516   14 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.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36848   14 years vboxsync Video: display/miniport drivers. (#5464)
(edit) @36843   14 years vboxsync 3D for VRDP: initial commit (xTracker 5565).
(edit) @36832   14 years vboxsync VBox/log.h: Added LOG_GROUP_IEM.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36793   14 years vboxsync x86.h: Added X86_EFL_1 for the reserved bit which reads as one.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36763   14 years vboxsync vmm/cpumctx.h: Added 8-bit register views for dil, sil, al, bl, dl and cl.
(edit) @36762   14 years vboxsync CPUM: CPUMSetGuestGDTR and CPUMSetGuestIDTR should take 64-bit base value.
(edit) @36761   14 years vboxsync VBox/types.h: Added VBOXSTRICTRC comparison operators for comparing …
(edit) @36760   14 years vboxsync VBox/x86.h: Added ModR/M, SIB, GREG and SREG constants. Added 64-bit …
(edit) @36717   14 years vboxsync PCI: experimental code for shared interrupts support
(edit) @36716   14 years vboxsync PCI: 64-bit BARs tweaks, release logs on device attach, allow extended …
(edit) @36678   14 years vboxsync PCI: cleanups, R3 mapping work
(edit) @36659   14 years vboxsync com/list: do r71131 right
(edit) @36656   14 years vboxsync com/list: implicit RTCString conversion support
(edit) @36655   14 years vboxsync com: added Utf8Str specializations of RT*List
(edit) @36644   14 years vboxsync build fix
(edit) @36642   14 years vboxsync X86_SEL_TYPE_SYS_TSS_BUSY_MASK
(edit) @36639   14 years vboxsync CPUMIsGuestInRealOrV86Mode and CPUMIsGuestInRealOrV86ModeEx.
(edit) @36633   14 years vboxsync Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is …
(edit) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36573   14 years vboxsync include/: a/an nits
(edit) @36567   14 years vboxsync ugly.
(edit) @36566   14 years vboxsync hwaccm_svm.h: Added u16PauseFilterCount.
(edit) @36564   14 years vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(edit) @36557   14 years vboxsync build fix
(edit) @36556   14 years vboxsync pgm.h: build fix
(edit) @36555   14 years vboxsync Use DECLHIDDEN, especially in IPRT.
(edit) @36552   14 years vboxsync PCI: device reset logic, cleanups, read MSI regs from the device
(edit) @36541   14 years vboxsync LOG_GROUP_USB_CAM -> LOG_GROUP_USB_WEBCAM.
(edit) @36536   14 years vboxsync include/*: Made the headers build on linux again (kmk -C include).
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