All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] piix: set legacy table size for 1.7
@ 2014-07-28 21:01 Michael S. Tsirkin
  2014-07-29  8:25 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2014-07-28 21:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---

Paolo, so the following is needed on top of your patch?

 hw/i386/pc_piix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 4524e6b..9694f88 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -326,6 +326,7 @@ static void pc_compat_1_7(MachineState *machine)
     smbios_defaults = false;
     gigabyte_align = false;
     option_rom_has_mr = true;
+    legacy_acpi_table_size = 6414;
     x86_cpu_compat_disable_kvm_features(FEAT_1_ECX, CPUID_EXT_X2APIC);
 }
 
-- 
MST

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] piix: set legacy table size for 1.7
  2014-07-28 21:01 [Qemu-devel] [PATCH] piix: set legacy table size for 1.7 Michael S. Tsirkin
@ 2014-07-29  8:25 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2014-07-29  8:25 UTC (permalink / raw)
  To: Michael S. Tsirkin, qemu-devel

Il 28/07/2014 23:01, Michael S. Tsirkin ha scritto:
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> 
> Paolo, so the following is needed on top of your patch?
> 
>  hw/i386/pc_piix.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index 4524e6b..9694f88 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -326,6 +326,7 @@ static void pc_compat_1_7(MachineState *machine)
>      smbios_defaults = false;
>      gigabyte_align = false;
>      option_rom_has_mr = true;
> +    legacy_acpi_table_size = 6414;
>      x86_cpu_compat_disable_kvm_features(FEAT_1_ECX, CPUID_EXT_X2APIC);
>  }

Only if you want to support pc-i440fx-1.7 migration for 1.7->2.1 (and
not for 2.0->2.1).  Probably better considering we're applying Igor's patch.

Paolo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-29  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 21:01 [Qemu-devel] [PATCH] piix: set legacy table size for 1.7 Michael S. Tsirkin
2014-07-29  8:25 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.