search for: src_t

Displaying 5 results from an estimated 5 matches for "src_t".

Did you mean: src_w
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
...ibault@eu.citrix.com> diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c --- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000 +++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000 @@ -1072,7 +1072,7 @@ /* A convenient function for munging pixels between different depths */ #define BLT(SRC_T,DST_T,RLS,GLS,BLS,RRS,GRS,BRS,RM,GM,BM) \ - for (line = y ; line < h ; line++) { \ + for (line = y ; line < (y+h) ; line++) { \ SRC_T *src = (SRC_T *)(xenfb->pixels \...
2007 Jul 24
0
mISDN & Asterisk 1.4: HFC-S card not responsive
...N [root at odysseus asterisk-1.4.8]# ===== dmesg output after loading mISDN ===== audit(1185291518.207:3): avc: denied { search } for pid=2482 comm="ldconfig" name="libpri-1.4.1" dev=dm-0 ino=140180 scontext=root:system_r:ldconfig_t:s0-s0:c0.c1023 tcontext=root:object_r:src_t:s0 tclass=dir audit(1185291518.207:4): avc: denied { getattr } for pid=2482 comm="ldconfig" name="libpri-1.4.1" dev=dm-0 ino=140180 scontext=root:system_r:ldconfig_t:s0-s0:c0.c1023 tcontext=root:object_r:src_t:s0 tclass=dir audit(1185291518.207:5): avc: denied { read } f...
2008 Mar 26
11
[PATCH 0/2] fbif: Add offset in resize event
Hello, The following two patches add an additional offset part in the FB resize event. Samuel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Apr 15
2
SELinux and "i_stream_read() failed: Permission denied"
...initrc_t; type postfix_etc_t; type postfix_local_t; type postfix_master_t; type postfix_postdrop_t; type postfix_postqueue_exec_t; type postfix_public_t; type postfix_pipe_t; type sendmail_t; type sendmail_exec_t; type src_t; type tmp_t; type usr_t; type user_home_dir_t; type user_home_t; type var_log_t; class capability { sys_nice chown }; class file { append create execute execute_no_trans \ getattr ioctl link lock read rename setattr write unlink };...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and