1. 07 1月, 2013 15 次提交
  2. 06 1月, 2013 2 次提交
  3. 05 1月, 2013 6 次提交
  4. 04 1月, 2013 15 次提交
  5. 03 1月, 2013 2 次提交
    • S
      dataplane: use linux-headers/ for virtio includes · ef4929fb
      Stefan Hajnoczi 提交于
      The hw/dataplane/vring.c code includes linux/virtio_ring.h.  Ensure that
      we use linux-headers/ instead of the system-wide headers, which may be
      out-of-date on older distros.
      
      This resolves the following build error on Debian 6:
      
        CC    hw/dataplane/vring.o
      cc1: warnings being treated as errors
      hw/dataplane/vring.c: In function 'vring_enable_notification':
      hw/dataplane/vring.c:71: error: implicit declaration of function 'vring_avail_event'
      hw/dataplane/vring.c:71: error: nested extern declaration of 'vring_avail_event'
      hw/dataplane/vring.c:71: error: lvalue required as left operand of assignment
      
      Note that we now build dataplane/ for each target instead of only once.
      There is no way around this since linux-headers/ is only available for
      per-target objects - and it's how virtio, vfio, kvm, and friends are
      built.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ef4929fb
    • S
      configure: Write new file "config-all-disas.mak" when running configure · dbd99ae3
      Stefan Weil 提交于
      Incremental builds added new lines to that file each time when configure
      was run.
      
      Now a new file with a comment line is written.
      Signed-off-by: NStefan Weil <sw@weilnetz.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      dbd99ae3