Displaying 3 results from an estimated 3 matches for "xen_leave_lazy_mmu".
2011 Aug 24
0
Bug#639112: xen: DomU access to dual-ported RAM area on PCI card fails
...rt an error, the following
is printed to the DomU console:
[ 357.817723] 1 multicall(s) failed: cpu 0
[ 357.820021] Pid: 636, comm: map_dpm Not tainted 2.6.32-5-xen-686 #1
[ 357.820021] Call Trace:
[ 357.820021] [<c10042e5>] ? xen_mc_flush+0xa2/0x150
[ 357.820021] [<c1005051>] ? xen_leave_lazy_mmu+0x5/0xa
[ 357.820021] [<c10a4910>] ? remap_pfn_range+0x286/0x303
[ 357.820021] [<c892846e>] ? uio_mmap+0xbc/0xe1 [uio]
[ 357.820021] [<c10a81ed>] ? mmap_region+0x267/0x443
[ 357.820021] [<c109e10a>] ? sys_mmap_pgoff+0xc8/0x147
[ 357.820021] [<c128fb5c>] ? do_...
2017 May 19
13
[PATCH 00/10] paravirt: make amount of paravirtualization configurable
Today paravirtualization is a all-or-nothing game: either a kernel is
compiled with no paravirtualization support at all, or it is supporting
paravirtualized environments like Xen pv-guests or lguest additionally
to some paravirtualized tuning for KVM, Hyperv, VMWare or Xen
HVM-guests.
As support of pv-guests requires quite intrusive pv-hooks (e.g. all
access functions to page table entries,
2017 May 19
13
[PATCH 00/10] paravirt: make amount of paravirtualization configurable
Today paravirtualization is a all-or-nothing game: either a kernel is
compiled with no paravirtualization support at all, or it is supporting
paravirtualized environments like Xen pv-guests or lguest additionally
to some paravirtualized tuning for KVM, Hyperv, VMWare or Xen
HVM-guests.
As support of pv-guests requires quite intrusive pv-hooks (e.g. all
access functions to page table entries,