Best way to exchange data between host and guest?

2011-09-22 Thread Anjali Kulkarni
Hi, What is the fastest way to exchange data between host and guest? Thanks Anjali -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

SMBIOS support in Qemu?

2010-12-13 Thread Anjali Kulkarni
Hi, Which version of Qemu contains the Smbios code? If I have to get the code in my repo, is there any place I can get the complete set of patches? Thanks Anjali -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo

Passing in additional info to guest OS and e1000 test suite?

2010-10-15 Thread Anjali Kulkarni
Hi, - If I want to pass in additional arguments to the guest OS while booting(in particular which slot I want to map a nic to) - is there any way to do it? Some kind of configuration file that I can pass in would also be ok for me. - Is there a KVM/Qemu/e1000 test suite that is already available

Re: [Qemu-devel] Hitting 29 NIC limit

2010-10-14 Thread Anjali Kulkarni
Can you send me pointers to the qdev documentation? How can I use it? Will it allow us to scale above the 32 PCI limit? Anjali On 10/14/10 2:57 PM, Anthony Liguori anth...@codemonkey.ws wrote: On 10/14/2010 04:42 PM, Richard W.M. Jones wrote: On Thu, Oct 14, 2010 at 01:10:47PM +0100, Daniel

Re: [Qemu-devel] Hitting 29 NIC limit

2010-10-14 Thread Anjali Kulkarni
Thanks. Does this work for e1000 as well? Also, does it support pci hotplug? Anjali On 10/14/10 3:09 PM, Anthony Liguori anth...@codemonkey.ws wrote: On 10/14/2010 05:00 PM, Anjali Kulkarni wrote: Can you send me pointers to the qdev documentation? How can I use it? Will it allow us to scale

Hitting 29 NIC limit

2010-10-13 Thread Anjali Kulkarni
Hi, Using the legacy way of starting up NICs, I am hitting a limitation after 29 NICs ie no more than 29 are detected (that's because of the 32 PCI slot limit on a single bus- 3 are already taken up) I had initially increased the MAX_NICS to 48, just on my tree, to get to more, but ofcource

Question about using multiple Qemu emulation devices/NICs at one time

2010-08-18 Thread Anjali Kulkarni
Hi, Has anyone tried to use many Qemu devices/NICs at one time with the same guest? Ie let the guest think it has say 3 or 4 virtual NICs? I see that after about 2, it seems to be a little unstable - I got a em0 watchdog timeout once. So, I wanted to know is there any known issue with having

Question about e1000 NIC emulation in Qemu - chipset used

2010-08-07 Thread Anjali Kulkarni
Hi, I am using Qemu for emulation of my virtual e1000 NIC, and my driver for the e1000 is a modified version of 82547EI. (Modified because it is userspace and plugs into other modules - but the device access specific parts are not modified). I wanted to know which chipset exactly does Qemu

Re: Freebsd image from Qemu hangs on booting in KVM

2010-08-05 Thread Anjali Kulkarni
. It should just use KVM? Is there any way I can check? Btw, when it hangs, I cannot even press any key, so not sure how I can get those commands you suggest below.. Anjali On 8/5/10 1:46 AM, Avi Kivity a...@redhat.com wrote: On 08/05/2010 05:20 AM, Anjali Kulkarni wrote: Hi, I have

Re: Freebsd image from Qemu hangs on booting in KVM

2010-08-05 Thread Anjali Kulkarni
0xc09e48d0: leave 0xc09e48d1: ret 0xc09e48d2: push %ebp 0xc09e48d3: mov%esp,%ebp 0xc09e48d5: sub$0x8,%esp 0xc09e48d8: mov%ebx,(%esp,1) 0xc09e48db: mov%esi,0x4(%esp,1) (qemu) On 8/5/10 1:51 PM, Anjali Kulkarni anj...@juniper.net

Virtualization technology conferences/tutorials/courses to attend?

2010-08-04 Thread Anjali Kulkarni
Hi, I am new to Virtualization, so can someone point me to  conferences/tutorials/courses that I can attend related to Linux KVM, para-virtualization, device driver virtualization, hardware assisted virtualization etc.? Even documents pointers will be much useful. Thanks! Anjali -- To

Virtualization technology conferences/tutorials/courses to attend?Wednesday, August 4, 2010 6:59 PM

2010-08-04 Thread Anjali Kulkarni
Hi, I am new to Virtualization, so can someone point me to  conferences/tutorials/courses that I can attend related to Linux KVM, para-virtualization, device driver virtualization, hardware assisted virtualization etc.? Even documents pointers will be much useful. Thanks! Anjali -- To

Freebsd image from Qemu hangs on booting in KVM

2010-08-04 Thread Anjali Kulkarni
Hi, I have a problem similar to the one seen on this list before - when I boot my freebsd based(but modified) image in Qemu with KVM on CentOS, then after almost booting completely, the image hangs - just before the login prompt is seen. If I do not have KVM ie plain CenOS with Qemu, then this

Re: Looking at using KVM for embedded product

2010-06-23 Thread Anjali Kulkarni
Hi, I am not sure if this is the right forum for my questions - I am using Qemu+KVM on centOS to run my freebsd based virtual OS. The Qemu emulates one of my nics - yukon -II 88E8022 chip. Now, my yukon driver exists in kernel as well as user space(and I will use the one which I want based on

Question about mmap from user space and accessing emulated device bar0 contents

2010-06-23 Thread Anjali Kulkarni
Changing subject, Hi, I am not sure if this is the right forum for my questions - I am using Qemu+KVM on centOS to run my freebsd based virtual OS. The Qemu emulates one of my nics - yukon -II 88E8022 chip. Now, my yukon driver exists in kernel as well as user space(and I will use the one