kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-29 13:53:08 to 2012-01-04 16:04:46 UTC [more...]

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

[patch 00/11] Ucontrol patchset respin without storage keys
 2012-01-04 14:56 UTC  (15+ 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

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

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

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 v2] KVM: SVM: Add support for AMD's OSVW feature in guests
 2012-01-04  4:38 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  (17+ messages)

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

[PULL 00/50] ppc patch queue 2012-01-04
 2012-01-04  1:10 UTC  (51+ 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

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  (10+ 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 

[PATCH v2] kvm tool: Change kvm->ram_size to real mapped size
 2012-01-03 11:04 UTC  (2+ messages)

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)

Fwd: [PATCH] KVM: fix test emulation writeback
 2012-01-01  9:09 UTC  (2+ messages)

Biweekly KVM Test report, kernel 781f3067... qemu fcfeed4a
 2011-12-31  3:08 UTC 

[PATCH 4/5] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
 2011-12-31  0:44 UTC  (4+ messages)

[PATCH 0/5] virt: Config file unification
 2011-12-30  4:41 UTC  (6+ messages)
` [PATCH 1/5] virt: Adding common config among libvirt and kvm tests
` [PATCH 2/5] virt: Remove sample config from kvm and libvirt folders
` [PATCH 3/5] virt: Move vm_type into separate tests.cfg.sample
` [PATCH 4/5] virt: libvirt_vm: Avoid re-copying kernel and initrd on install
` [PATCH 5/5] virt: Fixup extra_params usage and config

[PATCH] Expose tsc deadline timer cpuid to guest
 2011-12-29 18:37 UTC  (5+ messages)

[PATCH v5] kvm: make vcpu life cycle separated from kvm instance
 2011-12-29 14:31 UTC  (7+ messages)
` [PATCH v6] "


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).