Commit d4b976c0 authored by Jiri Slaby's avatar Jiri Slaby Committed by Paolo Bonzini
Browse files

target/i386: sev: fix failed message typos



In these multiline messages, there were typos. Fix them -- add a missing
space and remove a superfluous apostrophe.

Inspired by Tom's patch.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: qemu-trivial@nongnu.org
Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <20190719104118.17735-1-jslaby@suse.cz>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 2924ab02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -763,7 +763,7 @@ sev_guest_init(const char *id)
                                        "reduced-phys-bits", NULL);
    if (s->reduced_phys_bits < 1) {
        error_report("%s: reduced_phys_bits check failed, it should be >=1,"
                     "' requested '%d'", __func__, s->reduced_phys_bits);
                     " requested '%d'", __func__, s->reduced_phys_bits);
        goto err;
    }