1. 14 7月, 2012 20 次提交
  2. 12 7月, 2012 15 次提交
  3. 11 7月, 2012 3 次提交
  4. 10 7月, 2012 2 次提交
    • A
      megasas: disable due to build breakage · 92336855
      Anthony Liguori 提交于
      The Buildbot has detected a new failure on builder default_i386_rhel61 while
      building qemu.
      
      Full details are available at:
       http://buildbot.b1-systems.de/qemu/builders/default_i386_rhel61/builds/304
      
      The proper fix is non-trivial so let's disable the build by default until it's
      fixed properly.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      92336855
    • A
      Merge remote-tracking branch 'mjt/mjt-iov2' into staging · 23797df3
      Anthony Liguori 提交于
      * mjt/mjt-iov2:
        rewrite iov_send_recv() and move it to iov.c
        cleanup qemu_co_sendv(), qemu_co_recvv() and friends
        export iov_send_recv() and use it in iov_send() and iov_recv()
        rename qemu_sendv to iov_send, change proto and move declarations to iov.h
        change qemu_iovec_to_buf() to match other to,from_buf functions
        consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
        allow qemu_iovec_from_buffer() to specify offset from which to start copying
        consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
        rewrite iov_* functions
        change iov_* function prototypes to be more appropriate
        virtio-serial-bus: use correct lengths in control_out() message
      
      Conflicts:
      	tests/Makefile
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      23797df3