aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/stdvga.c
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: properly handle backward string instruction emulationJan Beulich2013-10-141-23/+11
* x86/HVM: add missing assert to stdvga's mmio_move()Jan Beulich2012-12-071-0/+1
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-2/+2
* x86/hvm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-6/+9
* x86/mm: clean use of p2m unlocked queriesAndres Lagar-Cavilla2012-01-261-2/+10
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-2/+2
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+3
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-2/+3
* stdvga: avoid bogus warning messageKeir Fraser2010-03-091-2/+3
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-221-3/+3
* Mapping grant references into HVM guests, take 2Keir Fraser2009-07-131-4/+4
* hvm: Fix intra-vga-mem mmio in stdvga.cKeir Fraser2008-07-231-4/+30
* stdvga: handle 64bit io operationsKeir Fraser2008-05-191-6/+28
* x86, hvm: stdvga cache always onKeir Fraser2008-05-061-10/+45
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-151-11/+11
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-1/+3
* x86 hvm: Replace old MMIO emulator with x86_emulate()-based harness.Keir Fraser2008-02-201-34/+0
* hvm: Improve in-Xen PIO emulation to better handle string PIOKeir Fraser2008-01-121-15/+10
* hvm stdvga: Do not emulate PIO reads inside Xen. They should be rareKeir Fraser2007-12-081-164/+28
* x86, hvm: Allow stdvga acceleration to work with 32-bit x86.Keir Fraser2007-11-161-47/+65
* hvm: Clean up buf_ioreq handling.Keir Fraser2007-11-081-1/+3
* x86, hvm: Fix stdvga and buffered-io code.Keir Fraser2007-11-011-0/+6
* x86, hvm: Clean up code style in stdvga code and do not compile forKeir Fraser2007-10-291-169/+154
* x86, hvm: Improve standard VGA performanceKeir Fraser2007-10-261-0/+712