cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

virtio-pci-modern.h (414B)


      1/*
      2 * libqos virtio PCI VIRTIO 1.0 definitions
      3 *
      4 * Copyright (c) 2019 Red Hat, Inc
      5 *
      6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
      7 * See the COPYING file in the top-level directory.
      8 */
      9
     10#ifndef LIBQOS_VIRTIO_PCI_MODERN_H
     11#define LIBQOS_VIRTIO_PCI_MODERN_H
     12
     13#include "virtio-pci.h"
     14
     15bool qvirtio_pci_init_virtio_1(QVirtioPCIDevice *dev);
     16
     17#endif /* LIBQOS_VIRTIO_PCI_MODERN_H */