> From: Philippe Mathieu-Daudé <[email protected]> > Subject: Re: [PATCH v2] target/mips: implement QMP query-cpu-definitions > command > > On 2/19/19 8:15 PM, Aleksandar Markovic wrote: > > From: Pavel Dovgalyuk <[email protected]> > > > > This patch enables QMP-based querying of the available CPU types for > > MIPS and MIPS64 platforms. > > > > Signed-off-by: Pavel Dovgalyuk <[email protected]> > > Signed-off-by: Aleksandar Markovic <[email protected]> > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > > Tested-by: Philippe Mathieu-Daudé <[email protected]> > > Aleksandar, FYI I tested v1 and your v2 that way: > > $ mips64el-softmmu/qemu-system-mips64el -S \ > -qmp tcp:localhost:4444,server,nowait > > $ telnet localhost 4444 > {"QMP": {"version": {"qemu": {"micro": 50, "minor": 1, "major": 3}, > "package": "v3.1.0-1924-gc7b700fafb"}, "capabilities": ["oob"]}}
... That's fabulous! Thanks, Philippe! Aleksandar
