search for: 9e95ca6

Displaying 2 results from an estimated 2 matches for "9e95ca6".

2012 Apr 13
0
[PATCH] virtio_balloon: fix handling of PAGE_SIZE != 4k
...dhat.com> Signed-off-by: David Gibson <david at gibson.dropbear.id.au> --- drivers/virtio/virtio_balloon.c | 44 +++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 9e95ca6..0c0c1c3 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c @@ -43,6 +43,9 @@ struct virtio_balloon struct completion acked; /* The pages we've told the Host we're not using. */ + /* Note that num_pages is measured in 4k balloon pages, so if + * PAGE_S...
2012 Apr 13
0
[PATCH] virtio_balloon: fix handling of PAGE_SIZE != 4k
...dhat.com> Signed-off-by: David Gibson <david at gibson.dropbear.id.au> --- drivers/virtio/virtio_balloon.c | 44 +++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 9e95ca6..0c0c1c3 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c @@ -43,6 +43,9 @@ struct virtio_balloon struct completion acked; /* The pages we've told the Host we're not using. */ + /* Note that num_pages is measured in 4k balloon pages, so if + * PAGE_S...