qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] Dynamic TLB sizing
@ 2018-10-12 19:04 Emilio G. Cota
  2018-10-12 19:04 ` [Qemu-devel] [PATCH v4 1/3] cputlb: do not evict empty entries to the vtlb Emilio G. Cota
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Emilio G. Cota @ 2018-10-12 19:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Alex Bennée

RFC v3: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01753.html

Changes since RFC v3:

- This is now a proper patch series, since it should not (knowingly)
  break anything.

- Rebase on top of rth's tcg-next (ffd8994b90f5), which includes
  patch 1 from RFC v3.

- Make the feature optional, so that we don't need to change
  all TCG backends right now. For this, define
  TCG_TARGET_IMPLEMENTS_DYN_TLB, which follows a similar approach
  to what we do with TCG instructions with TCG_TARGET_HAS_foo.

- Merge most changes into a single patch to ease review.
  Alex: as a result I dropped two of your R-b's, but note that the
  only change is the addition of inline helpers to hide whether the
  TCG backend implements the feature.

The series is checkpatch-clean. You can fetch it from:
  https://github.com/cota/qemu/tree/tlb-dyn-v4

Thanks,

		Emilio

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-12 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-12 19:04 [Qemu-devel] [PATCH v4 0/3] Dynamic TLB sizing Emilio G. Cota
2018-10-12 19:04 ` [Qemu-devel] [PATCH v4 1/3] cputlb: do not evict empty entries to the vtlb Emilio G. Cota
2018-10-12 19:04 ` [Qemu-devel] [PATCH v4 2/3] tcg: introduce dynamic TLB sizing Emilio G. Cota
2018-10-12 19:04 ` [Qemu-devel] [PATCH v4 3/3] tcg/i386: enable " Emilio G. Cota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).