search for: 7529b85

Displaying 10 results from an estimated 10 matches for "7529b85".

2012 May 28
6
[PATCH 0/5] virtio: rng: fixes
Hi Rusty, These are a few fixes for the virtio-rng driver. These were tested using the not-yet-upstream virtio-rng device patch to qemu: http://thread.gmane.org/gmane.comp.emulators.qemu/152668 Please apply. Amit Shah (5): virtio ids: fix comment for virtio-rng virtio: rng: allow tasks to be killed that are waiting for rng input virtio: rng: don't wait on host when module is going
2012 May 28
6
[PATCH 0/5] virtio: rng: fixes
Hi Rusty, These are a few fixes for the virtio-rng driver. These were tested using the not-yet-upstream virtio-rng device patch to qemu: http://thread.gmane.org/gmane.comp.emulators.qemu/152668 Please apply. Amit Shah (5): virtio ids: fix comment for virtio-rng virtio: rng: allow tasks to be killed that are waiting for rng input virtio: rng: don't wait on host when module is going
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...+ /* Free pages on this system. */ + __le32 pages_free; + /* If the device needs pages_total/pages_free updated. */ + __le32 need_stats; +#endif }; #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ diff --git a/include/linux/virtio_ids.h b/include/linux/virtio_ids.h index 7529b85..2f081d7 100644 --- a/include/linux/virtio_ids.h +++ b/include/linux/virtio_ids.h @@ -37,5 +37,6 @@ #define VIRTIO_ID_RPMSG 7 /* virtio remote processor messaging */ #define VIRTIO_ID_SCSI 8 /* virtio scsi */ #define VIRTIO_ID_9P 9 /* 9p virtio console */ +#define VIRTIO_ID_FILE_BALLOON 10 /*...
2012 Jun 26
6
[PATCH] Add a page cache-backed balloon device driver.
...+ /* Free pages on this system. */ + __le32 pages_free; + /* If the device needs pages_total/pages_free updated. */ + __le32 need_stats; +#endif }; #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ diff --git a/include/linux/virtio_ids.h b/include/linux/virtio_ids.h index 7529b85..2f081d7 100644 --- a/include/linux/virtio_ids.h +++ b/include/linux/virtio_ids.h @@ -37,5 +37,6 @@ #define VIRTIO_ID_RPMSG 7 /* virtio remote processor messaging */ #define VIRTIO_ID_SCSI 8 /* virtio scsi */ #define VIRTIO_ID_9P 9 /* 9p virtio console */ +#define VIRTIO_ID_FILE_BALLOON 10 /*...
2012 Jul 23
4
[RFC 0/2] virtio: provide a way for host to monitor critical events in the device
As it was discussed recently, there's currently no way for the guest to notify the host about panics. Further more, there's no reasonable way to notify the host of other critical events such as an OOM kill. This short patch series introduces a new device named virtio-notifier which does two simple things: 1. Provide a simple interface for the guest to notify the host of critical
2012 Jul 23
4
[RFC 0/2] virtio: provide a way for host to monitor critical events in the device
As it was discussed recently, there's currently no way for the guest to notify the host about panics. Further more, there's no reasonable way to notify the host of other critical events such as an OOM kill. This short patch series introduces a new device named virtio-notifier which does two simple things: 1. Provide a simple interface for the guest to notify the host of critical
2012 Jul 25
0
No subject
...free updated. */ > >> + __le32 need_stats; > >> +#endif > >> }; > >> > >> #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ > >> diff --git a/include/linux/virtio_ids.h b/include/linux/virtio_ids.h > >> index 7529b85..2f081d7 100644 > >> --- a/include/linux/virtio_ids.h > >> +++ b/include/linux/virtio_ids.h > >> @@ -37,5 +37,6 @@ > >> #define VIRTIO_ID_RPMSG 7 /* virtio remote processor messaging */ > >> #define VIRTIO_ID_SCSI 8 /* virtio...
2012 Jul 25
0
No subject
...free updated. */ > >> + __le32 need_stats; > >> +#endif > >> }; > >> > >> #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ > >> diff --git a/include/linux/virtio_ids.h b/include/linux/virtio_ids.h > >> index 7529b85..2f081d7 100644 > >> --- a/include/linux/virtio_ids.h > >> +++ b/include/linux/virtio_ids.h > >> @@ -37,5 +37,6 @@ > >> #define VIRTIO_ID_RPMSG 7 /* virtio remote processor messaging */ > >> #define VIRTIO_ID_SCSI 8 /* virtio...
2012 Oct 15
7
[PATCHv7 0/4] virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. This patch-set is a rework of the
2012 Oct 15
7
[PATCHv7 0/4] virtio_console: Add rproc_serial driver
From: Sjur Br?ndeland <sjur.brandeland at stericsson.com> This patch-set introduces a new virtio type "rproc_serial" for communicating with remote processors over shared memory. The driver depends on the the remoteproc framework. As preparation for introducing "rproc_serial" I've done a refactoring of the transmit buffer handling. This patch-set is a rework of the