From: Carsten Otte <cotte@de.ibm.com>
To: Avi Kivity <avi@qumranet.com>
Cc: Rik van Riel <riel@redhat.com>,
Christian Ehrhardt <EHRHARDT@de.ibm.com>,
Andrea Arcangeli <andrea@qumranet.com>,
arnd@arndb.de, hollisb@us.ibm.com,
kvm-devel@lists.sourceforge.net, mschwid2@linux.vnet.ibm.com,
heicars2@linux.vnet.ibm.com, jeroney@us.ibm.com,
borntrae@linux.vnet.ibm.com,
virtualization@lists.linux-foundation.org, rvdheij@gmail.com,
Olaf Schnapper <os@de.ibm.com>,
jblunck@suse.de, "Zhang, Xiantao" <xiantao.zhang@intel.com>
Subject: Re: [kvm-devel] [RFC/PATCH 00/15] kvm on big iron
Date: Fri, 21 Mar 2008 12:22:23 +0100 [thread overview]
Message-ID: <47E39A6F.2080709@de.ibm.com> (raw)
In-Reply-To: <47E395C9.6050201@qumranet.com>
Avi Kivity wrote:
> Carsten Otte wrote:
>> This patch series introduces a backend for kvm to run on IBM System z
>> machines that uses the mainframe's sie virtualization capability. This
>> work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with
>> a 64bit linux host. Userspace will follow once we're done brushing it
>> over.
>>
>
> I'm slightly worried about the changes to non arch code. Perhaps Andrea
> or Rik can look over the mm/ changes and ack?
Yea that's why I've copied linux-mm on the first two patches.
Reallocating the page tables works sane and is simple, but whether or
not we may export dup_mm is the real question.
> Other than that, and the few minor comments that popped up, this (very
> nice) patchset will be very easy to merge. IIRC you mentioned it is
> possible for me to get an s390 account; this will be very useful in
> avoiding breaking this port, as happens quite often with ppc and ia64.
> I'd like to be able to do both build and run testing.
Glad to hear that you like the patchset. It would be cool if you could
pull from Linus soon, because we do need a patch not yet in the
kvm.git that the series is based upon. After that, we'll integrate the
review feedback, rebase to latest git, and resubmit the series.
I'll see what I can do to get you access to a box. We'll also be
following kvm.git closely during the kernel release cycles and report
regressions or submit patches to clean them up.
next prev parent reply other threads:[~2008-03-21 11:22 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1206030270.6690.51.camel@cotte.boeblingen.de.ibm.com>
2008-03-21 11:02 ` [kvm-devel] [RFC/PATCH 00/15] kvm on big iron Avi Kivity
[not found] ` <47E395C9.6050201@qumranet.com>
2008-03-21 11:22 ` Carsten Otte [this message]
2008-03-22 17:02 ` [RFC/PATCH 00/15 v2] " Carsten Otte
[not found] ` <1206203560.7177.45.camel@cotte.boeblingen.de.ibm.com>
2008-03-22 17:02 ` [RFC/PATCH 01/15 v2] preparation: provide hook to enable pgstes in user pagetable Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 02/15 v2] preparation: host memory management changes for s390 kvm Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 03/15 v2] preparation: address of the 64bit extint parm in lowcore Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 04/15 v2] preparation: split sysinfo defintions for kvm use Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 05/15 v2] kvm-s390: s390 arch backend for the kvm kernel module Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 06/15 v2] kvm-s390: sie intercept handling Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 07/15 v2] kvm-s390: interrupt subsystem, cpu timer, waitpsw Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 08/15 v2] kvm-s390: intercepts for privileged instructions Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 09/15 v2] kvm-s390: interprocessor communication via sigp Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 10/15 v2] kvm-s390: intercepts for diagnose instructions Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 11/15 v2] kvm-s390: add kvm to kconfig on s390 Carsten Otte
2008-03-22 17:02 ` [RFC/PATCH 12/15 v2] kvm-s390: API documentation Carsten Otte
2008-03-22 17:03 ` [RFC/PATCH 13/15 v2] kvm-s390: update maintainers Carsten Otte
2008-03-22 17:03 ` [RFC/PATCH 14/15 v2] guest: detect when running on kvm Carsten Otte
2008-03-22 17:03 ` [RFC/PATCH 15/15 v2] guest: virtio device support, and kvm hypercalls Carsten Otte
[not found] ` <1206205357.7177.83.camel@cotte.boeblingen.de.ibm.com>
2008-03-24 21:50 ` [RFC/PATCH 01/15 v2] preparation: provide hook to enable pgstes in user pagetable Andrew Morton
[not found] ` <1206205359.7177.84.camel@cotte.boeblingen.de.ibm.com>
2008-03-24 21:52 ` [RFC/PATCH 02/15 v2] preparation: host memory management changes for s390 kvm Andrew Morton
[not found] ` <1206205354.7177.82.camel@cotte.boeblingen.de.ibm.com>
2008-03-25 17:47 ` [RFC/PATCH 00/15 v3] kvm on big iron Carsten Otte
[not found] ` <1206458154.6217.12.camel@cotte.boeblingen.de.ibm.com>
2008-03-25 17:47 ` [RFC/PATCH 01/15 v3] preparation: provide hook to enable pgstes in user pagetable Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 02/15 v3] preparation: host memory management changes for s390 kvm Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 03/15 v3] preparation: address of the 64bit extint parm in lowcore Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 04/15 v3] preparation: split sysinfo defintions for kvm use Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 05/15 v3] kvm-s390: s390 arch backend for the kvm kernel module Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 06/15 v3] kvm-s390: sie intercept handling Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 07/15 v3] kvm-s390: interrupt subsystem, cpu timer, waitpsw Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 08/15 v3] kvm-s390: intercepts for privileged instructions Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 09/15 v3] kvm-s390: interprocessor communication via sigp Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 10/15 v3] kvm-s390: intercepts for diagnose instructions Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 11/15 v3] kvm-s390: add kvm to kconfig on s390 Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 12/15 v3] kvm-s390: API documentation Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 13/15 v3] kvm-s390: update maintainers Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 14/15 v3] guest: detect when running on kvm Carsten Otte
2008-03-25 17:47 ` [RFC/PATCH 15/15 v3] guest: virtio device support, and kvm hypercalls Carsten Otte
[not found] ` <1206467240.6507.41.camel@cotte.boeblingen.de.ibm.com>
2008-03-31 5:36 ` [RFC/PATCH 05/15 v3] kvm-s390: s390 arch backend for the kvm kernel module Arnd Bergmann
[not found] ` <200803310736.58001.arnd@arndb.de>
2008-04-02 10:20 ` Christian Borntraeger
[not found] ` <1206467246.6507.43.camel@cotte.boeblingen.de.ibm.com>
2008-03-31 5:43 ` [RFC/PATCH 07/15 v3] kvm-s390: interrupt subsystem, cpu timer, waitpsw Arnd Bergmann
[not found] ` <1206467227.6507.36.camel@cotte.boeblingen.de.ibm.com>
2008-03-27 12:02 ` [RFC/PATCH 00/15 v3] kvm on big iron Avi Kivity
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=47E39A6F.2080709@de.ibm.com \
--to=cotte@de.ibm.com \
--cc=EHRHARDT@de.ibm.com \
--cc=andrea@qumranet.com \
--cc=arnd@arndb.de \
--cc=avi@qumranet.com \
--cc=borntrae@linux.vnet.ibm.com \
--cc=carsteno@de.ibm.com \
--cc=heicars2@linux.vnet.ibm.com \
--cc=hollisb@us.ibm.com \
--cc=jblunck@suse.de \
--cc=jeroney@us.ibm.com \
--cc=kvm-devel@lists.sourceforge.net \
--cc=mschwid2@linux.vnet.ibm.com \
--cc=os@de.ibm.com \
--cc=riel@redhat.com \
--cc=rvdheij@gmail.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=xiantao.zhang@intel.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).