1. 08 8月, 2011 3 次提交
  2. 12 6月, 2011 1 次提交
  3. 11 12月, 2010 1 次提交
    • A
      Add endianness as io mem parameter · 2507c12a
      Alexander Graf 提交于
      As stated before, devices can be little, big or native endian. The
      target endianness is not of their concern, so we need to push things
      down a level.
      
      This patch adds a parameter to cpu_register_io_memory that allows a
      device to choose its endianness. For now, all devices simply choose
      native endian, because that's the same behavior as before.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2507c12a
  4. 04 9月, 2010 2 次提交
  5. 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