On Wed, Aug 24, 2011 at 9:04 AM, wrote:
>
>
> Hello all,
>
> I have just started working with KVM and
> virtualization in general. I have setup a client using Suse 9.3 x64
> as the base and Fedora 15 x64 as the host. The kernel in the client
> has been upgraded to a custom 2.6.28.4 build.
>
> E
Hello all,
I have just started working with KVM and
virtualization in general. I have setup a client using Suse 9.3 x64
as the base and Fedora 15 x64 as the host. The kernel in the client
has been upgraded to a custom 2.6.28.4 build.
Everything seems
to be working fine but I wanted to get som
On Wed, 2008-11-05 at 14:08 -0600, Anthony Liguori wrote:
>
> > It's worth noting that the PFN_SHIFT question (in the other thread) is a
> > separate issue. I could have PFN_SHIFT=10 but define VRING_PAGE_SIZE=4K
> > for internal alignment. I'm a little nervous about making PPC the only
> > arch w
Hollis Blanchard wrote:
Actually there's an additional complication: PAGE_SIZE is entrenched in
the layout of the ring structure itself (large "struct vring" comment in
include/linux/virtio_ring.h). Callers of vring_size() demonstrate this
problem.
I believe the vring is split across two pages s
On Wed, 2008-11-05 at 23:16 +1100, Rusty Russell wrote:
> On Wednesday 05 November 2008 09:14:20 Hollis Blanchard wrote:
> > Hi Rusty, I'm using a patch that changes the Linux base page size to
> > 64K. (This is actually pretty common in ppc64 world, but I happen to be
> > trying it on ppc32.)
> >
On Wed, 2008-11-05 at 11:33 -0600, Anthony Liguori wrote:
> Hollis Blanchard wrote:
> > On Wed, 2008-11-05 at 11:25 -0600, Anthony Liguori wrote:
> >
> >> I think we should just have a VIRTIO_PFN_SHIFT define that is
> >> architecture specific.
> >>
> >> On x86, it'll be 4k. You can make it wh
Hollis Blanchard wrote:
On Wed, 2008-11-05 at 11:25 -0600, Anthony Liguori wrote:
I think we should just have a VIRTIO_PFN_SHIFT define that is
architecture specific.
On x86, it'll be 4k. You can make it whatever you want for PPC.
Fixing all architectures to be 4k is going to suck for arch
On Wed, 2008-11-05 at 11:25 -0600, Anthony Liguori wrote:
>
> I think we should just have a VIRTIO_PFN_SHIFT define that is
> architecture specific.
>
> On x86, it'll be 4k. You can make it whatever you want for PPC.
> Fixing all architectures to be 4k is going to suck for architectures
> with
Hollis Blanchard wrote:
On Wed, 2008-11-05 at 08:06 -0600, Anthony Liguori wrote:
I don't much like the idea of globally hard coding it to 4k. I'd rather
make it architecture specific.
Making the units architecture-specific doesn't solve the problem at all
AFAICS. It doesn't even solv
On Wed, 2008-11-05 at 08:06 -0600, Anthony Liguori wrote:
> Rusty Russell wrote:
> > On Wednesday 05 November 2008 09:14:20 Hollis Blanchard wrote:
> >
> >> Hi Rusty, I'm using a patch that changes the Linux base page size to
> >> 64K. (This is actually pretty common in ppc64 world, but I happen
10 matches
Mail list logo