messages from 2011-06-19 08:15:13 to 2011-06-22 14:34:01 UTC [more...]
[PATCH v2 0/22] KVM: optimize for MMIO handled
2011-06-22 14:35 UTC (17+ messages)
` [PATCH v2 01/22] KVM: MMU: fix walking shadow page table
` [PATCH v2 02/22] KVM: MMU: do not update slot bitmap if spte is nonpresent
` [PATCH v2 03/22] KVM: x86: fix broken read emulation spans a page boundary
` [PATCH v2 04/22] KVM: x86: introduce vcpu_gva_to_gpa to cleanup the code
` [PATCH v2 05/22] KVM: x86: abstract the operation for read/write emulation
` [PATCH v2 06/22] KVM: x86: cleanup the code of "
` [PATCH v2 07/22] KVM: MMU: cache mmio info on page fault path
` [PATCH v2 08/22] KVM: MMU: optimize to handle dirty bit
` [PATCH v2 09/22] KVM: MMU: cleanup for FNAME(fetch)
` [PATCH v2 10/22] KVM: MMU: rename 'pt_write' to 'emulate'
` [PATCH v2 11/22] KVM: MMU: count used shadow pages on prepareing path
` [PATCH v2 12/22] KVM: MMU: split kvm_mmu_free_page
` [PATCH v2 13/22] KVM: MMU: remove bypass_guest_pf
` [PATCH v2 14/22] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH v2 15/22] KVM: MMU: abstract some functions to handle "
` [PATCH v2 20/22] KVM: MMU: reorganize struct kvm_shadow_walk_iterator
[PATCH 00/15] [PULL] qemu-kvm.git uq/master queue
2011-06-22 12:57 UTC (17+ messages)
` [PATCH 01/15] kvm: x86: Save/restore FPU OP, IP and DP
` [PATCH 02/15] Add kernel header update script
` [PATCH 03/15] Import kernel headers
` [PATCH 04/15] Switch build system to accompanied "
` [PATCH 05/15] kvm: Drop CONFIG_KVM_PARA
` [PATCH 06/15] kvm: ppc: Drop CONFIG_KVM_PPC_PVR
` [PATCH 07/15] kvm: Drop useless zero-initializations
` [PATCH 08/15] kvm: Drop KVM_CAP build dependencies
` [PATCH 09/15] kvm: x86: "
` [PATCH 10/15] kvm: ppc: "
` [PATCH 11/15] kvm: Clean up stubs
` [PATCH 12/15] kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
` [PATCH 13/15] Remove unneeded kvm.h from cpu-exec.c
` [PATCH 14/15] KVM: Fix XSAVE feature bit enumeration
` [PATCH 15/15] kvm: fix FPU state subsection
` [Qemu-devel] [PATCH 00/15] [PULL] qemu-kvm.git uq/master queue
collect some information when qemu-kvm exit
2011-06-22 12:27 UTC
[PATCH] mmu_notifier, kvm: Introduce dirty bit tracking in spte and mmu notifier to help KSM dirty bit tracking
2011-06-22 11:39 UTC (15+ messages)
[PATCH x86 kvm] Fix register corruption in pvclock_scale_delta
2011-06-22 9:52 UTC (6+ messages)
Time sync in KVM Guest
2011-06-22 8:19 UTC (2+ messages)
restricting users to only power control of VMs
2011-06-22 8:00 UTC (4+ messages)
KVM call agenda for June 21
2011-06-21 16:58 UTC (10+ messages)
` [Qemu-devel] "
[PATCH kvm-unit-tests] emulator: test rip-relative insn with immediate operand
2011-06-21 15:49 UTC (2+ messages)
REPLY ASAP
2011-06-21 16:08 UTC
[PATCH] KVM: x86 emulator: fix %rip-relative addressing with immediate source operand
2011-06-21 15:45 UTC (4+ messages)
RFT: virtio_net: limit xmit polling
2011-06-21 15:23 UTC (2+ messages)
[PATCH] KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB
2011-06-21 14:29 UTC (3+ messages)
KVM call minutes for June 21
2011-06-21 14:24 UTC
Linux Symposium'11 (affinity FS and dedup)
2011-06-21 13:16 UTC
Fwd: [KVM TSC emulation 9/9] Add software TSC emulation
2011-06-21 12:23 UTC
Fwd: [KVM TSC emulation 8/9] Track TSC synchronization in generations
2011-06-21 12:22 UTC
Fwd: [KVM TSC emulation 7/9] Don't mark TSC unstable due to S4 suspend
2011-06-21 12:22 UTC
Fwd: [KVM TSC emulation 6/9] Allow adjust_tsc_offset to be in host or guest cycles
2011-06-21 12:22 UTC
Fwd: [KVM TSC emulation 5/9] Add last_host_tsc tracking back to KVM
2011-06-21 12:22 UTC
Fwd: [KVM TSC emulation 4/9] Fix last_guest_tsc / tsc_offset semantics
2011-06-21 12:21 UTC
Fwd: [KVM TSC emulation 3/9] Leave TSC synchronization window open with each new sync
2011-06-21 12:21 UTC
Fwd: [KVM TSC emulation 2/9] Improve TSC offset matching
2011-06-21 12:21 UTC
Fwd: [KVM TSC emulation 1/9] Infrastructure for software and hardware based TSC rate scaling
2011-06-21 12:21 UTC
KVM: Remaining body of TSC emulation work
2011-06-21 12:21 UTC
[PATCH] tools/kvm/9p: return EOPNOTSUPP if the handler is not implemented
2011-06-21 10:55 UTC
[PATCH] tools/kvm/9p: Add encode/decode routines for protocol data
2011-06-21 10:20 UTC
[PATCH 1/2] vhost: init used ring after backend was set
2011-06-21 10:04 UTC (2+ messages)
` [PATCH 2/2] vhost: set log when updating used flags or avail event
[PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970
2011-06-21 9:53 UTC (4+ messages)
` [PATCH 09/15] KVM: PPC: Add support for Book3S processors in hypervisor mode
[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
AW: current qemu-kvm doesn't work with vhost
2011-06-21 5:20 UTC (4+ messages)
` "
[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 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()
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
[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 (6+ messages)
` [PATCH 03/15] KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
[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)
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 (3+ messages)
` [PATCH 1/2] qemu-x86: Add tsc_khz option to -cpu
[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 (5+ messages)
` [PATCH 3/5] tools/kvm/9p: Don't follow symlink on server
[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 (2+ messages)
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 (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox