Richard Henderson
e4ea952fb0
hw/misc: Constify VMState
...
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20231221031652.119827-41-richard.henderson@linaro.org >
2023-12-30 07:38:06 +11:00
Alexander Bulekov
f63192b054
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
...
This protects devices from bh->mmio reentrancy issues.
Thanks: Thomas Huth <thuth@redhat.com > for diagnosing OS X test failure.
Signed-off-by: Alexander Bulekov <alxndr@bu.edu >
Reviewed-by: Darren Kenny <darren.kenny@oracle.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Reviewed-by: Paul Durrant <paul@xen.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <20230427211013.2994127-5-alxndr@bu.edu >
Signed-off-by: Thomas Huth <thuth@redhat.com >
2023-04-28 11:31:54 +02:00
Thomas Huth
19f4ed3652
hw: Do not include qemu/log.h if it is not necessary
...
Many files include qemu/log.h without needing it. Remove the superfluous
include statements.
Signed-off-by: Thomas Huth <thuth@redhat.com >
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Message-Id: <20210328054833.2351597-1-thuth@redhat.com >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2021-05-02 17:24:50 +02:00
Martin Kaiser
f03965490e
i.MX: add an emulation for RNGC
...
Add an emulation for the RNGC random number generator and the compatible
RNGB variant. These peripherals are included (at least) in imx25 and
imx35 chipsets.
The emulation supports the initial self test, reseeding the prng and
reading random numbers.
Signed-off-by: Martin Kaiser <martin@kaiser.cx >
Reviewed-by: Peter Maydell <peter.maydell@linaro.org >
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
2020-01-17 14:27:16 +00:00