Displaying 6 results from an estimated 6 matches for "d9942e0".
Did you mean:
499420
2017 Sep 27
1
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
On 27.09.2017 14:55, Heiko Carstens wrote:
> On Wed, Sep 27, 2017 at 01:42:01PM +0200, Thomas Huth wrote:
>> diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
>> index df40692..d9942e0 100644
>> --- a/drivers/s390/virtio/Makefile
>> +++ b/drivers/s390/virtio/Makefile
>> @@ -7,7 +7,4 @@
>> # as published by the Free Software Foundation.
>>
>> s390-virtio-objs := virtio_ccw.o
>> -ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
>> -s390-virtio...
2017 Sep 27
1
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
On 27.09.2017 14:55, Heiko Carstens wrote:
> On Wed, Sep 27, 2017 at 01:42:01PM +0200, Thomas Huth wrote:
>> diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
>> index df40692..d9942e0 100644
>> --- a/drivers/s390/virtio/Makefile
>> +++ b/drivers/s390/virtio/Makefile
>> @@ -7,7 +7,4 @@
>> # as published by the Free Software Foundation.
>>
>> s390-virtio-objs := virtio_ccw.o
>> -ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
>> -s390-virtio...
2017 Sep 27
5
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
...with old (< 2.6) qemu. If you are running
- with a modern version of qemu (which supports virtio-ccw since
- 1.4 and uses it by default since version 2.4), you probably won't
- need this.
-
endmenu
diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
index df40692..d9942e0 100644
--- a/drivers/s390/virtio/Makefile
+++ b/drivers/s390/virtio/Makefile
@@ -7,7 +7,4 @@
# as published by the Free Software Foundation.
s390-virtio-objs := virtio_ccw.o
-ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
-s390-virtio-objs += kvm_virtio.o
-endif
obj-$(CONFIG_S390_GUEST) += $(s390-virti...
2017 Sep 27
5
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
...with old (< 2.6) qemu. If you are running
- with a modern version of qemu (which supports virtio-ccw since
- 1.4 and uses it by default since version 2.4), you probably won't
- need this.
-
endmenu
diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
index df40692..d9942e0 100644
--- a/drivers/s390/virtio/Makefile
+++ b/drivers/s390/virtio/Makefile
@@ -7,7 +7,4 @@
# as published by the Free Software Foundation.
s390-virtio-objs := virtio_ccw.o
-ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
-s390-virtio-objs += kvm_virtio.o
-endif
obj-$(CONFIG_S390_GUEST) += $(s390-virti...
2017 Sep 27
0
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
On Wed, Sep 27, 2017 at 01:42:01PM +0200, Thomas Huth wrote:
> diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
> index df40692..d9942e0 100644
> --- a/drivers/s390/virtio/Makefile
> +++ b/drivers/s390/virtio/Makefile
> @@ -7,7 +7,4 @@
> # as published by the Free Software Foundation.
>
> s390-virtio-objs := virtio_ccw.o
> -ifdef CONFIG_S390_GUEST_OLD_TRANSPORT
> -s390-virtio-objs += kvm_virtio.o
> -end...
2017 Sep 27
0
[PATCH] drivers/s390/virtio: Remove the old KVM virtio transport
On Wed, Sep 27, 2017 at 03:06:55PM +0200, Thomas Huth wrote:
> On 27.09.2017 14:55, Heiko Carstens wrote:
> > On Wed, Sep 27, 2017 at 01:42:01PM +0200, Thomas Huth wrote:
> >> diff --git a/drivers/s390/virtio/Makefile b/drivers/s390/virtio/Makefile
> >> index df40692..d9942e0 100644
> >> --- a/drivers/s390/virtio/Makefile
> >> +++ b/drivers/s390/virtio/Makefile
> >> @@ -7,7 +7,4 @@
> >> # as published by the Free Software Foundation.
> >>
> >> s390-virtio-objs := virtio_ccw.o
> >> -ifdef CONFIG_S390_GUEST_...