[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 01/11] reset: allow registering handlers that aren't calle
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading |
Date: |
Tue, 25 Oct 2022 14:54:01 +0100 |
On Tue, 25 Oct 2022 at 13:50, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
>
> On Tue, Oct 25, 2022 at 2:42 PM Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> >
> > On Tue, Oct 25, 2022 at 2:34 PM Peter Maydell <peter.maydell@linaro.org>
> > wrote:
> > > No, I was just running "make check-avocado" locally.
> >
> > Oh, okay. I'll try out a full `make check` locally then just to be sure.
"make check" doesn't run the "make check-avocado" tests (because
they take a lot longer than most developers want for a simple
smoke test, and do things like downloading guest images for tests.)
thanks
-- PMM
- [PATCH v4 00/11] rerandomize RNG seeds on reboot and handle record&replay, Jason A. Donenfeld, 2022/10/24
- [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/24
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Markus Armbruster, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Peter Maydell, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Peter Maydell, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading,
Peter Maydell <=
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
- Re: [PATCH v4 01/11] reset: allow registering handlers that aren't called by snapshot loading, Jason A. Donenfeld, 2022/10/25
[PATCH v4 02/11] device-tree: add re-randomization helper function, Jason A. Donenfeld, 2022/10/24
[PATCH v4 03/11] x86: do not re-randomize RNG seed on snapshot load, Jason A. Donenfeld, 2022/10/24
[PATCH v4 04/11] arm: re-randomize rng-seed on reboot, Jason A. Donenfeld, 2022/10/24
[PATCH v4 05/11] riscv: re-randomize rng-seed on reboot, Jason A. Donenfeld, 2022/10/24