Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150911' into staging
[qemu/ar7.git] / scripts / update-acpi.sh
blobb5f05ff3cf4142c43f26b4c7796a588da719bc62
1 cd x86_64-softmmu
2 for file in hw/i386/*.hex; do
3 cp -f $file ../$file.generated
4 done