Home
last modified time | relevance | path

Searched refs:guest_features_sel (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c312 if (proxy->guest_features_sel) { in virtio_mmio_write()
321 proxy->guest_features[proxy->guest_features_sel] = value; in virtio_mmio_write()
326 proxy->guest_features_sel = 1; in virtio_mmio_write()
328 proxy->guest_features_sel = 0; in virtio_mmio_write()
550 proxy->guest_features_sel = qemu_get_be32(f); in virtio_mmio_load_config()
560 qemu_put_be32(f, proxy->guest_features_sel); in virtio_mmio_save_config()
633 proxy->guest_features_sel = 0; in virtio_mmio_reset()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mmio.h65 uint32_t guest_features_sel; member