VirtualBox

Ignore:
Timestamp:
Jul 25, 2018 1:02:11 PM (6 years ago)
Author:
vboxsync
Message:

VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev and hooked it up to DBGF. Made DBGF remember the last reported bug check, adding an info handler for displaying it. Added VM reset counters w/ getters for use in bug check reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMInternal.h

    r69474 r73351  
    166166    /** The VM should power off instead of reset. */
    167167    bool                            fPowerOffInsteadOfReset;
     168    /** Reset counter (soft + hard). */
     169    uint32_t                        cResets;
     170    /** Hard reset counter. */
     171    uint32_t                        cHardResets;
     172    /** Soft reset counter. */
     173    uint32_t                        cSoftResets;
    168174} VMINT;
    169175/** Pointer to the VM Internal Data (part of the VM structure). */
Note: See TracChangeset for help on using the changeset viewer.

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