Main-line Linux kernel tree http://www.kernel.org
Go to file
Paolo Bonzini c59fb12758 KVM: remove KVM_REQ_UNHALT
KVM_REQ_UNHALT is now unnecessary because it is replaced by the return
value of kvm_vcpu_block/kvm_vcpu_halt.  Remove it.

No functional change intended.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Message-Id: <20220921003201.1441511-13-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-09-26 12:37:21 -04:00
arch KVM: remove KVM_REQ_UNHALT 2022-09-26 12:37:21 -04:00
block
certs
crypto
Documentation KVM: remove KVM_REQ_UNHALT 2022-09-26 12:37:21 -04:00
drivers
fs
include KVM: remove KVM_REQ_UNHALT 2022-09-26 12:37:21 -04:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools KVM: selftests: Add an x86-only test to verify nested exception queueing 2022-09-26 12:03:12 -04:00
usr
virt KVM: remove KVM_REQ_UNHALT 2022-09-26 12:37:21 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Update Oliver's email address 2022-09-26 12:03:13 -04:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.