VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8008   17 years vboxsync Fixed to be able to disable graphics logo.
(edit) @8007   17 years vboxsync Delay logo for 1 sec.
(edit) @8005   17 years vboxsync NIL_RTGCPHYS -> NIL_RTGCPHYS32
(edit) @8000   17 years vboxsync Replacing solaudio with solaudio_exp.
(edit) @7999   17 years vboxsync Don't call PGMHandlerPhysicalReset if the VRAM isn't mapped and …
(edit) @7981   17 years vboxsync VMDK: added missing bit for optimizing away writes with the same data …
(edit) @7978   17 years vboxsync removed the last ne2000 references
(edit) @7974   17 years vboxsync 64-bit fix
(edit) @7973   17 years vboxsync New non OSE logo file added. 'Press F12' text moved close to …
(edit) @7967   17 years vboxsync VBoxHDD-new: Fix incorrect error handling (causing a crash) and an …
(edit) @7965   17 years vboxsync testcase
(edit) @7960   17 years vboxsync downgrade log message
(edit) @7951   17 years vboxsync Fix for a rare HGCM load state assertion.
(edit) @7943   17 years vboxsync 'p' means already 'pointer'
(edit) @7940   17 years vboxsync AHCI: fix 64bit finally
(edit) @7932   17 years vboxsync Need the logo in debug builds.
(edit) @7914   17 years vboxsync Fixed hungarian spelling.
(edit) @7908   17 years vboxsync Drop some unused variables.
(edit) @7903   17 years vboxsync EEPROM is brought in accordance with coding style.
(edit) @7900   17 years vboxsync Fix generic image merging code (make the appropriate images writable …
(edit) @7897   17 years vboxsync Clarify meaning of the "suppress allocating write" VD flag.
(edit) @7896   17 years vboxsync Fix VMDK image debug dump.
(edit) @7895   17 years vboxsync Add a VD testcase based loosely on the VDI testcase. To be improved.
(edit) @7894   17 years vboxsync VDI: Skip flushing the image if the open wasn't successful.
(edit) @7893   17 years vboxsync work around a bug in some bcc versions
(edit) @7891   17 years vboxsync immediately abort if F12 was pressed
(edit) @7890   17 years vboxsync Alignment fix.
(edit) @7889   17 years vboxsync Alignment fix.
(edit) @7888   17 years vboxsync Moved remained logic to VGA device.
(edit) @7882   17 years vboxsync warnings
(edit) @7881   17 years vboxsync warning
(edit) @7875   17 years vboxsync make the windows compiler happy
(edit) @7872   17 years vboxsync enable e1k structure member size tests again
(edit) @7861   17 years vboxsync disable E1000 structure test so far
(edit) @7860   17 years vboxsync attempt to fix 64-bit builds
(edit) @7857   17 years vboxsync State structure test re-arranged as well
(edit) @7856   17 years vboxsync GC/HC state structure test disabled temporarely
(edit) @7855   17 years vboxsync GC/HC state structure test
(edit) @7846   17 years vboxsync VMDK: when changing key=value pairs, skip over the =.
(edit) @7841   17 years vboxsync code duplication
(edit) @7840   17 years vboxsync fix win debug builds
(edit) @7839   17 years vboxsync Poke waiting thread on suspend and power off to make PDM happy.
(edit) @7838   17 years vboxsync r=bird: readability (vram_ptrHC is uint8_t *).
(edit) @7835   17 years vboxsync build fix
(edit) @7834   17 years vboxsync build fix
(edit) @7833   17 years vboxsync added missing function
(edit) @7831   17 years vboxsync net: moved the wait/notify mechanism for receive buffers into the device
(edit) @7824   17 years vboxsync Fix assertion
(edit) @7814   17 years vboxsync Use dirty bits instead of pfnUpdateRect.
(edit) @7809   17 years vboxsync bootp: send DHCPNAK if the client requests an invalid IP address
(edit) @7799   17 years vboxsync TAP: remove the obsolete polling stuff
(edit) @7795   17 years vboxsync PCNet: allow the guest to disable/enable the private interface
(edit) @7786   17 years vboxsync do it like DrvTAPOs2 and ensure that we never miss a receive wakeup
(edit) @7785   17 years vboxsync comment, cosmetics
(edit) @7780   17 years vboxsync Add function to query all available VD backends, together with their …
(edit) @7777   17 years vboxsync comment.
(edit) @7776   17 years vboxsync Some adjustments to the logo stuff; adding one todo.
(edit) @7774   17 years vboxsync Moved the LOGO_* defines and LOGOHDR to a common header instead of …
(edit) @7772   17 years vboxsync Use the new PDMDevHlpVMState, drop the fSaving flag.
(edit) @7769   17 years vboxsync - use PDMDevHlpVMState()
(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
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