qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 3/5] exec: Protect map_client_list with mutex


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 3/5] exec: Protect map_client_list with mutex
Date: Mon, 16 Mar 2015 11:13:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 16/03/2015 10:03, Fam Zheng wrote:
> +void cpu_exec_init_all(void)
> +{
> +#if !defined(CONFIG_USER_ONLY)
> +    qemu_mutex_init(&ram_list.mutex);
> +    memory_map_init();
> +    io_mem_init();
> +#endif

The #if is now unnecessary, but I can fix this.  I'll queue the patch
for 2.4.

Paolo

> +    qemu_mutex_init(&map_client_list_lock);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]