Searched refs:guest_features_sel (Results 1 – 2 of 2) sorted by relevance
313 if (proxy->guest_features_sel) { in virtio_mmio_write()322 proxy->guest_features[proxy->guest_features_sel] = value; in virtio_mmio_write()327 proxy->guest_features_sel = 1; in virtio_mmio_write()329 proxy->guest_features_sel = 0; in virtio_mmio_write()557 proxy->guest_features_sel = qemu_get_be32(f); in virtio_mmio_load_config()567 qemu_put_be32(f, proxy->guest_features_sel); in virtio_mmio_save_config()640 proxy->guest_features_sel = 0; in virtio_mmio_reset()
65 uint32_t guest_features_sel; member