On Sat, May 23, 2020 at 02:38:03PM +0200, Mark Kettenis wrote:
> Looks reasonable. I'd change the message for iodevice though to "iodevice %s
> already assigned".
Done, thanks.
> Date: Sat, 23 May 2020 11:35:46 +0200
> From: Klemens Nanni
>
> On Mon, Jan 13, 2020 at 12:59:23PM +0100, Klemens Nanni wrote:
> > On Sun, Jan 05, 2020 at 07:09:46PM +0100, Klemens Nanni wrote:
> > > Domains get to define their cores and memory only once unlike the other
> > > parameters of whi
On Mon, Jan 13, 2020 at 12:59:23PM +0100, Klemens Nanni wrote:
> On Sun, Jan 05, 2020 at 07:09:46PM +0100, Klemens Nanni wrote:
> > Domains get to define their cores and memory only once unlike the other
> > parameters of which it makes sense to have more than one.
> >
> > $ cat dup.conf
> >
On Sun, Jan 05, 2020 at 07:09:46PM +0100, Klemens Nanni wrote:
> Domains get to define their cores and memory only once unlike the other
> parameters of which it makes sense to have more than one.
>
> $ cat dup.conf
> domain primary {
> vcpu 2
> vcpu 2
>
Domains get to define their cores and memory only once unlike the other
parameters of which it makes sense to have more than one.
$ cat dup.conf
domain primary {
vcpu 2
vcpu 2
}
$ ldomctl init-system -n dup.conf ; echo $?
0