Revision 0fd542fb hw/vhost.c

b/hw/vhost.c
300 300
static void vhost_client_set_memory(CPUPhysMemoryClient *client,
301 301
                                    target_phys_addr_t start_addr,
302 302
                                    ram_addr_t size,
303
                                    ram_addr_t phys_offset)
303
                                    ram_addr_t phys_offset,
304
                                    bool log_dirty)
304 305
{
305 306
    struct vhost_dev *dev = container_of(client, struct vhost_dev, client);
306 307
    ram_addr_t flags = phys_offset & ~TARGET_PAGE_MASK;

Also available in: Unified diff