summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2025-07-08 17:54:49 +0200
committerPaolo Abeni <pabeni@redhat.com>2025-07-08 18:04:58 +0200
commite7d4c1c5a54648fd5b787a4a0f81521ec7260bcd (patch)
treeb6b1fe91f50795c996ae6716a519a6015206a298 /tools/perf/scripts/python/stackcollapse.py
parenteade9f57ca7245cc59072706f0f1fdbc446fda61 (diff)
downloadkernel-e7d4c1c5a54648fd5b787a4a0f81521ec7260bcd.tar.gz
virtio: introduce extended features
The virtio specifications allows for up to 128 bits for the device features. Soon we are going to use some of the 'extended' bits features (above 64) for the virtio_net driver. Introduce extended features as a fixed size array of u64. To minimize the diffstat allows legacy driver to access the low 64 bits via a transparent union. Introduce an extended get_extended_features configuration callback that devices supporting the extended features range must implement in place of the traditional one. Note that legacy and transport features don't need any change, as they are always in the low 64 bit range. Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
: use raw buffer printk specifierDmitry Rozhkov 2018-01-16drm/radeon: fix sparse warning: Should it be static?Dmitry Rozhkov 2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie 2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-07-06drm/fb-helper: Push down modeset lock into FB helpersThierry Reding