public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-30 14:50:04 to 2013-05-03 20:15:01 UTC [more...]

[PATCH] KVM: PPC: Book3E 64: Fix IRQs warnings and hangs
 2013-05-03 20:15 UTC  (5+ messages)

[PATCH 01/11] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-05-03 17:27 UTC  (17+ messages)
` [PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h
  ` [PATCH 03/11] nEPT: MMU context for nested EPT
    ` [PATCH 04/11] nEPT: Fix cr3 handling in nested exit and entry
      ` [PATCH 05/11] nEPT: Fix wrong test in kvm_set_cr3
        ` [PATCH 06/11] nEPT: Some additional comments
          ` [PATCH 07/11] nEPT: Advertise EPT to L1
            ` [PATCH 08/11] nEPT: Nested INVEPT
              ` [PATCH 09/11] nEPT: Documentation
                ` [PATCH 10/11] nEPT: Miscelleneous cleanups
                  ` [PATCH 11/11] nEPT: Provide the correct exit qualification upon EPT

Q: What is the struct kvm srcu protecting?
 2013-05-03 17:21 UTC  (4+ messages)

[PATCH v4 0/6] KVM: MMU: fast zap all shadow pages
 2013-05-03 16:51 UTC  (14+ messages)
` [PATCH v4 2/6] KVM: x86: introduce memslot_set_lpage_disallowed
` [PATCH v4 3/6] KVM: MMU: introduce kvm_clear_all_lpage_info
` [PATCH v4 4/6] KVM: MMU: fast invalid all shadow pages

[RFC PATCH 00/11] kvm tools: allow ioport emulation to be used on ARM
 2013-05-03 16:09 UTC  (16+ messages)
` [RFC PATCH 01/11] kvm tools: makefile: factor out libfdt inclusion
` [RFC PATCH 02/11] kvm tools: virtio: move fdt node generation into core mmio code
` [RFC PATCH 03/11] kvm tools: arm: add ioport window to virtual memory map
` [RFC PATCH 04/11] kvm tools: console: unconditionally output to any console
` [RFC PATCH 05/11] kvm tools: allow ioports to be offset from 0
` [RFC PATCH 06/11] kvm tools: ioport: add arch callback to remap IRQ lines for ioport devices
` [RFC PATCH 07/11] kvm tools: ioport: allow ioport devices to generate fdt nodes
` [RFC PATCH 08/11] kvm tools: 8250: add fdt node generation
` [RFC PATCH 09/11] kvm tools: 8250: add address qualifier to uart name in fdt node
` [RFC PATCH 10/11] kvm tools: ARM: generate fdt nodes for ioport devices
` [RFC PATCH 11/11] kvm tools: ARM: add 8250 console callback to periodic poll

[RFC PATCH 0/2] ARM: KVM: Moving GIC/timer out of arch/arm
 2013-05-03 15:55 UTC  (5+ messages)
` [RFC PATCH 1/2] ARM: KVM: move GIC/timer code to a common location
` [RFC PATCH 2/2] ARM: KVM: standalone Makefile for vgic and timers

[virt-test] virt: Cartesian config update v3
 2013-05-03 15:54 UTC  (7+ messages)
` [virt-test][PATCH 4/7] virt: Adds named variants to Cartesian config
          ` virt: New version "

PCI passthrough (shared IRQ) not working / contradicting information
 2013-05-03 15:04 UTC  (4+ messages)

[PATCH v3 00/32] Port of KVM to arm64
 2013-05-03 13:17 UTC  (15+ messages)
` [PATCH v3 16/32] arm64: KVM: hypervisor initialization code
` [PATCH v3 19/32] arm64: KVM: Plug the VGIC
` [PATCH v3 20/32] arm64: KVM: Plug the arch timer
` [PATCH v3 24/32] arm64: KVM: 32bit GP register access

[PATCH 0/7 v3] KVM :PPC: Userspace Debug support
 2013-05-03 13:18 UTC  (18+ messages)
` [PATCH 1/7 v3] KVM: PPC: debug stub interface parameter defined
  ` [PATCH 2/7 v3] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
    ` [PATCH 3/7 v3] KVM: extend EMULATE_EXIT_USER to support different exit reasons
      ` [PATCH 4/7 v3] booke: exit to user space if emulator request
        ` [PATCH 5/7 v3] KVM: PPC: exit to user space on "ehpriv" instruction
          ` [PATCH 6/7 v3] powerpc: export debug register save function for KVM
            ` [PATCH 7/7 v3] KVM: PPC: Add userspace debug stub support

any reason kvm_main.c doesn't use debugfs_remove_recursive?
 2013-05-03 11:56 UTC  (3+ messages)

[PATCH] kvm: always define KVM_CAP_READONLY_MEM
 2013-05-03 10:33 UTC  (4+ messages)

[PATCH v17 RESEND] pvpanic: pvpanic device driver
 2013-05-03  9:17 UTC  (2+ messages)

[PATCH 0/5] vhost-scsi cleanup
 2013-05-03  7:35 UTC  (6+ messages)
` [PATCH 1/5] vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration
` [PATCH 2/5] vhost-scsi: Rename struct vhost_scsi *s to *vs
` [PATCH 3/5] vhost-scsi: Make func indention more consistent
` [PATCH 4/5] vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg
` [PATCH 5/5] vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd

[PATCH 0/4] vhost and vhost-net cleanups
 2013-05-03  6:25 UTC  (5+ messages)
` [PATCH 1/4] vhost: Remove comments for hdr in vhost.h
` [PATCH 2/4] vhost: Simplify dev->vqs[i] access
` [PATCH 3/4] vhost-net: Free ubuf when vhost_dev_ioctl fails
` [PATCH 4/4] vhost-net: Cleanup vhost_ubuf adn vhost_zcopy

[PATCH 0/3] vhost cleanups and separate module
 2013-05-03  5:34 UTC  (4+ messages)
` [PATCH 1/3] vhost: Remove vhost_enable_zcopy in vhost.h
` [PATCH 2/3] vhost: Move VHOST_NET_FEATURES to net.c
` [PATCH 3/3] vhost: Make vhost a separate module

[PATCH] KVM: x86: Check KVM_REQ_IMMEDIATE_EXIT after enable_irq_window
 2013-05-03  5:33 UTC  (5+ messages)
  ` [PATCH] KVM: x86: Rework request for immediate exit

KVM VM(rhel-5.5) %si is too high when TX/RX packets
 2013-05-03  4:05 UTC 

[PATCH v10 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-05-03  2:44 UTC  (7+ messages)
` [PATCH v10 7/7] KVM: VMX: Use posted interrupt to deliver virtual interrupt

[PATCH] KVM: nVMX: Skip PF interception check when queuing during nested run
 2013-05-03  1:17 UTC  (10+ messages)
        ` [PATCH] KVM: x86: Account for failing enable_irq_window for NMI window request
            ` [PATCH v2] "

[PATCH] KVM: x86: Remove support for reporting coalesced APIC IRQs
 2013-05-03  1:14 UTC  (4+ messages)
  ` [PATCH v2] "

[PULL 0/6] ppc patch queue 2013-05-02 for 3.10
 2013-05-03  0:09 UTC  (8+ messages)
` [PATCH 1/6] kvm/ppc/mpic: remove default routes from documentation
` [PATCH 2/6] kvm/ppc/mpic: fix mmio region lists when multiple guests used
` [PATCH 3/6] kvm/ppc/mpic: remove users
` [PATCH 4/6] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write
` [PATCH 5/6] kvm/ppc/mpic: fix missing unlock in set_base_addr()
` [PATCH 6/6] KVM: PPC: Book3S: Add API for in-kernel XICS emulation

[PATCH] KVM: allow host header to be included even for !CONFIG_KVM
 2013-05-02 21:58 UTC  (12+ messages)

[PULLv2] vhost: cleanups and fixes
 2013-05-02 20:32 UTC  (3+ messages)

[PULL] vhost: cleanups and fixes
 2013-05-02 19:49 UTC  (4+ messages)

[PATCH] ARM: KVM: Don't handle PSCI calls via SMC
 2013-05-02 17:19 UTC  (3+ messages)

[PATCH 1/3] kvm/ppc/booke: Hold srcu lock when calling gfn functions
 2013-05-02 16:47 UTC  (15+ messages)
` [PATCH 2/3] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write
` [PATCH 3/3] kvm: Fix obsolete comment about locking for kvm_io_bus_read/write

[GIT PULL] VFIO for v3.10
 2013-05-02 16:05 UTC 

[PATCH] [RFC] s390/kvm: note a quiescing state if we interupt guest mode
 2013-05-02 15:32 UTC  (3+ messages)

BUG: virtio_mmio multi-queue competely broken -- virtio *registers* considered harmful
 2013-05-02 15:17 UTC  (5+ messages)

[PATCH v2 0/5] ARM: KVM: various mmu related fixes for 3.10
 2013-05-02 15:17 UTC  (11+ messages)
` [PATCH v2 1/5] ARM: KVM: be more thorough when invalidating TLBs
` [PATCH v2 2/5] ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmid
` [PATCH v2 3/5] ARM: KVM: relax cache maintainance when building page tables
` [PATCH v2 4/5] ARM: KVM: get rid of S2_PGD_SIZE
` [PATCH v2 5/5] ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDs

[PATCH 01/29] cpu: Make kvm-stub.o available outside softmmu
 2013-05-02 13:35 UTC  (4+ messages)
` [PATCH 02/29] cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
` [PATCH 25/29] target-i386/kvm.c: Code formatting changes
` [PATCH 27/29] target-i386: Replace cpuid_*features fields with a feature word array

Webmail Maintenance
 2013-05-02 11:42 UTC 

[PATCH 1/2] kvm/ppc/mpic: fix mmio region lists when multiple guests used
 2013-05-02 11:25 UTC  (3+ messages)
` [PATCH 2/2] kvm/ppc/mpic: remove users

[PATCH -next] kvm/ppc/mpic: fix missing unlock in set_base_addr()
 2013-05-02 11:17 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Add API for in-kernel XICS emulation
 2013-05-02 11:17 UTC  (3+ messages)
`  "

virtio performance analysis
 2013-05-02  8:22 UTC 

[PATCH v6 0/2] tcm_vhost flush
 2013-05-02  4:57 UTC  (10+ messages)
` [PATCH v6 2/2] tcm_vhost: Wait for pending requests in vhost_scsi_flush()

[PATCH 0/3] vhost-scsi: file renames
 2013-05-02  4:44 UTC  (6+ messages)
` [PATCH 1/3] vhost: src "
` [PATCH 2/3] tcm_vhost: header split up
` [PATCH 3/3] vhost_scsi: module rename

[PATCH] tcm_vhost: Add vhost_scsi as an alias for tcm_vhost
 2013-05-02  4:27 UTC  (5+ messages)

Webmail Maintenance,
 2013-05-02  2:33 UTC 

Webmail Maintenance,
 2013-05-02  2:49 UTC 

[PULL] vhost: cleanups and fixes for 3.10
 2013-05-02  1:46 UTC  (5+ messages)

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-05-01 23:21 UTC  (10+ messages)
            ` [PATCH -v2] x86: Add a Kconfig shortcut for kvm guest kernel
                ` [PATCH -v2.1] "

[PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
 2013-05-01 13:15 UTC  (6+ messages)

[PATCH] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
 2013-05-01  9:03 UTC  (11+ messages)

virtio performance analysis
 2013-05-01  6:22 UTC 

[PATCH] kvm: Add compat_ioctl for device control API
 2013-05-01  1:00 UTC 

[PATCH] vfio: Set container device mode
 2013-04-30 22:21 UTC 

Booting physically installed Windows while in Arch (AHCI support in OVMF?)
 2013-04-30 20:16 UTC  (2+ messages)

[PATCH 0/4] ARM: KVM: random mmu related fixes for 3.10
 2013-04-30 18:02 UTC  (9+ messages)
` [PATCH 1/4] ARM: KVM: be more thorough when invalidating TLBs
` [PATCH 4/4] ARM: KVM: fix use of S2_PGD_SIZE

[GIT PULL v2] KVM/ARM Changes for 3.10
 2013-04-30 14:49 UTC  (11+ messages)
` [PATCH 06/15] ARM: KVM: enforce maximum size for identity mapped code
` [PATCH 07/15] ARM: KVM: rework HYP page table freeing
` [PATCH 08/15] ARM: KVM: switch to a dual-step HYP init code
` [PATCH 09/15] ARM: KVM: perform HYP initilization for hotplugged CPUs
` [PATCH 10/15] ARM: KVM: add architecture specific hook for capabilities
` [PATCH 11/15] ARM: KVM: promote vfp_host pointer to generic host cpu context
` [PATCH 12/15] KVM: ARM: Fix API documentation for ONE_REG encoding
` [PATCH 13/15] ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionally
` [PATCH 14/15] KVM: ARM: Fix spelling in error message
` [PATCH 15/15] ARM: KVM: iterate over all CPUs for CPU compatibility check


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