Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h87 MemoryRegionSection *tmp_sections; member
/openbmc/qemu/hw/virtio/
H A Dvhost.c614 dev->tmp_sections = NULL; in vhost_begin()
636 dev->mem_sections = dev->tmp_sections; in vhost_commit()
767 MemoryRegionSection *prev_sec = dev->tmp_sections + in vhost_region_add_section()
824 dev->tmp_sections = g_renew(MemoryRegionSection, dev->tmp_sections, in vhost_region_add_section()
826 dev->tmp_sections[dev->n_tmp_sections - 1] = *section; in vhost_region_add_section()
830 dev->tmp_sections[dev->n_tmp_sections - 1].fv = NULL; in vhost_region_add_section()