Re: [Qemu-devel] [PATCH] Fix failure to create q35 machine

2013-04-10 Thread Hu Tao
On Wed, Apr 10, 2013 at 10:10:06AM +0200, Markus Armbruster wrote: > Hu Tao writes: > > > This is a regression introduced by c0907c9e6417c. -M q35 > > to reproduce the problem. > > Including a complete reproducer in the commit message would be a bit > nicer. Here's one: > > $ qemu-system-

Re: [Qemu-devel] [PATCH] Fix failure to create q35 machine

2013-04-10 Thread Markus Armbruster
Hu Tao writes: > This is a regression introduced by c0907c9e6417c. -M q35 > to reproduce the problem. Including a complete reproducer in the commit message would be a bit nicer. Here's one: $ qemu-system-x86_64 -nodefaults -vnc :0 -M q35 WARNING: failed to find q35-acpi-dsdt.aml u

[Qemu-devel] [PATCH] Fix failure to create q35 machine

2013-04-09 Thread Hu Tao
This is a regression introduced by c0907c9e6417c. -M q35 to reproduce the problem. Signed-off-by: Hu Tao --- default-configs/i386-softmmu.mak | 2 +- default-configs/x86_64-softmmu.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default-configs/i386-softmmu.mak b/de