search for: lguest_launch

Displaying 20 results from an estimated 44 matches for "lguest_launch".

Did you mean: lguest_launcher
2007 Apr 18
1
[PATCH] Unified lguest launcher
...mit it. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> -- = Glauber de Oliveira Costa. "Free as in Freedom" "The less confident you are, the more serious you have to act." -------------- next part -------------- A non-text attachment was scrubbed... Name: lguest_launcher.patch Type: text/x-patch Size: 14727 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070404/15d35a26/lguest_launcher-0001.bin
2007 Apr 18
1
[PATCH] Unified lguest launcher
...mit it. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> -- = Glauber de Oliveira Costa. "Free as in Freedom" "The less confident you are, the more serious you have to act." -------------- next part -------------- A non-text attachment was scrubbed... Name: lguest_launcher.patch Type: text/x-patch Size: 14727 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070404/15d35a26/lguest_launcher-0001.bin
2007 Dec 21
0
[kvm-devel] [Virtio-for-kvm] [PATCH 1/13] [Mostly resend] virtio additions
...+++++++---------------- drivers/block/virtio_blk.c | 35 +++----- drivers/char/virtio_console.c | 4 +- drivers/lguest/lguest_device.c | 134 +++++++++++++++++------------- drivers/net/virtio_net.c | 25 +++--- drivers/virtio/virtio.c | 45 ---------- include/linux/lguest_launcher.h | 9 ++- include/linux/virtio_blk.h | 22 +++-- include/linux/virtio_config.h | 98 ++++++++++------------ include/linux/virtio_net.h | 11 ++- net/9p/trans_virtio.c | 4 +- 11 files changed, 282 insertions(+), 281 deletions(-) diff --git a/Documentation/lgues...
2007 Dec 21
0
[kvm-devel] [Virtio-for-kvm] [PATCH 1/13] [Mostly resend] virtio additions
...+++++++---------------- drivers/block/virtio_blk.c | 35 +++----- drivers/char/virtio_console.c | 4 +- drivers/lguest/lguest_device.c | 134 +++++++++++++++++------------- drivers/net/virtio_net.c | 25 +++--- drivers/virtio/virtio.c | 45 ---------- include/linux/lguest_launcher.h | 9 ++- include/linux/virtio_blk.h | 22 +++-- include/linux/virtio_config.h | 98 ++++++++++------------ include/linux/virtio_net.h | 11 ++- net/9p/trans_virtio.c | 4 +- 11 files changed, 282 insertions(+), 281 deletions(-) diff --git a/Documentation/lgues...
2007 May 14
5
[PATCH 1/6] lguest: host code tidyups
...++------ drivers/lguest/io.c | 2 - drivers/lguest/lg.h | 37 ++++++++++++++++----------------- drivers/lguest/lguest_user.c | 2 - drivers/lguest/page_tables.c | 2 - drivers/lguest/segments.c | 6 ++--- include/linux/lguest_launcher.h | 2 - 9 files changed, 56 insertions(+), 56 deletions(-) =================================================================== --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c @@ -212,39 +212,40 @@ int lguest_address_ok(const struct lgues } /* Just like get_user, but don'...
2007 May 14
5
[PATCH 1/6] lguest: host code tidyups
...++------ drivers/lguest/io.c | 2 - drivers/lguest/lg.h | 37 ++++++++++++++++----------------- drivers/lguest/lguest_user.c | 2 - drivers/lguest/page_tables.c | 2 - drivers/lguest/segments.c | 6 ++--- include/linux/lguest_launcher.h | 2 - 9 files changed, 56 insertions(+), 56 deletions(-) =================================================================== --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c @@ -212,39 +212,40 @@ int lguest_address_ok(const struct lgues } /* Just like get_user, but don'...
2008 Dec 29
0
[PULL] virtio and lguest tree
...++++++++++++++++- drivers/s390/kvm/kvm_virtio.c | 34 +++++++++++++--- drivers/virtio/virtio.c | 2 +- drivers/virtio/virtio_balloon.c | 13 +++++- drivers/virtio/virtio_pci.c | 43 +++++++++++++-------- drivers/virtio/virtio_ring.c | 3 +- include/linux/lguest_launcher.h | 6 ++- include/linux/virtio_balloon.h | 3 + include/linux/virtio_console.h | 11 +++++ include/linux/virtio_pci.h | 8 ++++ include/linux/virtio_ring.h | 13 +++--- 20 files changed, 253 insertions(+), 135 deletions(-) diff --git a/Documentation/lguest...
2008 Dec 29
0
[PULL] virtio and lguest tree
...++++++++++++++++- drivers/s390/kvm/kvm_virtio.c | 34 +++++++++++++--- drivers/virtio/virtio.c | 2 +- drivers/virtio/virtio_balloon.c | 13 +++++- drivers/virtio/virtio_pci.c | 43 +++++++++++++-------- drivers/virtio/virtio_ring.c | 3 +- include/linux/lguest_launcher.h | 6 ++- include/linux/virtio_balloon.h | 3 + include/linux/virtio_console.h | 11 +++++ include/linux/virtio_pci.h | 8 ++++ include/linux/virtio_ring.h | 13 +++--- 20 files changed, 253 insertions(+), 135 deletions(-) diff --git a/Documentation/lguest...
2011 Mar 10
3
[PATCH 00/02] virtio: Virtio platform driver
virtio: Virtio platform driver [PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c [PATCH 02/02] virtio: Add virtio platform driver These patches add a virtio platform driver to the Linux kernel. This platform driver has the same role as the virtio_pci driver, but instead of building on top of emulated PCI this driver is making use of the platform bus together with driver
2011 Mar 10
3
[PATCH 00/02] virtio: Virtio platform driver
virtio: Virtio platform driver [PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c [PATCH 02/02] virtio: Add virtio platform driver These patches add a virtio platform driver to the Linux kernel. This platform driver has the same role as the virtio_pci driver, but instead of building on top of emulated PCI this driver is making use of the platform bus together with driver
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
...| 30 ++++++--- drivers/lguest/page_tables.c | 32 ++++++---- drivers/lguest/x86/core.c | 33 ++++++---- drivers/lguest/x86/switcher_32.S | 8 +- drivers/virtio/virtio_pci.c | 1 + include/asm-x86/lguest_hcall.h | 2 +- include/linux/lguest_launcher.h | 6 ++- 16 files changed, 229 insertions(+), 150 deletions(-)
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
...++------- drivers/lguest/segments.c | 106 ++++-- drivers/lguest/x86/core.c | 374 +++++++++++------ drivers/lguest/x86/switcher_32.S | 22 +- drivers/virtio/virtio_pci.c | 240 +++++++----- include/linux/lguest.h | 39 ++- include/linux/lguest_launcher.h | 18 +- include/linux/virtio_blk.h | 6 +- include/linux/virtio_config.h | 3 +- include/linux/virtio_net.h | 6 +- include/linux/virtio_ring.h | 12 +- 22 files changed, 2422 insertions(+), 1232 deletions(-)
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
...| 30 ++++++--- drivers/lguest/page_tables.c | 32 ++++++---- drivers/lguest/x86/core.c | 33 ++++++---- drivers/lguest/x86/switcher_32.S | 8 +- drivers/virtio/virtio_pci.c | 1 + include/asm-x86/lguest_hcall.h | 2 +- include/linux/lguest_launcher.h | 6 ++- 16 files changed, 229 insertions(+), 150 deletions(-)
2009 Jul 30
0
[PULL] lguest & virtio fixes, cleanups
...++------- drivers/lguest/segments.c | 106 ++++-- drivers/lguest/x86/core.c | 374 +++++++++++------ drivers/lguest/x86/switcher_32.S | 22 +- drivers/virtio/virtio_pci.c | 240 +++++++----- include/linux/lguest.h | 39 ++- include/linux/lguest_launcher.h | 18 +- include/linux/virtio_blk.h | 6 +- include/linux/virtio_config.h | 3 +- include/linux/virtio_net.h | 6 +- include/linux/virtio_ring.h | 12 +- 22 files changed, 2422 insertions(+), 1232 deletions(-)
2008 Jan 18
4
[PATCH 0/6] lguest patches for compiling x86_64
Right now, I have lguest in-tree module compiling on x86_64. It's not yet on a sendable state, since the module itself isn't loading. However, this subset of the series is pretty straightforward, and I'm sending it now aiming at reducing the delta size in the future ;-) Have fun,
2008 Jan 18
4
[PATCH 0/6] lguest patches for compiling x86_64
Right now, I have lguest in-tree module compiling on x86_64. It's not yet on a sendable state, since the module itself isn't loading. However, this subset of the series is pretty straightforward, and I'm sending it now aiming at reducing the delta size in the future ;-) Have fun,
2007 May 09
2
[PATCH 0/2 v05] lguest: TSC & hrtimers
The following patches are the latest update of the TSC and hrtimer patches I posted on 29/03. Rusty's original TSC patch has been resynced to the latest lguest repo, as has the hrtimer patch, which also incorporates feedback from Jeremy & Rusty: - Change clock event hrtimer to absolute time. 'now' is captured in the host during the hypercall. - Propagate -ETIME back to the
2007 May 09
2
[PATCH 0/2 v05] lguest: TSC & hrtimers
The following patches are the latest update of the TSC and hrtimer patches I posted on 29/03. Rusty's original TSC patch has been resynced to the latest lguest repo, as has the hrtimer patch, which also incorporates feedback from Jeremy & Rusty: - Change clock event hrtimer to absolute time. 'now' is captured in the host during the hypercall. - Propagate -ETIME back to the
2011 Jun 21
6
[PATCH 00/02][RESEND] virtio: Virtio platform driver
virtio: Virtio platform driver [PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c [PATCH 02/02] virtio: Add virtio platform driver These patches add a virtio platform driver to the Linux kernel. This platform driver has the same role as the virtio_pci driver, but instead of building on top of emulated PCI this driver is making use of the platform bus together with driver
2011 Jun 21
6
[PATCH 00/02][RESEND] virtio: Virtio platform driver
virtio: Virtio platform driver [PATCH 01/02] virtio: Break out lguest virtio code to virtio_lguest.c [PATCH 02/02] virtio: Add virtio platform driver These patches add a virtio platform driver to the Linux kernel. This platform driver has the same role as the virtio_pci driver, but instead of building on top of emulated PCI this driver is making use of the platform bus together with driver