mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
c03701f0de
Replace the QEMU debugger VM approach with a simpler setup that runs WinDbg directly on a Windows host. Cloud Hypervisor exposes the guest serial port on a UNIX socket, socat turns it into a TCP listener, and the convey tool bridges the TCP endpoint to a named pipe that WinDbg attaches to. This drops the need for a second Windows VM and the socat SYSTEM shell script wrapping. Assisted-by: Claude:Opus-4.8 Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>