messages from 2014-10-12 11:47:39 to 2014-10-20 14:44:57 UTC [more...]
[PATCH v4 00/25] virtio: fix spec compliance issues
2014-10-20 14:44 UTC (40+ 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] virtio_console: move early VQ enablement
` [PATCH v4 14/25] 9p/trans_virtio: enable VQs early
` [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
[PATCH 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
2014-10-20 14:29 UTC (3+ messages)
` [PATCH 2/3] KVM: PPC: BOOK3S: HV: Use unlock variant with memory barrier
` [PATCH 3/3] KVM: PPC: BOOK3S: HV: Rename variable for better readability
nVMX: APICv seems to cause breakages
2014-10-20 13:11 UTC
[PATCH] KVM: PPC: Book3S HV: Add missing HPTE unlock
2014-10-20 9:25 UTC
[PATCH v2 0/6] fix hw_random stuck
2014-10-20 3:58 UTC (6+ messages)
` [PATCH v2 3/6] hw_random: use reference counts on each struct hwrng
Question about physical page allocation to the guest
2014-10-19 18:09 UTC
How KVM hypervisor allocates physical pages to the VM
2014-10-19 16:26 UTC (4+ messages)
[PATCH 2/5] KVM: x86: Emulator performs code segment checks on read access
2014-10-19 16:07 UTC (10+ messages)
` [PATCH v2 "
[PATCH 0/4] mm: new flag to forbid zero page mappings for a vma
2014-10-18 16:28 UTC (8+ messages)
` [PATCH 1/4] s390/mm: recfactor global pgste updates
` [PATCH 2/4] mm: introduce new VM_NOZEROPAGE flag
` [PATCH 3/4] s390/mm: prevent and break zero page mappings in case of storage keys
` [PATCH 4/4] s390/mm: disable KSM for storage key enabled pages
new GPG key
2014-10-18 15:42 UTC (2+ messages)
[GIT PULL] Second pull request for KVM on arm/arm64 for 3.18
2014-10-18 11:57 UTC (13+ messages)
` [PATCH 01/12] arm: kvm: fix CPU hotplug
` [PATCH 02/12] ARM: KVM: fix vgic-disabled build
` [PATCH 03/12] arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pages
` [PATCH 04/12] arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()
` [PATCH 05/12] arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremap
` [PATCH 06/12] ARM: kvm: define PAGE_S2_DEVICE as read-only by default
` [PATCH 07/12] arm64: "
` [PATCH 08/12] arm/arm64: KVM: map MMIO regions at creation time
` [PATCH 09/12] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
` [PATCH 10/12] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
` [PATCH 11/12] arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort
` [PATCH 12/12] arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs
IOTLB page size question
2014-10-17 21:01 UTC (4+ messages)
The status about vhost-net on kvm-arm?
2014-10-17 12:49 UTC (11+ messages)
` [Qemu-devel] "
[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
2014-10-17 5:23 UTC (17+ messages)
` [PATCH net-next RFC 1/3] virtio: support for urgent descriptors
` [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] "
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)
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
[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] 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 (14+ messages)
` [PATCH v3 10/25] virtio: add API to enable VQs early
` [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 23/25] virtio_balloon: enable VQs early on restore
` [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
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