Searched refs:gfselect (Results 1 – 1 of 1) sorted by relevance
156 VMSTATE_UINT32(gfselect, VirtIOPCIProxy),1566 val = proxy->gfselect; in virtio_pci_common_read()1569 if (proxy->gfselect < virtio_pci_select_max(vdev)) { in virtio_pci_common_read()1570 val = proxy->guest_features[proxy->gfselect]; in virtio_pci_common_read()1649 proxy->gfselect = val; in virtio_pci_common_write()1652 if (proxy->gfselect < virtio_pci_select_max(vdev)) { in virtio_pci_common_write()1656 proxy->guest_features[proxy->gfselect] = val; in virtio_pci_common_write()