Go to file
Stefan Raspl fe804cd677 tools/kvm_stat: cut down decimal places in update interval dialog
We currently display the default number of decimal places for floats in
_show_set_update_interval(), which is quite pointless. Cutting down to a
single decimal place.

Signed-off-by: Stefan Raspl <raspl@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-10-01 15:40:59 +02:00
arch KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS 2018-10-01 15:40:59 +02:00
block
certs
crypto
Documentation This pull request is slightly bigger than usual at this stage, but 2018-09-21 16:21:42 +02:00
drivers for-linus-20180920 2018-09-21 09:41:05 +02:00
firmware
fs This pull request contains fixes for UBIFS: 2018-09-21 15:29:44 +02:00
include This pull request is slightly bigger than usual at this stage, but 2018-09-21 16:21:42 +02:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools tools/kvm_stat: cut down decimal places in update interval dialog 2018-10-01 15:40:59 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.