target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
[qemu.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