On 07/10/13 15:51, Michael S. Tsirkin wrote: > Add pre-compiled ASL files. Useful for systems that > do not have IASL. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > hw/i386/acpi-dsdt.hex.generated | 4409 +++++++++++++++++++++ > hw/i386/q35-acpi-dsdt.hex.generated | 7346 > +++++++++++++++++++++++++++++++++++ > hw/i386/ssdt-misc.hex.generated | 190 + > hw/i386/ssdt-pcihp.hex.generated | 108 + > hw/i386/ssdt-proc.hex.generated | 134 + > 5 files changed, 12187 insertions(+) > create mode 100644 hw/i386/acpi-dsdt.hex.generated > create mode 100644 hw/i386/q35-acpi-dsdt.hex.generated > create mode 100644 hw/i386/ssdt-misc.hex.generated > create mode 100644 hw/i386/ssdt-pcihp.hex.generated > create mode 100644 hw/i386/ssdt-proc.hex.generated
Reviewed-by: Laszlo Ersek <ler...@redhat.com>