All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Alexander Graf <agraf@suse.de>
Cc: qemu-devel Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [TestDays] s390x emulation error
Date: Mon, 21 Nov 2011 19:39:28 +0100	[thread overview]
Message-ID: <4ECA9AE0.9000907@suse.de> (raw)
In-Reply-To: <89ADF73A-98C0-4FA3-8148-BEF774095A0A@suse.de>

Am 18.11.2011 16:33, schrieb Alexander Graf:
> 
> On 10.11.2011, at 10:32, Andreas Färber wrote:
> 
>> Am 09.11.2011 23:53, schrieb Andreas Färber:
>>> I get the following error:
>>>
>>> $ s390x-softmmu/qemu-system-s390x
>>> qemu-system-s390x: Guest moved used index from 0 to 47802
>>
>> Now with -kernel and -drive if=virtio on s390-next I got the following
>> fatal error during installation of SLES 11 SP2 Beta8:
>>
>> qemu: fatal: EXECUTE on instruction prefix 0xdc00 not implemented
> 
> Could you please try out the following patch and see if that fixes the issue for you?
> 
> 
> diff --git a/target-s390x/op_helper.c b/target-s390x/op_helper.c
> index 137bae7..5ddc7b9 100644
> --- a/target-s390x/op_helper.c
> +++ b/target-s390x/op_helper.c
> @@ -636,6 +636,9 @@ uint32_t HELPER(ex)(uint32_t cc, uint64_t v1, uint64_t addr, uint64_t ret)
>          case 0x700:
>              cc = helper_xc(l, get_address(0, b1, d1), get_address(0, b2, d2));
>              break;
> +        case 0xc00:
> +            helper_tr(l, get_address(0, b1, d1), get_address(0, b2, d2));
> +            break;
>          default:
>              goto abort;
>              break;

Tested-by: Andreas Färber <afaerber@suse.de>

Compiles and gets me further through the install.


Now for SLES 11 SP2 Beta9 I get:

 YaST2 - installation @ 10.0.2.15



 Switching to the installed system has failed

 More information can be found near the end of the
'/var/log/YaST2/y2log' file.
  ┌Checking the Installed
System...──────────────────────────────────────────┐
  │Checking whether RPM package gzip-1.3.12-69.19.1 is installed...
Passed   │
┬ │Checking whether RPM package initviocons-0.5-55.21 is installed...
Passed │
│ │Checking whether RPM package pciutils-3.0.1-2.26.10 is installed...
Passed┴
  │
     │
┬ │=== Running complex check on package yast2-packager... ===
     │
┬ │Checking whether RPM package yast2-packager is installed... Passed
     │
┬ │Checking what requires RPM package yast2-packager... Passed
     │
┬ │Checking whether RPM package coreutils-8.12-6.15.13 is installed...
Passed│
│ │Checking whether RPM package perl-base-5.10.0-64.55.1 is installed...
Pass┴
  │~ed
     │
  │
     │
┬ │=== Checking YaST log file /mnt//var/log/YaST2//y2log... ===
     │
│ │Opening file... Failed
     ┴
  │
     │
  │This is worth reporting a bug at http://bugzilla.novell.com/.
     ┬
  │Please, attach also all YaST logs stored in the '/var/log/YaST2/'
director┴

└──────────────────────────────────────────────────────────────────────────┘



 9 0 OK                              all


And after pressing F3, I got a screen saying zipl could not be installed.

Will try to re-check with Beta8 or to compare Beta9 on z/VM.

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

      reply	other threads:[~2011-11-21 18:40 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-09 22:53 [Qemu-devel] [TestDays] s390x emulation error Andreas Färber
2011-11-09 23:17 ` Andreas Färber
2011-11-09 23:20   ` Alexander Graf
2011-11-09 23:18 ` Alexander Graf
2011-11-09 23:20   ` Andreas Färber
2011-11-09 23:21     ` Alexander Graf
2011-11-09 23:23       ` Andreas Färber
2011-11-09 23:26         ` Alexander Graf
2011-11-10  9:32 ` Andreas Färber
2011-11-10  9:53   ` Andreas Färber
2011-11-10 10:32     ` Alexander Graf
2011-11-10 11:29       ` Andreas Färber
2011-11-10 12:36         ` Alexander Graf
2011-11-14 17:29           ` Andreas Färber
2011-11-14 17:36             ` Alexander Graf
2011-11-14 17:39               ` Paolo Bonzini
2011-11-12 10:08         ` Andreas Färber
2011-11-12 10:40           ` Stefan Weil
2011-11-12 12:50             ` Alexander Graf
2011-11-13  8:48           ` Paolo Bonzini
2011-11-14 14:37             ` Andreas Färber
2011-11-18 15:16           ` Andreas Färber
2011-11-10 10:31   ` Alexander Graf
2011-11-18 15:33   ` Alexander Graf
2011-11-21 18:39     ` Andreas Färber [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ECA9AE0.9000907@suse.de \
    --to=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.