kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-01 14:01:20 to 2012-01-05 11:20:18 UTC [more...]

[PATCH v2] KVM: SVM: Add support for AMD's OSVW feature in guests
 2012-01-05 11:20 UTC  (2+ messages)

[PATCH 0/2][RFC] postcopy migration: Linux char device for postcopy
 2012-01-05 11:10 UTC  (5+ messages)
` [PATCH 2/2] umem: chardevice for kvm postcopy
  ` 回复: "
    ` 回??: "

synchronous register in kvm_run
 2012-01-05  9:54 UTC  (5+ messages)
` [PATCH 1/4] kvm: provide synchronous registers "
` [PATCH 2/4] kvm-s390: provide the prefix register via kvm_run
` [PATCH 3/4] kvm-s390: provide general purpose guest registers "
` [PATCH 4/4] kvm-s390: provide access "

[PATCH v5] kvm: make vcpu life cycle separated from kvm instance
 2012-01-05  9:35 UTC  (8+ messages)
` [PATCH v6] "

[PATCH v2 2/3] KVM: PPC: epapr: Add idle hcall support for host
 2012-01-05  9:07 UTC 

[PATCH 1/3] KVM: PPC: epapr: Factor out the epapr init
 2012-01-05  9:06 UTC  (2+ messages)
` [PATCH v2 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest

[PATCH v2] kvm tool: Change kvm->ram_size to real mapped size
 2012-01-05  6:25 UTC  (4+ messages)

[PULL 00/50] ppc patch queue 2012-01-04
 2012-01-05  4:07 UTC  (56+ messages)
` [PATCH 01/50] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 02/50] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 03/50] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/50] KVM: PPC: e500: MMU API
` [PATCH 05/50] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/50] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/50] KVM: PPC: Add generic single register ioctls
` [PATCH 08/50] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 09/50] KVM: PPC: E500: Support hugetlbfs
` [PATCH 10/50] PPC: Fix race in mtmsr paravirt implementation
` [PATCH 11/50] Fix DEC truncation for greater than 0xffff_ffff/1000
` [PATCH 12/50] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
` [PATCH 13/50] KVM: PPC: booke: check for signals in kvmppc_vcpu_run
` [PATCH 14/50] KVM: PPC: Rename deliver_interrupts to prepare_to_enter
` [PATCH 15/50] KVM: PPC: Move prepare_to_enter call site into subarch code
` [PATCH 16/50] KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
` [PATCH 17/50] KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
` [PATCH 18/50] KVM: PPC: booke: Paravirtualize wrtee
` [PATCH 19/50] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
` [PATCH 20/50] KVM: PPC: booke: Improve timer register emulation
` [PATCH 21/50] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
` [PATCH 22/50] KVM: PPC: Book3s: PR: No irq_disable "
` [PATCH 23/50] KVM: PPC: Use get/set for to_svcpu to help preemption
` [PATCH 24/50] KVM: PPC: align vcpu_kick with x86
` [PATCH 25/50] KVM: PPC: Book3S: PR: Fix signal check race
` [PATCH 26/50] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
` [PATCH 27/50] KVM: PPC: e500: use hardware hint when loading TLB0 entries
` [PATCH 28/50] KVM: PPC: Avoid patching paravirt template code
` [PATCH 29/50] KVM: PPC: Make wakeups work again for Book3S HV guests
` [PATCH 30/50] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
` [PATCH 31/50] KVM: PPC: Keep a record of HV guest view of hashed page table entries
` [PATCH 32/50] KVM: PPC: Keep page physical addresses in per-slot arrays
` [PATCH 33/50] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
` [PATCH 34/50] KVM: PPC: Make the H_ENTER hcall more reliable
` [PATCH 35/50] KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
` [PATCH 36/50] KVM: PPC: Allow use of small pages to back Book3S HV guests
` [PATCH 37/50] KVM: PPC: Allow I/O mappings in memory slots
` [PATCH 38/50] KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
` [PATCH 39/50] KVM: PPC: Implement MMIO emulation support for Book3S HV guests
` [PATCH 40/50] KVM: PPC: Implement MMU notifiers "
` [PATCH 41/50] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly
` [PATCH 42/50] KVM: PPC: Allow for read-only pages backing a Book3S HV guest
` [PATCH 43/50] KVM: PPC: Fix vcpu_create dereference before validity check
` [PATCH 44/50] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
` [PATCH 45/50] KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
` [PATCH 46/50] KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
` [PATCH 47/50] KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
` [PATCH 48/50] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
` [PATCH 49/50] KVM: PPC: booke: Add booke206 TLB trace
` [PATCH 50/50] KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs

[RFC PATCH 0/4] Network performance regression
 2012-01-05  3:06 UTC  (6+ messages)
` [Autotest PATCH v2 "
  ` [Autotest PATCH v2 1/4] virt-test: add NTttcp subtests
  ` [Autotest PATCH v2 2/4] virt-test: Refactor netperf test and add analysis module
  ` [Autotest PATCH v2 3/4] netperf: pin guest vcpus/memory/vhost thread to numa node
  ` [Autotest PATCH v2 4/4] virt: Introduce regression testing infrastructure

[PATCH 00/23] Remove cpu_get_physical_page_desc()
 2012-01-04 19:42 UTC  (4+ messages)
` [PATCH 17/23] xen: convert to MemoryListener API

[PATCH 1/2] KVM: PPC: epapr: Add idle hcall support for host
 2012-01-04 19:25 UTC  (12+ messages)
` [PATCH 2/2] KVM: PPC: epapr: Install ev_idle hcall for paravirt guest linux

[PATCH] PCI: Enable ATS at the device state restore
 2012-01-04 17:35 UTC  (2+ messages)

[patch 00/11] Ucontrol patchset respin without storage keys
 2012-01-04 17:25 UTC  (18+ messages)
` [patch 01/11] [PATCH] kvm-s390: add parameter for KVM_CREATE_VM
` [patch 02/11] [PATCH] kvm-s390-ucontrol: per vcpu address spaces
` [patch 03/11] [PATCH] kvm-s390-ucontrol: export page faults to user
` [patch 04/11] [PATCH] kvm-s390-ucontrol: export SIE control block "
` [patch 05/11] [PATCH] kvm-s390-ucontrol: disable in-kernel handling of SIE intercepts
` [patch 06/11] [PATCH] kvm-s390-ucontrol: disable in-kernel irq stack
` [patch 07/11] [PATCH] kvm-s390-ucontrol: interface to inject faults on a vcpu page table
` [patch 08/11] [PATCH] kvm-s390-ucontrol: disable sca
` [patch 09/11] [PATCH] kvm-s390: fix assumption for KVM_MAX_VCPUS
` [patch 10/11] [PATCH] kvm-s390-ucontrol: announce capability for user controlled vms
` [patch 11/11] [PATCH] kvm-s390: Fix return code for unknown ioctl numbers

[PATCH 2/2] Expose tsc deadline timer cpuid to guest
 2012-01-04 16:48 UTC  (2+ messages)

[PATCH][STABLE] qemu-kvm: Fix save/restore of in-kernel i8259
 2012-01-04 16:04 UTC  (4+ messages)
` [PATCH v2][STABLE] "

Stalls on Live Migration of VMs with a lot of memory
 2012-01-04 14:21 UTC  (13+ messages)
` [Qemu-devel] "

[GIT PULL 0/5] perf/core fixes and improvements
 2012-01-04 13:54 UTC  (3+ messages)
` [PATCH 5/5] perf kvm: Fix copy & paste error in description

KVM call agenda for Tuesday 3
 2012-01-04 11:25 UTC  (23+ messages)
` [Qemu-devel] "

[patch 0/3] RFC: provide synchronous registers in kvm_run
 2012-01-04  8:30 UTC  (3+ messages)
    ` [PATCH 3/3] kvm-s390: provide standard guest registers via kvm_run

[RFC PATCH] KVM: Fix __set_bit() race in mark_page_dirty() during dirty logging
 2012-01-04  6:06 UTC 

[PATCH 00/21][RFC] postcopy live migration
 2012-01-04  3:51 UTC  (15+ messages)
` [PATCH 21/21] postcopy: implement postcopy livemigration
  ` [Qemu-devel] "
    ` [Qemu-devel] [PATCH 00/21][RFC] postcopy live migration

Device pass-through
 2012-01-04  3:44 UTC  (4+ messages)

FreeBSD guest with VTD NIC not passing traffic
 2012-01-04  3:21 UTC  (2+ messages)

[PATCH 0/2][RFC] postcopy migration: Linux char device for postcopy
 2012-01-04  3:03 UTC  (14+ messages)

This will blow you away and That's the promise
 2012-01-03 23:31 UTC 

where should I report kvm kernel bug?
 2012-01-04  0:54 UTC  (5+ messages)

Better qemu/kvm defaults (was Re: [RFC PATCH 0/4] Gang scheduling in CFS)
 2012-01-03 22:59 UTC  (9+ messages)
                  ` [Qemu-devel] "

[PATCH 0/5] VFIO core framework
 2012-01-03 15:21 UTC  (4+ messages)
` [PATCH 1/5] vfio: Introduce documentation for VFIO driver
  ` [Qemu-devel] "

[PATCH] virt: Add the parameter --vnclisten to the virt-install command
 2012-01-03 14:47 UTC  (4+ messages)
` [Autotest] "

[tests-Autotests][PATCH] virt tests kvm: Adds cpuflags test
 2012-01-03 14:18 UTC 

[tests-AUTOTEST][PATCH] virt tests kvm: Adds cpuflags test
 2012-01-03 14:16 UTC 

Warning! Your mailbox is almost full
 2012-01-02 14:33 UTC 

[SUSPECTED SPAM] Warning! Your mailbox is almost full
 2012-01-02 19:29 UTC 

[SUSPECTED SPAM] Warning! Your mailbox is almost full
 2012-01-02 19:27 UTC 

[PATCH 0/6][RFC] virtio-blk: Change I/O path from request to BIO
 2012-01-02 16:23 UTC  (11+ messages)

[PATCH] KVM: Move gfn_to_memslot() to kvm_host.h
 2012-01-02 16:13 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).