Re: git: ca14781c8170 - main - bhyve: add cmdline option for user defined fw_cfg items
- In reply to: Corvin Köhne : "git: ca14781c8170 - main - bhyve: add cmdline option for user defined fw_cfg items"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 18:25:44 UTC
On Thu, 11 May 2023 at 08:21, Corvin Köhne <corvink@freebsd.org> wrote: > > The branch main has been updated by corvink: > > URL: https://cgit.FreeBSD.org/src/commit/?id=ca14781c8170f3517ae79e198c0c880dbc3142dd > > commit ca14781c8170f3517ae79e198c0c880dbc3142dd > Author: Corvin Köhne <corvink@FreeBSD.org> > AuthorDate: 2021-09-08 09:31:21 +0000 > Commit: Corvin Köhne <corvink@FreeBSD.org> > CommitDate: 2023-05-11 12:20:32 +0000 > > bhyve: add cmdline option for user defined fw_cfg items Cirrus-CI gcc 12 task is now failing: https://cirrus-ci.com/task/6168069450498048 /tmp/cirrus-ci-build/usr.sbin/bhyve/qemu_fwcfg.c: In function 'qemu_fwcfg_parse_cmdline_arg': /tmp/cirrus-ci-build/usr.sbin/bhyve/qemu_fwcfg.c:597:47: error: comparison is always false due to limited range of data type [-Werror=type-limits] 597 | if ((ssize_t)fwcfg_file->size < 0) {