Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-19 Thread Pavel Dovgalyuk
> From: Aleksandar Markovic [mailto:amarko...@wavecomp.com] > > From: Markus Armbruster > > Subject: Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions > > command > > > Please rebase. Let me know if you need help. > > Hi, Markus. > >

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-19 Thread Aleksandar Markovic
> From: Markus Armbruster > Subject: Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions > command > Please rebase. Let me know if you need help. Hi, Markus. Pavel was probably busy today, so I took the liberty to rebase the patch, and here is the v2: https://l

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-18 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Hi Pavel, > > On 2/11/19 6:34 AM, Pavel Dovgalyuk wrote: >> Ping. > > You forgot to Cc Aleksandar, to get his MIPS maintainer Ack-by: > > ./scripts/get_maintainer.pl -f target/mips/helper.c > Aleksandar Markovic (maintainer:MIPS) > >> >> Pavel Dovgalyuk >> >>>

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-17 Thread Pavel Dovgalyuk
> From: Aleksandar Markovic [mailto:amarko...@wavecomp.com] > > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > > > > This patch enables QMP-based querying of the available CPU types for MIPS > > and MIPS64 platforms. > > > > Signed-off-by: Pavel Dovgalyuk > > --- > > monitor.c

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-17 Thread Aleksandar Markovic
> From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Tuesday, February 05, 2019 4:08 PM > To: qemu-devel@nongnu.org > Cc: pavel.dovga...@ispras.ru; arik...@wavecomp.com; mdr...@linux.vnet.ibm.com; > arm...@redhat.com; dovga...@ispras.ru; natalia.furs...@ispras.ru; >

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-16 Thread Philippe Mathieu-Daudé
Hi Pavel, On 2/11/19 6:34 AM, Pavel Dovgalyuk wrote: > Ping. You forgot to Cc Aleksandar, to get his MIPS maintainer Ack-by: ./scripts/get_maintainer.pl -f target/mips/helper.c Aleksandar Markovic (maintainer:MIPS) > > Pavel Dovgalyuk > >> -Original Message- >> From: Pavel Dovgalyuk

Re: [Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-10 Thread Pavel Dovgalyuk
Ping. Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Tuesday, February 05, 2019 4:08 PM > To: qemu-devel@nongnu.org > Cc: pavel.dovga...@ispras.ru; arik...@wavecomp.com; mdr...@linux.vnet.ibm.com; > arm...@redhat.com;

[Qemu-devel] [PATCH] mips: implement qmp query-cpu-definitions command

2019-02-05 Thread Pavel Dovgalyuk
This patch enables QMP-based querying of the available CPU types for MIPS and MIPS64 platforms. Signed-off-by: Pavel Dovgalyuk --- monitor.c|2 +- target/mips/helper.c | 33 + 2 files changed, 34 insertions(+), 1 deletion(-) diff --git