Re: [Qemu-devel] [RFC PATCH v4 1/1] SPARC64: add icount support

2018-06-16 Thread Richard Henderson
On 06/14/2018 09:33 PM, Mark Cave-Ayland wrote: > This patch adds gen_io_start()/gen_io_end() to various instructions as > required > in order to boot my OpenBIOS test images on qemu-system-sparc64 with icount > enabled. > > Signed-off-by: Mark Cave-Ayland > --- > target/sparc/translate.c |

Re: [Qemu-devel] [RFC PATCH v4 1/1] SPARC64: add icount support

2018-06-15 Thread Artyom Tarasenko
On Fri, Jun 15, 2018 at 9:33 AM, Mark Cave-Ayland wrote: > This patch adds gen_io_start()/gen_io_end() to various instructions as > required > in order to boot my OpenBIOS test images on qemu-system-sparc64 with icount > enabled. > > Signed-off-by: Mark Cave-Ayland It's really good to have

[Qemu-devel] [RFC PATCH v4 1/1] SPARC64: add icount support

2018-06-15 Thread Mark Cave-Ayland
This patch adds gen_io_start()/gen_io_end() to various instructions as required in order to boot my OpenBIOS test images on qemu-system-sparc64 with icount enabled. Signed-off-by: Mark Cave-Ayland --- target/sparc/translate.c | 111 ++- 1 file