[Qemu-devel] [PATCH v2 00/12] i386 + x86_64 mttcg

Emilio G. Cota posted 12 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180910232752.31565-1-cota@braap.org
Test docker-clang@ubuntu failed
Test checkpatch failed
There is a newer version of this series
[Qemu-devel] [PATCH v2 00/12] i386 + x86_64 mttcg
Posted by Emilio G. Cota 7 years, 1 month ago
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

Thanks,

		Emilio



Re: [Qemu-devel] [PATCH v2 00/12] i386 + x86_64 mttcg
Posted by Paolo Bonzini 7 years, 1 month ago
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