Displaying 3 results from an estimated 3 matches for "hwcr".
2013 Oct 21
5
I/O port access handling for PVH
George,
since you asked on Friday, I though about the situation some more
over the weekend.
On PV, the requirement to trap all INs and OUTs is a result from us
needing the enforce two levels of restrictions - Xen''s and the guest
kernel''s. I.e. we can''t make use of the hardware''s access control
mechanisms, as we can''t put two I/O bit maps in place, and
2009 Nov 12
2
Sieve and ACL problem
...o sort my incoming mail.
require ["fileinto", "envelope"];
if envelope :all :is "from" "sopprde at newport.th.gov.bc.ca" {
fileinto "Public/Weather";
} elsif envelope :all :is "from" "apache at ldmltd.ca" {
fileinto "hwcr";
} elsif envelope :all :is "from" "weatherdirect at pelmorex.ca" {
fileinto "Public/Weather";
} elsif envelope :all :is "from" "Drive.BC at gems2.gov.bc.ca" {
fileinto "Public/Weather";
} elsif header :contains "List-Id&qu...
2012 Feb 08
18
[PATCH 0 of 4] Prune outdated/impossible preprocessor symbols, and update VIOAPIC emulation
Patch 1 removes CONFIG_SMP
Patch 2 removes separate smp_{,r,w}mb()s as a result of patch 1
Patch 4 removes __ia64__ defines from the x86 arch tree
Patch 3 is related to patch 4 and changes the VIOAPIC to emulate
version 0x20 as a performance gain. It preceeds Patch 4 so as to be
more clear about the functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>