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

qemu: Prevent serial logs from being truncated on revert #1002

Merged
merged 1 commit into from
Aug 3, 2018

Commits on Jul 31, 2018

  1. qemu: Prevent serial logs from being truncated on revert

    QEMU overwrites the serial file by default. Because we now restart QEMU during
    revert to snapshot, this results in the serial file being truncated. However
    we can make use of the logfile and logappend chardev options to overcome this.
    Richard Palethorpe committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    aa7f2c4 View commit details
    Browse the repository at this point in the history