Re: [PULL] virtio/vhost: cross endian support

2015-07-07 Thread Thomas Huth
On Thu, 2 Jul 2015 11:32:52 +0200 Michael S. Tsirkin m...@redhat.com wrote: On Thu, Jul 02, 2015 at 11:12:56AM +0200, Greg Kurz wrote: On Thu, 2 Jul 2015 08:01:28 +0200 Michael S. Tsirkin m...@redhat.com wrote: ... Yea, well - support for legacy BE guests on the new LE hosts is exactly

Re: [PULL] virtio/vhost: cross endian support

2015-07-07 Thread Michael S. Tsirkin
On Tue, Jul 07, 2015 at 06:36:53PM +0200, Thomas Huth wrote: On Thu, 2 Jul 2015 11:32:52 +0200 Michael S. Tsirkin m...@redhat.com wrote: On Thu, Jul 02, 2015 at 11:12:56AM +0200, Greg Kurz wrote: On Thu, 2 Jul 2015 08:01:28 +0200 Michael S. Tsirkin m...@redhat.com wrote: ... Yea,

Re: I can read/write in virtio BLK Device, but I can't run a hello world program in it

2015-07-07 Thread Ganis Zulfa Santoso
Thomas Huth h...@tuxfamily.org wrote: Why don't you simply use the driver that is already available in the kernel? I am using a custom hypervisor, the available driver is not suitable for it. Have you already verified that you can successfully read the _right_ data from your block

Re: [RFCv3 0/5] enable migration of driver pages

2015-07-07 Thread Andrew Morton
On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim gioh@lge.com wrote: From: Gioh Kim guru...@hanmail.net Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test.

Re: [RFCv3 0/5] enable migration of driver pages

2015-07-07 Thread Gioh Kim
2015-07-08 오전 7:37에 Andrew Morton 이(가) 쓴 글: On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim gioh@lge.com wrote: From: Gioh Kim guru...@hanmail.net Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem

Re: [RFCv3 0/5] enable migration of driver pages

2015-07-07 Thread Minchan Kim
On Wed, Jul 08, 2015 at 09:19:50AM +0900, Gioh Kim wrote: 2015-07-08 오전 9:07에 Andrew Morton 이(가) 쓴 글: On Wed, 08 Jul 2015 09:02:59 +0900 Gioh Kim gioh@lge.com wrote: 2015-07-08 __ 7:37___ Andrew Morton ___(___) ___ ___: On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim

Re: [RFCv3 0/5] enable migration of driver pages

2015-07-07 Thread Andrew Morton
On Wed, 08 Jul 2015 09:02:59 +0900 Gioh Kim gioh@lge.com wrote: 2015-07-08 __ 7:37___ Andrew Morton ___(___) ___ ___: On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim gioh@lge.com wrote: From: Gioh Kim guru...@hanmail.net Hello, This series try to enable migration of

Re: [RFCv3 0/5] enable migration of driver pages

2015-07-07 Thread Gioh Kim
2015-07-08 오전 9:07에 Andrew Morton 이(가) 쓴 글: On Wed, 08 Jul 2015 09:02:59 +0900 Gioh Kim gioh@lge.com wrote: 2015-07-08 __ 7:37___ Andrew Morton ___(___) ___ ___: On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim gioh@lge.com wrote: From: Gioh Kim guru...@hanmail.net Hello, This

Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers

2015-07-07 Thread Cornelia Huck
On Wed, 1 Jul 2015 17:17:41 +0200 Paolo Bonzini pbonz...@redhat.com wrote: On 01/07/2015 17:15, Cornelia Huck wrote: The s390-specific virtio drivers have probably more to do with virtio than with kvm today; let's move them out into a separate section to reflect this and to be able to

Re: I can read/write in virtio BLK Device, but I can't run a hello world program in it

2015-07-07 Thread Thomas Huth
On Tue, 7 Jul 2015 10:52:01 +0900 Ganis Zulfa Santoso ganis.zu...@gmail.com wrote: Hi Linux Virtualization Mailing List Members, I am trying to develop a driver for virtio blk device in guest. Why don't you simply use the driver that is already available in the kernel? I can safely mount

Re: [PATCH] MAINTAINERS: separate section for s390 virtio drivers

2015-07-07 Thread Michael S. Tsirkin
On Tue, Jul 07, 2015 at 11:44:44AM +0200, Cornelia Huck wrote: On Wed, 1 Jul 2015 17:17:41 +0200 Paolo Bonzini pbonz...@redhat.com wrote: On 01/07/2015 17:15, Cornelia Huck wrote: The s390-specific virtio drivers have probably more to do with virtio than with kvm today; let's

[PATCH] virtio/s390: rename drivers/s390/kvm - drivers/s390/virtio

2015-07-07 Thread Cornelia Huck
This more accurately reflects what these drivers actually do. Suggested-by: Paolo Bonzini pbonz...@redhat.com Acked-by: Christian Borntraeger borntrae...@de.ibm.com Signed-off-by: Cornelia Huck cornelia.h...@de.ibm.com --- MAINTAINERS | 2 +- drivers/s390/Makefile