1. 25 6月, 2013 1 次提交
  2. 20 6月, 2013 1 次提交
  3. 25 5月, 2013 1 次提交
  4. 27 4月, 2013 1 次提交
  5. 12 3月, 2013 3 次提交
  6. 09 3月, 2013 1 次提交
  7. 16 2月, 2013 1 次提交
  8. 14 2月, 2013 1 次提交
    • C
      s390: Fix handling of iscs. · 91b0a8f3
      Cornelia Huck 提交于
      There are two ways to express an interruption subclass:
      - As a bitmask, as used in cr6.
      - As a number, as used in the I/O interruption word.
      
      Unfortunately, we have treated to I/O interruption word as if it
      contained the bitmask as well, which went unnoticed so far as
      - (queued-for-next) kvm made the same mistake, and
      - Linux guest kernels don't check the isc value in the I/O interruption
        word for subchannel interrupts.
      
      Make sure that we treat the I/O interruption word correctly.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      91b0a8f3
  9. 01 2月, 2013 2 次提交
  10. 30 1月, 2013 7 次提交
  11. 19 1月, 2013 4 次提交
  12. 06 1月, 2013 9 次提交
  13. 19 12月, 2012 3 次提交
  14. 31 10月, 2012 1 次提交
  15. 30 10月, 2012 1 次提交
  16. 23 10月, 2012 1 次提交
    • A
      Rename target_phys_addr_t to hwaddr · a8170e5e
      Avi Kivity 提交于
      target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
      reserved) and its purpose doesn't match the name (most target_phys_addr_t
      addresses are not target specific).  Replace it with a finger-friendly,
      standards conformant hwaddr.
      
      Outstanding patchsets can be fixed up with the command
      
        git rebase -i --exec 'find -name "*.[ch]"
                              | xargs s/target_phys_addr_t/hwaddr/g' origin
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      a8170e5e
  17. 10 9月, 2012 2 次提交