VirtualBox

source: vbox/trunk/src/VBox/Devices/PC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45965   12 years vboxsync VMM: Facility for getting the highest-priority pending interrupt from …
(edit) @45881   12 years vboxsync Added note about NW6.x's use of PCI BIOS.
(edit) @45839   12 years vboxsync DevHPET: we don't load VMMRC for sure anymore
(edit) @45791   12 years vboxsync BIOS: Added dummy controller reset function to avoid potential crashes.
(edit) @45710   12 years vboxsync BIOS: Fixed PCI routing query service.
(edit) @45670   12 years vboxsync BIOS: updated the alternative source code
(edit) @45669   12 years vboxsync BIOS: add int15 function 0xd04f
(edit) @45401   12 years vboxsync BIOS: Removed panic port references.
(edit) @45298   12 years vboxsync DevPcBios: Do not panic.
(edit) @45208   12 years vboxsync RTC: Experimental hack for UIP bit being set too long.
(edit) @45191   12 years vboxsync DevRTC: UIP hack.
(edit) @45061   12 years vboxsync Review of PDM driver destructors making sure that variables they use …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @44821   12 years vboxsync BUGZ:6633 Use RT_H2LE_* instead of cpu_to_le*.
(edit) @44820   12 years vboxsync BUGZ:6633 Expose OEM specific DMI table which contains TSC frequency …
(edit) @44810   12 years vboxsync DevRTC.cpp: cleanups.
(edit) @44805   12 years vboxsync DevSMC.cpp: Not worth cleaning up, better redo it and drop the …
(edit) @44804   12 years vboxsync DevPit-i8254.cpp: Cleanups.
(edit) @44801   12 years vboxsync DevPIC.cpp: Cleanups.
(edit) @44752   12 years vboxsync DMI: update Processor Information table (tyoe 4): do not refer to …
(edit) @44751   12 years vboxsync update alternative system BIOS sources
(edit) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44705   12 years vboxsync PC/DevPcArch.c -> PC/DevPcArch.cpp.
(edit) @44704   12 years vboxsync DevPcArch.c: Some cleanups.
(edit) @44693   12 years vboxsync DevLPC.cpp: some small adjustment, not worth doing much here.
(edit) @44692   12 years vboxsync BIOS: Implemented ATAPI device reset.
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44690   12 years vboxsync DevIoApic.cpp: Build fix.
(edit) @44689   12 years vboxsync Expose I/O APIC registers to the debugger facilities.
(edit) @44688   12 years vboxsync nit
(edit) @44687   12 years vboxsync nit
(edit) @44686   12 years vboxsync DevIoApic: copy and past error in the MMIO read routine.
(edit) @44685   12 years vboxsync DevIoApic: A short note on IOMMMIO_FLAGS_WRITE_DWORD_ZEROED.
(edit) @44684   12 years vboxsync DevIoApic: Rewrote the MMIO read handler. Mask reserved and read-only …
(edit) @44681   12 years vboxsync DevIoApic.cpp: rewrote the MMIO write handler, change MMIO …
(edit) @44679   12 years vboxsync DevIoApic.cpp: Small cleanups.
(edit) @44629   12 years vboxsync DevHEP: MMIO changes and other cleanups.
(edit) @44626   12 years vboxsync DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
(edit) @44534   12 years vboxsync DevDMA.cpp: More locking, cleanups.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44515   12 years vboxsync DevAPIC.cpp: Some cleanups.
(edit) @44514   12 years vboxsync DevACPI cleanups.
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @44447   12 years vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44445   12 years vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @44384   12 years vboxsync Devices/PC/BIOS: comment
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44311   12 years vboxsync spaces
(edit) @44310   12 years vboxsync Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does …
(edit) @44271   12 years vboxsync BIOS: Sanity check El Torito boot sector count.
(edit) @44254   12 years vboxsync BIOS: Do not panic when an unsupported El Torito function is called.
(edit) @44209   12 years vboxsync BIOS: Do not use IRQ 5 for PCI devices.
(edit) @44206   12 years vboxsync SCSI/BIOS: Moved port base out of harm's way.
(edit) @44107   12 years vboxsync BIOS: Reset CPU if POST entered in V86 mode.
(edit) @44058   12 years vboxsync BIOS: Removed broken code.
(edit) @44018   12 years vboxsync BIOS: Do not set DPT pointer for El Torito emulated harddisk.
(edit) @44005   12 years vboxsync build fix
(edit) @44004   12 years vboxsync APIC: spaces, nits.
(edit) @43974   12 years vboxsync VMM: Fix MSR range values for X2APIC, add in the X2APIC TPR MSR.
(edit) @43879   12 years vboxsync Extended RTOnce with termination cleanups. (Changes existing …
(edit) @43804   12 years vboxsync Etherboot/nrv2b: unimportant memory leak
(edit) @43759   12 years vboxsync BIOS: Windows 2000 floppy boot workaround.
(edit) @43757   12 years vboxsync BIOS: Log detected SCSI devices.
(edit) @43750   12 years vboxsync Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry …
(edit) @43724   12 years vboxsync BIOS: Use indirect calls for packet reads to reduce code size.
(edit) @43712   12 years vboxsync BIOS/EFI: fixed broken DMI information
(edit) @43681   12 years vboxsync Added note about NW 5.1 El Torito usage.
(edit) @43676   12 years vboxsync BIOS: Don't panic if floppy write fails.
(edit) @43672   12 years vboxsync BIOS: Fixed trouble with El Torito reading incomplete CD sectors over SCSI.
(edit) @43671   12 years vboxsync BIOS: Fixed El Torito skipped byte count calculation.
(edit) @43660   12 years vboxsync BIOS: Added error checking to packet commands.
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43630   12 years vboxsync update alternative BIOS sources
(edit) @43483   12 years vboxsync BIOS: Build default logical geometry if none was provided in CMOS.
(edit) @43475   12 years vboxsync BIOS: Support for SCSI CD-ROMs, larger than 64K SCSI transfers.
(edit) @43473   12 years vboxsync BIOS: Clear most of the EBDA, too (avoids confused warm boot with some …
(edit) @43440   12 years vboxsync BIOS: ATA code does not need to look at AHCI drive geometry anymore.
(edit) @43438   12 years vboxsync BIOS: On second thought, let's not do r80936.
(edit) @43433   12 years vboxsync BIOS: Index into CMOS properly.
(edit) @43316   12 years vboxsync 4.2.0 GA
(edit) @43257   12 years vboxsync 4.2.0 RC4
(edit) @43241   12 years vboxsync RTC: Do not corrupt CMOS bank 1 by writing to bank 2 without writing …
(edit) @43117   12 years vboxsync Devices/PC/BIOS: adjust licence comments to the default style
(edit) @43078   12 years vboxsync BIOS: new alternatives for the VBox BIOS and VGA BIOS
(edit) @42968   12 years vboxsync BIOS: Set transferred sector count for AHCI reads/writes.
(edit) @42947   12 years vboxsync BIOS: Make AHCI init more similar to ATA, log discovered harddisks.
(edit) @42935   12 years vboxsync Forgotten logging.
(edit) @42842   12 years vboxsync BIOS: Properly read sector count for big SATA disks.
(edit) @42811   12 years vboxsync BIOS: Use macros for getting controller specific device numbers.
(edit) @42809   12 years vboxsync BIOS: Enumerate AHCI drives before SCSI for compatibility.
(edit) @42793   12 years vboxsync Renamed macros for clarity.
(edit) @42791   12 years vboxsync BIOS: Fixed 16-bit PM APM interface.
(edit) @42770   12 years vboxsync BIOS: Added a very minimal APM implementation.
(edit) @42663   12 years vboxsync HPET: More comments; do not lose high dword of timer config.
(edit) @42635   12 years vboxsync HPET: Comments, cleanup; no functional changes.
(edit) @42574   12 years vboxsync apicReadMSR: Incorrect assertion (see reverse assertion in …
(edit) @42565   12 years vboxsync Comments.
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