1. 16 2月, 2016 1 次提交
  2. 09 2月, 2016 2 次提交
    • C
      ipmi_bmc_sim: Add break to correct watchdog NMI check · 37eebb86
      Corey Minyard 提交于
      It was falling through when it should have been a break.  Found by
      Coverity.  The logic could be simplified a bit with a fallthrough,
      probably the original thought, but that would be less clear, I think.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Michael S. Tsirkin <mst@redhat.com>
      Cc: Peter Maydell <peter.maydell@linaro.org>
      Cc: Shannon Zhao <zhaoshenglong@huawei.com>
      Cc: Xiao Guangrong <guangrong.xiao@linux.intel.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NCorey Minyard <cminyard@mvista.com>
      Message-Id: <1452519152-6500-3-git-send-email-minyard@acm.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      37eebb86
    • C
      ipmi_bmc_sim: Fix off by one in check. · 93a53646
      Corey Minyard 提交于
      Found by Paolo.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Michael S. Tsirkin <mst@redhat.com>
      Cc: Peter Maydell <peter.maydell@linaro.org>
      Cc: Shannon Zhao <zhaoshenglong@huawei.com>
      Cc: Xiao Guangrong <guangrong.xiao@linux.intel.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NCorey Minyard <cminyard@mvista.com>
      Message-Id: <1452519152-6500-2-git-send-email-minyard@acm.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      93a53646
  3. 07 2月, 2016 8 次提交
  4. 29 1月, 2016 1 次提交
    • P
      hw: Clean up includes · 0430891c
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1453832250-766-38-git-send-email-peter.maydell@linaro.org
      0430891c
  5. 23 12月, 2015 2 次提交