[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
- Re: [Qemu-devel] [PATCH 3/4] machine: Introduce QEMU_COMPAT_* macros, (continued)
[Qemu-devel] [PATCH 4/4] [RFC] Eliminate PC-specific compat_props, Eduardo Habkost, 2014/06/24
[Qemu-devel] [PATCH 2/4] pc: Eliminate nesting of common PC_COMPAT_* macros, Eduardo Habkost, 2014/06/24
[Qemu-devel] [PATCH 1/4] q35: Move q35-specific compat macros to pc_q35.c, Eduardo Habkost, 2014/06/24
Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros, Alexey Kardashevskiy, 2014/06/24
Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros, Michael S. Tsirkin, 2014/06/25
Re: [Qemu-devel] [PATCH 0/4] Introduce common QEMU_COMPAT_* macros, Michael S. Tsirkin, 2014/06/25