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

cpu_models_user.c (460B)


      1/*
      2 * CPU models for s390x - User-mode
      3 *
      4 * Copyright 2016 IBM Corp.
      5 *
      6 * Author(s): David Hildenbrand <dahi@linux.vnet.ibm.com>
      7 *
      8 * This work is licensed under the terms of the GNU GPL, version 2 or (at
      9 * your option) any later version. See the COPYING file in the top-level
     10 * directory.
     11 */
     12
     13#include "qemu/osdep.h"
     14#include "cpu.h"
     15#include "s390x-internal.h"
     16#include "qapi/error.h"
     17
     18void apply_cpu_model(const S390CPUModel *model, Error **errp)
     19{
     20}