aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/ioport_emulate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
| | | | | | | The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-4/+0
| | | | | | | | Move all extern declarations into appropriate header files. This also fixes up a few places where the caller and the definition had different signatures. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-301-2/+2
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* x86: update ioport_quirks_tbl[] for the proliant BL2xxKeir Fraser2009-05-111-0/+8
| | | | Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
* x86: update ioport_quirks_tbl[] for the proliant DL7xxKeir Fraser2008-08-181-0/+8
| | | | Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
* x86: Change proliant io emulation stub to use pushf/popf instead of ↵Keir Fraser2007-12-071-14/+12
| | | | | | pushfw/popfw. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* x86: Fix management support on HP ProLiant systems.Keir Fraser2007-12-061-0/+125
Adds support to allow host-platform-specific handling of I/O port traps. Specifically adds support to handle an HP ProLiant I/O port in a special way. Signed-off-by: Mike Garrett <michael.garrett@hp.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>