search for: hvc_lguest

Displaying 20 results from an estimated 21 matches for "hvc_lguest".

2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 11/13] x86_64 HVC attempt.
...===== --- work-pv.orig/drivers/char/Kconfig +++ work-pv/drivers/char/Kconfig @@ -595,6 +595,12 @@ config HVC_CONSOLE pSeries machines when partitioned support a hypervisor virtual console. This driver allows each pSeries partition to have a console which is accessed via the HMC. +config HVC_LGUEST + bool "lguest hypervisor console" + depends on LGUEST_GUEST + select HVC_DRIVER + help + Totally fubar config HVC_ISERIES bool "iSeries Hypervisor Virtual Console support" Index: work-pv/drivers/char/Makefile ==============================================================...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 11/13] x86_64 HVC attempt.
...===== --- work-pv.orig/drivers/char/Kconfig +++ work-pv/drivers/char/Kconfig @@ -595,6 +595,12 @@ config HVC_CONSOLE pSeries machines when partitioned support a hypervisor virtual console. This driver allows each pSeries partition to have a console which is accessed via the HMC. +config HVC_LGUEST + bool "lguest hypervisor console" + depends on LGUEST_GUEST + select HVC_DRIVER + help + Totally fubar config HVC_ISERIES bool "iSeries Hypervisor Virtual Console support" Index: work-pv/drivers/char/Makefile ==============================================================...
2007 May 09
0
[patch 6/9] lguest: the console driver
From: Rusty Russell <rusty@rustcorp.com.au> A simple console driver for lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/char/Makefile | 1 drivers/char/hvc_lguest.c | 99 ++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff -puN drivers/char/Makefile~lguest-the-console-driver drivers/char/Makefile --- a/drivers/char/Makefile~lguest-the-console-driver +++ a/drivers/char/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) +...
2007 May 09
0
[patch 6/9] lguest: the console driver
From: Rusty Russell <rusty@rustcorp.com.au> A simple console driver for lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/char/Makefile | 1 drivers/char/hvc_lguest.c | 99 ++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff -puN drivers/char/Makefile~lguest-the-console-driver drivers/char/Makefile --- a/drivers/char/Makefile~lguest-the-console-driver +++ a/drivers/char/Makefile @@ -44,6 +44,7 @@ obj-$(CONFIG_AMIGA_BUILTIN_SERIAL) +...
2007 May 10
4
[PATCH 0/5] lguest feedback tidyups
Hi all, Gratefully-received recent feedback from CC'd was applied to excellent effect (and the advice from Matt Mackall about my personal appearance is best unrequited). The patch is split in 5 parts to correspond with the 9 parts Andrew sent out before, but here's the summary: 1) Sparse (thanks Christoph Hellwig): - lguest_const can be static now - lguest.c should include
2007 May 10
4
[PATCH 0/5] lguest feedback tidyups
Hi all, Gratefully-received recent feedback from CC'd was applied to excellent effect (and the advice from Matt Mackall about my personal appearance is best unrequited). The patch is split in 5 parts to correspond with the 9 parts Andrew sent out before, but here's the summary: 1) Sparse (thanks Christoph Hellwig): - lguest_const can be static now - lguest.c should include
2007 Oct 21
2
[git pull] lguest: paravirt boot code
Hi Linus, First attempt at git, so please pull carefully. I've just put the three i386 boot changes in the repo for the moment. If this works I'll pile on the 44 lguest patches. git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++- arch/x86/boot/compressed/head_32.S | 15 ++++++++++-
2007 Oct 21
2
[git pull] lguest: paravirt boot code
Hi Linus, First attempt at git, so please pull carefully. I've just put the three i386 boot changes in the repo for the moment. If this works I'll pile on the 44 lguest patches. git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest.git Documentation/i386/boot.txt | 34 +++++++++++++++++++++++++++- arch/x86/boot/compressed/head_32.S | 15 ++++++++++-
2007 Jul 09
1
[PATCH RFC] first cut at splitting up paravirt_ops
...| 4 arch/i386/kernel/asm-offsets.c | 12 arch/i386/kernel/entry.S | 2 arch/i386/kernel/paravirt.c | 311 +++++++++------ arch/i386/kernel/vmi.c | 168 ++++---- arch/i386/xen/enlighten.c | 149 ++++--- drivers/char/hvc_lguest.c | 2 drivers/lguest/core.c | 3 drivers/lguest/lguest.c | 110 +++-- drivers/lguest/lguest_bus.c | 2 include/asm-i386/paravirt.h | 638 ++++++++++++++++---------------- include/asm-i386/pgtable-3level-defs.h | 2...
2007 Jul 09
1
[PATCH RFC] first cut at splitting up paravirt_ops
...| 4 arch/i386/kernel/asm-offsets.c | 12 arch/i386/kernel/entry.S | 2 arch/i386/kernel/paravirt.c | 311 +++++++++------ arch/i386/kernel/vmi.c | 168 ++++---- arch/i386/xen/enlighten.c | 149 ++++--- drivers/char/hvc_lguest.c | 2 drivers/lguest/core.c | 3 drivers/lguest/lguest.c | 110 +++-- drivers/lguest/lguest_bus.c | 2 include/asm-i386/paravirt.h | 638 ++++++++++++++++---------------- include/asm-i386/pgtable-3level-defs.h | 2...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...x86/xen/mmu.c | 149 ++++++-- arch/x86/xen/multicalls.c | 52 ++ arch/x86/xen/multicalls.h | 5 arch/x86/xen/smp.c | 14 arch/x86/xen/time.c | 6 arch/x86/xen/xen-ops.h | 10 drivers/char/hvc_lguest.c | 2 drivers/lguest/core.c | 6 drivers/lguest/lguest.c | 154 ++++---- drivers/lguest/lguest_bus.c | 2 fs/xfs/linux-2.6/xfs_buf.c | 13 include/asm-x86/paravirt.h | 507 ++++++++++++++++------------- incl...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...x86/xen/mmu.c | 149 ++++++-- arch/x86/xen/multicalls.c | 52 ++ arch/x86/xen/multicalls.h | 5 arch/x86/xen/smp.c | 14 arch/x86/xen/time.c | 6 arch/x86/xen/xen-ops.h | 10 drivers/char/hvc_lguest.c | 2 drivers/lguest/core.c | 6 drivers/lguest/lguest.c | 154 ++++---- drivers/lguest/lguest_bus.c | 2 fs/xfs/linux-2.6/xfs_buf.c | 13 include/asm-x86/paravirt.h | 507 ++++++++++++++++------------- incl...
2007 Oct 15
13
[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
...x86/xen/mmu.c | 149 ++++++-- arch/x86/xen/multicalls.c | 52 ++ arch/x86/xen/multicalls.h | 5 arch/x86/xen/smp.c | 14 arch/x86/xen/time.c | 6 arch/x86/xen/xen-ops.h | 10 drivers/char/hvc_lguest.c | 2 drivers/lguest/core.c | 6 drivers/lguest/lguest.c | 154 ++++---- drivers/lguest/lguest_bus.c | 2 fs/xfs/linux-2.6/xfs_buf.c | 13 include/asm-x86/paravirt.h | 507 ++++++++++++++++------------- incl...
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all, I've been working on lguest64 and in order to do this, I had to move a lot of the i386 specific out of the way. Well, the lguest64 port is still not ready to display, but before Rusty makes too many changes I would like this in upstream so I don't have to keep repeating my changes :-) So this patch series moves lguest32 out of the way for other archs. -- Steve
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all, I've been working on lguest64 and in order to do this, I had to move a lot of the i386 specific out of the way. Well, the lguest64 port is still not ready to display, but before Rusty makes too many changes I would like this in upstream so I don't have to keep repeating my changes :-) So this patch series moves lguest32 out of the way for other archs. -- Steve
2007 Aug 08
7
[PATCH 0/5 -v2] Modify lguest32 to make room for lguest64 (version 2)
[ Changes since last version. - Move lg.h to include/asm instead (suggested by Rusty Russel) - All steps of the series compiles (suggested by Stephen Rothwell) - Better ifdef header naming (suggested by Stephen Rothwell) - Added Andi Kleen to CC (forgot to on V1) ] Hi all, I've been working on lguest64 and in order to do this, I had to move a lot of the i386 specific out of the
2007 Aug 08
7
[PATCH 0/5 -v2] Modify lguest32 to make room for lguest64 (version 2)
[ Changes since last version. - Move lg.h to include/asm instead (suggested by Rusty Russel) - All steps of the series compiles (suggested by Stephen Rothwell) - Better ifdef header naming (suggested by Stephen Rothwell) - Added Andi Kleen to CC (forgot to on V1) ] Hi all, I've been working on lguest64 and in order to do this, I had to move a lot of the i386 specific out of the
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
...sors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c | 1745 ++++++++++++----------- Documentation/lguest/lguest.txt | 67 a/drivers/block/lguest_blk.c | 423 ----- a/drivers/char/hvc_lguest.c | 177 -- a/drivers/lguest/io.c | 628 -------- a/drivers/lguest/lguest.c | 1101 -------------- a/drivers/lguest/lguest_asm.S | 94 - a/drivers/lguest/lguest_bus.c | 220 -- a/driver...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
...sors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c | 1745 ++++++++++++----------- Documentation/lguest/lguest.txt | 67 a/drivers/block/lguest_blk.c | 423 ----- a/drivers/char/hvc_lguest.c | 177 -- a/drivers/lguest/io.c | 628 -------- a/drivers/lguest/lguest.c | 1101 -------------- a/drivers/lguest/lguest_asm.S | 94 - a/drivers/lguest/lguest_bus.c | 220 -- a/driver...
2007 May 04
31
[patch 00/29] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git3 + ff patches-2.6.21-git3-070501-1.tar.gz. Changes since the last posting: - reviews of xenbus (me), netfront (hch, rusty, herbert xu) and blockfront (hch), with most comments addressed. Netfront review revealed a couple of real bugs, and the code for all three is looking cleaner