[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' prop
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property |
Date: |
Thu, 19 Mar 2020 10:36:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 18/03/20 23:15, Philippe Mathieu-Daudé wrote:
> The I/O ranges registered by the piix4_acpi_system_hot_add_init()
> function are not documented in the PIIX4 datasheet.
> This appears to be a PC-only feature added in commit 5e3cb5347e
> ("initialize hot add system / acpi gpe") which was then moved
> to the PIIX4 device model in commit 9d5e77a22f ("make
> qemu_system_device_hot_add piix independent")
> Add a property (default enabled, to not modify the current
> behavior) to allow machines wanting to model a simple PIIX4
> to disable this feature.
Yes, all hotplug stuff (PCI/memory/CPU) are custom additions by QEMU.
> + DEFINE_PROP_BOOL("system-hotplug-support", PIIX4PMState,
> + use_acpi_system_hotplug, true),
Why not cpu-hotplug-support?
Paolo
- [PATCH-for-5.0 0/2] hw/acpi/piix4: Restrict 'system hotplug' feature to i440fx PC machine, Philippe Mathieu-Daudé, 2020/03/18
- [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Philippe Mathieu-Daudé, 2020/03/18
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property,
Paolo Bonzini <=
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Igor Mammedov, 2020/03/19
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Philippe Mathieu-Daudé, 2020/03/19
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Igor Mammedov, 2020/03/19
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Philippe Mathieu-Daudé, 2020/03/22
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Paolo Bonzini, 2020/03/23
- Re: [PATCH-for-5.0 1/2] hw/acpi/piix4: Add 'system-hotplug-support' property, Marcelo Tosatti, 2020/03/23
- [PATCH-for-5.0 2/2] hw/acpi/piix4: Restrict system-hotplug-support to x86 i440fx PC machine, Philippe Mathieu-Daudé, 2020/03/18