Sign in
android-kvm
/
kvmtool
/
13ea439a1f48a19cc31e5c39abb8079aa8deedef
/
.
/
powerpc
/
boot.c
blob: 2557fc077e4219ccb1b8d244b48d1f858d474894 [
file
] [
log
] [
blame
]
#include
"kvm/kvm.h"
#include
<stdbool.h>
bool
kvm__load_firmware
(
struct
kvm
*
kvm
,
const
char
*
firmware_filename
)
{
return
false
;
}