edk2 (2020.11-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2020.11-3 > 2020.11-2
- Git: https://salsa.debian.org/qemu-team/edk2.git
-
- Branch: debian
- Path: debian/changelog
- Browser: https://salsa.debian.org/qemu-team/edk2
- Last scan: 2021-03-06 17:37:07+00
- Next scan: 2021-03-15 13:51:00+00
- Merge requests: 1
- Debian changelog in Git:
edk2 (2020.11-3) UNRELEASED; urgency=medium
* autopkgtest: Avoid needing to use 'atexit' callbacks to cleanup
uefi variable flash images by implementing a PflashParams object
that cleans itself up when deleted.
* autopkgtest: Add missing carriage return to 'reset -s' command
that is intended to shutdown the guest.
* autopkgtest: Require guest shutdown to complete.
* autopkgtest: Add tests to validate secureboot.
* autopkgtest: Refactor create_efi_bootable_iso() into a subclass of
EfiBootableIsoImage.
* autopkgtest: Inroduce a series of QemuUefi*Command classes.
-- dann frazier <dannf@debian.org> Wed, 06 Jan 2021 18:58:31 -0700
- This branch is 11 commits ahead of tag debian/2020.11-2
- Git log:
commit e8261d17e95e989ab640d18064da025080af9a07
Author: dann frazier <dannf@debian.org>
Date: Thu Feb 25 17:39:42 2021 -0700
autopkgtest: Add a header comment for the PflashParams object
commit 89b4bdedd8c7a6fe2df1aac2447d7904f4651e8d
Author: dann frazier <dannf@debian.org>
Date: Thu Feb 25 17:34:02 2021 -0700
autopkgtest: Inroduce a series of QemuUefi*Command classes.
Move the knowledge of which parameters/pflash images QEMU should use
into a series of subclasses. This reduces code duplication, significantly
simplifies the individual test methods. It will also hopefully allow us
to reuse this code for other purposes, such as a replacement for
ovmf-vars-generator that supports more architectures.
commit 49e42620d3fa00e9fcc7cc25aca867100a1b3697
Author: dann frazier <dannf@debian.org>
Date: Thu Feb 25 17:27:18 2021 -0700
autopkgtest: Refactor create_efi_bootable_iso() into a subclass of EfiBootableIsoImage.
create_efi_bootable_iso() was really just creating a specialized
EfiBootableIsoImage. In retrospect, it should've just been a subclass.
commit fbed98e10c43a3130cb77443c72ae567e88ddf9d
Author: dann frazier <dannf@debian.org>
Date: Thu Feb 25 17:13:47 2021 -0700
autopkgtest: FatFsImage: Fix bug where requested size was ignored
commit ad92db43fd2ce7ba730be90b90dd98a0f88617db
Author: dann frazier <dannf@debian.org>
Date: Thu Feb 25 13:52:13 2021 -0700
autopkgtest: Stop placing the el torito image in a subdirectory called "grub"
I want to reuse this code for EFI image that won't include GRUB, so
placing them in a "grub" subdirectory maybe confusing.
commit f36bdf0ac4ffeb1e5682db17d7998992d47ca41e
Author: dann frazier <dannf@debian.org>
Date: Fri Jan 8 09:55:37 2021 -0700
autopkgtest: Update copyright years
commit 4c201d389636d5cc6d69fe1b9c43882a882d2d42
Author: dann frazier <dannf@debian.org>
Date: Thu Jan 7 08:49:52 2021 -0700
autopkgtest: Add tests to validate secureboot.
commit 99dab9f45bd59019d1f25a6752eba53134ecb9fc
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:19:33 2021 -0700
autopkgtest: Require guest shutdown to complete.
commit 2a093e0427e3f1f2d6c3bc84ad55b76e1d471c37
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:17:05 2021 -0700
autopkgtest: Add missing carriage return to 'reset -s' command
It is intended to shutdown the guest, but wasn't actually being issued.
commit c7b44788c1ee2328490dccd63c8a76c341cca58f
Author: dann frazier <dannf@debian.org>
Date: Wed Jan 6 19:02:07 2021 -0700
autopkgtest: Drop 'atexit' usage
Avoid needing to use 'atexit' callbacks to cleanup uefi variable flash
images by implementing a PflashParams object that cleans itself up when
deleted.
commit e3ff0c0c99e0be7d1574cb628a0f69fe3dcf93d7
Author: dann frazier <dannf@debian.org>
Date: Tue Dec 29 11:34:52 2020 -0700
tests/shell.py: Drop unused argparse import