Le 06/11/2016 à 07:18, Richard Henderson a écrit : > I believe the first two patches have already been posted. > No changes there, but included here for completeness. > > Next is a proposed shift patch, with the changes I believe > I mentioned wanting during review. > > Finally, implementations of the bitfield instructions. At least > the register portion depends on the generic tcg (s)extract primitives > that I have queued for 2.9. > > The full tree is at > > git://github.com/rth7680/qemu.git tgt-m68k > > > 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
There is something wrong with the bitfield patches, because when I use them instead of the version I use usually I'm not able to boot a container with qemu-m68k (SEGFAULT). Laurent