Merge "These changes are a raw update to a vanilla kernel 4.1.10, with the recently...
[kvmfornfv.git] / qemu / 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