1. 11 6月, 2015 4 次提交
  2. 31 5月, 2015 1 次提交
  3. 12 3月, 2015 1 次提交
  4. 02 11月, 2014 1 次提交
    • M
      virtio-pci: fix migration for pci bus master · 68a27b20
      Michael S. Tsirkin 提交于
      Current support for bus master (clearing OK bit) together with the need to
      support guests which do not enable PCI bus mastering, leads to extra state in
      VIRTIO_PCI_FLAG_BUS_MASTER_BUG bit, which isn't robust in case of cross-version
      migration for the case when guests use the device before setting DRIVER_OK.
      
      Rip out this code, and replace it:
      -   Modern QEMU doesn't need VIRTIO_PCI_FLAG_BUS_MASTER_BUG
          so just drop it for latest machine type.
      -   For compat machine types, set PCI_COMMAND if DRIVER_OK
          is set.
      
      As this is needed for 2.1 for both pc and ppc, move PC_COMPAT macros from pc.h
      to a new common header.
      
      Cc: Greg Kurz <gkurz@linux.vnet.ibm.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Reviewed-by: NAlexander Graf <agraf@suse.de>
      
      68a27b20
  5. 01 7月, 2014 1 次提交
  6. 10 12月, 2013 1 次提交
  7. 25 4月, 2013 3 次提交
  8. 23 4月, 2013 1 次提交
  9. 19 4月, 2013 1 次提交
  10. 17 4月, 2013 1 次提交
  11. 15 4月, 2013 1 次提交
  12. 09 4月, 2013 2 次提交
  13. 29 3月, 2013 1 次提交
  14. 26 3月, 2013 1 次提交
  15. 19 3月, 2013 1 次提交
  16. 01 3月, 2013 3 次提交
  17. 22 1月, 2013 2 次提交
  18. 15 1月, 2013 1 次提交
    • K
      virtio-9p: fix compilation error. · cf7c3f0c
      KONRAD Frederic 提交于
      Fix the compilation error introduced by msg new field.
      
      CC    hw/9pfs/virtio-9p.o
      In file included from /home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/9pfs/virtio-9p.c:17:0:
      /home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/virtio-pci.h:30:16: erreur: field ‘msg’ has incomplete type
      make: *** [hw/9pfs/virtio-9p.o] Erreur 1
      Signed-off-by: NKONRAD Frederic <fred.konrad@greensocs.com>
      cf7c3f0c
  19. 08 1月, 2013 2 次提交
  20. 16 11月, 2012 1 次提交
  21. 18 6月, 2012 1 次提交
  22. 22 5月, 2012 2 次提交
  23. 22 2月, 2012 1 次提交
  24. 05 12月, 2011 1 次提交
  25. 12 10月, 2011 1 次提交
  26. 08 8月, 2011 2 次提交
  27. 05 7月, 2011 1 次提交
  28. 02 6月, 2011 1 次提交