search for: paulraj

Displaying 8 results from an estimated 8 matches for "paulraj".

Did you mean: paulr
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
...file.xml>. If the XML support is not provided in libvirt, Is there a document or pointers available to show how to add new device in libvirt xml code? Thanks, Bharath On Wed, Oct 23, 2019 at 12:57 PM Han Han <hhan@redhat.com> wrote: > > > On Tue, Oct 22, 2019 at 5:41 PM bharath paulraj <bharathpaul@gmail.com> > wrote: > >> Hi Team, >> >> I am exploring "edu" device in QEMU to add my own custom device. I am >> able to add the device using the command line. Would it be possible to add >> the device using XML file through libvirt?...
2019 Oct 24
0
Re: Reg: Adding "edu" device using XML file
On Wed, Oct 23, 2019 at 4:27 PM bharath paulraj <bharathpaul@gmail.com> wrote: > Hello Han, > > Thanks for the response. The XML option with qemu:commandline works if the > device is added during the VM creation. But I would like to hot-plug the > device to the running VM. I can add the device using the command line > &l...
2019 Oct 22
2
Reg: Adding "edu" device using XML file
Hi Team, I am exploring "edu" device in QEMU to add my own custom device. I am able to add the device using the command line. Would it be possible to add the device using XML file through libvirt? -- Regards, Bharath
2019 Aug 07
2
Reg: content of disk is not reflecting in host.
Hi Team, I am doing a small testing and I don't know if my expectation is correct or not. Pardon me if I am ignorant. I created a VM and the VM is running. In the hypervisor I have created ".img" file and attached this .img file to the VM. My expectation is that, if VM is writing files to the attached disk, then it should reflect in the .img file created in the hypervisor. But It is
2019 Jul 26
1
<VM LIVE Migration> <Sync conntrack entries>
Hi Team, I am using QEMU/KVM for launching VMs and libvirt to govern those VMs. I would like to synchronise the connection tracking entries specific to the VM during the VM LIVE migrations. It is required when the firewall is implemented at the host level like libvirt's "network filters". If stateful firewall is enabled, then unless these connection tracking entries are
2019 Aug 07
0
Re: Reg: content of disk is not reflecting in host.
On Wed, Aug 07, 2019 at 09:57:02PM +0530, bharath paulraj wrote: > Hi Team, > > I am doing a small testing and I don't know if my expectation is correct or > not. Pardon me if I am ignorant. > I created a VM and the VM is running. In the hypervisor I have created > ".img" file and attached this .img file to the VM. > My...
2019 Oct 23
0
Re: Reg: Adding "edu" device using XML file
On Tue, Oct 22, 2019 at 5:41 PM bharath paulraj <bharathpaul@gmail.com> wrote: > Hi Team, > > I am exploring "edu" device in QEMU to add my own custom device. I am able > to add the device using the command line. Would it be possible to add the > device using XML file through libvirt? > Hello, edu device is not...
2019 Sep 09
0
Reg: <operation not permitted><netlink socket><Qemu device>
Hi Team, I am writing a new device in QEMU, which opens and reads from Netlink socket from the hypervisor. I need this Netlink socket to support migration of connection tracking entries during VM Live migration. If I am using QEMU command directly to launch the VM, then any operation on Netlink socket works fine. But, If I am using libvirt to create the VM and attaching the device, then I am