repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git]
/
hw
/
i386
/
microvm-dt.h
blob
77c79cbdd9fbf66af49a20a429234ee4f68d8894
1
#ifndef HW_I386_MICROVM_DT_H
2
#define HW_I386_MICROVM_DT_H
3
4
#include
"hw/i386/microvm.h"
5
6
void
dt_setup_microvm
(
MicrovmMachineState
*
mms
);
7
8
#endif