2
0

update-acpi.sh 88 B

1234
  1. cd x86_64-softmmu
  2. for file in hw/i386/*.hex; do
  3. cp -f $file ../$file.generated
  4. done