Re: [Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space

2011-04-25 Thread Juan Quintela
David Gibson wrote: > From: Alexey Kardashevskiy > > The virtio serial specification requres that the values in the config > space are encoded in native endian of the guest. > The qemu virtio-serial code did not do conversion to the guest endian > format what caused problems when host and gue

Re: [Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space

2011-04-20 Thread David Gibson
On Wed, Apr 20, 2011 at 06:06:45PM +0530, Amit Shah wrote: > On (Tue) 19 Apr 2011 [12:03:46], David Gibson wrote: > > From: Alexey Kardashevskiy > > > > The virtio serial specification requres that the values in the config > > space are encoded in native endian of the guest. > > > > The qemu vir

Re: [Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space

2011-04-20 Thread Amit Shah
On (Tue) 19 Apr 2011 [12:03:46], David Gibson wrote: > From: Alexey Kardashevskiy > > The virtio serial specification requres that the values in the config > space are encoded in native endian of the guest. > > The qemu virtio-serial code did not do conversion to the guest endian > format what c

[Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space

2011-04-18 Thread David Gibson
From: Alexey Kardashevskiy The virtio serial specification requres that the values in the config space are encoded in native endian of the guest. The qemu virtio-serial code did not do conversion to the guest endian format what caused problems when host and guest use different format. This patc