VirtualBox

Changeset 86032 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 6, 2020 8:24:52 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140242
Message:

Devices/DevQemuFwCfg: Add device emulation implementing QEMUs firmware configuration interface to load a Linux

kernel into the guest from the host and boot it when EFI is enabled for a VM without
requiring a guest OS installation. See Doxygen documentation on how to configure it.

Location:
trunk/src/VBox/Devices
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r86024 r86032  
    169169        PC/DevFwCommon.cpp \
    170170        PC/DevPcArch.cpp \
     171        PC/DevQemuFwCfg.cpp \
    171172        $(if $(VBOX_WITH_NEW_LPC_DEVICE),PC/DevLpc-new.cpp,) \
    172173        GIMDev/GIMDev.cpp \
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r85816 r86032  
    226226        return rc;
    227227#endif
     228    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceQemuFwCfg);
     229    if (RT_FAILURE(rc))
     230        return rc;
    228231
    229232    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r85816 r86032  
    106106extern const PDMDEVREG g_DeviceVirtualKD;
    107107#endif
     108extern const PDMDEVREG g_DeviceQemuFwCfg;
    108109
    109110extern const PDMDRVREG g_DrvMouseQueue;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette