qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 7/9] tests/guest-debug: use the unix socket for linux-user


From: Richard Henderson
Subject: Re: [PATCH v1 7/9] tests/guest-debug: use the unix socket for linux-user tests
Date: Fri, 1 May 2020 07:46:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/30/20 12:01 PM, Alex Bennée wrote:
> +    if "system" in args.qemu:
> +        gdb_cmd += " -ex 'target remote localhost:1234'"
> +    else:
> +        gdb_cmd += " -ex 'target remote %s'" % (socket_name)

Why should not system testing be moved to sockets?
Surely that has the same problem in the end.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]