Still broken on arndale, serial stop working early, then the machine
timeout when working on creating a xen guest with xen-create-guest.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
my @xenkopt = @kopt;
push @xenkopt, $xenkopt;
# https://bugs.xenproject.org/xen/bug/45
+ # #45 - arm: domain 0 disables clocks which are in fact being used
+ # https://lore.kernel.org/xen-devel/1414672390.2064.31.camel@citrix.com/
push @xenkopt, "clk_ignore_unused"
- if $ho->{Suite} =~ m/wheezy|jessie|stretch|buster/;
+ if $ho->{Suite} =~ m/wheezy|jessie|stretch|buster|bookworm/;
$xenkopt = join ' ', @xenkopt;
logm("Dom0 Linux options: $xenkopt");