Re: [Qemu-devel] [PATCH RESEND v4 4/4] HMP: Introduce msr_get and msr_set HMP commands

2017-04-24 Thread Julian Kirsch
Good catch, thanks! -Julian On 24.04.2017 18:32, Dr. David Alan Gilbert wrote: > Shouldn't the use of '-' be '_' in those to match the .name (and in the -set > variant > below) ? > > Dave

Re: [Qemu-devel] [PATCH RESEND v4 4/4] HMP: Introduce msr_get and msr_set HMP commands

2017-04-24 Thread Dr. David Alan Gilbert
* Julian Kirsch (g...@kirschju.re) wrote: > Add two new x86-specific HMP commands to read/write model specific > registers (MSRs) of the current CPU. > > Signed-off-by: Julian Kirsch > --- > hmp-commands.hx | 38 ++ >

Re: [Qemu-devel] [PATCH RESEND v4 4/4] HMP: Introduce msr_get and msr_set HMP commands

2017-04-18 Thread Eduardo Habkost
On Tue, Apr 18, 2017 at 09:39:46AM +0200, Julian Kirsch wrote: > Add two new x86-specific HMP commands to read/write model specific > registers (MSRs) of the current CPU. > > Signed-off-by: Julian Kirsch [...] > @@ -651,3 +653,77 @@ void hmp_info_io_apic(Monitor *mon, const