Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-04-02 Thread Rob Landley
On 04/02/2018 02:05 PM, Laurent Vivier wrote: > Le 02/04/2018 à 20:13, Rob Landley a écrit : >>> The branch to use is q800-dev ... >> It booted Linux to a shell prompt, I could wget a file from the internet, and >> /home had the 2 gigabyte ext3 mount from the virtual block device. >> >> I.E. it

Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-04-02 Thread Laurent Vivier
Le 02/04/2018 à 20:13, Rob Landley a écrit : > On 03/30/2018 12:00 PM, Laurent Vivier wrote: >> Le 30/03/2018 à 18:54, Rob Landley a écrit : >>> On 03/20/2018 04:08 AM, Laurent Vivier wrote:> This series of patches is >>> needed >>> to fix a problem in the m68k translator that can crash QEMU

Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-04-02 Thread Rob Landley
On 03/30/2018 12:00 PM, Laurent Vivier wrote: > Le 30/03/2018 à 18:54, Rob Landley a écrit : >> On 03/20/2018 04:08 AM, Laurent Vivier wrote:> This series of patches is >> needed >> to fix a problem >>> in the m68k translator that can crash QEMU when translation >>> cache has too many

Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-03-30 Thread Laurent Vivier
Le 30/03/2018 à 18:54, Rob Landley a écrit : > On 03/20/2018 04:08 AM, Laurent Vivier wrote:> This series of patches is > needed > to fix a problem >> in the m68k translator that can crash QEMU when translation >> cache has too many instructions: >> >> qemu-m68k: tcg/tcg.c:883: tcg_temp_alloc:

Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-03-30 Thread Rob Landley
On 03/20/2018 04:08 AM, Laurent Vivier wrote:> This series of patches is needed to fix a problem > in the m68k translator that can crash QEMU when translation > cache has too many instructions: > > qemu-m68k: tcg/tcg.c:883: tcg_temp_alloc: Assertion `n < 512' failed. > qemu: uncaught target

Re: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-03-20 Thread Peter Maydell
On 20 March 2018 at 09:08, Laurent Vivier wrote: > The following changes since commit 55901900ec69d6fd6f332003d8ab81b2f8a38529: > > Merge remote-tracking branch > 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging > (2018-03-15 17:58:28 +) > > are

[Qemu-devel] [PULL 0/2] M68k for 2.12 patches

2018-03-20 Thread Laurent Vivier
The following changes since commit 55901900ec69d6fd6f332003d8ab81b2f8a38529: Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging (2018-03-15 17:58:28 +) are available in the Git repository at: git://github.com/vivier/qemu-m68k.git