qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>, Borislav Petkov <bp@suse.de>,
	qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH for-2.1] pc_piix: Reuse pc_compat_1_2() for pc-0.1[0123]
Date: Fri, 11 Jul 2014 21:14:58 +0300	[thread overview]
Message-ID: <20140711181458.GB1439@redhat.com> (raw)
In-Reply-To: <1404757852-19125-1-git-send-email-ehabkost@redhat.com>

On Mon, Jul 07, 2014 at 03:30:52PM -0300, Eduardo Habkost wrote:
> pc-0.13 and older were missing some compat code that was present on
> newer machine-types:
> 
> * x86_cpu_compat_disable_kvm_features(FEAT_1_ECX, CPUID_EXT_X2APIC);
>   (pc-i440fx-1.7 and older)
>   (added by commit ef02ef5f4536dba090b12360a6c862ef0e57e3bc)
> * x86_cpu_compat_set_features("n270", FEAT_1_ECX, 0, CPUID_EXT_MOVBE);
>   (pc-i440fx-1.4 and older)
>   (added by commit 4458c23672904fa131e69897007eeb7c953be7e5
> * x86_cpu_compat_set_features("Westmere", FEAT_1_ECX, 0, CPUID_EXT_PCLMULQDQ);
>   (pc-i440fx-1.4 and older)
>   (added by commit 56383703c060777fd01aaf8d63d5f46d660e9fb9)
> 
> Instead of duplicating the code from the previous pc_compat_*()
> functions, we can now reuse pc_compat_1_2() and fix those issues.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>

Applied, thanks.

> ---
>  hw/i386/pc_piix.c | 13 ++-----------
>  1 file changed, 2 insertions(+), 11 deletions(-)
> 
> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
> index 2dccb34..ec8ccdb 100644
> --- a/hw/i386/pc_piix.c
> +++ b/hw/i386/pc_piix.c
> @@ -386,19 +386,10 @@ static void pc_init_pci_1_2(MachineState *machine)
>      pc_init_pci(machine);
>  }
>  
> -/* PC init function for pc-0.10 to pc-0.13, and reused by xenfv */
> +/* PC init function for pc-0.10 to pc-0.13 */
>  static void pc_init_pci_no_kvmclock(MachineState *machine)
>  {
> -    has_pci_info = false;
> -    has_acpi_build = false;
> -    smbios_defaults = false;
> -    gigabyte_align = false;
> -    smbios_legacy_mode = true;
> -    has_reserved_memory = false;
> -    option_rom_has_mr = true;
> -    rom_file_has_mr = false;
> -    x86_cpu_compat_disable_kvm_features(FEAT_KVM, KVM_FEATURE_PV_EOI);
> -    enable_compat_apic_id_mode();
> +    pc_compat_1_2(machine);
>      pc_init1(machine, 1, 0);
>  }
>  
> -- 
> 1.9.3

      reply	other threads:[~2014-07-11 18:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07 18:30 [Qemu-devel] [PATCH for-2.1] pc_piix: Reuse pc_compat_1_2() for pc-0.1[0123] Eduardo Habkost
2014-07-11 18:14 ` Michael S. Tsirkin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140711181458.GB1439@redhat.com \
    --to=mst@redhat.com \
    --cc=bp@suse.de \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).