All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target/s390x: Fix typo
@ 2017-01-28  8:34 Stefan Weil
  2017-02-15 10:05 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2017-01-28  8:34 UTC (permalink / raw)
  To: Richard Henderson, Alexander Graf; +Cc: qemu-devel, qemu-trivial

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
  target/s390x/cpu_models.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/s390x/cpu_models.c b/target/s390x/cpu_models.c
index 5b66d33..2a894ee 100644
--- a/target/s390x/cpu_models.c
+++ b/target/s390x/cpu_models.c
@@ -671,7 +671,7 @@ static S390CPUModel *get_max_cpu_model(Error **errp)
      if (kvm_enabled()) {
          kvm_s390_get_host_cpu_model(&max_model, errp);
      } else {
-        /* TCG enulates a z900 */
+        /* TCG emulates a z900 */
          max_model.def = &s390_cpu_defs[0];
          bitmap_copy(max_model.features, max_model.def->default_feat,
                      S390_FEAT_MAX);
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] target/s390x: Fix typo
  2017-01-28  8:34 [Qemu-devel] [PATCH] target/s390x: Fix typo Stefan Weil
@ 2017-02-15 10:05 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2017-02-15 10:05 UTC (permalink / raw)
  To: Stefan Weil, Richard Henderson, Alexander Graf; +Cc: qemu-trivial, qemu-devel

Applied to -trivial, thank you!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-15 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-28  8:34 [Qemu-devel] [PATCH] target/s390x: Fix typo Stefan Weil
2017-02-15 10:05 ` Michael Tokarev

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.