These changes comes from the qemu version 2.4.0.1 bugfix release,
[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