1. 10 10月, 2012 1 次提交
  2. 15 6月, 2012 2 次提交
  3. 16 3月, 2011 1 次提交
  4. 27 11月, 2010 1 次提交
  5. 30 3月, 2010 1 次提交
  6. 27 3月, 2010 1 次提交
    • A
      target-s390: Don't compile in virtio-pci · b305b9d7
      Alexander Graf 提交于
      As soon as virtio-pci.c gets compiled and used on S390 the internal qdev magic
      gets confused and tries to give us PCI devices instead of S390 virtio devices.
      
      Since we don't have PCI on S390, we can safely not compile virtio-pci at all.
      
      In order to do this I added a new config option "CONFIG_VIRTIO_PCI" that I
      enabled for every platform except S390. Thanks to this the change should be a
      complete nop for every other platform.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      b305b9d7
  7. 09 10月, 2009 2 次提交