qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i386/a-b-bootblock: zero the first byte of each page on start
@ 2023-09-07 19:29 Daniil Tatianin
  2023-09-07 19:29 ` [PATCH 1/2] i386/a-b-bootblock: factor test memory addresses out into constants Daniil Tatianin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniil Tatianin @ 2023-09-07 19:29 UTC (permalink / raw)
  To: Juan Quintela
  Cc: Daniil Tatianin, Peter Xu, Leonardo Bras, qemu-devel, yc-core

This series fixes an issue where the outcome of the migration qtest
relies on the initial memory contents all being the same across the
first 100MiB of RAM, which is a very fragile invariant.

We fix this by making sure we zero the first byte of every testable page
in range beforehand.

Daniil Tatianin (2):
  i386/a-b-bootblock: factor test memory addresses out into constants
  i386/a-b-bootblock: zero the first byte of each page on start

 tests/migration/i386/a-b-bootblock.S | 18 +++++++++++++++---
 tests/migration/i386/a-b-bootblock.h | 16 ++++++++--------
 2 files changed, 23 insertions(+), 11 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-09-26 21:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 19:29 [PATCH 0/2] i386/a-b-bootblock: zero the first byte of each page on start Daniil Tatianin
2023-09-07 19:29 ` [PATCH 1/2] i386/a-b-bootblock: factor test memory addresses out into constants Daniil Tatianin
2023-09-26 20:31   ` Vladimir Sementsov-Ogievskiy
2023-09-07 19:29 ` [PATCH 2/2] i386/a-b-bootblock: zero the first byte of each page on start Daniil Tatianin
2023-09-26 20:41   ` Vladimir Sementsov-Ogievskiy
2023-09-26 21:11     ` Daniil Tatianin
2023-09-26 21:01 ` [PATCH 0/2] " Peter Xu

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