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-
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
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