Statistics
| Branch: | Revision:

root / scripts / update-acpi.sh @ e26110cf

History | View | Annotate | Download (88 Bytes)

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