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

2020-05-01 Thread Alex Bennée
Richard Henderson writes: > 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

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

2020-05-01 Thread Richard Henderson
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 t