kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-28 13:44:14 to 2012-12-03 11:06:05 UTC [more...]

[PATCH v4 00/14] KVM/ARM Implementation
 2012-12-03 11:05 UTC  (53+ 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 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 13/14] KVM: ARM: Handle guest faults in KVM
` [PATCH v4 14/14] KVM: ARM: Handle I/O aborts

[net-next rfc v7 0/3] Multiqueue virtio-net
 2012-12-03 11:00 UTC  (17+ messages)
` [net-next rfc v7 1/3] virtio-net: separate fields of sending/receiving queue from virtnet_info
` [net-next rfc v7 2/3] virtio_net: multiqueue support
` [net-next rfc v7 3/3] virtio-net: change the number of queues through ethtool

[PATCHv5] virtio-spec: virtio network device RFS support
 2012-12-03 10:58 UTC 

[PATCH v4 00/13] KVM/ARM vGIC support
 2012-12-03 10:40 UTC  (20+ messages)
` [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 v3 0/4] x86, apicv: Add APIC virtualization support
 2012-12-03  9:42 UTC  (6+ messages)
` [PATCH v3 1/4] x86: PIT connects to pin 2 of IOAPIC
` [PATCH v3 2/4] x86, apicv: add APICv register virtualization support
` [PATCH v3 3/4] x86, apicv: add virtual interrupt delivery support
` [PATCH v3 4/4] x86, apicv: add virtual x2apic support

[RFC PATCH 0/2] mm: Add ability to monitor task's memory changes
 2012-12-03  8:36 UTC 

[PATCH 0/3] KVM: x86: improve reexecute_instruction
 2012-12-03  8:33 UTC  (20+ messages)
` [PATCH 2/3] KVM: x86: let reexecute_instruction work for tdp
` [PATCH 3/3] KVM: x86: improve reexecute_instruction

[PATCH 0/2] vfio powerpc: implemented and enabled
 2012-12-03  2:52 UTC  (4+ messages)
` [PATCH 0/2] vfio on power: yet another try
  ` [PATCH 1/2] vfio powerpc: enabled on powernv platform
  ` [PATCH 2/2] vfio powerpc: implemented IOMMU driver for VFIO

[RFC PATCH 0/2] kvm/vmx: Output TSC offset
 2012-12-03  0:55 UTC  (14+ messages)
`  "
    `  "
        `  "
            `  "
                `  "
                    `  "
                        `  "

[PATCHv4] virtio-spec: virtio network device RFS support
 2012-12-02 22:46 UTC  (2+ messages)

[PATCH] KVM: x86: Fix uninitialized return code
 2012-12-02 15:38 UTC  (3+ messages)
` [PATCH v2] "

high host load from vmx_set_supported_cpuid call?
 2012-12-02 15:29 UTC  (10+ messages)

KVM VMX: register state after reset violates spec
 2012-12-02 13:38 UTC  (4+ messages)
` [PATCH] KVM VMX: Make register state after reset conform to specification

[PATCH qom-cpu 00/11] QOM CPUState, part 6: CPU_COMMON for KVM
 2012-12-02  4:56 UTC  (13+ messages)
` [PATCH qom-cpu 01/11] cpu: Move kvm_fd into CPUState
` [PATCH qom-cpu 02/11] kvm: Pass CPUState to kvm_arch_*
` [PATCH qom-cpu 03/11] kvm: Pass CPUState to kvm_vcpu_ioctl()
` [PATCH qom-cpu 04/11] ppc: Pass PowerPCCPU to ppc_set_irq()
` [PATCH qom-cpu 05/11] ppc: Pass PowerPCCPU to [h]decr callbacks
` [PATCH qom-cpu 06/11] ppc: Pass PowerPCCPU to [h]decr timer callbacks
` [PATCH qom-cpu 07/11] ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} "
` [PATCH qom-cpu 08/11] ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()
` [PATCH qom-cpu 09/11] ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()
` [PATCH qom-cpu 10/11] cpu: Move kvm_state field into CPUState
` [PATCH qom-cpu 11/11] cpu: Move kvm_run "

[PATCH] vhost-blk: Add vhost-blk support v6
 2012-12-02  1:33 UTC 

qemu-kvm-1.2.0: double free or corruption
 2012-12-01 19:16 UTC  (7+ messages)
  ` qemu-kvm-1.2.0: double free or corruption in VNC code

[PATCH 00/12] KVM: PPC: 64-bit Book3E arch support
 2012-12-01 15:06 UTC  (13+ messages)
` [PATCH 05/12] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [PATCH 09/12] KVM: PPC: bookehv: Add guest computation mode for irq delivery
` [PATCH 10/12] KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation
` [PATCH 11/12] KVM: PPC: booke: Add EPCR support in sregs
` [PATCH 12/12] KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface

[PATCH] KVM: PPC: Make EPCR a valid field for booke64 and bookehv
 2012-12-01 13:58 UTC 

[PATCH v4 0/5] KVM/ARM Architected Timers support
 2012-12-01  1:05 UTC  (17+ messages)
` [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 V5] target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
 2012-11-30 20:45 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH V6 0/2] Enable guest use of TSC_ADJUST functionality
 2012-11-30 20:30 UTC  (2+ messages)

[PATCH v2] kvm: Fix user memslot overlap check
 2012-11-30 20:18 UTC  (2+ messages)

[for-1.3 PATCH v2] vfio-pci: Don't use kvm_irqchip_in_kernel
 2012-11-30 19:50 UTC 

[PATCH for-1.3] vfio-pci: Fix KVM disabled path
 2012-11-30 19:14 UTC  (3+ messages)

[PATCH v2] kvm-tool: ARM: set interrupt priority mask in secondary boot path
 2012-11-30 15:17 UTC  (2+ messages)

[PATCH] kvm-tool: fix zombie reaping in guest/init.c
 2012-11-30 10:10 UTC  (2+ messages)

[PATCH] kvm tools: powerpc: convert spapr pci to new device iterators
 2012-11-30  8:35 UTC  (3+ messages)

[PATCH V3 RFC 0/2] kvm: Improving undercommit scenarios
 2012-11-30  5:04 UTC  (14+ messages)
` [PATCH V3 RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task
` [PATCH V3 RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

[PATCH V5 2/2] Enabling IA32_TSC_ADJUST for KVM guest VM support
 2012-11-30  0:21 UTC  (8+ messages)

[PATCH 1/2] KVM: VMX: fix invalid cpu passed to smp_call_function_single
 2012-11-29 23:15 UTC  (7+ messages)
` [PATCH 2/2] KVM: VMX: fix memory order between loading vmcs and clearing vmcs

[PATCH] kvm: Fix user memslot overlap check
 2012-11-29 20:48 UTC 

[PATCH V6 2/2] Enabling IA32_TSC_ADJUST for KVM guest VM support
 2012-11-29 20:42 UTC 

[PATCH V6 1/2] Add code to track call origin for msr assignment
 2012-11-29 20:42 UTC 

Performance issue
 2012-11-29 20:34 UTC  (13+ messages)

[Bug 50891] New: The smp_affinity cannot work correctly when PCI passthrough device using msi/msi-x with KVM
 2012-11-29 19:12 UTC  (11+ messages)
` [Bug 50891] The smp_affinity cannot work correctly on guest os "

[PATCH 0/5] Alter steal time reporting in KVM
 2012-11-29 17:43 UTC  (13+ messages)
` [PATCH 2/5] Expand the steal time msr to also contain the consigned time

Networking latency - what to expect?
 2012-11-29 16:35 UTC  (4+ messages)

[PATCH] kvm-tool: ARM: set interrupt priority mask in secondary boot path
 2012-11-29 16:02 UTC  (2+ messages)
` [kvmarm] "

pci_enable_msix() fails with ENOMEM/EINVAL
 2012-11-29 15:56 UTC  (7+ messages)

(unknown)
 2012-11-29 13:02 UTC 

SOLVED: RE: Garbled audio - Windows 7 64 bit guest on Debian
 2012-11-29  7:23 UTC  (2+ messages)

[RFC PATCH 0/4] MSI affinity for assigned devices
 2012-11-29  6:57 UTC  (6+ messages)
` PCI device pass through support

[PATCH 1/2] vfio powerpc: implemented IOMMU driver for VFIO
 2012-11-29  3:51 UTC  (4+ messages)
` [PATCH] "

Proposal to linux-kvm.com
 2012-11-29  1:59 UTC 

[PATCH v2 0/4] nested vmx code clean up and restructure
 2012-11-29  2:09 UTC  (7+ messages)
` [PATCH v2 4/4] nested vmx: use a list to store the launched vmcs12 for L1 VMM

[PATCH] KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf
 2012-11-28 23:30 UTC  (2+ messages)

[PATCH V2] Added tests for ia32_tsc_adjust funtionality
 2012-11-28 23:22 UTC  (3+ messages)
  ` [PATCH V2] Added tests for ia32_tsc_adjust functionality

[PATCH] vhost-blk: Add vhost-blk support v5
 2012-11-28 16:26 UTC  (4+ messages)

[PATCHv4 0/2] kvm: direct msix injection
 2012-11-28 15:25 UTC  (11+ messages)
` [PATCHv4 2/2] kvm: deliver msi interrupts from irq handler

[PATCH 00/20] [PULL] qemu-kvm.git uq/master queue
 2012-11-28 14:39 UTC  (3+ messages)
` [PATCH 01/20] hyper-v: introduce Hyper-V support infrastructure
  ` kvm: let's add HYPERV capabilities (was Re: [PATCH 01/20] hyper-v: introduce Hyper-V support infrastructure.)


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