https://github.com/qemu/qemu
Raw File
Tip revision: 59d620e252736ffc23e806c60143004a5dbfb193 authored by Igor Mammedov on 18 April 2023, 09:04:49 UTC
acpi: pcihp: allow repeating hot-unplug requests
Tip revision: 59d620e
.gdbinit
# GDB may have ./.gdbinit loading disabled by default.  In that case you can
# follow the instructions it prints.  They boil down to adding the following to
# your home directory's ~/.gdbinit file:
#
#   add-auto-load-safe-path /path/to/qemu/.gdbinit

# Load QEMU-specific sub-commands and settings
source scripts/qemu-gdb.py
back to top