Re: Update vmm-firmware port

2018-12-10 Thread Stuart Henderson
Since vmd can load different firmware files, if we want to try anything that might be considered more disruptive, we could add regular-installable packages (i.e. handled by pkg_add not fw_update) which users could configure per-VM. (I already do this locally for testing with a version with the

Re: Update vmm-firmware port

2018-12-10 Thread Mike Larkin
On Mon, Dec 10, 2018 at 09:53:15AM +0100, Claudio Jeker wrote: > On Sun, Dec 09, 2018 at 09:32:25PM -0800, Mike Larkin wrote: > > On Sun, Dec 09, 2018 at 12:19:46PM +0100, Claudio Jeker wrote: > > > I started looking at supporting fw_cfg in vmd. Now to make this work with > > > SeaBIOS there are a

Re: Update vmm-firmware port

2018-12-10 Thread Claudio Jeker
On Sun, Dec 09, 2018 at 09:32:25PM -0800, Mike Larkin wrote: > On Sun, Dec 09, 2018 at 12:19:46PM +0100, Claudio Jeker wrote: > > I started looking at supporting fw_cfg in vmd. Now to make this work with > > SeaBIOS there are a few fixes needed. First of all the way it reads the > > FW_CFG_DATA

Re: Update vmm-firmware port

2018-12-09 Thread Mike Larkin
On Sun, Dec 09, 2018 at 12:19:46PM +0100, Claudio Jeker wrote: > I started looking at supporting fw_cfg in vmd. Now to make this work with > SeaBIOS there are a few fixes needed. First of all the way it reads the > FW_CFG_DATA port is not supported by vmm(4) (problem whith 'rep insb' on > IO

Re: Update vmm-firmware port

2018-12-09 Thread Reyk Floeter
> Am 09.12.2018 um 14:01 schrieb Claudio Jeker : > >> On Sun, Dec 09, 2018 at 01:44:07PM +0100, Reyk Floeter wrote: >> Hi, >> >> I don’t understand - does this turn on more of these annoying debug >> messages like “Boot from” by default again? >> > > If CONFIG_DEBUG_LEVEL is kept at -1 then

Re: Update vmm-firmware port

2018-12-09 Thread Claudio Jeker
On Sun, Dec 09, 2018 at 01:44:07PM +0100, Reyk Floeter wrote: > Hi, > > I don’t understand - does this turn on more of these annoying debug > messages like “Boot from” by default again? > If CONFIG_DEBUG_LEVEL is kept at -1 then the output will be: Connected to /dev/ttypi (speed 115200)

Re: Update vmm-firmware port

2018-12-09 Thread Reyk Floeter
Hi, I don’t understand - does this turn on more of these annoying debug messages like “Boot from” by default again? Reyk > Am 09.12.2018 um 12:19 schrieb Claudio Jeker : > > I started looking at supporting fw_cfg in vmd. Now to make this work with > SeaBIOS there are a few fixes needed. First