cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

virtio-uml.h (311B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2021 Intel Corporation
      4 * Author: Johannes Berg <johannes@sipsolutions.net>
      5 */
      6
      7#ifndef __VIRTIO_UML_H__
      8#define __VIRTIO_UML_H__
      9
     10void virtio_uml_set_no_vq_suspend(struct virtio_device *vdev,
     11				  bool no_vq_suspend);
     12
     13#endif /* __VIRTIO_UML_H__ */