1. 28 5月, 2014 1 次提交
  2. 08 5月, 2014 1 次提交
    • M
      MAINTAINERS: addresses for responsible disclosure · 62622c11
      Michael S. Tsirkin 提交于
      Adding addresses to MAINTAINERS, as agreed on the last conference call:
      
      http://wiki.qemu.org/SecurityProcess
      
      People sometimes detect security issues in upstream
      QEMU and don't know where to report them in a non-public way.
      Of course whoever just wants full disclosure can just go public,
      but there's nothing specified for non-public - until recently Anthony
      was doing this informally.
      
      As I started doing this recently anyway, I can handle this on the QEMU side
      in a more formal way.
      
      Adding a secalert mailing list as well - they are the ones who is actually
      opening CVEs, communicating issues to all downstreams etc,
      and they are already handling this for upstream, not just Red Hat.
      
      Keeping Anthony's address around in case he wants to be informed.
      
      Peter Maydell said that he prefers not to be on this contact list at
      this point.
      
      A public mailing list has been created - not listing it here yet -
      until we know how to set it up in a secure fashion and
      until there are more people so manually copying everyone
      becomes unwieldy for reporters.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      62622c11
  3. 06 5月, 2014 5 次提交
  4. 28 4月, 2014 1 次提交
  5. 26 4月, 2014 1 次提交
  6. 07 4月, 2014 1 次提交
    • G
      ui: Update MAINTAINERS entry. · 25eccc37
      Gerd Hoffmann 提交于
      With Amazon eating Anthonys time status "Maintained" certainly isn't
      true any more.  Update entry accordingly.
      
      Also add myself, so scripts/get_maintainer.pl will Cc: me, to reduce
      the chance ui patches fall through the cracks on our pretty loaded
      qemu-devel mailing list.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      25eccc37
  7. 03 4月, 2014 1 次提交
  8. 01 4月, 2014 2 次提交
  9. 11 3月, 2014 1 次提交
  10. 10 3月, 2014 1 次提交
  11. 01 3月, 2014 1 次提交
  12. 09 2月, 2014 1 次提交
    • P
      block: add native support for NFS · 6542aa9c
      Peter Lieven 提交于
      This patch adds native support for accessing images on NFS
      shares without the requirement to actually mount the entire
      NFS share on the host.
      
      NFS Images can simply be specified by an url of the form:
      nfs://<host>/<export>/<filename>[?param=value[&param2=value2[&...]]]
      
      For example:
      qemu-img create -f qcow2 nfs://10.0.0.1/qemu-images/test.qcow2
      
      You need LibNFS from Ronnie Sahlberg available at:
         git://github.com/sahlberg/libnfs.git
      for this to work.
      
      During configure it is automatically probed for libnfs and support
      is enabled on-the-fly. You can forbid or enforce libnfs support
      with --disable-libnfs or --enable-libnfs respectively.
      
      Due to NFS restrictions you might need to execute your binaries
      as root, allow them to open priviledged ports (<1024) or specify
      insecure option on the NFS server.
      
      For additional information on ROOT vs. non-ROOT operation and URL
      format + parameters see:
         https://raw.github.com/sahlberg/libnfs/master/README
      
      Supported by qemu are the uid, gid and tcp-syncnt URL parameters.
      
      LibNFS currently support NFS version 3 only.
      Signed-off-by: NPeter Lieven <pl@kamp.de>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      6542aa9c
  13. 26 1月, 2014 1 次提交
  14. 13 1月, 2014 1 次提交
  15. 18 12月, 2013 2 次提交
  16. 10 12月, 2013 1 次提交
  17. 09 12月, 2013 1 次提交
  18. 29 11月, 2013 1 次提交
  19. 15 11月, 2013 1 次提交
  20. 14 11月, 2013 1 次提交
  21. 11 11月, 2013 1 次提交
  22. 12 10月, 2013 1 次提交
    • S
      Use qemu-project.org domain name · 85938981
      Stefan Hajnoczi 提交于
      qemu.org is held by a third-party and no core community contributor has
      access to the DNS configuration.  This leaves the website exposed to
      outages due to DNS issues or IP address changes.  For example, if the
      web server IP address needs to change we cannot guarantee qemu.org will
      point to it!
      
      The newer qemu-project.org domain name is owned by Anthony Liguori
      <anthony@codemonkey.ws>.  You can confirm this by querying the whois
      information.  Also note that the #qemu IRC channel topic already
      references qemu-project.org.
      
      Short of having a dedicated legal entity to hold the domain name on
      behalf of the community, qemu-project.org seems like the safest bet.
      
      Let's replace references to qemu.org with qemu-project.org.
      
      Note that git-submodule(1) does not detect URL changes.  The following
      commands clear out and re-initialize all submodules to ensure you are
      using the latest URLs:
      
        $ git submodule deinit . # you'll be warned if you have local changes
        $ rm -rf .git/modules    # also clear cached .git/ directories
        $ git submodule update --init
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
      Signed-off-by: NAnthony Liguori <aliguori@amazon.com>
      85938981
  23. 11 10月, 2013 2 次提交
  24. 03 10月, 2013 1 次提交
  25. 24 9月, 2013 1 次提交
  26. 21 9月, 2013 1 次提交
  27. 18 9月, 2013 1 次提交
  28. 22 8月, 2013 1 次提交
  29. 19 8月, 2013 1 次提交
  30. 01 8月, 2013 1 次提交
  31. 30 7月, 2013 1 次提交
  32. 09 7月, 2013 1 次提交
  33. 08 7月, 2013 1 次提交