Re: [Qemu-devel] [PATCH v6 6/6] target: [tcg, arm] Port to generic translation framework

2017-06-18 Thread Emilio G. Cota
On Sun, Jun 18, 2017 at 17:41:02 +0300, Lluís Vilanova wrote: > Is there any ready-made kernel or disk image I can test with? I test ARM with: $ qemu-system-arm -machine type=virt -nographic -smp 1 -m 4096 \ -netdev user,id=unet,hostfwd=tcp::-:22 \ -device

Re: [Qemu-devel] [PATCH v6 6/6] target: [tcg, arm] Port to generic translation framework

2017-06-18 Thread Lluís Vilanova
Emilio G Cota writes: > On Mon, Jun 12, 2017 at 17:54:30 +0300, Lluís Vilanova wrote: >> Signed-off-by: Lluís Vilanova >> --- >> target/arm/translate-a64.c | 346 ++--- >> target/arm/translate.c | 720 >> ++-- >>

Re: [Qemu-devel] [PATCH v6 6/6] target: [tcg, arm] Port to generic translation framework

2017-06-15 Thread Emilio G. Cota
On Mon, Jun 12, 2017 at 17:54:30 +0300, Lluís Vilanova wrote: > Signed-off-by: Lluís Vilanova > --- > target/arm/translate-a64.c | 346 ++--- > target/arm/translate.c | 720 > ++-- > target/arm/translate.h |