Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-22 Thread Aleksandar Markovic
> From: Markus Armbruster > Subject: Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP > query-cpu-definitions command > > Aleksandar Markovic writes: > > >> From: Markus Armbruster > >> Subject: Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-20 Thread Markus Armbruster
Aleksandar Markovic writes: >> From: Markus Armbruster >> Subject: Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP >> query-cpu-definitions command > > ... > >> Reviewed-by: Markus Armbruster > > Unless there is somebody's objection, I am

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-20 Thread Aleksandar Markovic
> From: Markus Armbruster > Subject: Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP > query-cpu-definitions command ... > Reviewed-by: Markus Armbruster Unless there is somebody's objection, I am going to accept this patch into the next MIPS pull request, planned t

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Markus Armbruster
Eric Blake writes: > On 2/19/19 1:15 PM, Aleksandar Markovic wrote: >> From: Pavel Dovgalyuk >> >> This patch enables QMP-based querying of the available CPU types for >> MIPS and MIPS64 platforms. >> >> Signed-off-by: Pavel Dovgalyuk >> Signed-off-by: Aleksandar Markovic >> Reviewed-by: Phi

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Markus Armbruster
Aleksandar Markovic writes: > From: Pavel Dovgalyuk > > This patch enables QMP-based querying of the available CPU types for > MIPS and MIPS64 platforms. > > Signed-off-by: Pavel Dovgalyuk > Signed-off-by: Aleksandar Markovic > Reviewed-by: Philippe Mathieu-Daudé > Tested-by: Philippe Mathieu

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Philippe Mathieu-Daudé
Hi Eric, On 2/19/19 9:12 PM, Eric Blake wrote: > On 2/19/19 1:15 PM, Aleksandar Markovic wrote: >> From: Pavel Dovgalyuk >> >> This patch enables QMP-based querying of the available CPU types for >> MIPS and MIPS64 platforms. >> >> Signed-off-by: Pavel Dovgalyuk >> Signed-off-by: Aleksandar Mark

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Eric Blake
On 2/19/19 1:15 PM, Aleksandar Markovic wrote: > From: Pavel Dovgalyuk > > This patch enables QMP-based querying of the available CPU types for > MIPS and MIPS64 platforms. > > Signed-off-by: Pavel Dovgalyuk > Signed-off-by: Aleksandar Markovic > Reviewed-by: Philippe Mathieu-Daudé > Tested-b

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Aleksandar Markovic
> From: Philippe Mathieu-Daudé > 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 > > > > This patch enables QMP-based querying of the available CPU types for > > MIPS and MIPS64 platf

Re: [Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Philippe Mathieu-Daudé
On 2/19/19 8:15 PM, Aleksandar Markovic wrote: > From: Pavel Dovgalyuk > > This patch enables QMP-based querying of the available CPU types for > MIPS and MIPS64 platforms. > > Signed-off-by: Pavel Dovgalyuk > Signed-off-by: Aleksandar Markovic > Reviewed-by: Philippe Mathieu-Daudé > Tested-b

[Qemu-devel] [PATCH v2] target/mips: implement QMP query-cpu-definitions command

2019-02-19 Thread Aleksandar Markovic
From: Pavel Dovgalyuk This patch enables QMP-based querying of the available CPU types for MIPS and MIPS64 platforms. Signed-off-by: Pavel Dovgalyuk Signed-off-by: Aleksandar Markovic Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- v1->v2: - rebased to the lates