Re: [Qemu-devel] [PATCH] ich9: implement SMI_LOCK

2015-05-11 Thread Paolo Bonzini
On 06/05/2015 10:58, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann The commit message is a bit laconic, but looks good. I'll post the whole series now for review. You're welcome to add to the commit messages, and send a new git tree for me to reuse. :) Paolo > --- > hw/acpi/ich9.c

[Qemu-devel] [PATCH] ich9: implement SMI_LOCK

2015-05-06 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- hw/acpi/ich9.c | 4 +++- hw/isa/lpc_ich9.c | 19 +++ include/hw/acpi/ich9.h | 1 + include/hw/i386/ich9.h | 6 ++ 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/hw/acpi/ich9.c b/hw/acpi/ich9.c index eefd8b0..86de