Re: [Xen-devel] [XenGT][IGVT-g] Device model creation failed

2016-01-03 Thread Oleksii Kurochko
Hello. I tried to rebuild xen and qemu-xen (again *using patches from byt_experimental branch*) and seems that now is going to show bios messages and tried to start ubuntu, but when it starts it is very lagging. I will create separate thread for discussing problem of ui lagging. Thanks for help.

Re: [Xen-devel] [PATCH v2 17/32] arm: define __smp_xxx

2016-01-03 Thread Michael S. Tsirkin
On Sat, Jan 02, 2016 at 11:24:38AM +, Russell King - ARM Linux wrote: > On Thu, Dec 31, 2015 at 09:07:59PM +0200, Michael S. Tsirkin wrote: > > This defines __smp_xxx barriers for arm, > > for use by virtualization. > > > > smp_xxx barriers are removed as they are > > defined correctly by asm-

Re: [Xen-devel] [PATCH v2 32/32] virtio_ring: use virt_store_mb

2016-01-03 Thread Michael S. Tsirkin
On Fri, Jan 01, 2016 at 08:23:46PM +0300, Sergei Shtylyov wrote: > Hello. > > On 12/31/2015 10:09 PM, Michael S. Tsirkin wrote: > > >We need a full barrier after writing out event index, using > >virt_store_mb there seems better than open-coding. As usual, we need a > >wrapper to account for str