search for: _bytes

Displaying 4 results from an estimated 4 matches for "_bytes".

Did you mean: bytes
2012 Jun 27
1
[PATCH] x86/hvm: increase struct hvm_vcpu_io's mmio_large_read
Since the emulator now supports a few 256-bit memory operations, this array needs to follow (and the comments should, too). To limit growth, re-order the mmio_large_write_* fields so that the two mmio_large_*_bytes fields end up adjacent to each other. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/include/asm-x86/hvm/vcpu.h +++ b/xen/include/asm-x86/hvm/vcpu.h @@ -59,13 +59,13 @@ struct hvm_vcpu_io { unsigned long mmio_gva; unsigned long mmio_gpfn; - /* We may rea...
2008 Dec 21
0
[PATCH] Fix ectest to not check a case which isn't guaranteed to work, and which we don't use.
...bcelt/entdec.c index 555543f..284ce39 100644 --- a/libcelt/entdec.c +++ b/libcelt/entdec.c @@ -5,6 +5,7 @@ #include <stddef.h> #include "entdec.h" #include "os_support.h" +#include "arch.h" void ec_byte_readinit(ec_byte_buffer *_b,unsigned char *_buf,long _bytes){ @@ -106,6 +107,8 @@ ec_uint32 ec_dec_uint(ec_dec *_this,ec_uint32 _ft){ unsigned s; int ftb; t=0; + /*In order to optimize EC_ILOG(), it is undefined for the value 0.*/ + celt_assert(_ft>1); _ft--; ftb=EC_ILOG(_ft); if(ftb>EC_UNIT_BITS){ diff --git a/libcelt/enten...
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
...x86/hvm: increase struct hvm_vcpu_io''s mmio_large_read[] Since the emulator now supports a few 256-bit memory operations, this array needs to follow (and the comments should, too). To limit growth, re-order the mmio_large_write_* fields so that the two mmio_large_*_bytes fields end up adjacent to each other. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> changeset: 25518:4f92bdf3370c user: Jan Beulich <jbeulich@suse.com> date: Wed Jun 27 09:36:43 2012 +0200 docs/x...
2005 Nov 27
0
Problems running Samba on RHEL4U2
...er: Skipping user change - already user [2005/11/25 13:13:28, 3, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/trans2.c:call_trans2findfirst(1359) call_trans2findfirst: dirtype = 22, maxentries = 1366, close_after_first=0, close_if_end = 1 requires_resume_key = 1 level = 0x104, max_data _bytes = 16384 [2005/11/25 13:13:28, 5, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/filename.c:unix_convert(108) unix_convert called on file "*" [2005/11/25 13:13:28, 10, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/statcache.c:stat_cache_lookup(210) stat_cache_lookup:...