[Qemu-devel] [PATCH 10/12] pc_piix: rename kvm_enabled to smm_enabled

2015-06-18 Thread Paolo Bonzini
We will enable SMM even if KVM is in use. Rename the field and arguments. Signed-off-by: Paolo Bonzini --- hw/acpi/piix4.c | 10 +- hw/i386/pc_piix.c| 2 +- include/hw/i386/pc.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/acpi/piix4.c b/hw/acpi/p

[Qemu-devel] [PATCH 10/12] pc_piix: rename kvm_enabled to smm_enabled

2015-06-05 Thread Paolo Bonzini
We will enable SMM even if KVM is in use. Rename the field and arguments. Signed-off-by: Paolo Bonzini --- hw/acpi/piix4.c | 10 +- hw/i386/pc_piix.c| 2 +- include/hw/i386/pc.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/acpi/piix4.c b/hw/acpi/p