qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads
@ 2020-06-24 15:12 Mingye Wang
  2020-11-22  0:03 ` [Bug 1884982] " Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mingye Wang @ 2020-06-24 15:12 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The official documentation for the user-space emulator[1] contains many
references to binary blobs no longer provided by  QEMU.org for download.
The parts mentioning them should be rephrased to avoid confusion and
instructions for building these components should be provided (maybe as
a reference to the LFS book with some scripts, or... cut a deal with
some super slim Linux distros). The specific parts are:

* qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
* qemu-runtime-i386-XXX-.tar.gz, a glibc build.

  [1]: https://www.qemu.org/docs/master/user/main.html

In addition, the documentation contains many other instances of
inexistent "tar.gz" files, such as in "Network emulation". Most of these
are inherited from the days of texi documentation more than 10 years
ago, and they are so old that GitHub's blame have become unreliable.
Someone really should run `fgrep -r 'tar.gz' doc' on the QEMU source
tree.

The issue was previously reported as [2], but nobody bother enough to
google the filename to find out where the confused user got the idea
from.

  [2]: https://www.mail-archive.com/qemu-devel@nongnu.org/msg569174.html

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: documentation

** Description changed:

  The official documentation for the user-space emulator[1] contains many
  references to binary blobs no longer provided by  QEMU.org for download.
  The parts mentioning them should be rephrased to avoid confusion and
  instructions for building these components should be provided (maybe as
- a reference to the LFS book with some scripts). The specific parts are:
+ a reference to the LFS book with some scripts, or... cut a deal with
+ some super slim Linux distros). The specific parts are:
  
  * qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
  * qemu-runtime-i386-XXX-.tar.gz, a glibc build.
  
-   [1]: https://www.qemu.org/docs/master/user/main.html
+   [1]: https://www.qemu.org/docs/master/user/main.html
  
  In addition, the documentation contains many other instances of
  inexistent "tar.gz" files, such as in "Network emulation". Most of these
  are inherited from the days of texi documentation more than 10 years
  ago, and they are so old that GitHub's blame have become unreliable.
  Someone really should run `fgrep -r 'tar.gz' doc' on the QEMU source
  tree.
  
  The issue was previously reported as [2], but nobody bother enough to
  google the filename to find out where the confused user got the idea
  from.
  
-   [2]: https://www.mail-archive.com/qemu-devel@nongnu.org/msg569174.html
+   [2]: https://www.mail-archive.com/qemu-devel@nongnu.org/msg569174.html

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

Title:
  User-emu documentation mentions inexistent "runtime" downloads

Status in QEMU:
  New

Bug description:
  The official documentation for the user-space emulator[1] contains
  many references to binary blobs no longer provided by  QEMU.org for
  download. The parts mentioning them should be rephrased to avoid
  confusion and instructions for building these components should be
  provided (maybe as a reference to the LFS book with some scripts,
  or... cut a deal with some super slim Linux distros). The specific
  parts are:

  * qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
  * qemu-runtime-i386-XXX-.tar.gz, a glibc build.

    [1]: https://www.qemu.org/docs/master/user/main.html

  In addition, the documentation contains many other instances of
  inexistent "tar.gz" files, such as in "Network emulation". Most of
  these are inherited from the days of texi documentation more than 10
  years ago, and they are so old that GitHub's blame have become
  unreliable. Someone really should run `fgrep -r 'tar.gz' doc' on the
  QEMU source tree.

  The issue was previously reported as [2], but nobody bother enough to
  google the filename to find out where the confused user got the idea
  from.

    [2]: https://www.mail-archive.com/qemu-
  devel@nongnu.org/msg569174.html

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


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

* [Bug 1884982] Re: User-emu documentation mentions inexistent "runtime" downloads
  2020-06-24 15:12 [Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads Mingye Wang
@ 2020-11-22  0:03 ` Peter Maydell
  2021-05-02 18:00 ` Thomas Huth
  2021-08-25  7:40 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2020-11-22  0:03 UTC (permalink / raw)
  To: qemu-devel

This patch removes the whole 'quick start' section from the user mode
manual, including the references to the outdated tarballs:
https://patchew.org/QEMU/20201122000131.18487-1-peter.maydell@linaro.org/


** Changed in: qemu
       Status: New => In Progress

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

Title:
  User-emu documentation mentions inexistent "runtime" downloads

Status in QEMU:
  In Progress

Bug description:
  The official documentation for the user-space emulator[1] contains
  many references to binary blobs no longer provided by  QEMU.org for
  download. The parts mentioning them should be rephrased to avoid
  confusion and instructions for building these components should be
  provided (maybe as a reference to the LFS book with some scripts,
  or... cut a deal with some super slim Linux distros). The specific
  parts are:

  * qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
  * qemu-runtime-i386-XXX-.tar.gz, a glibc build.

    [1]: https://www.qemu.org/docs/master/user/main.html

  In addition, the documentation contains many other instances of
  inexistent "tar.gz" files, such as in "Network emulation". Most of
  these are inherited from the days of texi documentation more than 10
  years ago, and they are so old that GitHub's blame have become
  unreliable. Someone really should run `fgrep -r 'tar.gz' doc' on the
  QEMU source tree.

  The issue was previously reported as [2], but nobody bother enough to
  google the filename to find out where the confused user got the idea
  from.

    [2]: https://www.mail-archive.com/qemu-
  devel@nongnu.org/msg569174.html

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


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

* [Bug 1884982] Re: User-emu documentation mentions inexistent "runtime" downloads
  2020-06-24 15:12 [Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads Mingye Wang
  2020-11-22  0:03 ` [Bug 1884982] " Peter Maydell
@ 2021-05-02 18:00 ` Thomas Huth
  2021-08-25  7:40 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-05-02 18:00 UTC (permalink / raw)
  To: qemu-devel

FWIW, seems like Peter's patch got included here:
https://gitlab.com/qemu-project/qemu/-/commit/5b30c53041d8f4c26ed3cf
... but I guess we still need a patch for the Networking section?

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

Title:
  User-emu documentation mentions inexistent "runtime" downloads

Status in QEMU:
  In Progress

Bug description:
  The official documentation for the user-space emulator[1] contains
  many references to binary blobs no longer provided by  QEMU.org for
  download. The parts mentioning them should be rephrased to avoid
  confusion and instructions for building these components should be
  provided (maybe as a reference to the LFS book with some scripts,
  or... cut a deal with some super slim Linux distros). The specific
  parts are:

  * qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
  * qemu-runtime-i386-XXX-.tar.gz, a glibc build.

    [1]: https://www.qemu.org/docs/master/user/main.html

  In addition, the documentation contains many other instances of
  inexistent "tar.gz" files, such as in "Network emulation". Most of
  these are inherited from the days of texi documentation more than 10
  years ago, and they are so old that GitHub's blame have become
  unreliable. Someone really should run `fgrep -r 'tar.gz' doc' on the
  QEMU source tree.

  The issue was previously reported as [2], but nobody bother enough to
  google the filename to find out where the confused user got the idea
  from.

    [2]: https://www.mail-archive.com/qemu-
  devel@nongnu.org/msg569174.html

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


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

* [Bug 1884982] Re: User-emu documentation mentions inexistent "runtime" downloads
  2020-06-24 15:12 [Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads Mingye Wang
  2020-11-22  0:03 ` [Bug 1884982] " Peter Maydell
  2021-05-02 18:00 ` Thomas Huth
@ 2021-08-25  7:40 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-08-25  7:40 UTC (permalink / raw)
  To: qemu-devel

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/560


** Tags added: net

** Changed in: qemu
       Status: In Progress => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #560
   https://gitlab.com/qemu-project/qemu/-/issues/560

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

Title:
  User-emu documentation mentions inexistent "runtime" downloads

Status in QEMU:
  Expired

Bug description:
  The official documentation for the user-space emulator[1] contains
  many references to binary blobs no longer provided by  QEMU.org for
  download. The parts mentioning them should be rephrased to avoid
  confusion and instructions for building these components should be
  provided (maybe as a reference to the LFS book with some scripts,
  or... cut a deal with some super slim Linux distros). The specific
  parts are:

  * qemu-XXX-i386-wine.tar.gz, a wine build under the prefix /wine.
  * qemu-runtime-i386-XXX-.tar.gz, a glibc build.

    [1]: https://www.qemu.org/docs/master/user/main.html

  In addition, the documentation contains many other instances of
  inexistent "tar.gz" files, such as in "Network emulation". Most of
  these are inherited from the days of texi documentation more than 10
  years ago, and they are so old that GitHub's blame have become
  unreliable. Someone really should run `fgrep -r 'tar.gz' doc' on the
  QEMU source tree.

  The issue was previously reported as [2], but nobody bother enough to
  google the filename to find out where the confused user got the idea
  from.

    [2]: https://www.mail-archive.com/qemu-
  devel@nongnu.org/msg569174.html

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



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

end of thread, other threads:[~2021-08-25  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 15:12 [Bug 1884982] [NEW] User-emu documentation mentions inexistent "runtime" downloads Mingye Wang
2020-11-22  0:03 ` [Bug 1884982] " Peter Maydell
2021-05-02 18:00 ` Thomas Huth
2021-08-25  7:40 ` 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).