All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6
@ 2016-07-22  2:07 Icenowy Zheng
  2016-07-22  3:04 ` [Qemu-devel] [Bug 1605443] " pranith
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Icenowy Zheng @ 2016-07-22  2:07 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I'm trying to get wine running on qemu-i386 on arm.

I found that 2.5.1 is OK, but 2.6 is not.

By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a is
the problem.

I reverted this commit, and then epoll is OK now.

It seems that the commit broke epoll of qemu-i386 on arm.

** Affects: qemu
     Importance: Undecided
         Status: 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/1605443

Title:
  QEMU epoll for i386-linux-user on arm host is broken in 2.6

Status in QEMU:
  New

Bug description:
  I'm trying to get wine running on qemu-i386 on arm.

  I found that 2.5.1 is OK, but 2.6 is not.

  By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a
  is the problem.

  I reverted this commit, and then epoll is OK now.

  It seems that the commit broke epoll of qemu-i386 on arm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1605443/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1605443] Re: QEMU epoll for i386-linux-user on arm host is broken in 2.6
  2016-07-22  2:07 [Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6 Icenowy Zheng
@ 2016-07-22  3:04 ` pranith
  2016-07-22  3:33 ` Icenowy Zheng
  2017-11-06 19:17 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: pranith @ 2016-07-22  3:04 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1605443

Title:
  QEMU epoll for i386-linux-user on arm host is broken in 2.6

Status in QEMU:
  Confirmed

Bug description:
  I'm trying to get wine running on qemu-i386 on arm.

  I found that 2.5.1 is OK, but 2.6 is not.

  By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a
  is the problem.

  I reverted this commit, and then epoll is OK now.

  It seems that the commit broke epoll of qemu-i386 on arm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1605443/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1605443] Re: QEMU epoll for i386-linux-user on arm host is broken in 2.6
  2016-07-22  2:07 [Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6 Icenowy Zheng
  2016-07-22  3:04 ` [Qemu-devel] [Bug 1605443] " pranith
@ 2016-07-22  3:33 ` Icenowy Zheng
  2017-11-06 19:17 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Icenowy Zheng @ 2016-07-22  3:33 UTC (permalink / raw)
  To: qemu-devel

Oh I have sent a patch to qemu-devel mailing list...

(maybe the mail is rejected, as I'm using Yandex mail service...)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1605443

Title:
  QEMU epoll for i386-linux-user on arm host is broken in 2.6

Status in QEMU:
  Confirmed

Bug description:
  I'm trying to get wine running on qemu-i386 on arm.

  I found that 2.5.1 is OK, but 2.6 is not.

  By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a
  is the problem.

  I reverted this commit, and then epoll is OK now.

  It seems that the commit broke epoll of qemu-i386 on arm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1605443/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1605443] Re: QEMU epoll for i386-linux-user on arm host is broken in 2.6
  2016-07-22  2:07 [Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6 Icenowy Zheng
  2016-07-22  3:04 ` [Qemu-devel] [Bug 1605443] " pranith
  2016-07-22  3:33 ` Icenowy Zheng
@ 2017-11-06 19:17 ` Peter Maydell
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2017-11-06 19:17 UTC (permalink / raw)
  To: qemu-devel

This was fixed by commit d9fe91d8689b078ac, which went into the 2.7
release.


** Changed in: qemu
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1605443

Title:
  QEMU epoll for i386-linux-user on arm host is broken in 2.6

Status in QEMU:
  Fix Released

Bug description:
  I'm trying to get wine running on qemu-i386 on arm.

  I found that 2.5.1 is OK, but 2.6 is not.

  By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a
  is the problem.

  I reverted this commit, and then epoll is OK now.

  It seems that the commit broke epoll of qemu-i386 on arm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1605443/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-06 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22  2:07 [Qemu-devel] [Bug 1605443] [NEW] QEMU epoll for i386-linux-user on arm host is broken in 2.6 Icenowy Zheng
2016-07-22  3:04 ` [Qemu-devel] [Bug 1605443] " pranith
2016-07-22  3:33 ` Icenowy Zheng
2017-11-06 19:17 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.