1. 18 11月, 2011 1 次提交
  2. 26 10月, 2011 1 次提交
  3. 16 10月, 2011 1 次提交
  4. 05 8月, 2011 1 次提交
  5. 15 5月, 2011 1 次提交
  6. 07 2月, 2011 1 次提交
  7. 21 1月, 2011 1 次提交
  8. 10 1月, 2011 4 次提交
  9. 02 11月, 2010 1 次提交
  10. 06 10月, 2010 1 次提交
  11. 31 8月, 2010 1 次提交
    • L
      nbd: Introduce NBD named exports. · 1d45f8b5
      Laurent Vivier 提交于
      This patch allows to connect Qemu using NBD protocol to an nbd-server
      using named exports.
      
      For instance, if on the host "isoserver", in /etc/nbd-server/config, you have:
      
      [generic]
      [debian-500-ppc-netinst]
              exportname = /ISO/debian-500-powerpc-netinst.iso
      [Fedora-10-ppc-netinst]
              exportname = /ISO/Fedora-10-ppc-netinst.iso
      
      You can connect to it, using:
      
          qemu -cdrom nbd:isoserver:exportname=debian-500-ppc-netinst
          qemu -cdrom nbd:isoserver:exportname=Fedora-10-ppc-netinst
      
      NOTE: you need at least nbd-server 2.9.18
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      1d45f8b5
  12. 11 8月, 2010 1 次提交
    • C
      RESEND: Inter-VM shared memory PCI device · 6cbf4c8c
      Cam Macdonell 提交于
      resend for bug fix related to removal of irqfd
      
      Support an inter-vm shared memory device that maps a shared-memory object as a
      PCI device in the guest.  This patch also supports interrupts between guest by
      communicating over a unix domain socket.  This patch applies to the qemu-kvm
      repository.
      
          -device ivshmem,size=<size in format accepted by -m>[,shm=<shm name>]
      
      Interrupts are supported between multiple VMs by using a shared memory server
      by using a chardev socket.
      
          -device ivshmem,size=<size in format accepted by -m>[,shm=<shm name>]
                 [,chardev=<id>][,msi=on][,ioeventfd=on][,vectors=n][,role=peer|master]
          -chardev socket,path=<path>,id=<id>
      
      The shared memory server, sample programs and init scripts are in a git repo here:
      
          www.gitorious.org/nahanni
      Signed-off-by: NCam Macdonell <cam@cs.ualberta.ca>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      6cbf4c8c
  13. 12 7月, 2010 1 次提交
  14. 29 5月, 2010 1 次提交
  15. 19 3月, 2010 1 次提交
  16. 11 2月, 2010 6 次提交
  17. 22 12月, 2009 1 次提交
  18. 20 11月, 2009 1 次提交
  19. 17 11月, 2009 1 次提交
  20. 13 11月, 2009 1 次提交
  21. 15 10月, 2009 1 次提交
  22. 11 9月, 2009 1 次提交
  23. 10 9月, 2009 1 次提交
  24. 17 7月, 2009 1 次提交
  25. 07 6月, 2009 1 次提交
  26. 06 6月, 2009 1 次提交
  27. 27 5月, 2009 1 次提交
  28. 20 5月, 2009 1 次提交
  29. 15 5月, 2009 1 次提交
  30. 06 4月, 2009 1 次提交
  31. 28 3月, 2009 1 次提交
    • B
      Syncing documentation vs. -help vs. qemu_options table · 5824d651
      blueswir1 提交于
      Try to keep documentation about command line switches, -help text and
      qemu_options table synchronized. 
      
      In true Qemu tradition, an include file is generated from single .hx file
      containing all relevant information in one place. The include file is
      parsed once for getting the enums, another time for getopt tables and
      hird time for help messages. Texi documentation for the options is
      generated from the same .hx file.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6884 c046a42c-6fe2-441c-8c8c-71466251a162
      5824d651
  32. 08 3月, 2009 1 次提交