Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
will
/
kvmtool
/
ad9b731921e3e23d166fea9aae7d4bfbe4f4e2bc
/
.
/
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
;
}