Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2013-01-04 Thread Osier Yang
On 2013年01月04日 22:09, Eric Blake wrote: On 01/04/2013 12:56 AM, Mrugani wrote: How can we simply modify xml configuration file of VM to add ivshmem device without interrupts and start vm from virsh command line?? I assume you are replying to this thread: https://www.redhat.com/archives/libvir-

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2013-01-04 Thread Eric Blake
On 01/04/2013 12:56 AM, Mrugani wrote: > How can we simply modify xml configuration file of VM to add ivshmem device > without interrupts and start vm from virsh command line?? I assume you are replying to this thread: https://www.redhat.com/archives/libvir-list/2012-November/msg00731.html That w

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2013-01-04 Thread Mrugani
How can we simply modify xml configuration file of VM to add ivshmem device without interrupts and start vm from virsh command line?? -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-19 Thread Paolo Bonzini
Il 19/11/2012 04:45, Osier Yang ha scritto: > On 2012年11月17日 06:47, Paolo Bonzini wrote: >> Il 16/11/2012 10:59, Osier Yang ha scritto: >>> If "path" for "ivshmem" memory device is specified, it's going >>> to be setup with interrupts enabled. Otherwise interrupts is >>> disabled. To be more clear,

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-18 Thread Osier Yang
On 2012年11月17日 06:47, Paolo Bonzini wrote: Il 16/11/2012 10:59, Osier Yang ha scritto: If "path" for "ivshmem" memory device is specified, it's going to be setup with interrupts enabled. Otherwise interrupts is disabled. To be more clear, let's see the QEMU command line of both cases: * With

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-16 Thread Paolo Bonzini
Il 16/11/2012 10:59, Osier Yang ha scritto: > If "path" for "ivshmem" memory device is specified, it's going > to be setup with interrupts enabled. Otherwise interrupts is > disabled. To be more clear, let's see the QEMU command line > of both cases: > > * With interrupts (/tmp/nahanni is the iv

[libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-16 Thread Osier Yang
Considering there could be other memory related devices in future, this introduces a general device model, called memory device, instead of a specific device like "ivshmem", currently only "ivshmem" is supported though. An example of the XML: 512 8 "source id" is req

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-08 Thread Osier Yang
On 2012年11月08日 22:16, Daniel P. Berrange wrote: On Wed, Nov 07, 2012 at 05:40:41PM +0800, Osier Yang wrote: Considering there could be other memory related devices in future, this introduces a general device model, called memory device, instead of a specific device like "ivshmem", currently only

Re: [libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-08 Thread Daniel P. Berrange
On Wed, Nov 07, 2012 at 05:40:41PM +0800, Osier Yang wrote: > Considering there could be other memory related devices in future, > this introduces a general device model, called memory device, > instead of a specific device like "ivshmem", currently only > "ivshmem" is supported though. > > An exa

[libvirt] [PATCH 1/4] docs: Add documents for memory device

2012-11-07 Thread Osier Yang
Considering there could be other memory related devices in future, this introduces a general device model, called memory device, instead of a specific device like "ivshmem", currently only "ivshmem" is supported though. An example of the XML: 512 8 "source id" is required