Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-09-09 Thread Avi Kivity
Luca wrote: > On 8/25/07, Dor Laor <[EMAIL PROTECTED]> wrote: > > I just noticed this: > > >> --- /dev/null >> +++ b/qemu/hw/paravirt_net.c >> @@ -0,0 +1,213 @@ >> +/* >> + * QEMU para virtual network emulation >> + * >> + * Copyright (c) 2007 Qumranet >> + * >> + * Permission is hereby granted,

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-09-09 Thread Avi Kivity
Luca wrote: > On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: > >> Dor Laor wrote: >> >>> The code can now be accessed by git: >>> git://kvm.qumranet.com/home/dor/src/virtio/kvm (kernel) and >>> git://kvm.qumranet.com/home/dor/src/virtio/kvm-userspace. >>> branch name virt-final. >>> -

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-09-03 Thread Cam Macdonell
Luca wrote: > On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: >> >> I get this error: >> >> [EMAIL PROTECTED] ~/research/KVM]$ git clone --reference kvm >> git://kvm.qumranet.com/home/dor/src/virtio/kvm.git kvm.dor >> Initialized empty Git repository in /home/cam/research/KVM/kvm.dor/.git/ >>

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-30 Thread Anthony Liguori
On Tue, 2007-08-28 at 23:40 -0700, Dor Laor wrote: > >I just noticed this: > > > >> --- /dev/null > >> +++ b/qemu/hw/paravirt_net.c > >> @@ -0,0 +1,213 @@ > >> +/* > >> + * QEMU para virtual network emulation > >> + * > >> + * Copyright (c) 2007 Qumranet > >> + * > >> + * Permission is hereby gran

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-29 Thread Luca
On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: > Luca wrote: > > On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: > >> Dor Laor wrote: > >>> The code can now be accessed by git: > >>> git://kvm.qumranet.com/home/dor/src/virtio/kvm (kernel) and > >>> git://kvm.qumranet.com/home/dor/src/vir

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-29 Thread Cam Macdonell
Luca wrote: > On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: >> Dor Laor wrote: >>> The code can now be accessed by git: >>> git://kvm.qumranet.com/home/dor/src/virtio/kvm (kernel) and >>> git://kvm.qumranet.com/home/dor/src/virtio/kvm-userspace. >>> branch name virt-final. >>> --Dor >> I'm r

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-29 Thread Luca
On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: > Dor Laor wrote: > > The code can now be accessed by git: > > git://kvm.qumranet.com/home/dor/src/virtio/kvm (kernel) and > > git://kvm.qumranet.com/home/dor/src/virtio/kvm-userspace. > > branch name virt-final. > > --Dor > > I'm really new to g

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-29 Thread Cam Macdonell
Dor Laor wrote: > > The code can now be accessed by git: > git://kvm.qumranet.com/home/dor/src/virtio/kvm (kernel) and > git://kvm.qumranet.com/home/dor/src/virtio/kvm-userspace. > branch name virt-final. > --Dor > Hi Dor, I'm really new to git and don't quite grasp it's subtleties. Do I have

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-28 Thread Dor Laor
>> + * Permission is hereby granted, free of charge, to any person >> obtaining a copy > >Hi Dor, > >some of your patch lines seem line-wrapped. Is there place where I can >download the whole series? Thanks > >Christian The code can now be accessed by git: git://kvm.qumranet.com/home/dor/src/virti

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-28 Thread Dor Laor
>I just noticed this: > >> --- /dev/null >> +++ b/qemu/hw/paravirt_net.c >> @@ -0,0 +1,213 @@ >> +/* >> + * QEMU para virtual network emulation >> + * >> + * Copyright (c) 2007 Qumranet >> + * >> + * Permission is hereby granted, free of charge, to any person >> obtaining a copy >> + * of this soft

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-28 Thread Luca
On 8/25/07, Dor Laor <[EMAIL PROTECTED]> wrote: I just noticed this: > --- /dev/null > +++ b/qemu/hw/paravirt_net.c > @@ -0,0 +1,213 @@ > +/* > + * QEMU para virtual network emulation > + * > + * Copyright (c) 2007 Qumranet > + * > + * Permission is hereby granted, free of charge, to any person >

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-27 Thread Christian Borntraeger
Am Samstag, 25. August 2007 schrieb Dor Laor: > + * Permission is hereby granted, free of charge, to any person > obtaining a copy Hi Dor, some of your patch lines seem line-wrapped. Is there place where I can download the whole series? Thanks Christian

[kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-08-24 Thread Dor Laor
This is the pci device side in qemu. It just used as a glue between the pci, tap and virtio code. Signed-off-by: Dor Laor <[EMAIL PROTECTED]> --- qemu/hw/paravirt_net.c | 213 1 files changed, 213 insertions(+), 0 deletions(-) create mode 100644