diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-19 16:53:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-19 16:53:21 -0400 |
commit | 88d53766bd0f3bc6e46a0dff25be147a2b98c511 (patch) | |
tree | dc0500d2685029f47629cffee766cc0b2cc3562a /MAINTAINERS | |
parent | 860da5e578c25d1ab4528c0d1ad13f9969e3490f (diff) | |
parent | 54aaacee35afd594bba3244c20b02cc98d80a961 (diff) |
Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
* 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm:
KVM: LAPIC: ignore pending timers if LVTT is disabled
KVM: Update MAINTAINERS for new mailing lists
KVM: Fix kvm_vcpu_block() task state race
KVM: ia64: Set KVM_IOAPIC_NUM_PINS to 48
KVM: ia64: fix GVMM module including position-dependent objects
KVM: ia64: Define new kvm_fpreg struture to replace ia64_fpreg
KVM: PIT: take inject_pending into account when emulating hlt
s390: KVM guest: fix compile error
KVM: x86 emulator: fix writes to registers with modrm encodings
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 915ad48d8bce..36e330c6f183 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2352,24 +2352,24 @@ S: Supported | |||
2352 | KERNEL VIRTUAL MACHINE (KVM) | 2352 | KERNEL VIRTUAL MACHINE (KVM) |
2353 | P: Avi Kivity | 2353 | P: Avi Kivity |
2354 | M: avi@qumranet.com | 2354 | M: avi@qumranet.com |
2355 | L: kvm-devel@lists.sourceforge.net | 2355 | L: kvm@vger.kernel.org |
2356 | W: kvm.sourceforge.net | 2356 | W: http://kvm.qumranet.com |
2357 | S: Supported | 2357 | S: Supported |
2358 | 2358 | ||
2359 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC | 2359 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
2360 | P: Hollis Blanchard | 2360 | P: Hollis Blanchard |
2361 | M: hollisb@us.ibm.com | 2361 | M: hollisb@us.ibm.com |
2362 | L: kvm-ppc-devel@lists.sourceforge.net | 2362 | L: kvm-ppc@vger.kernel.org |
2363 | W: kvm.sourceforge.net | 2363 | W: http://kvm.qumranet.com |
2364 | S: Supported | 2364 | S: Supported |
2365 | 2365 | ||
2366 | KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64) | 2366 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
2367 | P: Anthony Xu | 2367 | P: Anthony Xu |
2368 | M: anthony.xu@intel.com | 2368 | M: anthony.xu@intel.com |
2369 | P: Xiantao Zhang | 2369 | P: Xiantao Zhang |
2370 | M: xiantao.zhang@intel.com | 2370 | M: xiantao.zhang@intel.com |
2371 | L: kvm-ia64-devel@lists.sourceforge.net | 2371 | L: kvm-ia64@vger.kernel.org |
2372 | W: kvm.sourceforge.net | 2372 | W: http://kvm.qumranet.com |
2373 | S: Supported | 2373 | S: Supported |
2374 | 2374 | ||
2375 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) | 2375 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |