qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/4] [RFC] Eliminate PC-specific compat_props


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH 4/4] [RFC] Eliminate PC-specific compat_props
Date: Wed, 25 Jun 2014 10:25:12 -0300
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Jun 25, 2014 at 07:55:53AM +0300, Michael S. Tsirkin wrote:
[...]
> 
> As far as I can tell this will break hpet,
> because you set it incorrectly for PIIX
> 
>   #define QEMU_COMPAT_1_7 \
>  @@ -179,6 +197,16 @@ struct MachineState {
>           .driver   = TYPE_USB_DEVICE,\
>           .property = "msos-desc",\
>           .value    = "no",\
>  +    },\
>  +    {\
>  +        .driver   = "PIIX4_PM",\
>  +        .property = "acpi-pci-hotplug-with-bridge-support",\
>  +        .value    = "off",\
>  +    }, \
>  +    {\
>  +        .driver   = "hpet",\
>  +        .property = HPET_INTCAP,\
>  +        .value    = stringify(4),\
>       }
>   
> 
> AFAIK above is appropriate for Q35 but not PIIX.
> 
> See commit log for
> commit 7a10ef51c2397ac4323bc786af02c58b413b5cd2
>     hpet: enable to entitle more irq pins for hpet

I assume this was explained in the v2 commit message, and there was no
bug here, right?

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]