[Qemu-devel] [PATCH 8/8] s390: Fix the storage increment size calculation

2012-06-06 Thread Jens Freimann
From: Nick Wang To comply with the SCLP architecture, the number of storage increments should be 512 or fewer. The increment size is a multiple of 1M and is a power of 2. Signed-off-by: Nick Wang Signed-off-by: Jens Freimann --- hw/s390-sclp.c |2 +- hw/s390-virtio.c |6 +++--- 2 fi

Re: [Qemu-devel] [PATCH 8/8] s390: Fix the storage increment size calculation

2012-06-18 Thread Alexander Graf
On 12.06.2012, at 16:57, Jeng-fang Wang wrote: > Yes, you can refer to AR10040-03-POK, Service-Call Logical Processor > Architecture for S/390 and z/Architecture, Figure 2-6 Minimum storage > increment and subincrement size. :) > Is that one publicly available anywhere? Alex

Re: [Qemu-devel] [PATCH 8/8] s390: Fix the storage increment size calculation

2012-06-18 Thread Christian Borntraeger
On 18/06/12 15:46, Alexander Graf wrote: > Is that one publicly available anywhere? Unfortunately no. Sorry.

Re: [Qemu-devel] [PATCH 8/8] s390: Fix the storage increment size calculation

2012-06-12 Thread Alexander Graf
On 06/06/2012 02:05 PM, Jens Freimann wrote: From: Nick Wang To comply with the SCLP architecture, the number of storage increments should be 512 or fewer. The increment size is a multiple of 1M and is a power of 2. Signed-off-by: Nick Wang Signed-off-by: Jens Freimann Any references to docum

Re: [Qemu-devel] [PATCH 8/8] s390: Fix the storage increment size calculation

2012-06-12 Thread Jeng-fang Wang
Yes, you can refer to AR10040-03-POK, Service-Call Logical Processor Architecture for S/390 and z/Architecture, Figure 2-6 Minimum storage increment and subincrement size. :) Nick From: Alexander Graf To: Jens Freimann Cc: Jens Freimann , Cornelia Huck , qemu-devel