1. 27 6月, 2016 2 次提交
  2. 04 2月, 2016 2 次提交
  3. 29 1月, 2016 1 次提交
    • P
      arm: Clean up includes · 8ef94f0b
      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-13-git-send-email-peter.maydell@linaro.org
      8ef94f0b
  4. 27 10月, 2015 1 次提交
  5. 09 9月, 2015 1 次提交
  6. 03 6月, 2015 1 次提交
  7. 18 5月, 2015 2 次提交
  8. 12 1月, 2015 1 次提交
    • P
      net: remove all cleanup methods from NIC NetClientInfos · 57407ea4
      Paolo Bonzini 提交于
      All NICs have a cleanup function that, in most cases, zeroes the pointer
      to the NICState.  In some cases, it frees data belonging to the NIC.
      
      However, this function is never called except when exiting from QEMU.
      It is not necessary to NULL pointers and free data here; the right place
      to do that would be in the device's unrealize function, after calling
      qemu_del_nic.  Zeroing the NIC multiple times is also wrong for multiqueue
      devices.
      
      This cleanup function gets in the way of making the NetClientStates for
      the NIC hold an object_ref reference to the object, so get rid of it.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      57407ea4
  9. 10 6月, 2014 4 次提交
  10. 26 5月, 2014 1 次提交
  11. 13 5月, 2014 2 次提交
  12. 08 5月, 2014 1 次提交
  13. 18 4月, 2014 1 次提交
  14. 10 12月, 2013 14 次提交
  15. 30 7月, 2013 1 次提交
  16. 04 7月, 2013 2 次提交
  17. 09 4月, 2013 1 次提交
  18. 01 3月, 2013 2 次提交