VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71779   7 years vboxsync USB*: no else after return
(edit) @71778   7 years vboxsync GIMDev: function order.
(edit) @71777   7 years vboxsync DevEFI: nits
(edit) @71776   7 years vboxsync DevSmc: assert on I/O port registration sanity.
(edit) @71775   7 years vboxsync Devices/Storage: Properly account for requests currently waiting for …
(edit) @71774   7 years vboxsync PCI: Added a tiny bit of paranoia to address splitup.
(edit) @71773   7 years vboxsync Msi: docs cleanups
(edit) @71772   7 years vboxsync Msi: Some R3 prefixes and some clenaup. [build fix]
(edit) @71771   7 years vboxsync Msi: Some R3 prefixes and some clenaup. [build fix]
(edit) @71770   7 years vboxsync Msi: Some R3 prefixes and some clenaup. [build fix]
(edit) @71769   7 years vboxsync Msi: Some R3 prefixes and some clenaup.
(edit) @71768   7 years vboxsync Msi: Some R3 prefixes and some clenaup.
(edit) @71767   7 years vboxsync DevHDA: Follow-up to r121836 (hdaTimerSet).
(edit) @71766   7 years vboxsync DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.
(edit) @71765   7 years vboxsync DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated …
(edit) @71763   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71762   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71761   7 years vboxsync DevIchAc97/timer: Paused mplayer fooling me. The timer does stop when …
(edit) @71756   7 years vboxsync DevIchAc97: Injected 'R3' into function prefixes where relevant and …
(edit) @71754   7 years vboxsync DevHDA: Alignment fixing.
(edit) @71753   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71751   7 years vboxsync DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
(edit) @71750   7 years vboxsync DevIchAc97: Remove incorrect locking nodes in I/O port handlers.
(edit) @71748   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71747   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71746   7 years vboxsync DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
(edit) @71745   7 years vboxsync DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
(edit) @71744   7 years vboxsync DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
(edit) @71743   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71742   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71741   7 years vboxsync DevIchAc97.cpp: some cleanups.
(edit) @71740   7 years vboxsync DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
(edit) @71738   7 years vboxsync DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as …
(edit) @71737   7 years vboxsync DevAC97: tiny cleanups
(edit) @71736   7 years vboxsync DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less …
(edit) @71735   7 years vboxsync DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was …
(edit) @71734   7 years vboxsync DevHDACommon: Added review comment on some inexplicable code in …
(edit) @71733   7 years vboxsync HDAStreamPeriod.cpp: No point in hdaStreamPeriodCreate returning …
(edit) @71732   7 years vboxsync Devices/testcase: Detect undef/define of DEBUG, LOG_ENABLED, RT_STRICT …
(edit) @71731   7 years vboxsync tstDeviceStructSize,tstHelp.h: Fixed cast in CHECK_SIZE that can cause …
(edit) @71730   7 years vboxsync no need for flowerboxes in headers
(edit) @71727   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71726   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71725   7 years vboxsync DevHDA: Enabled ring-0 and raw-mode MMIO handling.
(edit) @71724   7 years vboxsync DevHDA: I'm not going to fix this.
(edit) @71723   7 years vboxsync DevHDA: Don't crash in the constructor on misconfiguration or other …
(edit) @71722   7 years vboxsync DevHDA: Made it work in raw-mode. [build fix]
(edit) @71721   7 years vboxsync DevHDA: Made it work in raw-mode.
(edit) @71712   7 years vboxsync DevHDA: Allocate the CORB / RIRB buffers on device construction and …
(edit) @71711   7 years vboxsync DevHDA: More stuff we can do in R0/RC.
(edit) @71710   7 years vboxsync DevHDA: CORBRP reset fix.
(edit) @71709   7 years vboxsync DevHDA: Locking related adjustments and fix. * hdaRegWriteBase …
(edit) @71707   7 years vboxsync DevHDA: Another nit. bugref:9094
(edit) @71706   7 years vboxsync DevHDA: nits. bugref:9094
(edit) @71704   7 years vboxsync DevHDA: hdaTimer + hdaStreamTransferIsScheduled: Please don't make …
(edit) @71698   7 years vboxsync DevVGA: Code cleanup in progress. ?bugref:9094
(edit) @71691   7 years vboxsync VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file
(edit) @71688   7 years vboxsync HDA: Removed redundant and wrong STATESTS interrupt check to fix …
(edit) @71687   7 years vboxsync indent
(edit) @71686   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71673   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71656   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71629   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71628   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094 [bugfix]
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71622   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71620   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71612   7 years vboxsync DevVGA: Code cleanup in progress. bugref:9094
(edit) @71611   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71607   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71604   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress: Backed …
(edit) @71603   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71598   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71596   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71595   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71592   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @71588   7 years vboxsync DevVGA_VDMA.cpp: Added missing+buggy bits from ?bugref:9054.
(edit) @71488   7 years vboxsync DevVGA, Additions: minor improvements for the VGA configuration interface.
(edit) @71456   7 years vboxsync Dev/E1000: (bugref:7346) Phar Lap ETS support: fetch RX descriptors …
(edit) @71426   7 years vboxsync BIOS: Added disabled code which can place the FDPT outside of …
(edit) @71424   7 years vboxsync Reverted bad commit.
(edit) @71423   7 years vboxsync BIOS: Reduce harmless warnings for unsupported INT 15h functions.
(edit) @71422   7 years vboxsync BIOS: INT 15h/87h unconditionally disables A20 gate when done. Also …
(edit) @71358   7 years vboxsync PS2K: Forgot to relocate the new timer.
(edit) @71351   7 years vboxsync PS2K: Throttle keyboard input to satisfy questionable software (see …
(edit) @71321   7 years vboxsync lwip: icmp_proxy_input - don't leak pbuf if ping_proxy_accept_callback …
(edit) @71300   7 years vboxsync VUSB: Fishy devices may have interfaces with no endpoints, work around …
(edit) @71247   7 years vboxsync DevIchAc97: Critsect alignment fix (32-bit).
(edit) @71218   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71216   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71214   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71212   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71210   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71203   7 years vboxsync NAT: Redo previous. Explicitly map nameserver 0.0.0.0 to loopback …
(edit) @71202   7 years vboxsync NAT: nameserver 0.0.0.0 is a valid setting. Map it to host's loopback.
(edit) @71194   7 years vboxsync DevVGA_VDMA.cpp: Annoying assertion in tstVMM.
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