Re: [Qemu-devel] [PATCH] acpi: remove no longer used acpi-dsdt.aml

2016-03-21 Thread Igor Mammedov
On Thu, 17 Mar 2016 15:54:05 -0600 Bruce Rogers wrote: > This file is no longer used. Remove it from > pc-bios/ and from the list of blobs to install. > > Signed-off-by: Bruce Rogers It would be nice for commit message to say since when/what commit the blob is not used. > --- > Makefile

[Qemu-devel] [PATCH] acpi: remove no longer used acpi-dsdt.aml

2016-03-19 Thread Bruce Rogers
This file is no longer used. Remove it from pc-bios/ and from the list of blobs to install. Signed-off-by: Bruce Rogers --- Makefile | 1 - pc-bios/acpi-dsdt.aml | Bin 4405 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 pc-bios/acpi-dsdt.aml diff --git a/Makefile