VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16170   16 years vboxsync More device work
(edit) @16158   16 years vboxsync reapplied PIT fix from 41876
(edit) @16148   16 years vboxsync PIT: backed out r41876, delayed until after the release
(edit) @16146   16 years vboxsync fixed uninited variable in PIT, making Dragonfly boot OK
(edit) @16042   16 years vboxsync reverted r41685 (thanks Sander)
(edit) @16041   16 years vboxsync reverted 41727
(edit) @16039   16 years vboxsync Temporary reverted ACPI changes, till 2.1.2 out
(edit) @16033   16 years vboxsync ACPI: use symbolic names if possible
(edit) @16005   16 years vboxsync Implemented in-place disable of ACPI devices, added disabled by …
(edit) @15712   16 years vboxsync dpte_offset & dpte_segment reversed. Fixed in upstream Bochs. Reported …
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15192   16 years vboxsync Devices/PcBios: handle LCHS failures more gracfully, just add a …
(edit) @15008   16 years vboxsync PCI: Enabled all 32 slots on the root bus. Vista reactivation was a …
(edit) @14976   16 years vboxsync Solaris 9 reads from invalid ACPI register - let it
(edit) @14789   16 years vboxsync DevPit-i8254: missing decimal separator.
(edit) @14742   16 years vboxsync finally fixed timner starvation for real, also REM improvments by …
(edit) @14710   16 years vboxsync Devices-OSX: added ACPI power reporting (#3342)
(edit) @14707   16 years vboxsync bogus log entry, again enable refresh faking
(edit) @14702   16 years vboxsync hopefully fixed timer starvation, temporary disabled VA in TLB again
(edit) @14631   16 years vboxsync implemented better DRAM refresh rate esteemation, disabled yet due to …
(edit) @14583   16 years vboxsync Turned on FAKE_REFRESH_CLOCK to allow Solaris 8 install
(edit) @14464   16 years vboxsync PDM_ACPI_BAT_STATE_DISCHARGING / PDM_ACPI_BAT_STATE_CHARGING mixed up
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13519   16 years vboxsync fixed return type (gcc found this bug)
(edit) @13190   16 years vboxsync BIOS: Detect devices behind bridges
(edit) @13158   16 years vboxsync biossums: set checksum of DMI+SMBIOS as well
(edit) @13155   16 years vboxsync re-applied the biossums merge
(edit) @13153   16 years vboxsync backed out r37647, r37650
(edit) @13142   16 years vboxsync rewritten biossums
(edit) @13141   16 years vboxsync unify biossums
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @13078   16 years vboxsync - saved state compatibility
(edit) @13074   16 years vboxsync - remaining bits of x2APIC, some SMP refinements in LAPIC
(edit) @13020   16 years vboxsync Knut-compatibility fixes
(edit) @13013   16 years vboxsync infrastructure work for X2APIC support
(edit) @13002   16 years vboxsync Add PCI irq routing information to have 32 slots available on the host …
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12976   16 years vboxsync PDM: fixed PDMAPICVERSION.
(edit) @12972   16 years vboxsync APIC versioning in features interface
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @12939   16 years vboxsync refined APIC writes a bit, put a comment with explanation where bad …
(edit) @12869   16 years vboxsync fixed Ubuntu crash in debug VBox (although true reason why we're …
(edit) @12667   16 years vboxsync CPU id passed to interrupt callback, proper typing
(edit) @12653   16 years vboxsync various files: doxygen fixes.
(edit) @12649   16 years vboxsync DevPcBios: CMOS layout.
(edit) @12643   16 years vboxsync DevPit-i8254.cpp: file header.
(edit) @12642   16 years vboxsync DrvACPI: file header.
(edit) @12634   16 years vboxsync DevAPIC: Added usage note and assertion to APIC_LOCK_VOID and update …
(edit) @12630   16 years vboxsync SCSI: Add write support for the BIOS (Grub makes use of it if there is …
(edit) @12626   16 years vboxsync relocate right
(edit) @12617   16 years vboxsync removed buggy relocation code
(edit) @12616   16 years vboxsync APIC saved stae version back to one - no incompatibilities
(edit) @12615   16 years vboxsync per-LAPIC timers, cleanup, all LAPICs state save-restore, relocation
(edit) @12612   16 years vboxsync further APIC work
(edit) @12598   16 years vboxsync some interrupt routing code
(edit) @12589   16 years vboxsync fix OSE
(edit) @12588   16 years vboxsync reworked APIC structures layout - hopefully not broken smth accidentally
(edit) @12571   16 years vboxsync PC/BIOS/Makefile: define VBOX_WITH_SCSI.
(edit) @12570   16 years vboxsync Backed out 36772 & 36762
(edit) @12563   16 years vboxsync DevAPIC: DECLINLINE, static inline is a gnuims.
(edit) @12560   16 years vboxsync Update BIOS scsi driver
(edit) @12555   16 years vboxsync configure CPU count in VMM, use per-CPU MMIO regions for APIC
(edit) @12494   16 years vboxsync BIOS: moved some code around to allow more init calls
(edit) @12487   16 years vboxsync multiple LAPICs intermediate commit
(edit) @12477   16 years vboxsync BIOS: add SCSI driver which is not finished yet and disabled
(edit) @12468   16 years vboxsync VBOX_WITH_MORE_THAN_4GB config variable
(edit) @12431   16 years vboxsync DevACPI: r=bird: C++ is ring-3 only. class names are not all …
(edit) @12428   16 years vboxsync more SMP work
(edit) @12311   16 years vboxsync further work on SMP BIOS tables (some ACPI code still TBD)
(edit) @12294   16 years vboxsync conditional compilation of guest SMP related stuff (disabled by …
(edit) @12269   16 years vboxsync PC/BIOS/Maekfile: fixed typo.
(edit) @12268   16 years vboxsync Devices/Makefiles: PATH_TARGET elimination, push up to root …
(edit) @12239   16 years vboxsync BIOS: Disabled the above 4GB memory change. This depends on PGM (and …
(edit) @12236   16 years vboxsync - fixed wrong comment
(edit) @12233   16 years vboxsync Support for more than 4G RAM in guest, may not really work, but …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12095   16 years vboxsync fixed XPCOMIPC deps, other minor fixes
(edit) @11989   16 years vboxsync All: fix typo in filemuncher and 2 wrong headers resulting from it
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11825   16 years vboxsync VBOX_WITH_VMI
(edit) @11819   16 years vboxsync disable VMI BIOS
(edit) @11428   16 years vboxsync BIOS: handle empty DMI strings
(edit) @11364   16 years vboxsync missing dep to the correct version stamp
(edit) @11293   16 years vboxsync DevRTC: PDMDEVINS_2_RCPTR
(edit) @11292   16 years vboxsync pdm: Retired PDM_SRC_POS.
(edit) @11289   16 years vboxsync DevACPI: TMTimerRCPtr
(edit) @11288   16 years vboxsync Devices: %VX64 -> %RX64, %VGv -> %RGv
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11265   16 years vboxsync DevPIC: dropped vl_vbox.h
(edit) @11264   16 years vboxsync DevPIC: pData -> pThis.
(edit) @11263   16 years vboxsync DevPIC: Use CFGM*Def.
(edit) @11262   16 years vboxsync DevPIC: cosmetics.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11257   16 years vboxsync DevPcBios: Use CFGM*Def, cosmetics.
(edit) @11255   16 years vboxsync DevPcBios.h: header.
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