summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAaron Lewis <aaronlewis@google.com>2021-05-10 07:48:34 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2021-06-24 18:00:48 -0400
commit39bbcc3a4e39a41a494ea245858db581bf83e752 (patch)
treed63b5aed07125e52982e98f398b145781a7c1980 /tools/perf/scripts/python/net_dropmonitor.py
parent19238e75bd8ed8ffe784bf5b37586e77b2093742 (diff)
downloadkernel-39bbcc3a4e39a41a494ea245858db581bf83e752.tar.gz
selftests: kvm: Allows userspace to handle emulation errors.
This test exercises the feature KVM_CAP_EXIT_ON_EMULATION_FAILURE. When enabled, errors in the in-kernel instruction emulator are forwarded to userspace with the instruction bytes stored in the exit struct for KVM_EXIT_INTERNAL_ERROR. So, when the guest attempts to emulate an 'flds' instruction, which isn't able to be emulated in KVM, instead of failing, KVM sends the instruction to userspace to handle. For this test to work properly the module parameter 'allow_smaller_maxphyaddr' has to be set. Signed-off-by: Aaron Lewis <aaronlewis@google.com> Reviewed-by: Jim Mattson <jmattson@google.com> Message-Id: <20210510144834.658457-3-aaronlewis@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
n>xfs: teach the tempfile to set up atomic file content exchangesDarrick J. Wong 2024-04-15xfs: create temporary files and directories for online repairDarrick J. Wong 2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong 2024-02-22xfs: support in-memory btreesDarrick J. Wong 2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong 2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong 2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong 2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong 2023-12-15xfs: repair inode btreesDarrick J. Wong 2023-12-15xfs: repair free space btreesDarrick J. Wong 2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong 2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong 2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong 2023-06-05xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven