public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-17 13:21:39 to 2011-06-21 09:30:45 UTC [more...]

[PATCH 0/2] Introduce panic hypercall
 2011-06-21  9:30 UTC  (20+ messages)
` [PATCH 1/2] Inroduce panic hypercall KVM_HC_PANIC (host)
` [PATCH 2/2] Call KVM_HC_PANIC if guest panics

[PATCH] KVM: x86 emulator: fix %rip-relative addressing with immediate source operand
 2011-06-21  9:16 UTC  (3+ messages)

[PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970
 2011-06-21  8:55 UTC  (21+ messages)
` [PATCH 01/15] KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
` [PATCH 02/15] KVM: PPC: Split out code from book3s.c into book3s_pr.c
` [PATCH 03/15] powerpc, KVM: Rework KVM checks in first-level interrupt handlers
` [PATCH 04/15] KVM: PPC: Deliver program interrupts right away instead of queueing them
` [PATCH 05/15] KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
` [PATCH 06/15] KVM: PPC: Move guest enter/exit down into subarch-specific code
` [PATCH 07/15] powerpc: Set up LPCR for running guest partitions
` [PATCH 08/15] KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu
  ` [PATCH 08/15 revised] "
` [PATCH 09/15] KVM: PPC: Add support for Book3S processors in hypervisor mode
  ` [PATCH 09/15 revised] "
` [PATCH 10/15] KVM: PPC: Handle some PAPR hcalls in the kernel
` [PATCH 11/15] KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
` [PATCH 12/15] KVM: PPC: Allow book3s_hv guests to use SMT processor modes
` [PATCH 13/15] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
` [PATCH 14/15] powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
` [PATCH 15/15] KVM: PPC: book3s_hv: Add support for PPC970-family processors

current qemu-kvm doesn't work with vhost
 2011-06-21  5:20 UTC  (5+ messages)
` AW: "

[PATCH] client tools: Fix rebase bug on cd_hash.py
 2011-06-20 21:29 UTC 

Unable to unload kvm-intel module
 2011-06-20 21:13 UTC  (13+ messages)

[PATCH v2 0/7] Steal time for KVM
 2011-06-20 20:56 UTC  (15+ messages)
` [PATCH v2 2/7] KVM-HDR: KVM Steal time implementation
` [PATCH v2 3/7] KVM-HV: "
` [PATCH v2 5/7] KVM-GST: KVM Steal time accounting
` [PATCH v2 6/7] KVM-GST: adjust scheduler cpu power

[PATCH 00/12] [uq/master] Import linux headers and some cleanups
 2011-06-20 18:24 UTC  (2+ messages)

[PATCH] KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
 2011-06-20 18:32 UTC  (2+ messages)

[PATCH 0/15] KVM: optimize for MMIO handled
 2011-06-20 18:54 UTC  (10+ messages)
` [PATCH 02/15] KVM: MMU: do not update slot bitmap if spte is nonpresent
` [PATCH 04/15] KVM: MMU: cache mmio info on page fault path
` [PATCH 10/15] KVM: MMU: lockless walking shadow page table

[PATCH] qemu-img: Add nocache command line option
 2011-06-20 16:48 UTC  (6+ messages)
` [PATCH] qemu-img: Add cache "
  ` [Qemu-devel] "
        ` [PATCHv4] "

[PATCH] qemu-kvm: Fix kvm-disabled build
 2011-06-20 14:56 UTC  (2+ messages)

[PATCH] qemu-kvm: Remove kvm_set_boot_cpu_id
 2011-06-20 14:56 UTC  (2+ messages)

Fwd: Why doesn't Intel e1000 NIC work correctly in Windows XP?
 2011-06-20 16:07 UTC  (11+ messages)
  `  "

[RFC] virtio: Support releasing lock during kick
 2011-06-20 15:27 UTC  (5+ messages)

[PATCH 0/7] KVM steal time implementation
 2011-06-20 14:41 UTC  (16+ messages)
` [PATCH 3/7] KVM-HV: KVM Steal "
` [PATCH 6/7] KVM-GST: adjust scheduler cpu power

[PATCH v3 1/3] KVM: MMU: Clean up the error handling of walk_addr_generic()
 2011-06-20 14:34 UTC  (3+ messages)
` [PATCH v3 2/3] KVM: MMU: Rename the walk label in walk_addr_generic()
` [PATCH v3 3/3] KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()

[PATCH 0/2] qemu-kvm: Introduce KVM panic hypercall support
 2011-06-20 13:42 UTC  (3+ messages)
` [PATCH 1/2] Handle KVM hypercall panic on guest crash
` [PATCH 2/2] QMP: Introduce QEVENT_PANIC

[PATCH v2 1/3] KVM: MMU: Clean up the error handling of walk_addr_generic()
 2011-06-20 12:02 UTC  (3+ messages)
` [PATCH 3/3] KVM: MMU: Use helpers to clean up walk_addr_generic()

KVM call agenda for June 21
 2011-06-20  7:42 UTC 

buildbot failure in kvm on next-s390
 2011-06-20  4:36 UTC 

buildbot failure in kvm on s390
 2011-06-20  3:18 UTC 

[GIT PULL] KVM updates for Linux 3.0-rc3
 2011-06-19 18:21 UTC 

[PATCH kvm-unit-tests] emulator: test rip-relative insn with immediate operand
 2011-06-19 16:50 UTC 

[Bug 37732] New: intel-kvm/ksmd gp fault after some page scan changes in /sys/kernel/mm/ksm/
 2011-06-19 14:37 UTC  (5+ messages)
` [Bug 37732] "

[PULL] PPC KVM patch queue 2011-06-19
 2011-06-19 13:47 UTC  (2+ messages)

sharing a folder from a guest running windows XP
 2011-06-19 13:46 UTC 

[PATCH] KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
 2011-06-19 13:37 UTC  (4+ messages)

[PATCH] QEMU: Fix KVM XSAVE feature bit enumeration
 2011-06-19 13:29 UTC  (3+ messages)
` [PATCH] KVM: Fix "

[PULL 00/15] PPC KVM patch queue 2011-06-15
 2011-06-19 13:01 UTC  (20+ messages)
` [PATCH 01/15] KVM: PPC: fix partial application of "exit timing in ticks"
` [PATCH 02/15] KVM: PPC: Resolve real-mode handlers through function exports
` [PATCH 03/15] KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
` [PATCH 04/15] powerpc/e500: Save SPEFCSR in flush_spe_to_thread()
` [PATCH 05/15] powerpc/e500: SPE register saving: take arbitrary struct offset
` [PATCH 06/15] KVM: PPC: booke: use shadow_msr
` [PATCH 07/15] KVM: PPC: e500: Save/restore SPE state
` [PATCH 08/15] KVM: PPC: e500: Disable preloading TLB1 in tlb_load()
` [PATCH 09/15] KVM: PPC: e500: don't use MAS0 as intermediate storage
` [PATCH 10/15] KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead
` [PATCH 11/15] KVM: PPC: e500: Support large page mappings of PFNMAP vmas
` [PATCH 12/15] KVM: PPC: e500: enable magic page
` [PATCH 13/15] KVM: PPC: e500: Stop keeping shadow TLB
` [PATCH 14/15] KVM: PPC: e500: Add shadow PID support
` [PATCH 15/15] KVM: PPC: e500: Don't search over the entire TLB0

[PATCH][uq/master] kvm: x86: Save/restore FPU OP, IP and DP
 2011-06-19 12:58 UTC  (3+ messages)
` [PATCH v2][uq/master] "

[PATCH] support piix PAM registers in KVM
 2011-06-19 12:45 UTC  (10+ messages)

[PATCH x86 kvm] Fix register corruption in pvclock_scale_delta
 2011-06-19 12:44 UTC  (2+ messages)

Email Valid?
 2011-06-19 11:54 UTC 

wrong placement of RIP-relative address computing
 2011-06-19 11:38 UTC  (3+ messages)

[PATCH 0/2] Initial TSC-Scaling support for uq/master
 2011-06-19 11:32 UTC  (4+ messages)
` [PATCH 1/2] qemu-x86: Add tsc_khz option to -cpu
` [PATCH 2/2] qemu-x86: Set tsc_khz in kvm when supported

RFT: virtio_net: limit xmit polling
 2011-06-19 10:27 UTC 

[PATCH 1/2] tools/kvm/9p: Make the 9p handler void return
 2011-06-19 10:24 UTC  (2+ messages)
` [PATCH 2/2] tools/kvm/9p: Add error handling

[PATCH] tools/kvm/9p: check the iov count with the read/write count
 2011-06-19  9:44 UTC 

[PATCH -V2] tools/kvm/9p: Use the same #define as the kernel
 2011-06-19  9:13 UTC 

[PATCH 1/5] tools/kvm/9p: Use the same #define as the kernel
 2011-06-19  9:11 UTC  (17+ messages)
` [PATCH 2/5] tools/kvm/virtio: Add new iov helper
` [PATCH 3/5] tools/kvm/9p: Don't follow symlink on server
` [PATCH 4/5] tools/kvm/9p: Fix the pdu len
` [PATCH 5/5] tools/kvm/9p: Simplify the handler

[PATCH] tools/kvm/9p: Add error protocol reply
 2011-06-19  9:09 UTC 

[PATCH 0/5] perf support for amd guest/host-only bits v2
 2011-06-19  9:01 UTC  (7+ messages)
` [PATCH 1/5] perf, core: Introduce attrs to count in either host or guest mode
` [PATCH 2/5] perf, amd: Use GO/HO bits in perf-ctr
` [PATCH 3/5] perf, tools: Add support for guest/host-only profiling
` [PATCH 4/5] perf, tools: Fix copy&paste error in perf-kvm option description
` [PATCH 5/5] perf, tools: Do guest-only counting in perf-kvm by default

Biweekly KVM Test report, kernel 681fb677... qemu 05f17375
 2011-06-19  8:57 UTC  (2+ messages)

current qemu-kvm doesn't work with vhost
 2011-06-19  8:56 UTC  (3+ messages)

[PATCHv2 RFC 0/4] virtio and vhost-net capacity handling
 2011-06-19  8:53 UTC  (4+ messages)

[Bug 37262] New: VNC access to KVM VM is unusable
 2011-06-19  8:50 UTC  (5+ messages)
` [Bug 37262] "

[ANNOUNCE] Native Linux KVM tool v2
 2011-06-19  8:15 UTC  (10+ messages)

New list member
 2011-06-18 19:25 UTC 

GREETINGS
 2011-06-18 16:37 UTC 

[PATCH] tools/kvm/9p: Always include system header before kernel headers
 2011-06-18 15:37 UTC 

Hello
 2011-06-18  9:47 UTC 

[PATCH 1/2] tools/kvm/9p: Always include system header before our headers
 2011-06-18  7:50 UTC  (8+ messages)
` [PATCH 2/2] tools/kvm/9p: Add support for multiple 9p export dirs

[PATCH] kvm tools: Use ioeventfd in virtio-9p
 2011-06-17 22:28 UTC 

[PATCH v2] kvm tools: Implement keyboard reset method
 2011-06-17 20:41 UTC 

[PATCH] kvm tools: Implement keyboard reset method
 2011-06-17 19:26 UTC  (5+ messages)

[RFC][PATCH] Register Linux dyntick timer as per-thread signal
 2011-06-17 18:06 UTC  (3+ messages)
` [PATCH v2] "
  ` [Qemu-devel] "

[PATCH] kvm tools: Fix broken terminal when kvm exits because of a signal
 2011-06-17 16:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox