1. 03 7月, 2018 9 次提交
  2. 02 7月, 2018 3 次提交
  3. 28 6月, 2018 4 次提交
  4. 27 6月, 2018 23 次提交
  5. 26 6月, 2018 1 次提交
    • A
      qemu: Escape commas for qemuBuildSCSIiSCSIHostdevDrvStr · c3427c4a
      Anya Harter 提交于
      Add comma escaping for netsource. This is done here because
      qemuBuildNetworkDriveStr has other external callers which
      may not expect an escaped comma; however, this particular
      command building path needs to perform the escaping for the
      hostdev command line, so we do it now to ensure src->path
      and src->host->name are covered.
      Signed-off-by: NAnya Harter <aharter@redhat.com>
      c3427c4a