[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/6] Refine exec
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 0/6] Refine exec |
Date: |
Thu, 22 Aug 2019 12:25:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 19/08/19 05:06, Wei Yang wrote:
> On Thu, Mar 21, 2019 at 04:25:49PM +0800, Wei Yang wrote:
>> This serial refine exec a little.
>>
>
> Ping again.
Queued all except 2, thanks!
Paolo
>> Wei Yang (6):
>> exec.c: replace hwaddr with uint64_t for better understanding
>> exec.c: remove an unnecessary assert on PHYS_MAP_NODE_NIL in
>> phys_map_node_alloc()
>> exec.c: get nodes_nb_alloc with one MAX calculation
>> exec.c: subpage->sub_section is already initialized to 0
>> exec.c: correct the maximum skip value during compact
>> exec.c: add a check between constants to see whether we could skip
>>
>> exec.c | 21 ++++++++++-----------
>> 1 file changed, 10 insertions(+), 11 deletions(-)
>>
>> --
>> 2.19.1
>