VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevPcBios.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81925   5 years vboxsync DevPcBios: Set the new-style device flag. Nits. bugref:9218
(edit) @81920   5 years vboxsync DevPcBios: Converted and split up I/O port handlers. bugref:9218
(edit) @81918   5 years vboxsync DevPcBios: Tolerate NetBoot config node. bugref:9218
(edit) @81917   5 years vboxsync DevPcBios: Use device helpers for CFGM and SSM. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81557   5 years vboxsync DevEFI.cpp,DevPcBios.cpp: The SMBIOS spec requires UUID to be stored …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80293   5 years vboxsync VMM(CPUM),DevPcBios: Added CPUM methods for getting the guest (and …
(edit) @80038   5 years vboxsync DevPcBios: Properly initialize MP table floating pointer on VM reset …
(edit) @77259   6 years vboxsync DevPcBios: Avoid suspect _DMI_ header table checksum calculation by …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73748   6 years vboxsync DevPcBios: Fixed typo in logging code.
(edit) @73142   6 years vboxsync BIOS/EFI: Explicitly specify MP table base address rather than hardcoding.
(edit) @71820   7 years vboxsync DevPcBios: Increased paranoia level in pcbiosIOPortWrite a little.
(edit) @71809   7 years vboxsync PC/Dev*: nits
(edit) @67585   7 years vboxsync DevEFI/DevACPI/DevPcBios: bugref:8768: necessary adaptions of the PCI …
(edit) @67456   7 years vboxsync DevEFI/DevPciBiops: made McfgBase/McfgLength 64-bit as they already …
(edit) @66153   8 years vboxsync DevPcBios: doxygen fix
(edit) @66151   8 years vboxsync DevPcBios.cpp: Fixed incorrect SSMR3GetStruct call (corrupted pThis on …
(edit) @66150   8 years vboxsync DevPcBios.cpp: Use VBox/bios.h.
(edit) @66133   8 years vboxsync Devices/PC/DevPcBios: fix copy/paste bug
(edit) @66130   8 years vboxsync Devices/PC/DevPcBios+Devices/PC/BIOS/apm.c: relocate the APM shutdown …
(edit) @65859   8 years vboxsync DevPcBios: RT_BYTE
(edit) @65850   8 years vboxsync Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, …
(edit) @65711   8 years vboxsync Devices/PC: paranoia s/MMR3HeapFree/PDMDevHlpMMHeapFree/
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @61054   9 years vboxsync BIOS: Enable x2APIC mode when asked.
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @60433   9 years vboxsync PCBIOS: 286 fixes, improved the BIOSORG checking as overflows in this …
(edit) @60422   9 years vboxsync VGABIOS,PCBIOS: Build variants for 80286 and 8086 in addition to the …
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @59253   9 years vboxsync pdmifs.h: Move the storage related interfaces (PDMIMEDIA, PDMIMOUNT, …
(edit) @59248   9 years vboxsync Storage: Get rid of the block driver and merge the the little extra …
(edit) @59227   9 years vboxsync DevPcBios: Properly report two floppy drives.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @55853   10 years vboxsync Logrel consistency.
(edit) @55176   10 years vboxsync nit.
(edit) @55175   10 years vboxsync DevPcBios: logrel consistency.
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @51520   11 years vboxsync VBox/Devices: Comment nits.
(edit) @50320   11 years vboxsync Devices/PC/BIOS: LogRel the location of the MPS table
(edit) @50091   11 years vboxsync BIOS: If available, store logical geometry of SCSI disk in CMOS and use it.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47036   11 years vboxsync BIOS,DevFdc,DrvBlock: The floppy controller should query the …
(edit) @46356   12 years vboxsync Devices/PC/DMI: added DmiChassisType and fixed documentation of …
(edit) @45298   12 years vboxsync DevPcBios: Do not panic.
(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) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @43750   12 years vboxsync Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry …
(edit) @43712   12 years vboxsync BIOS/EFI: fixed broken DMI information
(edit) @41599   13 years vboxsync CMOS Debuging: As suggested by Michal, moved the debug information …
(edit) @41593   13 years vboxsync PC/DevPcBios: Compilation error fixed
(edit) @41592   13 years vboxsync PC/DevPcBios: Addition of checks for bcd/hex output and code improvement.
(edit) @41582   13 years vboxsync PC/DevPCBios: Added support for CMOS RTC debugging info. Need to …
(edit) @41580   13 years vboxsync PC/DevPcBios: Addition of info cmos and info cmos2 debugging commands
(edit) @41490   13 years vboxsync DevPcBios: be more verbose
(edit) @40973   13 years vboxsync comment fix
(edit) @40277   13 years vboxsync DevPcBios: always copy the BIOS to RAM and patch the DMI table field …
(edit) @40019   13 years vboxsync DevPcBios/DevFwCommon: enable DMI chassis information (type 3); …
(edit) @39707   13 years vboxsync BIOS: allow to expose the processor informtion
(edit) @38698   13 years vboxsync Use 47 instead of 48 for user defined disk type.
(edit) @38220   13 years vboxsync DevPcBios: Checksum basic CMOS data.
(edit) @37917   13 years vboxsync DevPcBios: Fail plainly if we encounter trouble loading a custom BIOS …
(edit) @35400   14 years vboxsync introduced VBOX_WITH_PXE_ROM
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34458   14 years vboxsync BIOS: removed generic vars mechanism
(edit) @34426   14 years vboxsync BIOS: report MCFG region via E820, if present
(edit) @34317   14 years vboxsync nc
(edit) @34169   14 years vboxsync DevPcBios.cpp: remove no longer needed alignment for net boot images …
(edit) @34164   14 years vboxsync DevPcBios.cpp: Always 56KB network boot ROM to avoid saved state trouble.
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34081   14 years vboxsync Devices/PC: clean up LAN boot ROM code a bit, do the proper size check …
(edit) @33917   14 years vboxsync PC BIOS: add bus into PCI address
(edit) @33910   14 years vboxsync Main, PXE: pass bus number too
(edit) @32720   14 years vboxsync Devices/BIOS: allow to overwrite DmiSystemSKU
(edit) @32675   14 years vboxsync Devices/BIOS: minor fix (free alloc'd strings)
(edit) @31209   14 years vboxsync DevPcBios.cpp: Do the reset after loading the lanboot ROM and fill the …
(edit) @30451   14 years vboxsync PXE: Allow the UNDI driver to be called multiple times again (ZENworks …
(edit) @29332   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28580   15 years vboxsync review feedback
(edit) @28569   15 years vboxsync Main: CFGM switch to control additional DMI tables
(edit) @28424   15 years vboxsync firmware: Factored out the SMBIOS & DMI header planting from …
(edit) @28203   15 years vboxsync DevPcBios,DevEFI,DevFWCommon: Don't reconstruct the MPS table at …
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27692   15 years vboxsync Pass boot NIC PCI dev/fn separately to DevPcBios. Easier to understand …
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