qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319
@ 2017-11-28  1:05 Timothy Pearson
  2018-04-12 12:13 ` [Qemu-devel] [Bug 1734792] " Gonzalo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Timothy Pearson @ 2017-11-28  1:05 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu-x86_66 GIT HEAD fails on a userspace application that requires
memfd_create with:

"qemu: Unsupported syscall: 319".

memfd_create support needs to be implemented in QEMU.

** 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/1734792

Title:
  qemu-x86_64 fails with unsupported syscall 319

Status in QEMU:
  New

Bug description:
  qemu-x86_66 GIT HEAD fails on a userspace application that requires
  memfd_create with:

  "qemu: Unsupported syscall: 319".

  memfd_create support needs to be implemented in QEMU.

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

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

* [Qemu-devel] [Bug 1734792] Re: qemu-x86_64 fails with unsupported syscall 319
  2017-11-28  1:05 [Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319 Timothy Pearson
@ 2018-04-12 12:13 ` Gonzalo
  2019-11-13 10:04 ` [Bug 1734792] Re: linux-user mode does not support memfd_create syscall Laurent Vivier
  2020-01-09 13:27 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Gonzalo @ 2018-04-12 12:13 UTC (permalink / raw)
  To: qemu-devel

Not only qemu-x86_64, but also:

qemu-aarch64 => qemu: Unsupported syscall: 279
qemu-arm => qemu: Unsupported syscall: 385
qemu-mips => qemu: Unsupported syscall: 4354
qemu-mips64 => qemu: Unsupported syscall: 5314
qemu-powerpc => qemu: Unsupported syscall: 360
qemu-powerpc64 => qemu: Unsupported syscall: 360

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

Title:
  qemu-x86_64 fails with unsupported syscall 319

Status in QEMU:
  New

Bug description:
  qemu-x86_66 GIT HEAD fails on a userspace application that requires
  memfd_create with:

  "qemu: Unsupported syscall: 319".

  memfd_create support needs to be implemented in QEMU.

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

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

* [Bug 1734792] Re: linux-user mode does not support memfd_create syscall
  2017-11-28  1:05 [Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319 Timothy Pearson
  2018-04-12 12:13 ` [Qemu-devel] [Bug 1734792] " Gonzalo
@ 2019-11-13 10:04 ` Laurent Vivier
  2020-01-09 13:27 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Vivier @ 2019-11-13 10:04 UTC (permalink / raw)
  To: qemu-devel

9bdfa4d23f43 linux-user: add memfd_create


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

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

Title:
  linux-user mode does not support memfd_create syscall

Status in QEMU:
  Fix Committed

Bug description:
  qemu-x86_66 GIT HEAD fails on a userspace application that requires
  memfd_create with:

  "qemu: Unsupported syscall: 319".

  memfd_create support needs to be implemented in QEMU.

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


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

* [Bug 1734792] Re: linux-user mode does not support memfd_create syscall
  2017-11-28  1:05 [Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319 Timothy Pearson
  2018-04-12 12:13 ` [Qemu-devel] [Bug 1734792] " Gonzalo
  2019-11-13 10:04 ` [Bug 1734792] Re: linux-user mode does not support memfd_create syscall Laurent Vivier
@ 2020-01-09 13:27 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2020-01-09 13:27 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => 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/1734792

Title:
  linux-user mode does not support memfd_create syscall

Status in QEMU:
  Fix Released

Bug description:
  qemu-x86_66 GIT HEAD fails on a userspace application that requires
  memfd_create with:

  "qemu: Unsupported syscall: 319".

  memfd_create support needs to be implemented in QEMU.

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


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

end of thread, other threads:[~2020-01-09 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28  1:05 [Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319 Timothy Pearson
2018-04-12 12:13 ` [Qemu-devel] [Bug 1734792] " Gonzalo
2019-11-13 10:04 ` [Bug 1734792] Re: linux-user mode does not support memfd_create syscall Laurent Vivier
2020-01-09 13:27 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).