qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

stubs.c (162B)


      1 /*
      2  * SPDX-License-Identifier: GPL-2.0-or-later
      3  */
      4 
      5 #include "qemu/osdep.h"
      6 
      7 #include "kvm_s390x.h"
      8 
      9 int kvm_s390_get_protected_dump(void)
     10 {
     11     return false;
     12 }