Module Name:src
Committed By: bouyer
Date: Thu Feb 6 15:51:58 UTC 2025
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
Ignore cdroms only for VM_GUEST_XENPVHVM guests, not for all !XENPV kernels
(we can also have PVH guests with !XENPV kernels)
To g
Module Name:src
Committed By: bouyer
Date: Thu Feb 6 15:51:58 UTC 2025
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
Ignore cdroms only for VM_GUEST_XENPVHVM guests, not for all !XENPV kernels
(we can also have PVH guests with !XENPV kernels)
To g
Module Name:src
Committed By: sborrill
Date: Thu Feb 6 13:32:42 UTC 2025
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
cdroms as xbd devices are skipped in PVHVM mode to avoid hangs if they
are not ready, i.e. do not contain an ISO image (that they
Module Name:src
Committed By: sborrill
Date: Thu Feb 6 13:32:42 UTC 2025
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
cdroms as xbd devices are skipped in PVHVM mode to avoid hangs if they
are not ready, i.e. do not contain an ISO image (that they
Module Name:src
Committed By: bouyer
Date: Tue Oct 17 11:52:45 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
xenbus: if dom0 support is not compiled in, panic with a usefull message
instead of waiting for an event which will never happen
T
Module Name:src
Committed By: bouyer
Date: Tue Oct 17 11:52:45 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_probe.c
Log Message:
xenbus: if dom0 support is not compiled in, panic with a usefull message
instead of waiting for an event which will never happen
T
Module Name:src
Committed By: riastradh
Date: Sat Feb 25 00:37:34 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c
Log Message:
xenbus_comms.c: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.25
Module Name:src
Committed By: riastradh
Date: Sat Feb 25 00:37:34 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c
Log Message:
xenbus_comms.c: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.25
Module Name:src
Committed By: riastradh
Date: Sat Feb 25 00:34:01 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c
Log Message:
xenbus_comms.c: Membar audit.
This had the sense of membars reversed, presumably because xen_rmb
and xen_wmb had gotten reversed
Module Name:src
Committed By: riastradh
Date: Sat Feb 25 00:34:01 UTC 2023
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c
Log Message:
xenbus_comms.c: Membar audit.
This had the sense of membars reversed, presumably because xen_rmb
and xen_wmb had gotten reversed
Module Name:src
Committed By: bouyer
Date: Thu Sep 1 16:25:18 UTC 2022
Modified Files:
src/sys/arch/xen/xenbus: xenbus_xs.c
Log Message:
process_msg() is called from thread context, so malloc() can wait for
memory. Should avoids occasional ENOMEM reading messages
To gen
Module Name:src
Committed By: bouyer
Date: Thu Sep 1 16:25:18 UTC 2022
Modified Files:
src/sys/arch/xen/xenbus: xenbus_xs.c
Log Message:
process_msg() is called from thread context, so malloc() can wait for
memory. Should avoids occasional ENOMEM reading messages
To gen
On Thu, 7 Jun 2012 14:05:14 +
"Stephen Borrill" wrote:
> Module Name: src
> Committed By: sborrill
> Date: Thu Jun 7 14:05:14 UTC 2012
>
> Modified Files:
> src/sys/arch/xen/xenbus: xenbus_probe.c
>
> Log Message:
> Fix problem where devices with ID 0 were skipped as invalid
Hello,
It seems that this change makes the first vif of domU not recognized
when multiple vif's are assigned in config file.
For example, when config has
vif = [ 'mac=mac0, bridge=bridge0',
'mac=mac1, bridge=bridge1',
'mac=mac2, bridge=bridge2 ]
, you can see on domU
xennet0, who
14 matches
Mail list logo