qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fix for #285
@ 2023-02-05 16:37 Emilio Cota
  2023-02-05 16:37 ` [PATCH v2 1/2] util: import GTree as QTree Emilio Cota
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Emilio Cota @ 2023-02-05 16:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Daniel P . Berrangé,
	Richard Henderson, Paolo Bonzini, Emilio Cota

Changes since v1:

- Add configure check to only use QTree if Glib still implements gslice.
  If Glib doesn't, then we call Glib directly with inline functions.
- Add TODO's so that in the future (i.e. when the minimum version of
  Glib that we use doesn't implement gslice) we remove QTree.
- Add comment to the top of qtree.h.
- Make qtree-bench results more robust by running longer or more times.
- Drop deprecated API calls (they're unused in QEMU).
- Drop API calls that are too recent (they're unused in QEMU).
- Drop macro benchmark results from the TCG patch since they're too noisy.
- Add test program to the commit log so that we don't lose it in the future
  even if the bug tracker goes away.

Thanks,
		Emilio




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

end of thread, other threads:[~2023-03-21 17:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05 16:37 [PATCH v2 0/2] fix for #285 Emilio Cota
2023-02-05 16:37 ` [PATCH v2 1/2] util: import GTree as QTree Emilio Cota
2023-02-05 16:37 ` [PATCH v2 2/2] tcg: use QTree instead of GTree Emilio Cota
2023-03-21 16:23   ` Philippe Mathieu-Daudé
2023-02-17 12:44 ` [PATCH v2 0/2] fix for #285 Emilio Cota
2023-03-19 14:15   ` Emilio Cota
2023-03-20 15:05     ` Philippe Mathieu-Daudé
2023-03-20 15:35       ` Daniel P. Berrangé
2023-03-21 17:55     ` Richard Henderson

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).