Skip to content

Commit

Permalink
Merge pull request #944 from laenion/qemu_arch_fix
Browse files Browse the repository at this point in the history
providers/qemu: fix default to fwcfg
  • Loading branch information
bgilbert authored Mar 24, 2020
2 parents 29fcf25 + 7691d0e commit 7ab7f21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/providers/qemu/qemu_fwcfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build amd64 arm64
// +build !s390x,!ppc64le

// The QEMU provider on amd64 and arm64 fetches a local configuration from the
// firmware config interface (opt/com.coreos/config).
// The default QEMU provider fetches a local configuration from the firmware
// config interface (opt/com.coreos/config). Platforms without support for
// qemu_fw_cfg should use the blockdev implementation instead.

package qemu

Expand Down

0 comments on commit 7ab7f21

Please sign in to comment.