]> Git Repo - qemu.git/blob - scripts/update-acpi.sh
acpi: update generated hex files
[qemu.git] / scripts / update-acpi.sh
1 cd x86_64-softmmu
2 for file in hw/i386/*.hex; do
3     cp -f $file ../$file.generated
4 done
This page took 0.02184 seconds and 4 git commands to generate.