fth0 wrote:Guess where I got the wrong information from.

(I'm still using VirtualBox 5.2.34, and took a quick look into your Global.csv file before answering.)
According to changeset
r75817 - 2018-11-29 17:24:26:
[quote] { "Windows", "Microsoft Windows", "Windows2016_64", "Windows 2016 (64-bit)",
VBOXOSTYPE_Win2k16_x64, VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC | VBOXOSHINT_USBTABLET | VBOXOSHINT_USB3,
- 2048,128, 50 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
- StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
+ 2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
+ StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
+
+#if 0
+ { "Windows", "Microsoft Windows", "Windows2019_64", "Windows 2019 (64-bit)",
+ VBOXOSTYPE_Win2k16_x64, VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC | VBOXOSHINT_USBTABLET | VBOXOSHINT_USB3,
+ 2048,128, 50 * _1G64, GraphicsControllerType_VBoxSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_IntelAhci, StorageBus_SATA,
+ StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_HDA, AudioCodecType_STAC9221 },
+#endif
{ "Windows", "Microsoft Windows", "WindowsNT", "Other Windows (32-bit)",
VBOXOSTYPE_WinNT, VBOXOSHINT_NONE,
[/quote]Guess who missed the "#if 0 ... #endif" part!

But still, even though I'm not a C guru, that "#if...#endif" statement seems to be commented out, yet 2019 is AWOL. I don't know what's going on actually, I'm a tad lost...
fth0 wrote:I'd be interested in the LibreOffice spreadsheet. What are the differences to the CSV file?
It's already setup with auto-filters, has frozen windows for easier navigation, breaks down the individual "osHint" options. Look for an update in the appropriate thread, .ODS file coming up within the hour...