kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-09 13:45:08 to 2012-11-15 01:38:17 UTC [more...]

[patch 00/18] pvclock vsyscall support + KVM hypervisor support (v4)
 2012-11-15  1:38 UTC  (18+ messages)
` [patch 01/18] KVM: x86: retain pvclock guest stopped bit in guest memory
` [patch 02/18] x86: kvmclock: allocate pvclock shared memory area
` [patch 04/18] x86: pvclock: remove pvclock_shadow_time
` [patch 06/18] x86: pvclock: introduce helper to read flags
` [patch 07/18] x86: pvclock: add note about rdtsc barriers
` [patch 08/18] sched: add notifier for cross-cpu migrations
` [patch 09/18] x86: pvclock: generic pvclock vsyscall initialization
` [patch 10/18] x86: kvm guest: pvclock vsyscall support
` [patch 11/18] x86: vdso: pvclock gettime support
` [patch 12/18] KVM: x86: pass host_tsc to read_l1_tsc
` [patch 13/18] time: export time information for KVM pvclock
` [patch 14/18] KVM: x86: notifier for clocksource changes
` [patch 15/18] KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
` [patch 16/18] KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
` [patch 17/18] KVM: x86: require matched TSC offsets for master clock
` [patch 18/18] KVM: x86: update pvclock area conditionally, on cpu migration

[PATCH 0/2] [PULL] qemu-kvm.git uq/master queue
 2012-11-15  0:11 UTC  (3+ messages)
` [PATCH 1/2] acpi_piix4: fix migration of gpe fields
` [PATCH 2/2] kvm: Actually remove software breakpoints from list on cleanup

PROBLEM: compilation issue, inline assembly arch/x86/kvm/emulate.c fails at -O0
 2012-11-15  0:14 UTC  (2+ messages)

[PATCH] KVM: MMU: lazily drop large spte
 2012-11-14 23:33 UTC  (8+ messages)

[patch 00/16] pvclock vsyscall support + KVM hypervisor support (v3)
 2012-11-14 22:42 UTC  (4+ messages)
` [patch 10/16] x86: vdso: pvclock gettime support

[PATCH 04/20] KVM/MIPS32: MIPS arch specific APIs for KVM
 2012-11-14 22:32 UTC  (3+ messages)

interrupt remapping support
 2012-11-14 17:35 UTC  (4+ messages)

[PULL 0/3] vfio-pci for 1.3-rc0
 2012-11-14 16:27 UTC  (5+ messages)
` [PATCH 1/3] linux-headers: Update to 3.7-rc5
` [PATCH 2/3] vfio-pci: Add KVM INTx acceleration
` [PATCH 3/3] vfio-pci: Use common msi_get_message

[PATCH v4 0/2] x86: clear vmcss on all cpus when doing kdump if necessary
 2012-11-14  9:32 UTC  (3+ messages)
` [PATCH v4 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
  ` [PATCH v4 2/2] KVM: set/unset crash_clear_loaded_vmcss and vmclear_skipped in kvm_intel module

[PATCH v3 0/2] x86: clear vmcss on all cpus when doing kdump if necessary
 2012-11-14  9:13 UTC  (7+ messages)
` [PATCH v3 2/2] KVM: make crash_clear_loaded_vmcss valid when loading kvm_intel module

[RFC PATCH 0/2] kvm/vmx: Output TSC offset
 2012-11-14  8:26 UTC  (8+ messages)
` [RFC PATCH 1/2] kvm/vmx: Print TSC_OFFSET information when TSC offset value is written to VMCS
` [RFC PATCH 2/2] tools: Add a tool for merging trace data of a guest and a host
      ` Re: [RFC PATCH 0/2] kvm/vmx: Output TSC offset

[PATCH 0/4] KVM: PPC: Book3S HV: HPT read/write functions for userspace
 2012-11-14  4:33 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Restructure HPT entry creation code
` [PATCH 2/4] KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
` [PATCH 3/4] KVM: PPC: Book3S HV: Make a HPTE removal function available
` [PATCH 4/4] KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT

Mailbox System Alart!
 2012-11-14  3:20 UTC 

virtio + vhost-net performance issue - preadv ?
 2012-11-14  1:17 UTC 

[PATCH 1/3] KVM: do not kfree error pointer
 2012-11-14  0:15 UTC  (2+ messages)

[PATCH v2 0/5] s390: Guest support for virtio-ccw
 2012-11-13 22:25 UTC  (2+ messages)

[RFC PATCH v3 0/5] s390: Host support for channel I/O
 2012-11-13 22:25 UTC  (2+ messages)

[patch 00/18] pvclock vsyscall support + KVM hypervisor support (v2)
 2012-11-13 21:07 UTC  (4+ messages)
` [patch 14/18] time: export time information for KVM pvclock

Fix lapic time counter read for periodic mode
 2012-11-13 20:40 UTC  (4+ messages)

[RFC PATCH 00/16] kvm tools: add support for ARMv7 processors
 2012-11-13 18:34 UTC  (35+ messages)
` [RFC PATCH 01/16] kvm tools: include arch uapi/asm directories in include path
` [RFC PATCH 02/16] kvm tools: only enable LTO if supported by GCC
` [RFC PATCH 03/16] kvm tools: avoid linking dynamically against libbfd
` [RFC PATCH 04/16] kvm tools: specify compiler by name when overriding make default
` [RFC PATCH 05/16] kvm tools: don't bother including linux/compiler.h
` [RFC PATCH 06/16] kvm tools: don't pass -Wcast-align to the compiler
` [RFC PATCH 07/16] kvm tools: die if init_list__init returns failure
` [RFC PATCH 08/16] kvm tools: add generic device registration mechanism
` [RFC PATCH 09/16] kvm tools: make _FDT macro usable by other architectures
` [RFC PATCH 10/16] kvm tools: virtio-mmio: use subsys_id instead of pci device ID
` [RFC PATCH 11/16] kvm tools: virtio: add dummy set_size_vq implementations
` [RFC PATCH 12/16] kvm tools: allow arch to specify default virtio transport
` [RFC PATCH 13/16] kvm tools: keep track of registered memory banks in struct kvm
` [RFC PATCH 14/16] kvm tools: teach guest_flat_to_host about memory banks starting above 0
` [RFC PATCH 15/16] kvm tools: provide a mechanism for translating host to guest addresses
` [RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

SR-IOV problem with Intel 82599EB (not enough MMIO resources for SR-IOV)
 2012-11-13 18:29 UTC  (15+ messages)

[RFC PATCH 1/6] driver core: add a bus notification to temporarily reject driver binding
 2012-11-13 18:15 UTC  (9+ messages)
` [RFC PATCH 2/6] iommu: pass on BUS_NOTIFY_QUERY_BINDING to iommu group notifier clients
` [RFC PATCH 3/6] VFIO: unregister IOMMU notifier on error recovery path
` [RFC PATCH 4/6] VFIO: reject binding driver to devices belonging to active VFIO groups
` [RFC PATCH 5/6] VFIO: simplify IOMMU group notification handler
` [RFC PATCH 6/6] VFIO: use ACCESS_ONCE() to guard access to dev->driver

KVM call agenda for 2012-11-12
 2012-11-13 15:17 UTC  (9+ messages)
      ` [Qemu-devel] "

[PATCH v4 00/13] KVM/ARM vGIC support
 2012-11-13 13:38 UTC  (21+ messages)
` [PATCH v4 01/13] KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl
` [PATCH v4 02/13] ARM: KVM: Keep track of currently running vcpus
` [PATCH v4 03/13] ARM: KVM: Initial VGIC infrastructure support
` [PATCH v4 04/13] ARM: KVM: Initial VGIC MMIO support code
` [PATCH v4 05/13] ARM: KVM: VGIC accept vcpu and dist base addresses from user space
` [PATCH v4 06/13] ARM: KVM: VGIC distributor handling
` [PATCH v4 07/13] ARM: KVM: VGIC virtual CPU interface management
` [PATCH v4 08/13] ARM: KVM: vgic: retire queued, disabled interrupts
` [PATCH v4 09/13] ARM: KVM: VGIC interrupt injection
` [PATCH v4 10/13] ARM: KVM: VGIC control interface world switch
` [PATCH v4 11/13] ARM: KVM: VGIC initialisation code
` [PATCH v4 12/13] ARM: KVM: vgic: reduce the number of vcpu kick
` [PATCH v4 13/13] ARM: KVM: Add VGIC configuration option

[RFC PATCH v3 0/3] s390: channel I/O support in qemu
 2012-11-13 10:11 UTC  (4+ messages)
` [PATCH 2/3] s390: Virtual channel subsystem support

[PATCH 1/5] KVM: MMU: cleanup mapping-level
 2012-11-13  8:39 UTC  (4+ messages)
` [PATCH 2/5] KVM: MMU: simplify mmu_set_spte

[rfc net-next v6 0/3] Multiqueue virtio-net
 2012-11-13  6:40 UTC  (4+ messages)
` [rfc net-next v6 2/3] virtio_net: multiqueue support

[PATCH v11] kvm: notify host when the guest is panicked
 2012-11-13  2:19 UTC  (7+ messages)

[GIT PULL] KVM fixes for 3.7-rc5
 2012-11-13  1:36 UTC 

graphics card pci passthrough success report
 2012-11-12 15:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Handle guest-caused machine checks without panicking
 2012-11-12  0:48 UTC 

[PATCH] KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
 2012-11-12  0:37 UTC 

Good Day,
 2012-11-11 19:47 UTC 

**Alert Notification!!!
 2012-11-11 17:45 UTC 

[PATCH RFC 1/1] kvm: Add dynamic ple window feature
 2012-11-11  7:59 UTC 

[PATCH 01/20] KVM/MIPS32: Infrastructure/build files
 2012-11-10 21:28 UTC  (2+ messages)

[PATCH v4 0/5] KVM/ARM Architected Timers support
 2012-11-10 15:46 UTC  (6+ messages)
` [PATCH v4 1/5] ARM: arch_timers: switch to physical timers if HYP mode is available
` [PATCH v4 2/5] ARM: KVM: arch_timers: Add minimal infrastructure
` [PATCH v4 3/5] ARM: KVM: arch_timers: Add guest timer core support
` [PATCH v4 4/5] ARM: KVM: arch_timers: Add timer world switch
` [PATCH v4 5/5] ARM: KVM: arch_timers: Wire the init code and config option

[PATCH v4 00/14] KVM/ARM Implementation
 2012-11-10 15:43 UTC  (15+ messages)
` [PATCH v4 01/14] ARM: Add page table and page defines needed by KVM
` [PATCH v4 02/14] ARM: Section based HYP idmap
` [PATCH v4 03/14] ARM: Factor out cpuid implementor and part number
` [PATCH v4 04/14] KVM: ARM: Initial skeleton to compile KVM support
` [PATCH v4 05/14] KVM: ARM: Hypervisor inititalization
` [PATCH v4 06/14] KVM: ARM: Memory virtualization setup
` [PATCH v4 07/14] KVM: ARM: Inject IRQs and FIQs from userspace
` [PATCH v4 08/14] KVM: ARM: World-switch implementation
` [PATCH v4 09/14] KVM: ARM: Emulation framework and CP15 emulation
` [PATCH v4 10/14] KVM: ARM: User space API for getting/setting co-proc registers
` [PATCH v4 11/14] KVM: ARM: Demux CCSIDR in the userspace API
` [PATCH v4 12/14] KVM: ARM: VFP userspace interface
` [PATCH v4 13/14] KVM: ARM: Handle guest faults in KVM
` [PATCH v4 14/14] KVM: ARM: Handle I/O aborts

[PATCH v3 00/13] KVM/ARM vGIC support
 2012-11-10  8:36 UTC  (5+ messages)
` [PATCH v3 01/13] KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl
  ` [kvmarm] "

**Re-validate your mailbox
 2012-11-09 13:32 UTC 

External USB Hub
 2012-11-09 13:39 UTC  (2+ messages)

[PATCH] KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
 2012-11-09 14:20 UTC 

Upgrade!
 2012-11-09 13:35 UTC 


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