[PATCH] ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim struct

2021-06-24 Thread Jinhua Cao
the -Timer Expiration Flags- indicts the Timer Use after timeout. So change watchdog_expired data type from bool to uint8_t to fix this problem. Signed-off-by: Jinhua Cao --- hw/ipmi/ipmi_bmc_sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/ipmi/ipmi_bmc_sim.c b/hw

[RFC] block/mirror: fix file-system went to read-only after block-mirror

2021-06-24 Thread Jinhua Cao
1) Configure the VM disk as prdm. ... ... Mount the disk in guest and keep the disk writing data continuously during block-mirror, the file-system went to read-only after block-mirror. 2) This commit 6cdbceb12cf[mirror: Add filter-node-name to blockdev-mirror] introduces mirr