[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 00/12] i386 + x86_64 mttcg
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v2 00/12] i386 + x86_64 mttcg |
Date: |
Tue, 11 Sep 2018 15:00:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 11/09/2018 01:27, Emilio G. Cota wrote:
> v1: https://lists.gnu.org/archive/html/qemu-devel/2018-09/msg00237.html
>
> Changes since v1:
>
> - Add Alex's R-b tags
> - Introduce atomic64 to just use a spinlock when doing atomic_set/read
> on i64's and u64's if !CONFIG_ATOMIC64, just like the kernel does.
> + Add a benchmark for these types of accesses to tests/
> + Add i/d cacheline_size_log
> - Convert qsp to atomic64
> - Convert test-rcu-list to atomic64
> + Add comments about what the patch does, as suggested by Murilo
> - Convert cpus.c to atomic64
> - Always use seqlock_write on cpu_update_icount
>
> There's one checkpatch error, but it's a false positive.
>
> You can fetch this series from:
> https://github.com/cota/qemu/tree/i386-mttcg-v2
Queued 1-10.
Paolo
- [Qemu-devel] [PATCH v2 07/12] cpus: initialize timers_state.vm_clock_lock, (continued)