|
|
@82191
|
5 years |
vboxsync |
DevPS2: Moved XlateAT2PC to the DevPS2.cpp file. bugref:9218
|
|
|
@82190
|
5 years |
vboxsync |
DevPS2: ps2kRemoveQueue is common to both DevPS2M.cpp and DevPS2K.cpp, …
|
|
|
@82189
|
5 years |
vboxsync |
DevPS2: Saved state, prefixes, ++. bugref:9218
|
|
|
@82188
|
5 years |
vboxsync |
DevFdc: Saved state fix - forgot to increase FDC_SAVESTATE_CURRENT. duh!
|
|
|
@82183
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed sizeof() calc in virtioScsiR3ReqErr() …
|
|
|
@82182
|
5 years |
vboxsync |
PC/BIOS: Don't panic when an INQUIRY fails but don't continue with …
|
|
|
@82180
|
5 years |
vboxsync |
PC/BIOS: Add support for CD/DVD drives attached to a Virtio SCSI …
|
|
|
@82179
|
5 years |
vboxsync |
buslogic*Construct: NIL handles and assert NIL values in ring-0. …
|
|
|
@82178
|
5 years |
vboxsync |
DevVGA: Made status register 0 more IBM compatible.
|
|
|
@82177
|
5 years |
vboxsync |
DevFdc: Saved state fixes (cannot just save two extra timers w/o …
|
|
|
@82176
|
5 years |
vboxsync |
PC/BIOS: The index of the avail queue is supposed to be free running …
|
|
|
@82175
|
5 years |
vboxsync |
PC/BIOS: Enable the VirtIo driver by default, bugref:9440
|
|
|
@82174
|
5 years |
vboxsync |
PC/BIOS/virtio.c: Fixes, seems to work now
|
|
|
@82173
|
5 years |
vboxsync |
DevPS2: Less opaque and structure duplicatication. (The opaque stuff …
|
|
|
@82170
|
5 years |
vboxsync |
Devices: PS2K.cpp -> DevPS2K.cpp; PS2M.cpp -> DevPS2M.cpp; PS2Dev.h -> …
|
|
|
@82165
|
5 years |
vboxsync |
Devices/Graphics: OpenGL backend: fixes for compressed textures.
|
|
|
@82164
|
5 years |
vboxsync |
PC/BIOS/VirtIoScsi: Current state
|
|
|
@82163
|
5 years |
vboxsync |
PC/BIOS: Hook up VirtIO driver to the disk layer
|
|
|
@82162
|
5 years |
vboxsync |
PC/BIOS: Move cdb_rw10 and cdb_rw16 into the generic SCSI header so it …
|
|
|
@82154
|
5 years |
vboxsync |
VGABIOS: Flipped inverted BDA bit.
|
|
|
@82153
|
5 years |
vboxsync |
DevBusLogic: Fixed R0 setup in ISA-only mode.
|
|
|
@82152
|
5 years |
vboxsync |
DevFdc: Introduced IRQDelay option to postpone interrupts, needed for …
|
|
|
@82151
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Did some work on virtio async event …
|
|
|
@82150
|
5 years |
vboxsync |
VGABIOS: Take the page number into account for planar graphics modes …
|
|
|
@82149
|
5 years |
vboxsync |
VirtualKD -> DevVirtualKD
|
|
|
@82148
|
5 years |
vboxsync |
VirtualKD: Converted to new style. bugref:9218
|
|
|
@82147
|
5 years |
vboxsync |
DevPCNet: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
|
|
|
@82146
|
5 years |
vboxsync |
DevPCNet: Split the state structure. Set new-style flag. bugref:9218
|
|
|
@82145
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed problem with scsi offline errors on …
|
|
|
@82144
|
5 years |
vboxsync |
DevPCNet: clang fix. bugref:9218
|
|
|
@82143
|
5 years |
vboxsync |
vgabios.c: make scm happy.
|
|
|
@82142
|
5 years |
vboxsync |
DevPCNet: Logging cleanups. bugref:9218
|
|
|
@82141
|
5 years |
vboxsync |
DevPCNet: Converted MMIO handlers. [fixes] bugref:9218
|
|
|
@82140
|
5 years |
vboxsync |
DevPCNet: Converted MMIO handlers. bugref:9218
|
|
|
@82139
|
5 years |
vboxsync |
DevPCNet: Conveted I/O port handlers. bugref:9218
|
|
|
@82138
|
5 years |
vboxsync |
DevPCNet: Set up critsect correctly for ring-0/raw-mode too. bugref:9218
|
|
|
@82137
|
5 years |
vboxsync |
DevPCNet: Replaced pXmitQueue with a PDM Task. bugref:9218
|
|
|
@82136
|
5 years |
vboxsync |
DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
|
|
|
@82135
|
5 years |
vboxsync |
DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
|
|
|
@82134
|
5 years |
vboxsync |
DevPCNet: Converted timers. bugref:9218
|
|
|
@82133
|
5 years |
vboxsync |
VGABIOS: Fixed CGA cursor emulation (new code is much more complex but …
|
|
|
@82130
|
5 years |
vboxsync |
DrvVD: Moved the statistics to /Public/Storage/ to make them official …
|
|
|
@82129
|
5 years |
vboxsync |
Devices/Network: Don't decorate the public stats with device, just use …
|
|
|
@82128
|
5 years |
vboxsync |
DevPCNet: Do CFGM and SSM via devhlp. Use default statistics prefix. …
|
|
|
@82127
|
5 years |
vboxsync |
DevVGA: Doxygen fixes. bugref:9218
|
|
|
@82126
|
5 years |
vboxsync |
DevParallel: VBOXSTRICTRC+AssertRC fixes. +T bugref:9218
|
|
|
@82125
|
5 years |
vboxsync |
DevParallel: VBOXSTRICTRC+AssertRC fixes. bugref:9218
|
|
|
@82123
|
5 years |
vboxsync |
DevParallel: Split structure. Set new_style flag. [grr] bugref:9218
|
|
|
@82122
|
5 years |
vboxsync |
DevParallel: Split structure. Set new_style flag. bugref:9218
|
|
|
@82121
|
5 years |
vboxsync |
DevParallel: Converted I/O handlers. bugref:9218
|
|
|
@82120
|
5 years |
vboxsync |
DevParallel: CFGM & SSM via devhlp. bugref:9218
|
|
|
@82117
|
5 years |
vboxsync |
DevVGA: doxygen fixes. bugref:9218
|
|
|
@82116
|
5 years |
vboxsync |
DevVGA: Darwin bulid fix. bugref:9218
|
|
|
@82115
|
5 years |
vboxsync |
DevVGA: Set PDM_DEVREG_FLAGS_NEW_STYLE. bugref:9218
|
|
|
@82114
|
5 years |
vboxsync |
DevVGA: Splitting up the VMSVGASTATE structure. bugref:9218
|
|
|
@82113
|
5 years |
vboxsync |
VGABIOS: Fixed read pixel function (INT 10h/0Dh) in CGA graphics modes.
|
|
|
@82112
|
5 years |
vboxsync |
DevVGA: Darwin fixes. bugref:9218
|
|
|
@82111
|
5 years |
vboxsync |
VGABIOS: State save area size is returned in 64-byte blocks, not bytes.
|
|
|
@82110
|
5 years |
vboxsync |
DevVGA: Darwin fixes. bugref:9218
|
|
|
@82109
|
5 years |
vboxsync |
DevVGA: Splitting up the VGASTATE structure. bugref:9218
|
|
|
@82107
|
5 years |
vboxsync |
EFI/Firmware/CpuGdt.c: Revert previous patch and add explanation why …
|
|
|
@82104
|
5 years |
vboxsync |
EFI/Firmware: Work around a bug in Apples boot.efi present in at least …
|
|
|
@82102
|
5 years |
vboxsync |
DevVGA: build fix. bugref:9218
|
|
|
@82101
|
5 years |
vboxsync |
Devices/Graphics: OpenGL backend: use glTexSubImage for uploading data …
|
|
|
@82099
|
5 years |
vboxsync |
Devices/Graphics: scm.
|
|
|
@82098
|
5 years |
vboxsync |
Devices/Graphics: allow to dump surface content to a bitmap on …
|
|
|
@82097
|
5 years |
vboxsync |
Devices/Graphics: remove obsolete assertion
|
|
|
@82096
|
5 years |
vboxsync |
Devices/Graphics: use appropriate texture id
|
|
|
@82095
|
5 years |
vboxsync |
Devices/Graphics: renamed VMSVGA3DSURFACE::pMipmapLevels to …
|
|
|
@82094
|
5 years |
vboxsync |
DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
|
|
|
@82090
|
5 years |
vboxsync |
Devices/Graphics: use helpers to resolve surface and context ids; log …
|
|
|
@82089
|
5 years |
vboxsync |
DevVGA: Mark functions with R3 where appropriate, adding docs and …
|
|
|
@82088
|
5 years |
vboxsync |
DevVGA: Mark functions with R3 where appropriate, adding docs and …
|
|
|
@82087
|
5 years |
vboxsync |
DevVGA: SUPSem -> DevHlpSUPSem. bugref:9218
|
|
|
@82086
|
5 years |
vboxsync |
DevVGA: SUPSem -> DevHlpSUPSem. bugref:9218
|
|
|
@82085
|
5 years |
vboxsync |
6.1.0_RC1
|
|
|
@82084
|
5 years |
vboxsync |
DevVGA: Move VERIFY_VRAM_WRITE_OFF_RETURN and …
|
|
|
@82083
|
5 years |
vboxsync |
DevVGA: style nits. bugref:9218
|
|
|
@82081
|
5 years |
vboxsync |
DevVGA: style nits. bugref:9218
|
|
|
@82079
|
5 years |
vboxsync |
DevVGA: Map the first page of the FIFO into ring-0 so we can safely …
|
|
|
@82078
|
5 years |
vboxsync |
DevVGA: Map part of the VRAM (512KB) into ring-0 for direct access …
|
|
|
@82076
|
5 years |
vboxsync |
DevVGA: Converted VMSVGA FIFO allocation and registration to new …
|
|
|
@82074
|
5 years |
vboxsync |
DevVGA: Converted VRAM allocation and registration to new style. …
|
|
|
@82073
|
5 years |
vboxsync |
DevPCI: Added a special return code to FNPCIIOREGIONMAP for telling …
|
|
|
@82072
|
5 years |
vboxsync |
DevVGA: Converting the final I/O ports (VMSVGA). bugref:9218
|
|
|
@82071
|
5 years |
vboxsync |
DevVGA: Use PCI_ADDRESS_SPACE_MEM_PREFETCH rather than …
|
|
|
@82070
|
5 years |
vboxsync |
DevVGA: Use PCI_ADDRESS_SPACE_MEM_PREFETCH rather than …
|
|
|
@82069
|
5 years |
vboxsync |
DevVGA: Converting more I/O ports. bugref:9218
|
|
|
@82068
|
5 years |
vboxsync |
DevACPI: Doxygen fix. bugref:9218
|
|
|
@82066
|
5 years |
vboxsync |
DevVGA: Doxygen fix. bugref:9218
|
|
|
@82065
|
5 years |
vboxsync |
DevVGA: Converting more I/O ports. bugref:9218
|
|
|
@82064
|
5 years |
vboxsync |
DevVGA: Converting more I/O ports. bugref:9218
|
|
|
@82063
|
5 years |
vboxsync |
Devices/Graphics: logrel unknown surface and context ids
|
|
|
@82062
|
5 years |
vboxsync |
DevVGA: Converting more I/O ports. bugref:9218
|
|
|
@82061
|
5 years |
vboxsync |
DevVGA: Started converting I/O ports. bugref:9218
|
|
|
@82060
|
5 years |
vboxsync |
DevVGA: TMTimer -> PDMDevHlpTimer. bugref:9218
|
|
|
@82059
|
5 years |
vboxsync |
DevVGA: Use default statistics prefix. bugref:9218
|
|
|
@82056
|
5 years |
vboxsync |
fix comments/flowerboxes
|
|
|
@82055
|
5 years |
vboxsync |
fix comments/flowerboxes
|
|
|
@82054
|
5 years |
vboxsync |
fix comments/flowerboxes
|
|
|