20 Jul, 2008

1 commit

  • Currently kvmtrace is not portable. This will prevent from copying a
    trace file from big-endian target to little-endian workstation for analysis.
    In the patch, kernel outputs metadata containing a magic number to trace
    log, and changes 64-bit words to be u64 instead of a pair of u32s.

    Signed-off-by: Tan Li
    Acked-by: Jerone Young
    Acked-by: Hollis Blanchard
    Signed-off-by: Avi Kivity

    Tan, Li
     

27 Apr, 2008

2 commits