From: David Hildenbrand <david@redhat.com>
To: qemu-devel@nongnu.org
Cc: rth@twiddle.net, thuth@redhat.com, cohuck@redhat.com,
jjherne@linux.vnet.ibm.com, david@redhat.com,
borntraeger@de.ibm.com
Subject: [Qemu-devel] [PATCH v2 4/5] s390x/kvm: better comment regarding zPCI feature availability
Date: Thu, 20 Jul 2017 14:37:20 +0200 [thread overview]
Message-ID: <20170720123721.12366-5-david@redhat.com> (raw)
In-Reply-To: <20170720123721.12366-1-david@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
---
target/s390x/kvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c
index 9bec481..84416c0 100644
--- a/target/s390x/kvm.c
+++ b/target/s390x/kvm.c
@@ -2661,7 +2661,7 @@ void kvm_s390_get_host_cpu_model(S390CPUModel *model, Error **errp)
clear_bit(S390_FEAT_CMM_NT, model->features);
}
- /* set zpci and aen facilities */
+ /* We emulate a zPCI bus and AEN, therefore we don't need HW support */
set_bit(S390_FEAT_ZPCI, model->features);
set_bit(S390_FEAT_ADAPTER_EVENT_NOTIFICATION, model->features);
--
2.9.4
next prev parent reply other threads:[~2017-07-20 12:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-20 12:37 [Qemu-devel] [PATCH v2 0/5] target/s390x: cpu model cleanups + improvements David Hildenbrand
2017-07-20 12:37 ` [Qemu-devel] [PATCH v2 1/5] target/s390x: drop BE_BIT() David Hildenbrand
2017-07-20 12:37 ` [Qemu-devel] [PATCH v2 2/5] target/s390x: indicate query subfunction in s390_fill_feat_block David Hildenbrand
2017-07-20 12:37 ` [Qemu-devel] [PATCH v2 3/5] target/s390x: introduce (test|set)_be_bit David Hildenbrand
2017-07-20 12:37 ` David Hildenbrand [this message]
2017-07-20 12:37 ` [Qemu-devel] [PATCH v2 5/5] target/s390x: improve baselining if certain base features are missing David Hildenbrand
2017-07-24 11:03 ` [Qemu-devel] [PATCH v2 0/5] target/s390x: cpu model cleanups + improvements Cornelia Huck
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=20170720123721.12366-5-david@redhat.com \
--to=david@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=jjherne@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--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 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.