VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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).
(edit) @36528   14 years vboxsync PCI: fully reworked interrupts, now HDA audio device can be reasonably …
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36516   14 years vboxsync log: USB CAM log group.
(edit) @36503   14 years vboxsync DrvCfg/win: stdcall -> VBOXCALL
(edit) @36498   14 years vboxsync PCI: sync
(edit) @36487   14 years vboxsync netflt/adp/win: switch to new VBoxDrvCfg lib
(edit) @36486   14 years vboxsync tooling lib for driver configuration on win
(edit) @36485   14 years vboxsync PCI: sync of interrupts rework
(edit) @36476   14 years vboxsync Forgot to commit.
(edit) @36460   14 years vboxsync PCI: fixed init-order issue
(edit) @36448   14 years vboxsync PCI: refactoring, further IOMMU work
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36436   14 years vboxsync PCI: more IOMMU bits
(edit) @36435   14 years vboxsync VRDE.h: Remote USB protocol extension (header only).
(edit) @36429   14 years vboxsync build fix / file header nits.
(edit) @36428   14 years vboxsync com/string.h: AssertLogRel when encountering an invalid encoding in …
(edit) @36423   14 years vboxsync VRDE.h: note about UTF8 USB descriptor strings. Minor updates for 4th …
(edit) @36413   14 years vboxsync dang.
(edit) @36412   14 years vboxsync GuestProps: TRANSRESET implies TRANSIENT, return it for old additions …
(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) @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) @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 …
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