Patchew URL:
https://patchew.org/QEMU/20210206232058.4209-1-elias-djossou@gmx.de/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210206232058.4209-1-elias-djossou@gmx.de
Subject: [PATCH] Expose i386 model
This patch aims to expose certain model specific registers on i386 to the HMP.
To achieve this a new HMP command "info msr-registers" is added. Since
this is only relevant for i386 an "#if defined(TARGET_I386)" ensures it stays
there.
The corrsponding function "hmp_info_msr_registers()" is then i