qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/5] target-m68k-patches


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v2 0/5] target-m68k-patches
Date: Wed, 9 Nov 2016 15:31:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Le 09/11/2016 à 14:46, Richard Henderson a écrit :
> Changes since v1:
>   * Tweaked local variable decls for movem.
>   * Fixed the bitfield patches such that they work with linux-user-test-0.3.
>     (Along with the whole passle of extra patches required to make that work.)
> 
> The register bitfield patch still depends on the patches posted
> here in another thread implementing extract and sextract.
> 
> 
> r~
> 
> 
> Laurent Vivier (1):
>   target-m68k: Implement 680x0 movem
> 
> Richard Henderson (4):
>   target-m68k: Do not cpu_abort on undefined insns
>   target-m68k: Inline shifts
>   target-m68k: Implement bitfield ops for registers
>   target-m68k: Implement bitfield ops for memory
> 
>  target-m68k/cpu.h       |   1 +
>  target-m68k/helper.c    |  52 ----
>  target-m68k/helper.h    |  10 +-
>  target-m68k/op_helper.c | 185 +++++++++++++
>  target-m68k/translate.c | 702 
> ++++++++++++++++++++++++++++++++++++++++++++----
>  5 files changed, 843 insertions(+), 107 deletions(-)
> 

It seems I have always a segfault when I start a container. I'm going to
try to understand what happens.

Thanks,
Laurent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]