Mr. Teo En Ming (Zhang Enming)
2009-Nov-10 05:29 UTC
[Xen-users] Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
After reading the following articles, it doesn''t sound very hopeful for Xen. [1] Xen vs. KVM: Verdict still out on dueling hypervisors http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html [2] Xen vs. KVM Linux virtualization hypervisors http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html [3] Xen vs. KVM: The Linux Foundation’s Small-Minded View of Virtualization http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx What are your views? I certainly hope that pvops dom0 patches would be merged into the mainline Linux kernel. -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Alma Maters: (1) Singapore Polytechnic (2) National University of Singapore My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com My Secondary Blog: http://enmingteo.wordpress.com My Youtube videos: http://www.youtube.com/user/enmingteo Email: space.time.universe@gmail.com Mobile Phone (Starhub Prepaid): +65-8369-2618 Street: Bedok Reservoir Road Country: Singapore _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mr. Teo En Ming (Zhang Enming)
2009-Nov-10 06:27 UTC
[Xen-devel] Re: Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
One of the reasons why I prefer Xen over KVM is because of networking. I have a Gigabit network card on my Intel DQ45CB motherboard. I don''t see a need to install an additional network card on my motherboard as PCI and PCIe expansion slots are limited. In the case of Xen, the physical network interface in my host operating system (dom0) and the virtual network interfaces in my guest operating systems (domU) can be added to the same ethernet bridge on the host OS. This implies that my host and virtual machines will have IP addresses in the same subnet. Moreover, if I do not want to configure static IP addresses, my virtual machines (VMs) can obtain IP adddresses from the DHCP server on commercial routers like Linksys, D-Link, Netgear, etc, similar to the way the physical network card on the host obtaining its IP address from the same router. But, for the case of KVM, I need to setup an internal network for my guests. This implies that my guests will use a different subnet from the host. In order for my guests to have internet connectivity, I need to create an ethernet bridge on the host OS and configure it as the default gateway/router for my guests. Then I need to setup source network address translation (SNAT) for the virtual network interfaces in my guests. The virtual network interfaces in my virtual machines cannot obtain IP addresses from my Linksys, D-Link, Netgear routers. If I want to run services like HTTP servers on my guests, I need to setup destination network address translation (DNAT) *twice*, first from my commercial router to my host OS, but my host is also a router for the internal network of my virtual machines, hence I have to port forward a second time from my host OS to my guest machines. Fortunately, in the case of Xen, I would only have to setup DNAT once, from the commercial router to my virtual machine. For the purpose of my argument for Xen vs KVM networking, please refer to the following article: Qemu (kvm) internal network setup<http://blog.cynapses.org/2007/07/12/qemu-kvm-internal-network-setup/>Link: http://blog.cynapses.org/2007/07/12/qemu-kvm-internal-network-setup/ -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Alma Maters: (1) Singapore Polytechnic (2) National University of Singapore My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com My Secondary Blog: http://enmingteo.wordpress.com My Youtube videos: http://www.youtube.com/user/enmingteo Email: space.time.universe@gmail.com Mobile Phone (Starhub Prepaid): +65-8369-2618 Street: Bedok Reservoir Road Country: Singapore On Tue, Nov 10, 2009 at 1:29 PM, Mr. Teo En Ming (Zhang Enming) < space.time.universe@gmail.com> wrote:> After reading the following articles, it doesn''t sound very hopeful for > Xen. > > [1] Xen vs. KVM: Verdict still out on dueling hypervisors > > http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html > > [2] Xen vs. KVM Linux virtualization hypervisors > > http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html > > [3] Xen vs. KVM: The Linux Foundation’s Small-Minded View of Virtualization > > http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx > > What are your views? I certainly hope that pvops dom0 patches would be > merged into the mainline Linux kernel. > > -- > Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical > Engineering) > Alma Maters: > (1) Singapore Polytechnic > (2) National University of Singapore > My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com > My Secondary Blog: http://enmingteo.wordpress.com > My Youtube videos: http://www.youtube.com/user/enmingteo > Email: space.time.universe@gmail.com > Mobile Phone (Starhub Prepaid): +65-8369-2618 > Street: Bedok Reservoir Road > Country: Singapore >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Itamar Reis Peixoto
2009-Nov-10 09:35 UTC
Re: [Xen-users] Re: Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
you can setup kvm networking as bridge like xen. will work both in the same way. On Tue, Nov 10, 2009 at 4:27 AM, Mr. Teo En Ming (Zhang Enming) <space.time.universe@gmail.com> wrote:> One of the reasons why I prefer Xen over KVM is because of networking. > > I have a Gigabit network card on my Intel DQ45CB motherboard. I don''t see a > need to install an additional network card on my motherboard as PCI and PCIe > expansion slots are limited. > > In the case of Xen, the physical network interface in my host operating > system (dom0) and the virtual network interfaces in my guest operating > systems (domU) can be added to the same ethernet bridge on the host OS. This > implies that my host and virtual machines will have IP addresses in the same > subnet. Moreover, if I do not want to configure static IP addresses, my > virtual machines (VMs) can obtain IP adddresses from the DHCP server on > commercial routers like Linksys, D-Link, Netgear, etc, similar to the way > the physical network card on the host obtaining its IP address from the same > router. > > But, for the case of KVM, I need to setup an internal network for my guests. > This implies that my guests will use a different subnet from the host. In > order for my guests to have internet connectivity, I need to create an > ethernet bridge on the host OS and configure it as the default > gateway/router for my guests. Then I need to setup source network address > translation (SNAT) for the virtual network interfaces in my guests. The > virtual network interfaces in my virtual machines cannot obtain IP addresses > from my Linksys, D-Link, Netgear routers. If I want to run services like > HTTP servers on my guests, I need to setup destination network address > translation (DNAT) *twice*, first from my commercial router to my host OS, > but my host is also a router for the internal network of my virtual > machines, hence I have to port forward a second time from my host OS to my > guest machines. > > Fortunately, in the case of Xen, I would only have to setup DNAT once, from > the commercial router to my virtual machine. > > For the purpose of my argument for Xen vs KVM networking, please refer to > the following article: > > Qemu (kvm) internal network setup > > Link: http://blog.cynapses.org/2007/07/12/qemu-kvm-internal-network-setup/ > > -- > Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical > Engineering) > Alma Maters: > (1) Singapore Polytechnic > (2) National University of Singapore > My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com > My Secondary Blog: http://enmingteo.wordpress.com > My Youtube videos: http://www.youtube.com/user/enmingteo > Email: space.time.universe@gmail.com > Mobile Phone (Starhub Prepaid): +65-8369-2618 > Street: Bedok Reservoir Road > Country: Singapore > > On Tue, Nov 10, 2009 at 1:29 PM, Mr. Teo En Ming (Zhang Enming) > <space.time.universe@gmail.com> wrote: >> >> After reading the following articles, it doesn''t sound very hopeful for >> Xen. >> >> [1] Xen vs. KVM: Verdict still out on dueling hypervisors >> >> http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html >> >> [2] Xen vs. KVM Linux virtualization hypervisors >> >> http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html >> >> [3] Xen vs. KVM: The Linux Foundation’s Small-Minded View of >> Virtualization >> >> http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx >> >> What are your views? I certainly hope that pvops dom0 patches would be >> merged into the mainline Linux kernel. >> >> -- >> Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical >> Engineering) >> Alma Maters: >> (1) Singapore Polytechnic >> (2) National University of Singapore >> My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com >> My Secondary Blog: http://enmingteo.wordpress.com >> My Youtube videos: http://www.youtube.com/user/enmingteo >> Email: space.time.universe@gmail.com >> Mobile Phone (Starhub Prepaid): +65-8369-2618 >> Street: Bedok Reservoir Road >> Country: Singapore > > > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- ------------ Itamar Reis Peixoto e-mail/msn/google talk/sip: itamar@ispbrasil.com.br skype: itamarjp icq: 81053601 +55 11 4063 5033 +55 34 3221 8599 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Freddie Cash
2009-Nov-10 15:36 UTC
Re: [Xen-users] Re: Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
On Mon, Nov 9, 2009 at 10:27 PM, Mr. Teo En Ming (Zhang Enming) <space.time.universe@gmail.com> wrote:> One of the reasons why I prefer Xen over KVM is because of networking. > > I have a Gigabit network card on my Intel DQ45CB motherboard. I don''t see a > need to install an additional network card on my motherboard as PCI and PCIe > expansion slots are limited. > > In the case of Xen, the physical network interface in my host operating > system (dom0) and the virtual network interfaces in my guest operating > systems (domU) can be added to the same ethernet bridge on the host OS. This > implies that my host and virtual machines will have IP addresses in the same > subnet. Moreover, if I do not want to configure static IP addresses, my > virtual machines (VMs) can obtain IP adddresses from the DHCP server on > commercial routers like Linksys, D-Link, Netgear, etc, similar to the way > the physical network card on the host obtaining its IP address from the same > router. > > But, for the case of KVM, I need to setup an internal network for my guests.Bzzzt! Incorrect. KVM supports the exact same networking methods as Xen. In fact, it''s a lot simpler to setup bridged networking in KVM then in Xen, as KVM uses the default network configuration scripts of the host OS. In Debian, it''s as simple as editing /etc/network/interfaces, creating the bridge configuration in there, and then pointing /etc/kvm/kvm-ifup to use that bridge. Xen 3.0 used to be this simple, and the bridge device was separate from the physical interface. Then in Xen 3.2 everything changed, and it became a royal pain to configure as the physical interface was renamed, and the first interface with an IP was used as the bridge device, completely breaking setups where you have a management interface with an IP, and separate interfaces for the bridge(s). (Yes, I know it''s possible to work around this, but it broke existing setups, and changed things for no good reason.) -- Freddie Cash fjwcash@gmail.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen
2009-Nov-10 15:41 UTC
[Xen-users] Re: [Xen-devel] Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
On Tue, Nov 10, 2009 at 01:29:00PM +0800, Mr. Teo En Ming (Zhang Enming) wrote:> After reading the following articles, it doesn''t sound very hopeful for > Xen. > > [1] Xen vs. KVM: Verdict still out on dueling hypervisors > [1]http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html > > [2] Xen vs. KVM Linux virtualization hypervisors > [2]http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html > > [3] Xen vs. KVM: The Linux Foundation*s Small-Minded View of > Virtualization > [3]http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx > > What are your views? I certainly hope that pvops dom0 patches would be > merged into the mainline Linux kernel. >Jeremy will have a speech about pv_ops dom0 status at the XenSummit Asia 2009 this month. I guess then we''ll know more about the plans :) http://blog.xen.org/index.php/2009/11/04/xen-summit-asia-2009-event-information-released/ -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mr. Teo En Ming (Zhang Enming)
2009-Nov-10 15:58 UTC
Re: [Xen-devel] Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
I hope there will be a live telecast from Xen Summit Asia 2009 in Shanghai, China so that we can all tune in. -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Alma Maters: (1) Singapore Polytechnic (2) National University of Singapore My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com My Secondary Blog: http://enmingteo.wordpress.com My Youtube videos: http://www.youtube.com/user/enmingteo Email: space.time.universe@gmail.com Mobile Phone (Starhub Prepaid): +65-8369-2618 Street: Bedok Reservoir Road Country: Singapore On Tue, Nov 10, 2009 at 11:41 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> On Tue, Nov 10, 2009 at 01:29:00PM +0800, Mr. Teo En Ming (Zhang Enming) > wrote: > > After reading the following articles, it doesn''t sound very hopeful > for > > Xen. > > > > [1] Xen vs. KVM: Verdict still out on dueling hypervisors > > [1] > http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html > > > > [2] Xen vs. KVM Linux virtualization hypervisors > > [2] > http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html > > > > [3] Xen vs. KVM: The Linux Foundation*s Small-Minded View of > > Virtualization > > [3] > http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx > > > > What are your views? I certainly hope that pvops dom0 patches would be > > merged into the mainline Linux kernel. > > > > Jeremy will have a speech about pv_ops dom0 status at the XenSummit Asia > 2009 this month. > > I guess then we''ll know more about the plans :) > > > http://blog.xen.org/index.php/2009/11/04/xen-summit-asia-2009-event-information-released/ > > -- Pasi > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2009-Nov-10 16:02 UTC
[Xen-devel] Video/Audio stream from XenSummit Asia 2009 ?
On Tue, Nov 10, 2009 at 11:58:16PM +0800, Mr. Teo En Ming (Zhang Enming) wrote:> I hope there will be a live telecast from Xen Summit Asia 2009 in > Shanghai, China so that we can all tune in. >Maybe Stephen Spector can comment about that.. would be really nice to have some video (or at least audio) stream! -- Pasi> > On Tue, Nov 10, 2009 at 11:41 PM, Pasi Kärkkäinen <[5]pasik@iki.fi> wrote: > > On Tue, Nov 10, 2009 at 01:29:00PM +0800, Mr. Teo En Ming (Zhang Enming) > wrote: > > After reading the following articles, it doesn''t sound very hopeful > for > > Xen. > > > > [1] Xen vs. KVM: Verdict still out on dueling hypervisors > > > [1][6]http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html > > > > [2] Xen vs. KVM Linux virtualization hypervisors > > > [2][7]http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html > > > > [3] Xen vs. KVM: The Linux Foundation*s Small-Minded View of > > Virtualization > > > [3][8]http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx > > > > What are your views? I certainly hope that pvops dom0 patches would > be > > merged into the mainline Linux kernel. > > > > Jeremy will have a speech about pv_ops dom0 status at the XenSummit Asia > 2009 this month. > > I guess then we''ll know more about the plans :) > > [9]http://blog.xen.org/index.php/2009/11/04/xen-summit-asia-2009-event-information-released/ > -- Pasi >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Mr. Teo En Ming (Zhang Enming)
2009-Nov-10 16:08 UTC
[Xen-devel] Re: Video/Audio stream from XenSummit Asia 2009 ?
And maybe video conferencing as well so that remote audience not physically at the Summit can ask questions too :-) -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Alma Maters: (1) Singapore Polytechnic (2) National University of Singapore My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com My Secondary Blog: http://enmingteo.wordpress.com My Youtube videos: http://www.youtube.com/user/enmingteo Email: space.time.universe@gmail.com Mobile Phone (Starhub Prepaid): +65-8369-2618 Street: Bedok Reservoir Road Country: Singapore On Wed, Nov 11, 2009 at 12:02 AM, Pasi Kärkkäinen <pasik@iki.fi> wrote:> On Tue, Nov 10, 2009 at 11:58:16PM +0800, Mr. Teo En Ming (Zhang Enming) > wrote: > > I hope there will be a live telecast from Xen Summit Asia 2009 in > > Shanghai, China so that we can all tune in. > > > > Maybe Stephen Spector can comment about that.. would be really nice to have > some > video (or at least audio) stream! > > -- Pasi > > > > > On Tue, Nov 10, 2009 at 11:41 PM, Pasi Kärkkäinen <[5]pasik@iki.fi> > wrote: > > > > On Tue, Nov 10, 2009 at 01:29:00PM +0800, Mr. Teo En Ming (Zhang > Enming) > > wrote: > > > After reading the following articles, it doesn''t sound very > hopeful > > for > > > Xen. > > > > > > [1] Xen vs. KVM: Verdict still out on dueling hypervisors > > > > > [1][6] > http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html > > > > > > [2] Xen vs. KVM Linux virtualization hypervisors > > > > > [2][7] > http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html > > > > > > [3] Xen vs. KVM: The Linux Foundation*s Small-Minded View of > > > Virtualization > > > > > [3][8] > http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx > > > > > > What are your views? I certainly hope that pvops dom0 patches > would > > be > > > merged into the mainline Linux kernel. > > > > > > > Jeremy will have a speech about pv_ops dom0 status at the XenSummit > Asia > > 2009 this month. > > > > I guess then we''ll know more about the plans :) > > > > [9] > http://blog.xen.org/index.php/2009/11/04/xen-summit-asia-2009-event-information-released/ > > -- Pasi > > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stephen Spector
2009-Nov-10 16:12 UTC
[Xen-devel] RE: Video/Audio stream from XenSummit Asia 2009 ?
>> I hope there will be a live telecast from Xen Summit Asia 2009 in >> Shanghai, China so that we can all tune in. >>> Maybe Stephen Spector can comment about that.. would be really nice to have some > video (or at least audio) stream!I have been unable to get my Linux machine accept my Video/Audio Camera and am looking for alternatives. Also, I have a list of requirements that will need to be available (e.g. ports) from Intel in China. We are going to tape the entire event and post a few days afterwards but I am trying to get a live stream. Thanks. Stephen Spector _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Boris Quiroz
2009-Nov-10 16:13 UTC
Re: [Xen-users] Video/Audio stream from XenSummit Asia 2009 ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pasi Kärkkäinen wrote:> On Tue, Nov 10, 2009 at 11:58:16PM +0800, Mr. Teo En Ming (Zhang Enming) wrote: >> I hope there will be a live telecast from Xen Summit Asia 2009 in >> Shanghai, China so that we can all tune in. >> > > Maybe Stephen Spector can comment about that.. would be really nice to have some > video (or at least audio) stream! >I talked with Stephen few days ago, and looks he''s trying to setup some kind of ustream.tv service but he has to check with people at Intel facility about the internet connection and everything else.> -- Pasi > >> On Tue, Nov 10, 2009 at 11:41 PM, Pasi Kärkkäinen <[5]pasik@iki.fi> wrote: >> >> On Tue, Nov 10, 2009 at 01:29:00PM +0800, Mr. Teo En Ming (Zhang Enming) >> wrote: >> > After reading the following articles, it doesn''t sound very hopeful >> for >> > Xen. >> > >> > [1] Xen vs. KVM: Verdict still out on dueling hypervisors >> > >> [1][6]http://searchdatacenter.techtarget.com/news/article/0,289142,sid80_gci1368664,00.html >> > >> > [2] Xen vs. KVM Linux virtualization hypervisors >> > >> [2][7]http://searchservervirtualization.techtarget.com/generic/0,295582,sid94_gci1371226,00.html >> > >> > [3] Xen vs. KVM: The Linux Foundation*s Small-Minded View of >> > Virtualization >> > >> [3][8]http://windowsconnected.com/blogs/brad/archive/2009/04/17/xen-vs-kvm-the-linux-foundation-s-small-minded-view-of-virtualization.aspx >> > >> > What are your views? I certainly hope that pvops dom0 patches would >> be >> > merged into the mainline Linux kernel. >> > >> >> Jeremy will have a speech about pv_ops dom0 status at the XenSummit Asia >> 2009 this month. >> >> I guess then we''ll know more about the plans :) >> >> [9]http://blog.xen.org/index.php/2009/11/04/xen-summit-asia-2009-event-information-released/ >> -- Pasi >> > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkr5kRYACgkQGNJOcRr8JkL+ugCeOqR+31Lr4SLzMesFImW/jOJ7 K/oAniFa65gnqAw1AqUDaVwFWlcn152L =7ggy -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Mr. Teo En Ming (Zhang Enming)
2009-Nov-10 16:40 UTC
[Xen-users] Re: [Xen-devel] RE: Video/Audio stream from XenSummit Asia 2009 ?
What is the brand/model and interface of your digital video camera? -- Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Alma Maters: (1) Singapore Polytechnic (2) National University of Singapore My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com My Secondary Blog: http://enmingteo.wordpress.com My Youtube videos: http://www.youtube.com/user/enmingteo Email: space.time.universe@gmail.com Mobile Phone (Starhub Prepaid): +65-8369-2618 Street: Bedok Reservoir Road Country: Singapore On Wed, Nov 11, 2009 at 12:12 AM, Stephen Spector < stephen.spector@citrix.com> wrote:> > >> I hope there will be a live telecast from Xen Summit Asia 2009 in > >> Shanghai, China so that we can all tune in. > >> > > > Maybe Stephen Spector can comment about that.. would be really nice to > have some > > video (or at least audio) stream! > > I have been unable to get my Linux machine accept my Video/Audio Camera and > am looking for alternatives. Also, I have a list of requirements that will > need to be available (e.g. ports) from Intel in China. > > We are going to tape the entire event and post a few days afterwards but I > am trying to get a live stream. > > Thanks. > > Stephen Spector > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pasi Kärkkäinen
2009-Nov-10 17:58 UTC
Re: [Xen-users] Re: Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
On Tue, Nov 10, 2009 at 07:36:37AM -0800, Freddie Cash wrote:> On Mon, Nov 9, 2009 at 10:27 PM, Mr. Teo En Ming (Zhang Enming) > <space.time.universe@gmail.com> wrote: > > One of the reasons why I prefer Xen over KVM is because of networking. > > > > I have a Gigabit network card on my Intel DQ45CB motherboard. I don''t see a > > need to install an additional network card on my motherboard as PCI and PCIe > > expansion slots are limited. > > > > In the case of Xen, the physical network interface in my host operating > > system (dom0) and the virtual network interfaces in my guest operating > > systems (domU) can be added to the same ethernet bridge on the host OS. This > > implies that my host and virtual machines will have IP addresses in the same > > subnet. Moreover, if I do not want to configure static IP addresses, my > > virtual machines (VMs) can obtain IP adddresses from the DHCP server on > > commercial routers like Linksys, D-Link, Netgear, etc, similar to the way > > the physical network card on the host obtaining its IP address from the same > > router. > > > > But, for the case of KVM, I need to setup an internal network for my guests. > > Bzzzt! Incorrect. KVM supports the exact same networking methods as > Xen. In fact, it''s a lot simpler to setup bridged networking in KVM > then in Xen, as KVM uses the default network configuration scripts of > the host OS. > > In Debian, it''s as simple as editing /etc/network/interfaces, creating > the bridge configuration in there, and then pointing /etc/kvm/kvm-ifup > to use that bridge. > > Xen 3.0 used to be this simple, and the bridge device was separate > from the physical interface. Then in Xen 3.2 everything changed, and > it became a royal pain to configure as the physical interface was > renamed, and the first interface with an IP was used as the bridge > device, completely breaking setups where you have a management > interface with an IP, and separate interfaces for the bridge(s). > (Yes, I know it''s possible to work around this, but it broke existing > setups, and changed things for no good reason.) >With Xen, you can, and have always been able to, use your distro provided network configuration scripts/methods. Just disable the default Xen network-bridge script, and do it yourself. No need to have Xen scripts do the renaming etc. -- Pasi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Stephen Spector
2009-Nov-11 15:20 UTC
[Xen-devel] RE: Video/Audio stream from XenSummit Asia 2009 ?
Everyone, we will not be able to stream live the event from Intel China next week due to Port and Security issues. I will start working soon with AMD to try and have this issue taken care of right away so we can stream Xen Summit North America in April. Thanks. Stephen Spector _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- Will pv-ops dom0-patched kernel be eventually merged into Linus Torvalds'' mainline Linux kernel tree?
- Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0
- Picture Tutorial: How to Setup Slackware64 13.0 HVM domU with Xen 3.5-unstable pv-ops Dom0 Kernel 2.6.31.4 in Fedora 11 x86-64 Dom0
- Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications
- Using Xen Virtualization Environment for Development and Testing of Supercomputing and High Performance Computing (HPC) Cluster MPICH2 MPI-2 Applications