This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
a3e8a3f382
qemu
/
scripts
/
update-acpi.sh
5 lines
88 B
Bash
Raw
Blame
History
cd
x86_64-softmmu
for
file in hw/i386/*.hex
;
do
cp -f
$file
../
$file
.generated
done
Reference in New Issue
View Git Blame
Copy Permalink