[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-08-03 Thread taos
Thanks. Tested, the problem is gone. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1908626 Title: Atomic test-and-set instruction does not work on qemu-user Status in QEMU: Expired Bug descript

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-07-28 Thread Thomas Huth
Hi taos! Could you please check whether this has been fixed already in QEMU v6.1.0-rc1 ? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1908626 Title: Atomic test-and-set instruction does not work o

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-07-28 Thread Thomas Huth
This is an automated cleanup. This bug report has been moved to QEMU's new bug tracker on gitlab.com and thus gets marked as 'expired' now. Please continue with the discussion here: https://gitlab.com/qemu-project/qemu/-/issues/509 ** Changed in: qemu Status: New => Expired ** Bug watch

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-07-28 Thread taos
** Changed in: qemu Status: Expired => New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1908626 Title: Atomic test-and-set instruction does not work on qemu-user Status in QEMU: New Bug

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-07-11 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1908626 Title: Atomic test

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2021-05-12 Thread Thomas Huth
The QEMU project is currently moving its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting the bug state to "Incomplete" now. If the bug has already been fixed in the latest upstream version of QEMU, then plea

[Bug 1908626] Re: Atomic test-and-set instruction does not work on qemu-user

2020-12-18 Thread taos
Interestingly, the spinlock test works after I change tas() implementation FROM __sync_lock_test_and_set(lock, 1); TO __sync_val_compare_and_swap(lock, 0, 1); ## gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3) __sync_lock_test_and_set(lock, 1) disassembly: ``` objdump -S a.out 00400