This website requires JavaScript.
Explore
Help
Register
Sign In
kpriv
/
linux-hardened
Watch
1
Star
0
Fork
You've already forked linux-hardened
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1987c947d9
linux-hardened
/
drivers
/
xen
/
events
/
Makefile
6 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
xen/events: move drivers/xen/events.c into drivers/xen/events/ events.c will be split into multiple files so move it into its own directory. 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>
2013-08-07 15:32:12 +02:00
obj-y
+=
events.o
events-y
+=
events_base.o
xen/events: move 2-level specific code into its own file In preparation for alternative event channel ABIs, move all the functions accessing the shared data structures into their own file. 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>
2013-03-13 16:29:25 +01:00
events-y
+=
events_2l.o
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>
2013-03-15 14:02:35 +01:00
events-y
+=
events_fifo.o
Reference in a new issue
Copy permalink