qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] target-i386: present virtual L3 cache info f


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v3] target-i386: present virtual L3 cache info for vcpus
Date: Mon, 5 Sep 2016 15:53:32 -0300
User-agent: Mutt/1.6.2 (2016-07-01)

On Fri, Sep 02, 2016 at 10:22:55AM +0800, Longpeng(Mike) wrote:
[...]
> ---
> Changes since v2:
>   - add more useful commit mesage.
>   - rename "compat-cache" to "l3-cache-shared".

What exactly "shared" means here? All the property does is to
enable/disable the L3 cache, as its own description says:

> 
> +    /* Compatibility bits for old machine types.
> +     * If true present virtual l3 cache for VM.
> +     */
> +    bool enable_l3_cache_shared;
> +

Why not just "l3-cache" or "l3-cache-enabled"?

-- 
Eduardo



reply via email to

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