Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/packer-plugin-qemu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.8
Choose a base ref
...
head repository: hashicorp/packer-plugin-qemu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.9
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    5a8e8ba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    db9db1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1023d3 View commit details
    Browse the repository at this point in the history
  3. builder: add CPUModel option to QEMU configs

    The CPU model is a qemu setting that lets users change the default cpu
    model used for building their VM image.
    
    On some Linux distributions (RHEL9), the default value for x86-64 hosts
    and guests (qemu64) is unsupported, leading to the plugin failing to
    start a VM.
    
    To make it easier for these users to user Packer with qemu, we add this
    option to the configurations, so they can specify it.
    
    This also allows us to document the potential problem they will
    encounter, and suggest a workaround if/when it arises.
    lbajolet-hashicorp committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    946d4e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ad4058 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5a2daf View commit details
    Browse the repository at this point in the history
  6. builder: only remove efivars on failure

    Contrary to the original intent, the efivars.fd file that contains the
    required keys and EFI entries was removed all the time, including when
    the build was successful.
    
    This is an error, and is therefore fixed with this commit.
    lbajolet-hashicorp committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    14e8d4e View commit details
    Browse the repository at this point in the history
  7. example: update EFI build example with build_steps (#117)

    * example: update EFI build example with build_steps
    
    Since we added the build_steps alternative for documenting and adding
    the boot commands, we update the example so it shows how it is used.
    
    Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
    lbajolet-hashicorp and nywilken authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    84b2478 View commit details
    Browse the repository at this point in the history
  8. cut release 1.0.9

    lbajolet-hashicorp committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fde2155 View commit details
    Browse the repository at this point in the history
Loading