History log of /kvm-unit-tests/x86/dummy.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 14b54ed7 26-Jul-2022 Paolo Bonzini <pbonzini@redhat.com>

Merge tag 'for_paolo' of https://github.com/sean-jc/kvm-unit-tests into HEAD

x86 fixes, cleanups, and new sub-tests:

- Bug fix for the VMX-preemption timer expiration test
- Refactor SVM tests

Merge tag 'for_paolo' of https://github.com/sean-jc/kvm-unit-tests into HEAD

x86 fixes, cleanups, and new sub-tests:

- Bug fix for the VMX-preemption timer expiration test
- Refactor SVM tests to split out NPT tests
- Add tests for MCE banks to MSR test
- Add SMP Support for x86 UEFI tests
- x86: nVMX: Add VMXON #UD test (and exception cleanup)
- PMU cleanup and related nVMX bug fixes

show more ...


# 9b33567b 15-Jun-2022 Sean Christopherson <seanjc@google.com>

x86: Use an explicit magic string to detect that dummy.efi passes

Print an explicit "Dummy Hello World!" from the dummy "test" that is used
by x86 EFI to probe the basic setup. Relying on the last

x86: Use an explicit magic string to detect that dummy.efi passes

Print an explicit "Dummy Hello World!" from the dummy "test" that is used
by x86 EFI to probe the basic setup. Relying on the last line to match an
arbitrary, undocumented string in x86's boot flow is evil and fragile,
e.g. a future patch to share boot code between EFI and !EFI will print
something AP bringup info after the "enabling apic" line.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20220615232943.1465490-2-seanjc@google.com

show more ...


# 92a6c9b9 18-Jan-2022 Paolo Bonzini <pbonzini@redhat.com>

Merge remote-tracking branch 'upstream/uefi' into master

Merge UEFI test support into the master branch.


# 2fbec257 16-Nov-2021 Marc Orr <marcorr@google.com>

x86 UEFI: Make _NO_FILE_4Uhere_ work w/ BOOTX64.EFI

The `_NO_FILE_4Uhere_` test case is used by the runner scripts to verify
QEMU's configuration. Make it work with EFI/BOOT/BOOTX64.EFI by compling

x86 UEFI: Make _NO_FILE_4Uhere_ work w/ BOOTX64.EFI

The `_NO_FILE_4Uhere_` test case is used by the runner scripts to verify
QEMU's configuration. Make it work with EFI/BOOT/BOOTX64.EFI by compling
a minimal EFI binary, called dummy.c that returns immediately.

Signed-off-by: Marc Orr <marcorr@google.com>
Message-Id: <20211116204053.220523-11-zxwang42@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

show more ...