]> git.proxmox.com Git - qemu.git/commit
acpi_piix4: Re-define PCI hotplug eject register read
authorAlex Williamson <alex.williamson@redhat.com>
Thu, 5 Apr 2012 17:07:28 +0000 (11:07 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Apr 2012 09:17:23 +0000 (12:17 +0300)
commit9290f364c1f0c0a5a2ee8e03607f4804455c0d0e
tree78fa91baaddf702ba71e35dc713f758fde9c0c58
parent31745aabcd6dce5583dbd0e5ddee93ff9fdfe3e6
acpi_piix4: Re-define PCI hotplug eject register read

The PCI hotplug eject register has always returned 0, so let's redefine
it as a hotplug feature register.  The existing model of using separate
up & down read-only registers and an eject via write to this register
becomes the base implementation.  As we make use of new interfaces we'll
set bits here to allow the BIOS and AML implementation to optimize for
the platform implementation.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/acpi_pci_hotplug.txt
hw/acpi_piix4.c