VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36574   14 years vboxsync PCI: some docs, todos
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(edit) @36502   14 years vboxsync DevE1000: Two incorrect PDMBOTHCBDECL uses.
(edit) @36479   14 years vboxsync Deleted no longer relevant comments.
(edit) @36477   14 years vboxsync USB: Also find extra vendor/class descriptor data.
(edit) @36475   14 years vboxsync USB: Store original config descriptor and refer to it for some …
(edit) @36470   14 years vboxsync VBoxNetNat & tstIntNet: VERR_INTERRUPTED handling (#5620)
(edit) @36445   14 years vboxsync Input/USB: comments (typo).
(edit) @36444   14 years vboxsync EFI/FS: do logging to debug port instead of console output.
(edit) @36424   14 years vboxsync doc: note about mingw-w64 on recent Ubuntu releases were added.
(edit) @36421   14 years vboxsync Input/Usb: typo (comments).
(edit) @36410   14 years vboxsync slipr: %R[ether] -> %RTmac.
(edit) @36391   14 years vboxsync dev/audio: consistent CoInit/Uninit
(edit) @36383   14 years vboxsync AHCI+ATAController: Port r70670 + r70674 (Signal no current profile if …
(edit) @36358   14 years vboxsync NAT/arp: typo (gramma).
(edit) @36354   14 years vboxsync NAT: log ether %RX8->%hhx.
(edit) @36353   14 years vboxsync NAT/arp: cosmetic. verfication of updating of pair moved to …
(edit) @36352   14 years vboxsync NAT: for gratuitous ARP processing pair ar_sip, ar_sha is used. NAT …
(edit) @36351   14 years vboxsync NAT: loging of ethernet addresses.
(edit) @36339   14 years vboxsync DevATA: Adjust maximum transfer length to the new value, fixes ATAPI …
(edit) @36337   14 years vboxsync DevATA: Disable feature list for now because it breaks at least Windows XP
(edit) @36336   14 years vboxsync DevATA: Signal no current profile if no medium is loaded and add …
(edit) @36327   14 years vboxsync filteraudio: don't crash if input is not available (xtracker 5599)
(edit) @36322   14 years vboxsync USB/Input: comments typo.
(edit) @36316   14 years vboxsync Storage/DevATA+DevAHCI+ATAController: make assertion less strict, …
(edit) @36288   14 years vboxsync Ich9: Remove the i82801 PCI-to-PCI bridge. It is completely unused and …
(edit) @36273   14 years vboxsync AHCI: Make the number of available command slots configurable
(edit) @36268   14 years vboxsync PCI: fixed issues with memory layout mismatch between RC and other …
(edit) @36253   14 years vboxsync PCI: further raw work
(edit) @36228   14 years vboxsync Harmless warning fix.
(edit) @36218   14 years vboxsync PCI: interrupts work
(edit) @36216   14 years vboxsync NAT: limitations, not required any more.
(edit) @36205   14 years vboxsync BIOS: Shortened a ridiculously long loop.
(edit) @36204   14 years vboxsync DMA: Reworked the DMA code, added comments, fixed minor issues, made …
(edit) @36203   14 years vboxsync don't use doxygen comments to document code sections, they'll end up …
(edit) @36202   14 years vboxsync VMMDev: be a bit more verbose
(edit) @36201   14 years vboxsync VMMDev: always allow VMMDevReq_GetHostVersion.
(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) @36116   14 years vboxsync ICH9/PciBridge: Use the secondary bus number during device init and …
(edit) @36092   14 years vboxsync PCI: simplified BIOS init, fixed routing for nontrivial topologies
(edit) @36089   14 years vboxsync SrvIntNetR0.cpp: Addressed the allow-network promiscuous mode policy …
(edit) @36087   14 years vboxsync DrvIntNet: todo
(edit) @36085   14 years vboxsync DrvIntNet: bugfix
(edit) @36084   14 years vboxsync DrvIntNet: Consolidated policy config variables.
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36081   14 years vboxsync DrvIntNet.cpp: Accept IfPolicyPromiscTrunk
(edit) @36080   14 years vboxsync DrvIntNet: RestrictAccess implies ACCESS_FIXED.
(edit) @36079   14 years vboxsync PCI: cleanup, todos, raw PCI regions work
(edit) @36077   14 years vboxsync build fixes
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @36045   14 years vboxsync dev/graphics disable unnecessary assertions
(edit) @36044   14 years vboxsync typo.
(edit) @36039   14 years vboxsync BusLogic: Remove wrong assertion
(edit) @36030   14 years vboxsync BusLogic: Fix a few emulation bugs and add more debugging code
(edit) @36024   14 years vboxsync IOAPIC: assign ID matching MADT
(edit) @36023   14 years vboxsync DevINIP: Make it work again after the network overhaul.
(edit) @36022   14 years vboxsync DrvVD: Fix crash for the internal network stack case
(edit) @36014   14 years vboxsync PIC: Compacted info display so it does not take up two screens.
(edit) @36003   14 years vboxsync DrvVD: Make use of the new flag in case UseNewIo is unset but there is …
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35957   14 years vboxsync dang
(edit) @35955   14 years vboxsync DrvNAT: leave the critical section of the zone before working …
(edit) @35925   14 years vboxsync NAT: icmp_error frees mbuf at the end of processing.
(edit) @35924   14 years vboxsync NAT: udp's part of r69951.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35886   14 years vboxsync burn fix, typo
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35861   14 years vboxsync NAT/misc: debug assertion for me.
(edit) @35860   14 years vboxsync NAT/tcp: similar to r69862 case on tcp.
(edit) @35859   14 years vboxsync NAT/udp: free after icmp_error call.
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35853   14 years vboxsync PIT: Use the mode 2 optimization also for modes 4 and 5.
(edit) @35848   14 years vboxsync PIT: Do not always pulse IRQ line when updating interrupt state.
(edit) @35826   14 years vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35792   14 years vboxsync ATAController: Brought over device reset fix.
(edit) @35782   14 years vboxsync ACPI: activate disabled bits from r65196
(edit) @35773   14 years vboxsync dev/acpi: fix index_end value
(edit) @35772   14 years vboxsync dev/serial: fix timer callbacks rasing
(edit) @35769   14 years vboxsync DrvHostSerial: better fix for timing problems over host serial
(edit) @35768   14 years vboxsync BusLogic: assertion to catch cases where the guest tries to send more …
(edit) @35767   14 years vboxsync Storage/DevATA: fix device reset handling, sanity check was wrong
(edit) @35759   14 years vboxsync DevVGA: verify the size of the screenshot.
(edit) @35756   14 years vboxsync BusLogic: Fix SMP race which results in a guest hang
(edit) @35753   14 years vboxsync various nits.
(edit) @35746   14 years vboxsync dev/serial: add to ACPI tables
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35725   14 years vboxsync linux burn fix
(edit) @35723   14 years vboxsync dev/serial: dynamic xmit retry count calculation based on tx success status
(edit) @35717   14 years vboxsync dev/serial: better char lost handling
(edit) @35685   14 years vboxsync Main, Device: passthrough conditional
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35672   14 years vboxsync Devices/DevACPI: PowerS4Enabled defaults to false
(edit) @35646   14 years vboxsync EFI: backed r69556.
(edit) @35645   14 years vboxsync EFI64: don't let Mac guest call for debugger on "acpi shutdown".
(edit) @35644   14 years vboxsync EFI: more log clean up.
(edit) @35642   14 years vboxsync EFI: log is too loud.
(edit) @35631   14 years vboxsync BusLogic: Properly fail some Adaptec 154xC commands that a guest may send.
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