VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7762   17 years vboxsync small optimization
(edit) @7760   17 years vboxsync Shot at the alignment problem.
(edit) @7759   17 years vboxsync The BIOS logo stuff moved to VGA device. Added 24bpp bitmaps support.
(edit) @7756   17 years vboxsync r=bird: Don't use TMCLOCK_VIRTUAL_SYNC unless it actually fixes …
(edit) @7755   17 years vboxsync Added a flag to the MMIO2 registration and did some other MMIO2 …
(edit) @7754   17 years vboxsync More info on this ataDestruct assertion.
(edit) @7752   17 years vboxsync Dropped the pszDesc argument to *MMIORegisterGC/R0. It only persists …
(edit) @7708   17 years vboxsync small logging change
(edit) @7703   17 years vboxsync more logging
(edit) @7701   17 years vboxsync pcnet: a little bit less logging noise, code cosmetics
(edit) @7693   17 years vboxsync PCNet: SSM support for the private guest interface
(edit) @7690   17 years vboxsync Integrate contributed code to implement VDCopy function in VBoxHDD-new.
(edit) @7689   17 years vboxsync Integrate contributed code to rename a VDI file.
(edit) @7688   17 years vboxsync PCnet: some cleanup, use host-provided RX buffers but don't access …
(edit) @7685   17 years vboxsync minor corrections
(edit) @7684   17 years vboxsync overflow check.
(edit) @7683   17 years vboxsync uint8_t *pv -> pb;
(edit) @7681   17 years vboxsync added VMMDev config option to keep credentials
(edit) @7679   17 years vboxsync Using an uninitialized variable
(edit) @7675   17 years vboxsync finally fix the 64-bit Linux builds
(edit) @7674   17 years vboxsync small fix
(edit) @7673   17 years vboxsync next try
(edit) @7672   17 years vboxsync try to fix 64-bit boxes
(edit) @7671   17 years vboxsync PCNet: Create private PCI memory for shared RX/TX descriptors and buffers.
(edit) @7665   17 years vboxsync Don't assert if we receive an unknown HGCM request during init, see #2738
(edit) @7661   17 years vboxsync Solaudio: fixed occasional ticking problem.
(edit) @7654   17 years vboxsync Implement raw file backend for VBoxHDD-new.
(edit) @7653   17 years vboxsync Fix senseless code in VMDK comment handling.
(edit) @7652   17 years vboxsync Tiny validity check and comment cleanup in new VDI implementation.
(edit) @7641   17 years vboxsync pcnet: set TINT a little bit later; fix CSR4_TXSTRT bit
(edit) @7640   17 years vboxsync pcnet: drop packets if VM is not running yet/anymore
(edit) @7636   17 years vboxsync oops.
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7630   17 years vboxsync Keep hitting the assertion in the wait code. Attempt to improve this …
(edit) @7580   17 years vboxsync Fix error handling memory leak. And change incorrect macro naming.
(edit) @7576   17 years vboxsync File open cache (important for windows raw partition access), quoting …
(edit) @7575   17 years vboxsync eliminate tabs
(edit) @7561   17 years vboxsync audio: multiply master and pcm_out
(edit) @7558   17 years vboxsync Solaris host audio: backed out the change in r28995 affecting pcm out …
(edit) @7557   17 years vboxsync Forgotten testcase
(edit) @7551   17 years vboxsync cosmetics.
(edit) @7547   17 years vboxsync GC support
(edit) @7525   17 years vboxsync Solaris host audio: fixes and integrated into Main. Needs more …
(edit) @7504   17 years vboxsync Use TMCLOCK_VIRTUAL_SYNC for PCnet polling/softint timers.
(edit) @7454   17 years vboxsync Solaris host audio fixes. Now doesn't clip and proper timing.
(edit) @7451   17 years vboxsync Not user anymore.
(edit) @7436   17 years vboxsync Devices/DevVMM: spacing
(edit) @7409   17 years vboxsync VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
(edit) @7384   17 years vboxsync AHCI: enable the controller by default
(edit) @7383   17 years vboxsync AHCI: Use one queue for all ports
(edit) @7377   17 years vboxsync
(edit) @7376   17 years vboxsync amd64 fix
(edit) @7375   17 years vboxsync amd64 fix
(edit) @7374   17 years vboxsync pcnet: fixed tx queue mode (missing lock) + several renames
(edit) @7358   17 years vboxsync pcnet: logging
(edit) @7333   17 years vboxsync solaudio: some fixes.
(edit) @7321   17 years vboxsync shorten some thread names, looks better as log prefix
(edit) @7320   17 years vboxsync pcnet: fix for r28728
(edit) @7317   17 years vboxsync pcnet: save some cycles by returning early if we don't own the descriptor
(edit) @7314   17 years vboxsync pcnet: cosmetics
(edit) @7281   17 years vboxsync Accept PCHS=0/0/0 when creating images. Will be fixed when the image …
(edit) @7277   17 years vboxsync Make the backend type a per-image property and get away from the per …
(edit) @7275   17 years vboxsync Silly bug in the new VDI creation code.
(edit) @7266   17 years vboxsync Experiment with send buffering. (disabled)
(edit) @7259   17 years vboxsync vga: fixed 32bpp custom video modes, fixed assertion
(edit) @7232   17 years vboxsync Get rid of the no longer needed hacky wait for the async I/O threads …
(edit) @7231   17 years vboxsync Fixed a couple of long-standing thinkos (one can't just add shift …
(edit) @7230   17 years vboxsync typo
(edit) @7199   17 years vboxsync Fixed assorted nasty bugs introduced by the previous big cleanup. And …
(edit) @7161   17 years vboxsync typo
(edit) @7160   17 years vboxsync Hook up the new VDI backend to VBoxHDD-new.
(edit) @7159   17 years vboxsync Added VBoxHDD-new VDI backend. Untested, but harmless as the code …
(edit) @7158   17 years vboxsync Various size_t related 64bit cleanness fixes in the VDI code.
(edit) @7157   17 years vboxsync Make 100% sure the sector number won't ever overflow 32 bits.
(edit) @7156   17 years vboxsync Fixed broken build caused by non-standard compliant vcc header files.
(edit) @7155   17 years vboxsync Huge cleanup/error checking/logging improvement of the VMDK code. …
(edit) @7152   17 years vboxsync Preparations for implementing a VBoxHDD-new based VDI backend. Clean …
(edit) @7151   17 years vboxsync Increase the ATA async thread termination timeout to 5 seconds. …
(edit) @7132   17 years vboxsync optimization
(edit) @7129   17 years vboxsync small optimization
(edit) @7110   17 years vboxsync r=bird: The rate of the virtual clock is subject to change, don't …
(edit) @7107   17 years vboxsync cosmetics.
(edit) @7102   17 years vboxsync Solaris: fixes for handling existing VNIC on our hostif setup script.
(edit) @7099   17 years vboxsync Use CMOS to store hard disk geometry for more than 4 disks
(edit) @7098   17 years vboxsync pcnet: debugging update
(edit) @7094   17 years vboxsync pcnet: fix for the nexenta fix
(edit) @7077   17 years vboxsync Devices/PCNet: try to fix alignment
(edit) @7076   17 years vboxsync Attempt to fix breakage on 64 bits linux host
(edit) @7075   17 years vboxsync testcases/tstDeviceStructSizeGC: added a couple of PCNetState elements …
(edit) @7074   17 years vboxsync Missing one alignment change
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7070   17 years vboxsync Fix open flag in raw partition vmdk creation.
(edit) @7066   17 years vboxsync leftover
(edit) @7065   17 years vboxsync pcnet: implemented the software timer interrupt (fixes nexenta and …
(edit) @7060   17 years vboxsync Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.
(edit) @7058   17 years vboxsync Added (disabled) instrumentation for measuring the time DMA writes to …
(edit) @7057   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7055   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7045   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7044   17 years vboxsync Realigning after RTGCPHYS change.
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