]> xenbits.xensource.com Git - seabios.git/commit
pci: refactor the pci_config_*() functions
authorVolker Rümelin <vr_qemu@t-online.de>
Sat, 2 Apr 2022 18:28:38 +0000 (20:28 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 4 Apr 2022 21:13:00 +0000 (17:13 -0400)
commitd24f42b0d819ea473ae05b2f955b822d0126d901
tree73ef2be508730b971f15874197287408cca581f0
parentd239552ce7220e448ae81f41515138f7b9e3c4db
pci: refactor the pci_config_*() functions

Split out the Standard PCI Configuration Access Mechanism
pci_ioconfig_*() functions from the pci_config_*() functions.
The standard PCI CAM functions will be used in the next patch.

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
src/hw/pci.c
src/hw/pci.h