From: "Adnan Khaleel" <adnan@khaleel.us>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: Hu Tao <hutao@cn.fujitsu.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native?pci?express support
Date: Thu, 21 Apr 2011 11:52:55 -0500 [thread overview]
Message-ID: <20110421165255.06bb77b3@shadowfax.no-ip.com> (raw)
In-Reply-To: 20110421163836.GD21761@valinux.co.jp
[-- Attachment #1: Type: text/plain, Size: 5442 bytes --]
Yes, it was a git version conflict. Thanks.
Adnan
_____
From: Isaku Yamahata [mailto:yamahata@valinux.co.jp]
To: Adnan Khaleel [mailto:adnan@khaleel.us]
Cc: Hu Tao [mailto:hutao@cn.fujitsu.com], qemu-devel@nongnu.org
Sent: Thu, 21 Apr 2011 11:38:36 -0500
Subject: Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native?pci?express support
git clone works for me. Hmmm git installation issue?
My git is
$ git --version
git version 1.7.1.1
thanks,
On Thu, Apr 21, 2011 at 11:12:37AM -0500, Adnan Khaleel wrote:
> I still get the same error:
>
> akhaleel@depot5 qemu_0.14_q35 $ git clone http://people.valinux.co.jp/~yamahata
> /qemu/q35/20110316/qemu
> Getting alternates list for http://people.valinux.co.jp/~yamahata/qemu/q35/
> 20110316/qemu/
> Getting pack list for http://people.valinux.co.jp/~yamahata/qemu/q35/20110316/
> qemu/
> Getting index for pack c0c6d1b7fc8ae79abf99bfb6a402b50e2ec98557
> Getting pack c0c6d1b7fc8ae79abf99bfb6a402b50e2ec98557
> which contains ad620c29c2da573e3a5f13f5b1eb2694fee64cfb
> error: cannot unpack 000198da6f46c240e46c562caf57b14268d27597 from /users/
> akhaleel/akhaleel/MergeSpace/qemu_0.14_q35/qemu/.git/objects/pack/
> pack-c0c6d1b7fc8ae79abf99bfb6a402b50e2ec98557.pack
> :
> :
> error: cannot unpack fffd440d2ca664a03ee83eabc00107eaf74d7af4 from /users/
> akhaleel/akhaleel/MergeSpace/qemu_0.14_q35/qemu/.git/objects/pack/
> pack-c0c6d1b7fc8ae79abf99bfb6a402b50e2ec98557.pack
> error: Unable to find ad620c29c2da573e3a5f13f5b1eb2694fee64cfb under http://
> people.valinux.co.jp/~yamahata/qemu/q35/20110316/qemu/
> Cannot obtain needed none ad620c29c2da573e3a5f13f5b1eb2694fee64cfb
> while processing commit 0000000000000000000000000000000000000000.
> rm: cannot remove directory `/users/akhaleel/akhaleel/MergeSpace/qemu_0.14_q35/
> qemu/.git/clone-tmp': Directory not empty
>
>
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> From: Isaku Yamahata [mailto:yamahata@valinux.co.jp]
> To: Adnan Khaleel [mailto:adnan@khaleel.us]
> Cc: Hu Tao [mailto:hutao@cn.fujitsu.com], qemu-devel@nongnu.org
> Sent: Wed, 20 Apr 2011 21:07:46 -0500
> Subject: Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci?
> express support
>
> Okay. Can you please try git clone again?
>
> On Wed, Apr 20, 2011 at 06:41:56PM -0500, Adnan Khaleel wrote:
> > Something is still wrong,
> >
> > I get the following errors now:
> >
> > :
> > error: cannot unpack fffd440d2ca664a03ee83eabc00107eaf74d7af4 from /users
> /
> > akhaleel/akhaleel/MergeSpace/qemu_0.14_q35/qemu/.git/objects/pack/
> > pack-c0c6d1b7fc8ae79abf99bfb6a402b50e2ec98557.pack
> > error: Unable to find ad620c29c2da573e3a5f13f5b1eb2694fee64cfb under
> http://
> > people.valinux.co.jp/~yamahata/qemu/q35/20110316/qemu/
> > Cannot obtain needed none ad620c29c2da573e3a5f13f5b1eb2694fee64cfb
> > while processing commit 0000000000000000000000000000000000000000.
> > rm: cannot remove directory `/users/akhaleel/akhaleel/MergeSpace/
> qemu_0.14_q35/
> > qemu/.git/clone-tmp': Directory not empty
> >
> > Adnan
> >
> >
> > ?????????????????????????????????????
> > From: Isaku Yamahata [mailto:yamahata@valinux.co.jp]
> > To: Hu Tao [mailto:hutao@cn.fujitsu.com], Adnan Khaleel
> > [mailto:adnan@khaleel.us]
> > Cc: qemu-devel@nongnu.org
> > Sent: Wed, 20 Apr 2011 17:46:44 -0500
> > Subject: Re: [Qemu-devel] [PATCH 00/26] q35 chipset support for native
> pci
> > express support
> >
> > I forgot to changet its HEAD. Now it's fixed.
> > So please change the branch manually or clone the repo again.
> >
> > On Tue, Apr 19, 2011 at 04:58:32PM +0800, Hu Tao wrote:
> > > On Tue, Apr 19, 2011 at 05:51:27PM +0900, Isaku Yamahata wrote:
> > > > On Tue, Apr 19, 2011 at 04:28:01PM +0800, Hu Tao wrote:
> > > > > On Wed, Mar 16, 2011 at 06:29:11PM +0900, Isaku Yamahata wrote:
> > > > > > This patch series adds basic q35 chipset support for native pci
> > express
> > > > > > support. Some bios related patches are still needed.
> > > > > > For those who want to try it, the following repo is avaiable.
> > > > > > (vgabios doesn't need patches, so use the upstream one)
> > > > > >
> > > > > > git clone http://people.valinux.co.jp/~yamahata/qemu/q35/20110316
> /
> > qemu
> > > > > > git clone http://people.valinux.co.jp/~yamahata/qemu/q35/20110316
> /
> > seabios
> > > > >
> > > > > Hi,
> > > > >
> > > > > When I visit the links, the pages say 'You dont have permission'.
> > Could
> > > > > you make these git-repos avaiable again? Thanks in advance.
> > > >
> > > > The link is not for human-reading. Just issue the git command.
> > >
> > > Done. Thanks:)
> > >
> > > > --
> > > > yamahata
> > >
> >
> > --
> > yamahata
> >
>
> --
> yamahata
>
--
yamahata
[-- Attachment #2: Type: text/html, Size: 7604 bytes --]
next reply other threads:[~2011-04-21 16:53 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-21 16:52 Adnan Khaleel [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-16 21:55 [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci express support Adnan Khaleel
2011-05-17 7:15 ` Jan Kiszka
2011-05-17 13:57 ` Isaku Yamahata
2011-05-17 14:21 ` Jan Kiszka
2011-05-18 2:38 ` Isaku Yamahata
2011-05-25 7:15 ` Jan Kiszka
2011-05-26 9:00 ` Isaku Yamahata
2011-05-10 16:58 [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci?express support Adnan Khaleel
2011-04-21 16:12 Adnan Khaleel
2011-04-21 16:38 ` [Qemu-devel] [PATCH 00/26] q35 chipset support for native?pci?express support Isaku Yamahata
2011-04-20 23:41 [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci express support Adnan Khaleel
2011-04-21 2:07 ` [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci?express support Isaku Yamahata
2011-04-21 2:27 ` Gui Jianfeng
2011-03-16 9:29 [Qemu-devel] [PATCH 00/26] q35 chipset support for native pci express support Isaku Yamahata
2011-04-19 8:28 ` Hu Tao
2011-04-19 8:51 ` Isaku Yamahata
2011-04-19 8:58 ` Hu Tao
2011-04-20 22:46 ` Isaku Yamahata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110421165255.06bb77b3@shadowfax.no-ip.com \
--to=adnan@khaleel.us \
--cc=hutao@cn.fujitsu.com \
--cc=qemu-devel@nongnu.org \
--cc=yamahata@valinux.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).