Re: [PATCH] s390/setup: fix early warning messages

2019-02-20 Thread Cornelia Huck
On Tue, 19 Feb 2019 10:47:38 -0800 Guenter Roeck wrote: > Hi Cornelia, > > On 2/18/19 2:30 PM, Cornelia Huck wrote: > > >> What is your qemu command line ? > > > > Ignoring any additional devices: > > > > s390x-softmmu/qemu-system-s390x -M s390-ccw-virtio,accel=tcg -cpu max -m > > 1024

Re: [PATCH] s390/setup: fix early warning messages

2019-02-19 Thread Guenter Roeck
Hi Cornelia, On 2/18/19 2:30 PM, Cornelia Huck wrote: What is your qemu command line ? Ignoring any additional devices: s390x-softmmu/qemu-system-s390x -M s390-ccw-virtio,accel=tcg -cpu max -m 1024 -nographic -device virtio-scsi-ccw,id=scsi0,devno=fe.0.0001 -drive

Re: [PATCH] s390/setup: fix early warning messages

2019-02-19 Thread Guenter Roeck
On Mon, Feb 18, 2019 at 06:21:06PM +0100, Martin Schwidefsky wrote: > On Mon, 18 Feb 2019 18:01:46 +0100 > Martin Schwidefsky wrote: > > > On Mon, 18 Feb 2019 07:46:40 -0800 > > Guenter Roeck wrote: > > > > > Hi, > > > > > > On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote:

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Cornelia Huck
On Mon, 18 Feb 2019 11:22:40 -0800 Guenter Roeck wrote: > Hi Cornelia, > > On 2/18/19 10:16 AM, Cornelia Huck wrote: > > On Mon, 18 Feb 2019 18:21:06 +0100 > > Martin Schwidefsky wrote: > > > >> On Mon, 18 Feb 2019 18:01:46 +0100 > >> Martin Schwidefsky wrote: > >> > >>> On Mon, 18 Feb

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Guenter Roeck
Hi Cornelia, On 2/18/19 10:16 AM, Cornelia Huck wrote: On Mon, 18 Feb 2019 18:21:06 +0100 Martin Schwidefsky wrote: On Mon, 18 Feb 2019 18:01:46 +0100 Martin Schwidefsky wrote: On Mon, 18 Feb 2019 07:46:40 -0800 Guenter Roeck wrote: Hi, On Thu, Feb 14, 2019 at 03:40:56PM +0100,

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Cornelia Huck
On Mon, 18 Feb 2019 18:21:06 +0100 Martin Schwidefsky wrote: > On Mon, 18 Feb 2019 18:01:46 +0100 > Martin Schwidefsky wrote: > > > On Mon, 18 Feb 2019 07:46:40 -0800 > > Guenter Roeck wrote: > > > > > Hi, > > > > > > On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote:

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Guenter Roeck
Hi Martin, On 2/18/19 9:01 AM, Martin Schwidefsky wrote: On Mon, 18 Feb 2019 07:46:40 -0800 Guenter Roeck wrote: Hi, On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote: The setup_lowcore() function creates a new prefix page for the boot CPU. The PSW mask for the

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Martin Schwidefsky
On Mon, 18 Feb 2019 18:01:46 +0100 Martin Schwidefsky wrote: > On Mon, 18 Feb 2019 07:46:40 -0800 > Guenter Roeck wrote: > > > Hi, > > > > On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote: > > > The setup_lowcore() function creates a new prefix page for the boot CPU. > > >

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Martin Schwidefsky
On Mon, 18 Feb 2019 07:46:40 -0800 Guenter Roeck wrote: > Hi, > > On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote: > > The setup_lowcore() function creates a new prefix page for the boot CPU. > > The PSW mask for the system_call, external interrupt, i/o interrupt and > > the

Re: [PATCH] s390/setup: fix early warning messages

2019-02-18 Thread Guenter Roeck
Hi, On Thu, Feb 14, 2019 at 03:40:56PM +0100, Martin Schwidefsky wrote: > The setup_lowcore() function creates a new prefix page for the boot CPU. > The PSW mask for the system_call, external interrupt, i/o interrupt and > the program check handler have the DAT bit set in this new prefix page. >