Skip to content

Enable target sparc-softmmu#4

Open
mikel-fernandez wants to merge 1 commit intoaclements:mtracefrom
mikel-fernandez:mtrace
Open

Enable target sparc-softmmu#4
mikel-fernandez wants to merge 1 commit intoaclements:mtracefrom
mikel-fernandez:mtrace

Conversation

@mikel-fernandez
Copy link
Copy Markdown

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