From: Javier Martinez Canillas <javierm@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Sergio Lopez Pascual <slp@redhat.com>,
Sean Christopherson <seanjc@google.com>,
Javier Martinez Canillas <javierm@redhat.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Borislav Petkov <bp@alien8.de>,
Dan Williams <dan.j.williams@intel.com>,
Dave Hansen <dave.hansen@linux.intel.com>,
Fabiano Rosas <farosas@linux.ibm.com>,
Guang Zeng <guang.zeng@intel.com>,
"Gustavo A. R. Silva" <gustavoars@kernel.org>,
"H. Peter Anvin" <hpa@zytor.com>, Ingo Molnar <mingo@redhat.com>,
Jing Liu <jing2.liu@intel.com>, Jonathan Corbet <corbet@lwn.net>,
Nicholas Piggin <npiggin@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Wei Wang <wei.w.wang@intel.com>,
Yang Zhong <yang.zhong@intel.com>,
kvm@vger.kernel.org, linux-doc@vger.kernel.org, x86@kernel.org
Subject: [PATCH v2 0/4] KVM: Delete all references to removed ioctls
Date: Fri, 2 Dec 2022 11:50:07 +0100 [thread overview]
Message-ID: <20221202105011.185147-1-javierm@redhat.com> (raw)
Hello,
This series contains patches that cleanups KVM headers and documentation,
by removing left overs of ioctls that were already removed.
This is a v2 that instead of marking these ioctls as "obsoleted", remove
any mentions to them. This was suggested by Sean Christopherson in v1.
Best regards,
Javier
Changes in v2:
- Delete all references to removed ioctls instead of marking them as
deprecated (Sean Christopherson).
Javier Martinez Canillas (4):
KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
KVM: Reference to kvm_userspace_memory_region in doc and comments
KVM: Add missing arch for KVM_CREATE_DEVICE and
KVM_{SET,GET}_DEVICE_ATTR
Documentation/virt/kvm/api.rst | 31 +++------------------------
arch/x86/include/uapi/asm/kvm.h | 8 -------
include/linux/kvm_host.h | 4 ++--
include/uapi/linux/kvm.h | 20 +++--------------
tools/arch/x86/include/uapi/asm/kvm.h | 8 -------
tools/include/uapi/linux/kvm.h | 20 +++--------------
6 files changed, 11 insertions(+), 80 deletions(-)
--
2.38.1
next reply other threads:[~2022-12-02 10:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-02 10:50 Javier Martinez Canillas [this message]
2022-12-02 10:50 ` [PATCH v2 1/4] KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl Javier Martinez Canillas
2022-12-02 10:50 ` [PATCH v2 2/4] KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl Javier Martinez Canillas
2022-12-02 10:50 ` [PATCH v2 3/4] KVM: Reference to kvm_userspace_memory_region in doc and comments Javier Martinez Canillas
2022-12-02 10:50 ` [PATCH v2 4/4] KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR Javier Martinez Canillas
2022-12-02 17:55 ` [PATCH v2 0/4] KVM: Delete all references to removed ioctls Paolo Bonzini
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=20221202105011.185147-1-javierm@redhat.com \
--to=javierm@redhat.com \
--cc=acme@redhat.com \
--cc=bp@alien8.de \
--cc=corbet@lwn.net \
--cc=dan.j.williams@intel.com \
--cc=dave.hansen@linux.intel.com \
--cc=farosas@linux.ibm.com \
--cc=guang.zeng@intel.com \
--cc=gustavoars@kernel.org \
--cc=hpa@zytor.com \
--cc=jing2.liu@intel.com \
--cc=kvm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=npiggin@gmail.com \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
--cc=slp@redhat.com \
--cc=tglx@linutronix.de \
--cc=wei.w.wang@intel.com \
--cc=x86@kernel.org \
--cc=yang.zhong@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