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. --Dor I'm

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/ fatal: The

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 granted, free of charge, to any

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

2007-08-29 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 software and associated

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

2007-08-29 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/virtio/kvm

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 git and don't

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 really new to git and

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/virtio/kvm-userspace.

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 obtaining

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