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
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
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
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