Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Michal Simek
On 04/25/2014 03:51 PM, Guenter Roeck wrote: > On 04/25/2014 06:29 AM, Guenter Roeck wrote: >> On 04/25/2014 12:25 AM, Michal Simek wrote: >> [ ... ] >> >>> >>> It should be pretty easy to fix it in timer_write function like this. >>> >>> diff --git a/hw/timer/xilinx_timer.c

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Guenter Roeck
On 04/25/2014 06:29 AM, Guenter Roeck wrote: On 04/25/2014 12:25 AM, Michal Simek wrote: [ ... ] It should be pretty easy to fix it in timer_write function like this. diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index 6113b97..3ff1da9 100644 --- a/hw/timer/xilinx_timer.c

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Guenter Roeck
On 04/25/2014 12:25 AM, Michal Simek wrote: [ ... ] It should be pretty easy to fix it in timer_write function like this. diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index 6113b97..3ff1da9 100644 --- a/hw/timer/xilinx_timer.c +++ b/hw/timer/xilinx_timer.c @@ -169,7 +169,7

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Michal Simek
On 04/24/2014 03:38 PM, Guenter Roeck wrote: > On 04/23/2014 11:16 PM, Michal Simek wrote: >> On 04/23/2014 05:45 PM, Guenter Roeck wrote: >>> On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: > On 04/22/2014 10:32 PM, Michal Simek

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Michal Simek
On 04/24/2014 03:38 PM, Guenter Roeck wrote: On 04/23/2014 11:16 PM, Michal Simek wrote: On 04/23/2014 05:45 PM, Guenter Roeck wrote: On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Guenter Roeck
On 04/25/2014 12:25 AM, Michal Simek wrote: [ ... ] It should be pretty easy to fix it in timer_write function like this. diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index 6113b97..3ff1da9 100644 --- a/hw/timer/xilinx_timer.c +++ b/hw/timer/xilinx_timer.c @@ -169,7 +169,7

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Guenter Roeck
On 04/25/2014 06:29 AM, Guenter Roeck wrote: On 04/25/2014 12:25 AM, Michal Simek wrote: [ ... ] It should be pretty easy to fix it in timer_write function like this. diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index 6113b97..3ff1da9 100644 --- a/hw/timer/xilinx_timer.c

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-25 Thread Michal Simek
On 04/25/2014 03:51 PM, Guenter Roeck wrote: On 04/25/2014 06:29 AM, Guenter Roeck wrote: On 04/25/2014 12:25 AM, Michal Simek wrote: [ ... ] It should be pretty easy to fix it in timer_write function like this. diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c index

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-24 Thread Guenter Roeck
On 04/23/2014 11:16 PM, Michal Simek wrote: On 04/23/2014 05:45 PM, Guenter Roeck wrote: On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-24 Thread Michal Simek
On 04/23/2014 05:45 PM, Guenter Roeck wrote: > On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: >> On 04/23/2014 03:38 PM, Guenter Roeck wrote: >>> On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: > Hi all,

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-24 Thread Michal Simek
On 04/23/2014 05:45 PM, Guenter Roeck wrote: On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-24 Thread Guenter Roeck
On 04/23/2014 11:16 PM, Michal Simek wrote: On 04/23/2014 05:45 PM, Guenter Roeck wrote: On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Guenter Roeck
On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: > On 04/23/2014 03:38 PM, Guenter Roeck wrote: > > On 04/22/2014 10:32 PM, Michal Simek wrote: > >> Hi Guenter, > >> > >> > >> On 04/22/2014 07:23 PM, Guenter Roeck wrote: > >>> Hi all, > >>> > >>> when trying to run a microblaze image

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Michal Simek
On 04/23/2014 03:38 PM, Guenter Roeck wrote: > On 04/22/2014 10:32 PM, Michal Simek wrote: >> Hi Guenter, >> >> >> On 04/22/2014 07:23 PM, Guenter Roeck wrote: >>> Hi all, >>> >>> when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, >>> I get the following hangup. This used to

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Guenter Roeck
On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier kernels with the same configuration. Is this a

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Guenter Roeck
On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier kernels with the same configuration. Is this a

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Michal Simek
On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-23 Thread Guenter Roeck
On Wed, Apr 23, 2014 at 04:12:59PM +0200, Michal Simek wrote: On 04/23/2014 03:38 PM, Guenter Roeck wrote: On 04/22/2014 10:32 PM, Michal Simek wrote: Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-22 Thread Michal Simek
Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: > Hi all, > > when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, > I get the following hangup. This used to work with earlier kernels > with the same configuration. > > Is this a known problem, or is something wrong

Microblaze image hanging in qemu with 3.15-rc

2014-04-22 Thread Guenter Roeck
Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier kernels with the same configuration. Is this a known problem, or is something wrong with my configuration or with my qemu command line ? Thanks, Guenter

Microblaze image hanging in qemu with 3.15-rc

2014-04-22 Thread Guenter Roeck
Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier kernels with the same configuration. Is this a known problem, or is something wrong with my configuration or with my qemu command line ? Thanks, Guenter

Re: Microblaze image hanging in qemu with 3.15-rc

2014-04-22 Thread Michal Simek
Hi Guenter, On 04/22/2014 07:23 PM, Guenter Roeck wrote: Hi all, when trying to run a microblaze image with 3.15-rc1 or 3.15-rc2 in qemu, I get the following hangup. This used to work with earlier kernels with the same configuration. Is this a known problem, or is something wrong with