Re: [PATCH-for-6.1 07/10] hw/block/pflash_cfi02: Simplify pflash_cfi02_register() prototype

2021-03-28 Thread David Gibson
On Fri, Mar 26, 2021 at 01:27:25AM +0100, Philippe Mathieu-Daudé wrote: > The previous commit removed the mapping code from TYPE_PFLASH_CFI02. > pflash_cfi02_register() doesn't use the 'nb_mappings' argument > anymore. Simply remove it to simplify. > > Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH-for-6.1 06/10] hw/block/pflash_cfi02: Remove pflash_setup_mappings()

2021-03-28 Thread David Gibson
On Fri, Mar 26, 2021 at 01:27:24AM +0100, Philippe Mathieu-Daudé wrote: > All boards calling pflash_cfi02_register() use nb_mappings=1, > which does not do any mapping: > > $ git grep -wl pflash_cfi02_register hw/ > hw/arm/xilinx_zynq.c > hw/block/pflash_cfi02.c > hw/lm32/lm32_boards.c >

Re: [PATCH 0/6] Add debug interface to kick/call on purpose

2021-03-28 Thread Jason Wang
在 2021/3/27 上午5:16, Dongli Zhang 写道: Hi Jason, On 3/26/21 12:24 AM, Jason Wang wrote: 在 2021/3/26 下午1:44, Dongli Zhang 写道: The virtio device/driver (e.g., vhost-scsi or vhost-net) may hang due to the loss of doorbell kick, e.g.,