messages from 2012-08-05 09:08:49 to 2012-08-08 01:02:47 UTC [more...]
[PATCH 1/3] booke: Added ONE_REG interface for IAC/DAC debug registers
2012-08-08 1:02 UTC (9+ messages)
` [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
` [PATCH 3/3] KVM: PPC: booke: Added debug handler
Reset problem vs. MMIO emulation, hypercalls, etc
2012-08-08 0:49 UTC (24+ messages)
[PATCH] KVM: x86 emulator: access GPRs on demand
2012-08-07 21:24 UTC (3+ messages)
[PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers
2012-08-07 21:01 UTC (23+ messages)
` [PATCH 1/8] KVM: PPC: BookE: Expose remote TLB flushes in debugfs
` [PATCH 2/8] KVM: PPC: E500: Fix clear_tlb_refs
` [PATCH 3/8] KVM: PPC: PR: Use generic tracepoint for guest exit
` [PATCH 4/8] KVM: PPC: Expose SYNC cap based on mmu notifiers
` [PATCH 5/8] KVM: Add hva_to_memslot
` [PATCH 6/8] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 7/8] KVM: Add page map arch callback
` [PATCH 8/8] KVM: PPC: Add cache flush on page map
[RFC PATCH 0/5] qemu: s390: virtual css and virtio-ccw
2012-08-07 21:00 UTC (8+ messages)
` [PATCH 1/5] Update headers for upcoming s390 changes
` [PATCH 2/5] s390: Virtual channel subsystem support
` [Qemu-devel] "
` [PATCH 3/5] s390: Add new channel I/O based virtio transport
` [Qemu-devel] "
` [PATCH 4/5] s390: Virtual channel subsystem support for !KVM
` [PATCH 5/5] [HACK] Handle multiple virtio aliases
[GIT PULL] VFIO update for 3.6-rc1
2012-08-07 19:05 UTC
[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation
2012-08-07 15:59 UTC (5+ messages)
` [PATCH 2/2] Unified the kvm requests in one function
[PATCH v2 0/7] split out uses of kvm_irqchip_in_kernel()
2012-08-07 15:11 UTC
[RFC PATCH] Update virtio spec for virtio-ccw
2012-08-07 14:52 UTC (2+ messages)
` [PATCH] virtio-spec: Add virtio-ccw spec
[RFC PATCH 0/4] s390: virtio-ccw guest kernel support
2012-08-07 14:52 UTC (5+ messages)
` [PATCH 1/4] s390/kvm: Handle hosts not supporting s390-virtio
` [PATCH 2/4] s390: Add a mechanism to get the subchannel id
` [PATCH 3/4] s390/kvm: Add a channel I/O based virtio transport driver
` [PATCH 4/4] s390/kvm: Split out early console code
[RFC PATCH 0/7] s390: virtual css host support
2012-08-07 14:52 UTC (8+ messages)
` [PATCH 1/7] s390/kvm: Support for I/O interrupts
` [PATCH 2/7] s390/kvm: Add support for machine checks
` [PATCH 3/7] s390/kvm: In-kernel handling of I/O instructions
` [PATCH 4/7] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH 5/7] s390: Make some css-related structures usable by non-cio code
` [PATCH 6/7] s390/kvm: Base infrastructure for enabling capabilities
` [PATCH 7/7] s390/kvm: In-kernel channel subsystem support
[RFC] s390: virtual channel subsystem and new virtio transport
2012-08-07 14:52 UTC
RE:DEAR WINNER,OPEN THE ATTACHED FILE FOR YOUR SHELL AWARD WINNING INFORMATION:
2012-08-07 14:38 UTC
[PATCH v9 00/16] KVM/ARM Implementation
2012-08-07 14:36 UTC (7+ messages)
` [PATCH v9 11/16] ARM: KVM: Inject IRQs and FIQs from userspace
` [Android-virt] "
KVM: x86: fix pvclock guest stopped flag reporting
2012-08-07 13:18 UTC (4+ messages)
` KVM: x86: fix pvclock guest stopped flag reporting (v2)
Testing tracer wakeup_rt: .. no entries found ..FAILED!
2012-08-07 13:32 UTC (10+ messages)
KVM call agenda for Tuesday, August 7
2012-08-07 13:19 UTC (2+ messages)
[PATCHv5 0/4] improve speed of "rep ins" emulation
2012-08-07 12:07 UTC (16+ messages)
` [PATCHv5 1/4] Provide userspace IO exit completion callback
` [PATCHv5 4/4] KVM: emulator: optimize "rep ins" handling
[PATCH 0/5 - RESEND] Introduce generic set_bit_le()
2012-08-07 11:12 UTC (6+ messages)
` [PATCH 1/5] sfc: Use standard __{clear,set}_bit_le() functions
` [PATCH 2/5] drivers/net/ethernet/dec/tulip: Use standard __set_bit_le() function
` [PATCH 3/5] bitops: Introduce generic {clear,set}_bit_le()
` [PATCH 4/5] powerpc: bitops: Introduce {clear,set}_bit_le()
` [PATCH 5/5] KVM: Replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()
[PATCH v5 00/12] KVM: introduce readonly memslot
2012-08-07 9:55 UTC (13+ messages)
` [PATCH v5 01/12] KVM: fix missing check for memslot flags
` [PATCH v5 02/12] KVM: hide KVM_MEMSLOT_INVALID from userspace
` [PATCH v5 03/12] KVM: introduce gfn_to_pfn_memslot_atomic
` [PATCH v5 04/12] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic
` [PATCH v5 05/12] KVM: reorganize hva_to_pfn
` [PATCH v5 06/12] KVM: use 'writable' as a hint to map writable pfn
` [PATCH v5 07/12] KVM: introduce KVM_PFN_ERR_RO_FAULT
` [PATCH v5 08/12] KVM: introduce KVM_HVA_ERR_BAD
` [PATCH v5 09/12] KVM: introduce KVM_HVA_ERR_RO_BAD
` [PATCH v5 10/12] KVM: introduce readonly memslot
` [PATCH v5 11/12] KVM: x86: introduce set_mmio_exit_info
` [PATCH v5 12/12] KVM: indicate readonly access fault
**Re-Virus Detected
2012-08-06 21:43 UTC
[PATCH V6 0/2] Improve virtio-blk performance
2012-08-07 9:16 UTC (5+ messages)
` [PATCH V6 1/2] virtio-blk: Add bio-based IO path for virtio-blk
` [PATCH V6 2/2] virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path
[PATCH V5 0/4] Improve virtio-blk performance
2012-08-07 8:50 UTC (6+ messages)
` [PATCH V5 4/4] virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path
[PATCH 0/3] Documentation : hypercalls
2012-08-07 7:52 UTC (6+ messages)
` [PATCH 1/3] Documentation/kvm : Add documentation on hypercalls
` [PATCH 2/3] Documentation/header : Correct vmrun to vmcall typo
` [PATCH 2/3] Documentation/ppc: Add ppc hypercall documentation
` [PATCH 3/3] "
[PATCH master/3.5.y] KVM: VMX: Fix ds/es corruption on i386 with preemption
2012-08-07 7:09 UTC (2+ messages)
` Fwd: "
[PATCH] kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
2012-08-06 17:05 UTC
qemu-kvm-1.0.1 - unable to exit if vcpu is in infinite loop
2012-08-06 15:11 UTC (2+ messages)
Nested kvm_intel broken on pre 3.3 hosts
2012-08-06 14:40 UTC (4+ messages)
[PATCH 0/6] powerpc/booke64: add core support for KVM
2012-08-06 13:27 UTC (7+ messages)
` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog
` [PATCH 2/6] powerpc/booke64: use GSRR registers in Guest Doorbell interrupts
` [PATCH 3/6] powerpc/booke64: add DO_KVM kernel hooks
` [PATCH 4/6] powerpc/booke64: remove mfspr srr1 duplicate in exception prolog
` [PATCH 5/6] powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int
` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception
[PATCH 0/8] use jump labels to streamline common APIC configuration
2012-08-06 13:23 UTC (29+ messages)
` [PATCH 1/8] KVM: clean up kvm_(set|get)_apic_base
` [PATCH 2/8] KVM: use kvm_lapic_set_base() to change apic_base
` [PATCH 3/8] KVM: mark apic enabled on start up
` [PATCH 4/8] Export jump_label_rate_limit()
` [PATCH 5/8] KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR
` [PATCH 6/8] KVM: use jump label to optimize checking for SW enabled apic in spurious interrupt register
` [PATCH 7/8] KVM: use jump label to optimize checking for in kernel local apic presence
` [PATCH 8/8] KVM: inline kvm_apic_present() and kvm_lapic_enabled()
KVM segfaults with 3.5 while installing ubuntu 12.04
2012-08-06 13:11 UTC (18+ messages)
[PATCH v2 01/10] KVM: iommu: fix releasing unmapped page
2012-08-06 13:05 UTC (5+ messages)
` [PATCH v2 02/10] KVM: introduce KVM_PFN_ERR_FAULT
UIO: missing resource mapping
2012-08-06 11:49 UTC (11+ messages)
[PATCH v7 0/2] kvm: level irqfd and new eoifd
2012-08-06 10:40 UTC (5+ messages)
` [PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs
[PATCH 0/5] Improve memory slot handling and other fixes
2012-08-06 10:08 UTC (6+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
` [PATCH 2/5] KVM: PPC: Quieten message about allocating linear regions
` [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
` [PATCH 4/5] KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
` [RFC PATCH 5/5] KVM: PPC: Take the SRCU lock around memslot use
[PATCH 0/3] KVM: Integrate rmap and rmap_pde
2012-08-06 9:47 UTC (2+ messages)
[PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: fix error return code
2012-08-05 9:52 UTC
[PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
2012-08-05 9:51 UTC (4+ messages)
[PATCH 1/2] kvm tools: prevent guest softlockup errors when pausing
2012-08-05 9:31 UTC (9+ messages)
` [PATCH 2/2] kvm tools: inject MSI directly without going through a GSI
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;
as well as URLs for NNTP newsgroup(s).