#
dee2f09e |
| 11-Dec-2019 |
Thomas Huth <thuth@redhat.com> |
x86: Add the setjmp test to the CI
Use a proper report() in the test instead of printf(), and add it to the unittests.cfg and the CI yaml files.
Signed-off-by: Thomas Huth <thuth@redhat.com> Signed
x86: Add the setjmp test to the CI
Use a proper report() in the test instead of printf(), and add it to the unittests.cfg and the CI yaml files.
Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
10c3c256 |
| 11-Dec-2019 |
Thomas Huth <thuth@redhat.com> |
x86: Fix coding style in setjmp.c
No functional change, just use tabs for indentation.
Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
#
6f6a3713 |
| 19-Sep-2019 |
Bill Wendling <morbo@google.com> |
x86: setjmp: check expected value of "i" to give better feedback
Use a list of expected values instead of printing out numbers, which aren't very meaningful. This prints only if the expected and act
x86: setjmp: check expected value of "i" to give better feedback
Use a list of expected values instead of printing out numbers, which aren't very meaningful. This prints only if the expected and actual values differ.
Signed-off-by: Bill Wendling <morbo@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
7db17e21 |
| 27-Jun-2018 |
Thomas Huth <thuth@redhat.com> |
Make remaining x86 code compilable with -Wstrict-prototypes
This way the functions can not be called anymore with arbitrary parameters by accident.
Signed-off-by: Thomas Huth <thuth@redhat.com> Mes
Make remaining x86 code compilable with -Wstrict-prototypes
This way the functions can not be called anymore with arbitrary parameters by accident.
Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1530086528-21665-4-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
8bf2b755 |
| 01-Mar-2016 |
Andrew Jones <drjones@redhat.com> |
x86: setjmp: including stdio is a no-no
Signed-off-by: Andrew Jones <drjones@redhat.com> Message-Id: <1456839049-19558-1-git-send-email-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@red
x86: setjmp: including stdio is a no-no
Signed-off-by: Andrew Jones <drjones@redhat.com> Message-Id: <1456839049-19558-1-git-send-email-drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
|
#
9dde4243 |
| 15-Dec-2015 |
Paolo Bonzini <pbonzini@redhat.com> |
lib: add setjmp header and x86 implementation
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|