Skip to content
Snippets Groups Projects
  1. Nov 04, 2015
    • Paolo Bonzini's avatar
      ioport: do not use CPU_LOG_IOPORT · 6f94b7d9
      Paolo Bonzini authored
      
      These messages are disabled by default; a perfect usecase for tracepoints,
      which in fact already exist.  Add the missing information to them and
      stop using qemu_log_mask.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      6f94b7d9
    • Paolo Bonzini's avatar
      target-i386: fix pcmpxstrx equal-ordered (strstr) mode · 54c54f8b
      Paolo Bonzini authored
      
      In this mode, referring an invalid element of the source forces the
      result to false (table 4-7, last column) but referring an invalid
      element of the destination forces the result to true, so the outer
      loop should still be run even if some elements of the destination
      will be invalid.  They will be avoided in the inner loop, which
      correctly bounds "i" to validd, but they will still contribute to a
      positive outcome of the search.
      
      This fixes tst_strstr in glibc 2.17.
      
      Reported-by: default avatarFlorian Weimer <fweimer@redhat.com>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Eduardo Habkost <ehabkost@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      54c54f8b
  2. Nov 02, 2015
  3. Oct 29, 2015
  4. Oct 28, 2015
  5. Oct 27, 2015
Loading