VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @36400   14 years vboxsync PCI: work on IOMMU notifications
(edit) @36398   14 years vboxsync x86.h: doxygen comments.
(edit) @36382   14 years vboxsync hint
(edit) @36372   14 years vboxsync RTR0MemObjSize: Correct documentation and added alignment guarantee.
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36342   14 years vboxsync VBoxUSB/solaris: Fix misleading variable names.
(edit) @36340   14 years vboxsync PCI: guest power management
(edit) @36329   14 years vboxsync PCI: per-VM initialization (for IOMMU domains)
(edit) @36315   14 years vboxsync VMM: more correct MSR_IA32_MISC_ENABLE emulation
(edit) @36310   14 years vboxsync Networking/VDE: patch by Renzo Davoli to fix ticket #7119
(edit) @36277   14 years vboxsync fix OSE
(edit) @36275   14 years vboxsync Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)
(edit) @36267   14 years vboxsync iprt/mangling.h: Lots more symbols.
(edit) @36263   14 years vboxsync windows build fix.
(edit) @36262   14 years vboxsync SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host …
(edit) @36260   14 years vboxsync PCI: lifetime work, fixed issues with multiple PCI devices attached to …
(edit) @36259   14 years vboxsync HostServices/GuestProperties: fixed the maximum flag length a bit more …
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36253   14 years vboxsync PCI: further raw work
(edit) @36238   14 years vboxsync uvm.h alignment fix.
(edit) @36232   14 years vboxsync RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads.
(edit) @36225   14 years vboxsync Guest properties: fixed MAX_FLAGS_LEN
(edit) @36220   14 years vboxsync GIP: Force a couple of aCPUs accesses within bounds.
(edit) @36219   14 years vboxsync Addressed some guest property (transient reset) todos.
(edit) @36218   14 years vboxsync PCI: interrupts work
(edit) @36214   14 years vboxsync GuestProps: r=bird: Another Q for Michael.
(edit) @36213   14 years vboxsync GuestPropertySvc.h: r=bird: Q for Michael.
(edit) @36196   14 years vboxsync VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate …
(edit) @36190   14 years vboxsync IPRT,Drivers: Committed a modified version of the …
(edit) @36186   14 years vboxsync com/array.h: whitespace/ifdef cleanup
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36169   14 years vboxsync iprt/cdefs.h: DECL_FORCE_INLINE: always_inline -> always_inline to …
(edit) @36164   14 years vboxsync include/VBE definitions: comment explaining unused definition
(edit) @36153   14 years vboxsync PCI: more raw and 64-bit BARs coding
(edit) @36138   14 years vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @36124   14 years vboxsync PCI: code to perform host driver detach on Linux - not yet fully functional
(edit) @36121   14 years vboxsync rework NetFlt/Adp
(edit) @36099   14 years vboxsync Main/VBoxManage: Added ExecuteProcessStatus, update on todos.
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36079   14 years vboxsync PCI: cleanup, todos, raw PCI regions work
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @36055   14 years vboxsync PCI: regions work
(edit) @36054   14 years vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36028   14 years vboxsync PCI: more host API, lifetime issues
(edit) @36001   14 years vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
(edit) @35994   14 years vboxsync Two cases where CPUM_CHANGED_GLOBAL_TLB_FLUSH was missing, causing …
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35986   14 years vboxsync raw PCI: device open/close
(edit) @35985   14 years vboxsync RemoteDesktop: prototype for next VRDE interface version.
(edit) @35968   14 years vboxsync Main/VMMDev: Added all facility classes define.
(edit) @35967   14 years vboxsync Main/VBoxManage: Update on guest facilities, added IAdditionsFacility; …
(edit) @35959   14 years vboxsync PCI: further R0/driver work
(edit) @35948   14 years vboxsync Additions/common/VBoxVideo: additional modesetting APIs for saving and …
(edit) @35946   14 years vboxsync VMM, host drivers: IDC work for PCI
(edit) @35939   14 years vboxsync VRDE.h: comments
(edit) @35920   14 years vboxsync PCI: Linux driver
(edit) @35913   14 years vboxsync Main: pass in safearrays as SAFEARRAY*
(edit) @35908   14 years vboxsync Typo.
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35899   14 years vboxsync VBox/cdefs.h: Liberated the blank lines taken by r69856.
(edit) @35887   14 years vboxsync Main/VBoxManage: Introduced facility handling for more fine grained …
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35816   14 years vboxsync wording for error messages
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35724   14 years vboxsync burn fix
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35687   14 years vboxsync use current year in legal notice
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35673   14 years vboxsync Debugger Console: Some cleanups.
(edit) @35662   14 years vboxsync fix for r69559
(edit) @35647   14 years vboxsync Linux 2.6.38-rc1 autoconf.h mess
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35637   14 years vboxsync Debugger console: Made the evaluator a bit smarter wrt to the register …
(edit) @35626   14 years vboxsync Debugger Console: Drop the HC_FAR type.
(edit) @35625   14 years vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35606   14 years vboxsync DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs.
(edit) @35601   14 years vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35593   14 years vboxsync kmk incs
(edit) @35592   14 years vboxsync VBox/err.h: duplicate error value (currently unused)
(edit) @35586   14 years vboxsync DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
(edit) @35585   14 years vboxsync iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
(edit) @35584   14 years vboxsync RTFLOAT80U fix.
(edit) @35567   14 years vboxsync IPRT: fix rare crash in MiniString::substr(); rename substr() to …
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35558   14 years vboxsync Runtime/process: add a Solaris-specific flag to suppress changing the …
(edit) @35550   14 years vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35525   14 years vboxsync Followup to r69260: Need the size_t redefinition, so include …
(edit) @35517   14 years vboxsync Frontends/VBoxManage+glue/ErrorInfo: revert change which broke error …
(edit) @35514   14 years vboxsync iprt/types.h: Attempt to make gcc 3.2.3 happy.
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35511   14 years vboxsync iprt/types.h: Added RTFLOAT64U, RTFLOAT80U and RTFLOAT80U2.
(edit) @35510   14 years vboxsync iprt/cdefs.h: Added RT_GCC_EXTENSION, …
(edit) @35493   14 years vboxsync typo
(edit) @35492   14 years vboxsync iprt/uint128.h: duh! copy & past bug.
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