Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable target sparc-softmmu #4

Open
wants to merge 1 commit into
base: mtrace
Choose a base branch
from

Conversation

mikel-fernandez
Copy link

Some changes added to enable the generation of the sparc-softmmu target.

Changes now enable:
./configure --target-list="sparc-softmmu" --disable-kvm --audio-card-list="" --disable-vnc-jpeg --disable-vnc-png --disable-strip
make

Tests:
I checked that the x86_64-softmmu target is still generated:
./configure --target-list="x86_64-softmmu" --disable-kvm --audio-card-list="" --disable-vnc-jpeg --disable-vnc-png --disable-strip
make

Modified files:
mtrace.c
target-sparc/cpu.h

  • Modified to enable compilation of sparc-softmmu target

qemu-doc.texi

  • Modified to remove the following error when making:
    GEN qemu.1
    Unescaped left brace in regex is deprecated, passed through in regex;
    marked by <-- HERE in m/^@Strong{ <-- HERE (.*)}$/ at
    texi2pod.pl line
    313.
    qemu.pod around line 95: Non-ASCII character seen before =encoding in
    'Sch�tz.'. Assuming UTF-8
    POD document had syntax errors at /usr/bin/pod2man line 68.
    Makefile:297: recipe for target 'qemu.1' failed
    make: *** [qemu.1] Error 255
    make: *** Deleting file 'qemu.1

target-sparc/cpu.h
* Modified to enable compilation of sparc-softmmu target

qemu-doc.texi
* Modified to remove the following error when making:
  GEN   qemu.1
  Unescaped left brace in regex is deprecated, passed through in regex;
  marked by <-- HERE in m/^\@Strong{ <-- HERE (.*)}$/ at
  texi2pod.pl line
  313.
  qemu.pod around line 95: Non-ASCII character seen before =encoding in
  'Sch�tz.'. Assuming UTF-8
  POD document had syntax errors at /usr/bin/pod2man line 68.
  Makefile:297: recipe for target 'qemu.1' failed
  make: *** [qemu.1] Error 255
  make: *** Deleting file 'qemu.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant