Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qemu/qemu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mikel-fernandez/qemu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 30, 2017

  1. Full tracing implemented

    Added support for full instruction and address tracing for
    sparc-linux-user. Enable with:
    -./configure --target-list=sparc-linux-user --enable-full-trace
    mikel-fernandez committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e637865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d088f03 View commit details
    Browse the repository at this point in the history
  3. Full trace support:

    - Code cleanup
    - Added support for the SPARC64 platform
    mikel-fernandez committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    452e8ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7923a69 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. - Added --enable-full-trace support for PPC

    - Code tidied up for sparc
    mikel-fernandez committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    e63e829 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Added support for not tracing a configurable amount of

    the first instructions, and to stop after tracing a
    configurable number of instructions.
    
    To use the features, set the following environment variables:
    - QEMU_SKIP_FIRST
    - QEMU_TRACE_LIMIT
    mikel-fernandez committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    8d2e618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47159ec View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    mikel-fernandez committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    0d9b939 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    812909c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Added support for outputting the trace to a file

    descriptor defined in QEMU_TRACE_OUTPUT
    mikel-fernandez committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    43d963a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Configuration menu
    Copy the full SHA
    23efc88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d3974 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    a8ea949 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    5c0f926 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    4747f88 View commit details
    Browse the repository at this point in the history
Loading