Re: [Qemu-devel] [PATCH 1/2] configure: add CONFIG_IASL to config-host.h

2013-12-25 Thread Michael S. Tsirkin
On Wed, Dec 25, 2013 at 12:50:15PM +0200, Marcel Apfelbaum wrote: > Acpi unit-tests will extract the iasl executable > from CONFIG_IASL define. > > Signed-off-by: Marcel Apfelbaum > --- > scripts/create_config | 4 > 1 file changed, 4 insertions(+) > > diff --git a/scripts/create_config b/

Re: [Qemu-devel] [PATCH 1/2] configure: add CONFIG_IASL to config-host.h

2013-12-25 Thread Marcel Apfelbaum
On Wed, 2013-12-25 at 12:50 +0200, Marcel Apfelbaum wrote: > Acpi unit-tests will extract the iasl executable > from CONFIG_IASL define. > > Signed-off-by: Marcel Apfelbaum Added the maintainers of scripts/create_config, sorry for not doing it in the first place. Thanks, Marcel > --- > script

[Qemu-devel] [PATCH 1/2] configure: add CONFIG_IASL to config-host.h

2013-12-25 Thread Marcel Apfelbaum
Acpi unit-tests will extract the iasl executable from CONFIG_IASL define. Signed-off-by: Marcel Apfelbaum --- scripts/create_config | 4 1 file changed, 4 insertions(+) diff --git a/scripts/create_config b/scripts/create_config index b1adbf5..0478315 100755 --- a/scripts/create_config +++