]> Git Repo - qemu.git/blob - scripts/update-acpi.sh
Merge remote-tracking branch 'mjt/trivial-patches' into staging
[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.024163 seconds and 4 git commands to generate.