[Qemu-devel] [RFC v3 0/5] Dynamic TLB sizing

Emilio G. Cota posted 5 patches 7 years ago
Failed in applying to current master (apply log)
There is a newer version of this series
[Qemu-devel] [RFC v3 0/5] Dynamic TLB sizing
Posted by Emilio G. Cota 7 years ago
v2: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01495.html

Changes since v2:

- Add R-b's

- Apply on top of tlb-lock-v5 series, fixing the alpha
  boot segfault due to the early tlb_flush
  + The series now passes `make check-qtest'

- Alloc the iotlb with g_new instead of g_new0

- Remove an unnecessary style change from patch 1 (reported by Alex)

- Minor tweak to the last patch's commit message

You can fetch this series from:
  https://github.com/cota/qemu/tree/tlb-dyn-v3

Thanks,

		Emilio