* kvm-userspace broken?
@ 2009-04-27 12:15 Oliver Rath
2009-04-27 12:51 ` Avi Kivity
0 siblings, 1 reply; 8+ messages in thread
From: Oliver Rath @ 2009-04-27 12:15 UTC (permalink / raw)
To: kvm
Hi List,
maybe i missed some announcements, but
git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
givs no response:
kvm-userspace # git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
Initialized empty Git repository in /home/oliver/kvm-userspace/kvm-userspace/.git/
fatal: The remote end hung up unexpectedly
Whats up there?
Hfh,
Oliver
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-04-27 12:15 kvm-userspace broken? Oliver Rath
@ 2009-04-27 12:51 ` Avi Kivity
2009-05-03 21:40 ` Hans de Bruin
0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2009-04-27 12:51 UTC (permalink / raw)
To: Oliver Rath; +Cc: kvm
Oliver Rath wrote:
> Hi List,
>
> maybe i missed some announcements, but
>
> git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
>
>
> givs no response:
>
> kvm-userspace # git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
> Initialized empty Git repository in /home/oliver/kvm-userspace/kvm-userspace/.git/
> fatal: The remote end hung up unexpectedly
>
>
> Whats up there?
>
kvm-userspace.git has been retired; it's now playing golf in
git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use
git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-04-27 12:51 ` Avi Kivity
@ 2009-05-03 21:40 ` Hans de Bruin
2009-05-04 6:40 ` Avi Kivity
0 siblings, 1 reply; 8+ messages in thread
From: Hans de Bruin @ 2009-05-03 21:40 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm
Avi Kivity wrote:
> Oliver Rath wrote:
>> Hi List,
>>
>> maybe i missed some announcements, but
>>
>> git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
>>
>>
>> givs no response:
>>
>> kvm-userspace # git clone
>> git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
>> Initialized empty Git repository in
>> /home/oliver/kvm-userspace/kvm-userspace/.git/
>> fatal: The remote end hung up unexpectedly
>>
>>
>> Whats up there?
>>
>
> kvm-userspace.git has been retired; it's now playing golf in
> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use
> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
The latest tarbal on sourceforge is kvm-85, yet the clone I just made
from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d. Is that right?
--
Hans
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-05-03 21:40 ` Hans de Bruin
@ 2009-05-04 6:40 ` Avi Kivity
2009-05-04 7:51 ` Carlo Marcelo Arenas Belon
0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2009-05-04 6:40 UTC (permalink / raw)
To: Hans de Bruin; +Cc: kvm
Hans de Bruin wrote:
> Avi Kivity wrote:
>> Oliver Rath wrote:
>>> Hi List,
>>>
>>> maybe i missed some announcements, but
>>>
>>> git clone git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
>>>
>>>
>>> givs no response:
>>>
>>> kvm-userspace # git clone
>>> git://git.kernel.org/pub/scm/virt/kvm/kvm-userspace.git
>>> Initialized empty Git repository in
>>> /home/oliver/kvm-userspace/kvm-userspace/.git/
>>> fatal: The remote end hung up unexpectedly
>>>
>>>
>>> Whats up there?
>>>
>>
>> kvm-userspace.git has been retired; it's now playing golf in
>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use
>> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
>
> The latest tarbal on sourceforge is kvm-85, yet the clone I just made
> from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d. Is that
> right?
>
Try 'git fetch --tags origin'
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-05-04 6:40 ` Avi Kivity
@ 2009-05-04 7:51 ` Carlo Marcelo Arenas Belon
2009-05-04 8:05 ` Avi Kivity
0 siblings, 1 reply; 8+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2009-05-04 7:51 UTC (permalink / raw)
To: Avi Kivity; +Cc: Hans de Bruin, kvm
On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote:
> Hans de Bruin wrote:
>> Avi Kivity wrote:
>>>
>>> kvm-userspace.git has been retired; it's now playing golf in
>>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use
>>> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
>>
>> The latest tarbal on sourceforge is kvm-85, yet the clone I just made
>> from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d. Is that
>> right?
>
> Try 'git fetch --tags origin'
$ git tag | grep kvm-85 | head -1
kvm-85
$ git describe
kvm-84-773-g0925f80
easily reproducable with a fresh clone.
Carlo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-05-04 7:51 ` Carlo Marcelo Arenas Belon
@ 2009-05-04 8:05 ` Avi Kivity
2009-05-04 8:14 ` Avi Kivity
0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2009-05-04 8:05 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belon; +Cc: Hans de Bruin, kvm
Carlo Marcelo Arenas Belon wrote:
> On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote:
>
>> Hans de Bruin wrote:
>>
>>> Avi Kivity wrote:
>>>
>>>> kvm-userspace.git has been retired; it's now playing golf in
>>>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use
>>>> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
>>>>
>>> The latest tarbal on sourceforge is kvm-85, yet the clone I just made
>>> from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d. Is that
>>> right?
>>>
>> Try 'git fetch --tags origin'
>>
>
> $ git tag | grep kvm-85 | head -1
> kvm-85
> $ git describe
> kvm-84-773-g0925f80
>
> easily reproducable with a fresh clone.
>
>
Looks like the repository diverged after kvm-85rc6; not sure how that
can happen. Will merge it back up.
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-05-04 8:05 ` Avi Kivity
@ 2009-05-04 8:14 ` Avi Kivity
2009-05-04 8:32 ` Carlo Marcelo Arenas Belon
0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2009-05-04 8:14 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belon; +Cc: Hans de Bruin, kvm
Avi Kivity wrote:
> Carlo Marcelo Arenas Belon wrote:
>> On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote:
>>
>>> Hans de Bruin wrote:
>>>
>>>> Avi Kivity wrote:
>>>>
>>>>> kvm-userspace.git has been retired; it's now playing golf in
>>>>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git.
>>>>> Use git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git instead.
>>>>>
>>>> The latest tarbal on sourceforge is kvm-85, yet the clone I just
>>>> made from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d.
>>>> Is that right?
>>>>
>>> Try 'git fetch --tags origin'
>>>
>>
>> $ git tag | grep kvm-85 | head -1
>> kvm-85
>> $ git describe
>> kvm-84-773-g0925f80
>>
>> easily reproducable with a fresh clone.
>>
>>
>
> Looks like the repository diverged after kvm-85rc6; not sure how that
> can happen. Will merge it back up.
>
Looks like the tag was set incorrectly; I fixed it up, new tag should be
up when git.kernel.org catches up.
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: kvm-userspace broken?
2009-05-04 8:14 ` Avi Kivity
@ 2009-05-04 8:32 ` Carlo Marcelo Arenas Belon
0 siblings, 0 replies; 8+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2009-05-04 8:32 UTC (permalink / raw)
To: Avi Kivity; +Cc: Hans de Bruin, kvm
On Mon, May 04, 2009 at 11:14:58AM +0300, Avi Kivity wrote:
> Avi Kivity wrote:
>> Carlo Marcelo Arenas Belon wrote:
>>> On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote:
>>>
>>>> Hans de Bruin wrote:
>>>>
>>>>> Avi Kivity wrote:
>>>>>
>>>>>> kvm-userspace.git has been retired; it's now playing golf in
>>>>>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git.
>>>>>> Use git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git
>>>>>> instead.
>>>>>>
>>>>> The latest tarbal on sourceforge is kvm-85, yet the clone I just
>>>>> made from qemu-kvm 'git descibes' itself as kvm-84-756-gf7d114d.
>>>>> Is that right?
>>>>>
>>>> Try 'git fetch --tags origin'
>>>>
>>>
>>> $ git tag | grep kvm-85 | head -1
>>> kvm-85
>>> $ git describe
>>> kvm-84-773-g0925f80
>>>
>>> easily reproducable with a fresh clone.
>>
>> Looks like the repository diverged after kvm-85rc6; not sure how that
>> can happen. Will merge it back up.
>
> Looks like the tag was set incorrectly; I fixed it up, new tag should be
> up when git.kernel.org catches up.
$ git fetch --tags
remote: Counting objects: 1, done.
remote: Total 1 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (1/1), done.
>From git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm
- [tag update] kvm-85 -> kvm-85
$ git describe
kvm-85-253-g0925f80
Carlo
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-05-04 8:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 12:15 kvm-userspace broken? Oliver Rath
2009-04-27 12:51 ` Avi Kivity
2009-05-03 21:40 ` Hans de Bruin
2009-05-04 6:40 ` Avi Kivity
2009-05-04 7:51 ` Carlo Marcelo Arenas Belon
2009-05-04 8:05 ` Avi Kivity
2009-05-04 8:14 ` Avi Kivity
2009-05-04 8:32 ` Carlo Marcelo Arenas Belon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox