Searched hist:"1 fe565517b57676884349dccfd6ce853ec338636" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/xen/events/ |
H A D | Makefile | diff 1fe565517b57676884349dccfd6ce853ec338636 Fri Mar 15 08:02:35 CDT 2013 David Vrabel <david.vrabel@citrix.com> xen/events: use the FIFO-based ABI if available
Implement all the event channel port ops for the FIFO-based ABI.
If the hypervisor supports the FIFO-based ABI, enable it by initializing the control block for the boot VCPU and subsequent VCPUs as they are brought up and on resume. The event array is expanded as required when event ports are setup.
The 'xen.fifo_events=0' command line option may be used to disable use of the FIFO-based ABI.
Signed-off-by: David Vrabel <david.vrabel@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|
H A D | events_fifo.c | diff 0db6991dd233396da766076caef71f36b4f96c21 Fri Jan 10 08:50:08 CST 2014 Paul Gortmaker <paul.gortmaker@windriver.com> xen: delete new instances of __cpuinit usage
Commit 1fe565517b57676884349dccfd6ce853ec338636 ("xen/events: use the FIFO-based ABI if available") added new instances of __cpuinit macro usage.
We removed this a couple versions ago; we now want to remove the compat no-op stubs. Introducing new users is not what we want to see at this point in time, as it will break once the stubs are gone.
Cc: David Vrabel <david.vrabel@citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 1fe565517b57676884349dccfd6ce853ec338636 Fri Mar 15 08:02:35 CDT 2013 David Vrabel <david.vrabel@citrix.com> xen/events: use the FIFO-based ABI if available
Implement all the event channel port ops for the FIFO-based ABI.
If the hypervisor supports the FIFO-based ABI, enable it by initializing the control block for the boot VCPU and subsequent VCPUs as they are brought up and on resume. The event array is expanded as required when event ports are setup.
The 'xen.fifo_events=0' command line option may be used to disable use of the FIFO-based ABI.
Signed-off-by: David Vrabel <david.vrabel@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|
H A D | events_internal.h | diff 1fe565517b57676884349dccfd6ce853ec338636 Fri Mar 15 08:02:35 CDT 2013 David Vrabel <david.vrabel@citrix.com> xen/events: use the FIFO-based ABI if available
Implement all the event channel port ops for the FIFO-based ABI.
If the hypervisor supports the FIFO-based ABI, enable it by initializing the control block for the boot VCPU and subsequent VCPUs as they are brought up and on resume. The event array is expanded as required when event ports are setup.
The 'xen.fifo_events=0' command line option may be used to disable use of the FIFO-based ABI.
Signed-off-by: David Vrabel <david.vrabel@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|
H A D | events_base.c | diff 1fe565517b57676884349dccfd6ce853ec338636 Fri Mar 15 08:02:35 CDT 2013 David Vrabel <david.vrabel@citrix.com> xen/events: use the FIFO-based ABI if available
Implement all the event channel port ops for the FIFO-based ABI.
If the hypervisor supports the FIFO-based ABI, enable it by initializing the control block for the boot VCPU and subsequent VCPUs as they are brought up and on resume. The event array is expanded as required when event ports are setup.
The 'xen.fifo_events=0' command line option may be used to disable use of the FIFO-based ABI.
Signed-off-by: David Vrabel <david.vrabel@citrix.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
|