[Bug 1823831] Re: BSD bootloader halts with hypervisor.framework

2020-05-12 Thread Roman Bolshakov
** Changed in: qemu Assignee: (unassigned) => Roman Bolshakov (roolebo) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1823831 Title: BSD bootloader halts with hypervisor.framework Status in Q

[Bug 1823831] Re: BSD bootloader halts with hypervisor.framework

2020-05-12 Thread Roman Bolshakov
Yes, I've verified. It boots after countdown and responds to keyboard events. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1823831 Title: BSD bootloader halts with hypervisor.framework Status in

[Bug 1823831] Re: BSD bootloader halts with hypervisor.framework

2020-05-12 Thread Roman Bolshakov
Hi Chen, Do you see the issue on the latest version of QEMU (v5.0 or master)? The fix addressed incorrect IRQ inhibition: https://git.qemu.org/?p=qemu.git;a=commit;h=ddd31732a7379e056749836ff37ff57718083ddb Thanks, Roman ** Changed in: qemu Status: New => Fix Released -- You received t

[Qemu-devel] [Bug 1823831] Re: BSD bootloader halts with hypervisor.framework

2019-04-10 Thread Chen Zhang
In good versions (27e18b8952f8b7a1e26350846f8a0d5a9b33bfb8), calls to x86_cpu_has_work(), likely due to IRQ 0, returned interchanging true or false. In bad versions (92d5f1a4147c3722b5e9a8bcfb7dc261b7a8b855), all calls returned false. -- You received this bug notification because you are a membe

[Qemu-devel] [Bug 1823831] Re: BSD bootloader halts with hypervisor.framework

2019-04-10 Thread Chen Zhang
Git bisect shows that 92d5f1a4147c3722b5e9a8bcfb7dc261b7a8b855 is the first bad commit. Author: Paolo Bonzini Date: Tue Aug 21 15:31:24 2018 +0200 target/i386: unify masking of interrupts Interrupt handling depends on various flags in env->hflags or env->hflags2, and the exact