Re: [Qemu-devel] [PATCH] acpi unit-test: Create temporary disk file under /tmp

2013-12-20 Thread Marcel Apfelbaum
On Fri, 2013-12-20 at 12:36 +0400, Michael Tokarev wrote: > 20.12.2013 11:05, Fam Zheng wrote: > > As other tests, the image file is created in /tmp other than current > > dir. Thus there will not be an unignored file under tests for intree > > build. > > > > Signed-off-by: Fam Zheng > > --- > >

Re: [Qemu-devel] [PATCH] acpi unit-test: Create temporary disk file under /tmp

2013-12-20 Thread Fam Zheng
On 12/20/13 16:36, Michael Tokarev wrote: 20.12.2013 11:05, Fam Zheng wrote: As other tests, the image file is created in /tmp other than current dir. Thus there will not be an unignored file under tests for intree build. Signed-off-by: Fam Zheng --- tests/acpi-test.c | 2 +- 1 file changed

Re: [Qemu-devel] [PATCH] acpi unit-test: Create temporary disk file under /tmp

2013-12-20 Thread Michael Tokarev
20.12.2013 11:05, Fam Zheng wrote: > As other tests, the image file is created in /tmp other than current > dir. Thus there will not be an unignored file under tests for intree > build. > > Signed-off-by: Fam Zheng > --- > tests/acpi-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH] acpi unit-test: Create temporary disk file under /tmp

2013-12-19 Thread Paolo Bonzini
Il 20/12/2013 08:05, Fam Zheng ha scritto: > As other tests, the image file is created in /tmp other than current > dir. Thus there will not be an unignored file under tests for intree > build. > > Signed-off-by: Fam Zheng > --- > tests/acpi-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 del

[Qemu-devel] [PATCH] acpi unit-test: Create temporary disk file under /tmp

2013-12-19 Thread Fam Zheng
As other tests, the image file is created in /tmp other than current dir. Thus there will not be an unignored file under tests for intree build. Signed-off-by: Fam Zheng --- tests/acpi-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acpi-test.c b/tests/acpi-test.