From: Janosch Frank <frankja@linux.ibm.com>
To: "Thomas Huth" <thuth@redhat.com>,
"Cédric Le Goater" <clg@kaod.org>,
qemu-s390x@nongnu.org
Cc: qemu-devel@nongnu.org, "Halil Pasic" <pasic@linux.ibm.com>,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Claudio Imbrenda" <imbrenda@linux.ibm.com>,
"David Hildenbrand" <david@redhat.com>,
"Ilya Leoshkevich" <iii@linux.ibm.com>,
"Eric Farman" <farman@linux.ibm.com>,
"Sebastian Mitterle" <smitterl@redhat.com>,
"Cédric Le Goater" <clg@redhat.com>
Subject: Re: [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime
Date: Tue, 17 Jan 2023 10:28:56 +0100 [thread overview]
Message-ID: <dbe5d9d0-c83b-556d-88bf-92a05d8c624c@linux.ibm.com> (raw)
In-Reply-To: <e87024f2-6ecf-1015-cc8c-604b17e139e2@redhat.com>
On 1/17/23 10:09, Thomas Huth wrote:
> On 17/01/2023 09.40, Janosch Frank wrote:
>> On 1/16/23 18:46, Cédric Le Goater wrote:
>>> From: Cédric Le Goater <clg@redhat.com>
>>>
>>> If a secure kernel is started in a non-protected VM, the OS will hang
>>> during boot without giving a proper error message to the user.
>>
>> Didn't we establish that you were missing the IOMMU flag so this statement
>> isn't correct anymore?
>>
>>
>> I haven't yet fully ingested my coffee, but from what I understand you would
>> block a switch into PV mode if cgs is not set. Which would mean that PV KVM
>> unit tests wouldn't start anymore as well as any VMs that have the unpack
>> feature but not cgs.
>>
>> And that's not something that we want.
>>
>> You can start a PV VM without cgs if unpack is in the CPU model. The ONLY
>> requirement that we should fail on is unpack.
>
> So would it make sense to check for S390_FEAT_UNPACK (or something else?)
> here, or should the patch completely be dropped instead?
Subcodes 8 - 10 already result in a spec PGM for !unpack and if memory
serves me right then Marc will catch that and print a warning in the
genprotimg kernel:
if (subcode >= DIAG308_PV_SET && !s390_has_feat(S390_FEAT_UNPACK)) {
s390_program_interrupt(env, PGM_SPECIFICATION, ra);
return;
}
So other than shuffling code around I see no benefit in this patch.
next prev parent reply other threads:[~2023-01-17 9:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-16 17:46 [PATCH v3 0/3]s390x/pv: Improve error reporting of protected VMs Cédric Le Goater
2023-01-16 17:46 ` [PATCH v3 1/3] s390x/pv: Implement a CGS check helper Cédric Le Goater
2023-01-16 17:46 ` [PATCH v3 2/3] s390x/pv: Introduce a s390_pv_check() helper for runtime Cédric Le Goater
2023-01-17 7:59 ` Thomas Huth
2023-01-17 8:40 ` Janosch Frank
2023-01-17 8:56 ` Cédric Le Goater
2023-01-17 9:09 ` Thomas Huth
2023-01-17 9:28 ` Janosch Frank [this message]
2023-01-16 17:46 ` [PATCH v3 3/3] s390x/pv: Move check on hugepage under s390_pv_guest_check() Cédric Le Goater
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=dbe5d9d0-c83b-556d-88bf-92a05d8c624c@linux.ibm.com \
--to=frankja@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=clg@kaod.org \
--cc=clg@redhat.com \
--cc=david@redhat.com \
--cc=farman@linux.ibm.com \
--cc=iii@linux.ibm.com \
--cc=imbrenda@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=smitterl@redhat.com \
--cc=thuth@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).