qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 17/22] tests/guest-debug: add a simple test runner


From: Richard Henderson
Subject: Re: [PATCH v5 17/22] tests/guest-debug: add a simple test runner
Date: Wed, 15 Jan 2020 12:43:43 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 1/14/20 5:09 AM, Alex Bennée wrote:
> +    if "system" in args.qemu:
> +        cmd = "%s %s %s -s -S" % (args.qemu, args.qargs, args.binary)
> +    else:
> +        cmd = "%s %s -g 1234 %s" % (args.qemu, args.qargs, args.binary)

Oh, hard-coding of the port is going to cause failures.  Multiple users on the
system both running qemu tests.  Parallel make.  Anything.

I think we should really consider adding support for debugging over unix
sockets or named pipes, both of which work well with the file system to avoid
conflict.


r~



reply via email to

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