Re: git access via http to *bios.git repositories

2009-11-13 Thread Jan Kiszka
Bernhard Kohl wrote: > Hi, > > there is something wrong with the new *bios.git repositories. > I need to use git via http because of a firewall. > This works well with the other repos, e.g. kvm.git. > > $ git clone http://www.kernel.org/pub/scm/virt/kvm/pcbios.git > Initialized empty Git reposito

[ kvm-Bugs-2896992 ] Intel PCI NIC passthrough problem

2009-11-13 Thread SourceForge.net
Bugs item #2896992, was opened at 2009-11-13 05:58 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2896992&group_id=180599 Please note that this message will contain a full copy of the comment thread,

Re: qemu-kvm: Unsolicited boot from net

2009-11-13 Thread Gleb Natapov
On Thu, Nov 12, 2009 at 06:11:57PM -0200, Marcelo Tosatti wrote: > On Thu, Nov 12, 2009 at 06:29:16PM +0100, Jan Kiszka wrote: > > Marcelo Tosatti wrote: > > > On Thu, Nov 12, 2009 at 01:29:37PM +0100, Jan Kiszka wrote: > > >> Hi Marcelo, > > >> > > >> since merge 2fb0744e0d qemu-kvm always tries t

Re: [RFC] KVM Fault Tolerance: Kemari for KVM

2009-11-13 Thread Yoshiaki Tamura
Hi, Thanks for your comments! Dor Laor wrote: On 11/09/2009 05:53 AM, Fernando Luis Vázquez Cao wrote: Hi all, It has been a while coming, but we have finally started work on Kemari's port to KVM. For those not familiar with it, Kemari provides the basic building block to create a virtualizat

Re: [PATCH 1/1] Fix null DESTDIR in depmod execution

2009-11-13 Thread Jan Kiszka
Sheng Yang wrote: > commit 52ea5897fa9fdadf0cc1a5242a23ce3dab599769 "Use DESTDIR consitently on > installation" add -b ${DESTDIR} to depmod. But the DESTDIR is default NULL, > then depmod would report error. > > Set DESTDIR=/ as default > > Signed-off-by: Sheng Yang > --- > Makefile |2 +- >

Re: [PATCH 1/1] Fix unable to detect libpci

2009-11-13 Thread Juan Quintela
Sheng Yang wrote: > commit 75fe7882 "Test for libpci, not only for header" compile a libpci > test file. But the pciutils with defined PCI_COMPRESSED_IDS also need zlib > when compile, otherwise the compile would fail, and detection fail then > > CC: Juan Quintela > Signed-off-by: Sheng Yang Re

git access via http to *bios.git repositories

2009-11-13 Thread Bernhard Kohl
Hi, there is something wrong with the new *bios.git repositories. I need to use git via http because of a firewall. This works well with the other repos, e.g. kvm.git. $ git clone http://www.kernel.org/pub/scm/virt/kvm/pcbios.git Initialized empty Git repository in /home/bernd/src/pcbios/.git/ fa