Revision 61cc8701

b/qemu-options.hx
937 937
Disable adaptive encodings. Adaptive encodings are enabled by default.
938 938
An adaptive encoding will try to detect frequently updated screen regions,
939 939
and send updates in these regions using a lossy encoding (like JPEG).
940
This can be really helpfull to save bandwidth when playing videos. Disabling
941
adaptive encodings allow to restore the original static behavior of encodings
940
This can be really helpful to save bandwidth when playing videos. Disabling
941
adaptive encodings allows to restore the original static behavior of encodings
942 942
like Tight.
943 943

  
944 944
@end table
b/savevm.c
1008 1008
};
1009 1009

  
1010 1010
/* unused buffers: space that was used for some fields that are
1011
   not usefull anymore */
1011
   not useful anymore */
1012 1012

  
1013 1013
static int get_unused_buffer(QEMUFile *f, void *pv, size_t size)
1014 1014
{
b/target-arm/helper.c
1378 1378
            /* This may enable/disable the MMU, so do a TLB flush.  */
1379 1379
            tlb_flush(env, 1);
1380 1380
            break;
1381
        case 1: /* Auxiliary cotrol register.  */
1381
        case 1: /* Auxiliary control register.  */
1382 1382
            if (arm_feature(env, ARM_FEATURE_XSCALE)) {
1383 1383
                env->cp15.c1_xscaleauxcr = val;
1384 1384
                break;

Also available in: Unified diff