hw/pci-host/x86: extract get_pci_hole64_start_value() helpers
commitccef5b1fcf1ca33976583c88489a55d6acd13b78
authorLaszlo Ersek <lersek@redhat.com>
Thu, 27 Sep 2018 21:24:37 +0000 (27 23:24 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 5 Nov 2018 18:24:02 +0000 (5 13:24 -0500)
treed57f5230c6e3dc0207df6296ff33fb7331c4e011
parent417463341e3e35c9be80f54b0d6ae8cfdb4b0d84
hw/pci-host/x86: extract get_pci_hole64_start_value() helpers

Expose the calculated "hole64 start" GPAs as plain uint64_t values,
extracting the internals of the current property getters.

This patch doesn't change behavior.

Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-host/piix.c
hw/pci-host/q35.c