Bug 636140
Summary: | RFE: QEMU GDB: support attaching to QEMU vms using GDB | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Daniel Berrangé <berrange> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | crobinso, loganjerry, slandden, xen-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-21 00:36:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 636031 |
Description
Daniel Berrangé
2010-09-21 14:58:36 UTC
Since this is for debugging and a reasonably rare case, IMO it should be fine just to use qemu command line passthrough here. Closing, but reopen if anyone disagrees I can't find qemu command line passthrough? Where is that feature? I am using virt-manager 1.4 This is illustrated here: https://libvirt.org/drvqemu.html#qemucommand You nede to use 'virsh edit' to modify the XML to include this, rather than virt-manager. or you can use: virt-xml $VMNAME --edit --qemu-passthrough '-gdb ...' errrr that's virt-xml --qemu-commandline ... |