kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-10 15:55:03 to 2014-10-17 05:23:42 UTC [more...]

[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
 2014-10-17  5:23 UTC  (18+ messages)
` [PATCH net-next RFC 1/3] virtio: support for urgent descriptors
` [PATCH net-next RFC 2/3] vhost: support "
` [PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-10-16 18:10 UTC  (12+ messages)
` [PATCH v12 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v12 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH v12 03/11] qspinlock: Add pending bit
` [PATCH v12 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v12 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v12 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v12 07/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v12 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v12 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v12 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN

[RFC PATCH v2 1/4] vfio: platform: add device tree info API and skeleton
 2014-10-16 15:54 UTC  (4+ messages)
  ` [RFC PATCH v2 2/4] vfio: platform: devtree: return available property names
  ` [RFC PATCH v2 3/4] vfio: platform: devtree: access property as a list of strings
  ` [RFC PATCH v2 4/4] vfio: platform: devtree: return arrays of u32, u16, or u8 data

[RFC PATCH] arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs
 2014-10-16  8:48 UTC  (5+ messages)

A question about HLT VM-Exit handling time
 2014-10-16  8:18 UTC 

A question about HTL VM-Exit handling time
 2014-10-16  8:15 UTC 

[Bug 86161] New: PROBLEM: On KVM, Window 7 32bit guests sometimes run into blue screen(0x0000005c) during reboot
 2014-10-16  7:56 UTC  (8+ messages)
` [Bug 86161] PROBLEM: On KVM, Windows "
` [Bug 86161] "

The status about vhost-net on kvm-arm?
 2014-10-16  7:22 UTC  (9+ messages)
        ` [Qemu-devel] "

reduce networking latency
 2014-10-15 18:30 UTC  (3+ messages)

Nested VMX guest tsc_deadline OOPS
 2014-10-15 17:14 UTC  (4+ messages)

[PATCH v2 00/15] KVM GICv3 emulation
 2014-10-15 16:27 UTC  (15+ messages)
` [PATCH v2 01/15] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH v2 02/15] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH v2 03/15] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH v2 04/15] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH v2 05/15] arm/arm64: KVM: introduce per-VM ops
` [PATCH v2 06/15] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH v2 07/15] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable

[PATCH v2] target-ppc: kvm: Fix memory overflow issue about strncat()
 2014-10-15 13:52 UTC  (2+ messages)

[PATCH v11 0/6] arm: dirty page logging support for ARMv7
 2014-10-15 11:21 UTC  (5+ messages)
` [PATCH v11 1/6] KVM: Add architecture-specific TLB flush implementations
` [PATCH v11 2/6] KVM: Add generic implementation of kvm_vm_ioctl_get_dirty_log

[patch 3/4] KVM: MMU: reload request from GET_DIRTY_LOG path
 2014-10-15  8:03 UTC  (12+ messages)

[PATCH v4 00/25] virtio: fix spec compliance issues
 2014-10-15  7:05 UTC  (29+ messages)
` [PATCH v4 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v4 02/25] virtio: unify config_changed handling
` [PATCH v4 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v4 04/25] virtio: defer config changed notifications
` [PATCH v4 05/25] virtio_blk: drop config_enable
` [PATCH v4 06/25] virtio-blk: drop config_mutex
` [PATCH v4 07/25] virtio_net: drop config_enable
` [PATCH v4 08/25] virtio-net: drop config_mutex
` [PATCH v4 09/25] virtio_net: minor cleanup
` [PATCH v4 10/25] virtio: add API to enable VQs early
` [PATCH v4 11/25] virtio_net: "
` [PATCH v4 12/25] virtio_blk: "
` [PATCH v4 13/25] virtio_console: "
` [PATCH v4 14/25] 9p/trans_virtio: "
` [PATCH v4 15/25] virtio_net: fix use after free on allocation failure
` [PATCH v4 16/25] virtio_scsi: move kick event out from virtscsi_init
` [PATCH v4 17/25] virtio_blk: enable VQs early on restore
` [PATCH v4 18/25] virtio_scsi: "
` [PATCH v4 19/25] virtio_console: "
` [PATCH v4 20/25] virtio_net: "
` [PATCH v4 21/25] virito_scsi: use freezable WQ for events
` [PATCH v4 22/25] virtio_scsi: fix race on device removal
` [PATCH v4 23/25] virtio_balloon: enable VQs early on restore
` [PATCH v4 24/25] virtio_scsi: drop scan callback
` [PATCH v4 25/25] virtio-rng: refactor probe error handling

QEMU with KVM does not start Win8 on kernel 3.4.67 and core2duo
 2014-10-14 20:43 UTC  (9+ messages)
` [Qemu-devel] "

Congratulation
 2014-10-14 13:31 UTC 

IOTLB page size question
 2014-10-13 23:16 UTC  (3+ messages)

[PATCH] target-ppc: kvm: Fix memory overflow issue about strncat()
 2014-10-13 15:43 UTC  (3+ messages)

[PATCH v8 01/18] vfio/platform: initial skeleton of VFIO support for platform devices
 2014-10-13 13:10 UTC  (18+ messages)
  ` [PATCH v8 02/18] vfio: platform: probe to devices on the platform bus
  ` [PATCH v8 03/18] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v8 04/18] vfio: amba: VFIO support for AMBA devices
  ` [PATCH v8 05/18] vfio: amba: add the VFIO for AMBA devices module to Kconfig
  ` [PATCH v8 06/18] vfio/platform: return info for bound device
  ` [PATCH v8 07/18] vfio/platform: return info for device memory mapped IO regions
  ` [PATCH v8 08/18] vfio/platform: read and write support for the device fd
  ` [PATCH v8 09/18] vfio/platform: support MMAP of MMIO regions
  ` [PATCH v8 10/18] vfio/platform: return IRQ info
  ` [PATCH v8 11/18] vfio/platform: initial interrupts support code
  ` [PATCH v8 12/18] vfio/platform: trigger an interrupt via eventfd
  ` [PATCH v8 13/18] vfio/platform: support for maskable and automasked interrupts
  ` [PATCH v8 14/18] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v8 15/18] vfio: add local lock in virqfd instead of depending on VFIO PCI
  ` [PATCH v8 16/18] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v8 17/18] vfio: initialize the virqfd workqueue in VFIO generic code
  ` [PATCH v8 18/18] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH 1/5] vfio/iommu_type1: support for platform bus devices on ARM
 2014-10-13 13:09 UTC  (5+ messages)
  ` [PATCH 2/5] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH 3/5] vfio: type1: replace domain wide protection flags with supported capabilities
  ` [PATCH 4/5] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
  ` [PATCH 5/5] vfio/iommu_type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH 2/5] KVM: x86: Emulator performs code segment checks on read access
 2014-10-13 11:31 UTC  (9+ messages)
` [PATCH v2 "

[PATCH] vfio/pci: make MSI handling optional
 2014-10-13 11:02 UTC  (3+ messages)

[PATCH RFC 00/11] qemu: towards virtio-1 host support
 2014-10-13 10:55 UTC  (4+ messages)
` [PATCH RFC 03/11] virtio: support more feature bits

[PATCH RFC 00/11] linux: towards virtio-1 guest support
 2014-10-13 10:42 UTC  (4+ messages)
` [PATCH RFC 08/11] virtio_blk: use virtio v1.0 endian

[PATCH 0/2] KVM: x86: Fixing clflush/hint_nop/prefetch
 2014-10-13 10:04 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Emulator does not decode clflush well
` [PATCH 2/2] KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag

[PATCH v3 00/25] virtio: fix spec compliance issues
 2014-10-13  7:35 UTC  (28+ messages)
` [PATCH v3 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v3 02/25] virtio: unify config_changed handling
` [PATCH v3 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v3 04/25] virtio: defer config changed notifications
` [PATCH v3 05/25] virtio_blk: drop config_enable
` [PATCH v3 06/25] virtio-blk: drop config_mutex
` [PATCH v3 07/25] virtio_net: drop config_enable
` [PATCH v3 08/25] virtio-net: drop config_mutex
` [PATCH v3 09/25] virtio_net: minor cleanup
` [PATCH v3 10/25] virtio: add API to enable VQs early
` [PATCH v3 11/25] virtio_net: "
` [PATCH v3 12/25] virtio_blk: "
` [PATCH v3 13/25] virtio_console: "
` [PATCH v3 14/25] 9p/trans_virtio: "
` [PATCH v3 15/25] virtio_net: fix use after free on allocation failure
` [PATCH v3 16/25] virtio_scsi: move kick event out from virtscsi_init
` [PATCH v3 17/25] virtio_blk: enable VQs early on restore
` [PATCH v3 18/25] virtio_scsi: "
` [PATCH v3 19/25] virtio_console: "
` [PATCH v3 20/25] virtio_net: "
` [PATCH v3 21/25] virito_scsi: use freezable WQ for events
` [PATCH v3 22/25] virtio_scsi: fix race on device removal
` [PATCH v3 23/25] virtio_balloon: enable VQs early on restore
` [PATCH v3 24/25] virtio_scsi: drop scan callback
` [PATCH v3 25/25] virtio-rng: refactor probe error handling

Use VM as main "machine"
 2014-10-12 22:48 UTC  (3+ messages)

[PATCH 0/4] leverage FAULT_FOLL_ALLOW_RETRY in get_user_pages
 2014-10-12 13:24 UTC  (4+ messages)
` [PATCH 3/4] mm: gup: use get_user_pages_fast and get_user_pages_unlocked

[PATCH 3.10] vhost-net: backport extend device allocation to 3.10
 2014-10-12  9:30 UTC  (2+ messages)

[PATCH] kvm: drop unsupported capabilities, fix documentation
 2014-10-12  8:34 UTC 

[PATCH] qcow2: fix double-free of Qcow2DiscardRegion in qcow2_process_discards
 2014-10-12  8:22 UTC  (3+ messages)
  ` [Qemu-devel] "

[Bug?] qemu abort when trying to passthrough BCM5719 Gigabit Ethernet
 2014-10-12  7:57 UTC  (3+ messages)
` [Qemu-devel] "

Please reply
 2014-10-11 19:11 UTC 

[Help] qemu abort when configure ivshmem size >=32M with kvm-3.6
 2014-10-11  9:26 UTC 

[PATCH v3 0/3] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-10-11  9:01 UTC  (8+ messages)
` [PATCH v3 1/3] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
` [PATCH v3 2/3] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
` [PATCH v3 3/3] arm64: Allow 48-bits VA space without ARM_SMMU

bug: host crash when vf is passthrough to vm
 2014-10-11  8:21 UTC  (3+ messages)

[GIT PULL] VFIO updates for 3.18-rc1
 2014-10-11  7:56 UTC 

[PATCH] Documentation: virtual: kvm: correct one bit description in APF case
 2014-10-11  4:08 UTC  (2+ messages)

[PATCH v2 00/13] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2014-10-10 18:33 UTC  (4+ messages)
` [PATCH v2 13/13] vfio: powerpc/spapr: "

[PATCH v2 0/2] deadline TSC multi injection fix
 2014-10-10 17:15 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: add apic_timer_expired()
` [PATCH v2 2/2] KVM: x86: fix deadline tsc interrupt injection

[Bug 81841] New: amd-iommu: kernel BUG & lockup after shutting down KVM guest using PCI passthrough/PCIe bridge
 2014-10-10 15:58 UTC  (2+ messages)
` [Bug 81841] "


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