Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13159] New: qemu configuration dialog missing many options

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13159] New: qemu configuration dialog missing many options
  • Date: 6 Oct 2006 01:34:45 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13159

Summary: qemu configuration dialog missing many options
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: capnnimmo712 AT gmail.com


The current 'archs' file for qemu in the test grimoire is missing several new
options available in the current version of qemu.

*** BEGIN CODE ***

i386-user i386 on
arm-user arm on
armeb-user armeb on
sparc-user sparc on
ppc-user ppc on
i386-softmmu i386-sofmmu on
ppc-softmmu ppc-softmmu on
sparc-softmmu sparc-softmmu on
x86_64-softmmu x86_64-softmmu on
mips-softmmu mips-softmmu on

*** END CODE ***

to be able to choose from all the new stuff, it needs to be this.

*** BEGIN CODE ***

i386-user i386 on
arm-user arm on
armeb-user armeb on
sparc-user sparc on
ppc-user ppc on
mips-user mips on
mipsel-user mipsel on
i386-softmmu i386-sofmmu on
ppc-softmmu ppc-softmmu on
sparc-softmmu sparc-softmmu on
x86_64-softmmu x86_64-softmmu on
mips-softmmu mips-softmmu on
mipsel-softmmu mipsel-softmmu on
arm-softmmu arm-softmmu on

*** END CODE ***

this will be a huge benefit for people who want mips or arm emulation.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 13159] New: qemu configuration dialog missing many options, bugzilla-daemon, 10/05/2006

Archive powered by MHonArc 2.6.24.

Top of Page