[PATCH] target/i386/tcg/sysemu/bpt_helper.c: typo since cpu_breakpoint and cpu_watchpoint are in a union, the code should access only one of them

2021-06-13 Thread Dmitry Voronetskiy
Signed-off-by: Dmitry Voronetskiy --- target/i386/tcg/sysemu/bpt_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/tcg/sysemu/bpt_helper.c b/target/i386/tcg/sysemu/bpt_helper.c index 9bdf7e170b..de284dbdcb 100644 --- a/target/i386/tcg/sysemu

[PATCH] i386/kvm: The value passed to strerror should be positive

2021-05-19 Thread Dmitry Voronetskiy
From: Dmitry Voronetskiy Signed-off-by: Dmitry Voronetskiy --- hw/i386/kvm/apic.c | 2 +- hw/i386/kvm/clock.c | 4 ++-- hw/i386/kvm/i8254.c | 10 +- hw/i386/kvm/i8259.c | 4 ++-- hw/i386/kvm/ioapic.c | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a

[PATCH] Signed-off-by: Dmitry Voronetskiy

2021-05-17 Thread Dmitry Voronetskiy
From: Dmitry Voronetskiy the value passed to strerror should be positive --- hw/i386/kvm/apic.c | 2 +- hw/i386/kvm/clock.c | 4 ++-- hw/i386/kvm/i8254.c | 10 +- hw/i386/kvm/i8259.c | 4 ++-- hw/i386/kvm/ioapic.c | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions