Re: [PATCH 08/12] seccomp: Replace the word 'blacklist'

2021-02-03 Thread Eduardo Otubo
t;blacklist" > > appropriately. > > > > [*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md > > > > Signed-off-by: Philippe Mathieu-Daudé > > --- > > softmmu/qemu-seccomp.c | 16 > > 1 file changed, 8 insertion

[Qemu-block] [PATCH] isa-fdc: assert replaced by proper error exit

2017-09-01 Thread Eduardo Otubo
When not available, isa-fdc falls into assert instead of proper error exit. This patch fixes this behavior. Signed-off-by: Eduardo Otubo <ot...@redhat.com> --- hw/block/fdc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/block/fdc.c b/hw/block/fdc.c index 4011