messages from 2012-06-20 08:00:00 to 2012-06-25 14:47:55 UTC [more...]
[PATCH kvm] kvm_pv_eoi: add flag support for -cpu
2012-06-25 14:48 UTC
[PATCHv2 0/5] improve speed of "rep ins" emulation
2012-06-25 14:32 UTC (11+ messages)
` [PATCHv2 4/5] KVM: emulator: move linearize() out of emulator code
[Bug 42782] New: IO_PAGE_FAULT while starting xorg
2012-06-25 14:21 UTC (7+ messages)
` [Bug 42782] "
[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
2012-06-25 14:13 UTC (8+ messages)
` [net-next RFC V4 PATCH 1/4] virtio_net: Introduce VIRTIO_NET_F_MULTIQUEUE
` [net-next RFC V4 PATCH 2/4] virtio_ring: move queue_index to vring_virtqueue
` [net-next RFC V4 PATCH 3/4] virtio: introduce a method to get the irq of a specific virtqueue
` [net-next RFC V4 PATCH 4/4] virtio_net: multiqueue support
[RFC][PATCH 00/11] uq/master: irqfd-based interrupt injection for virtio/vhost
2012-06-25 13:50 UTC (4+ messages)
` [RFC][PATCH 05/11] kvm: Introduce kvm_irqchip_add_msi_route
[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
2012-06-25 13:36 UTC (21+ messages)
` [RFC PATCH 01/17] KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
` [RFC PATCH 02/17] KVM: PPC64: booke: Add EPCR support in mtspr/mfspr emulation
` [RFC PATCH 03/17] KVM: PPC64: booke: Add EPCR support in sregs
` [RFC PATCH 04/17] KVM: PPC64: booke: Add guest computation mode for irq delivery
` [RFC PATCH 05/17] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
` [RFC PATCH 06/17] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [RFC PATCH 07/17] KVM: PPC: e500: Mask ea's high 32-bits in 32/64 instr emulation
` [RFC PATCH 08/17] KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
` [RFC PATCH 09/17] KVM: PPC64: booke: Hard disable interrupts when entering guest
` [RFC PATCH 10/17] PowerPC: booke64: Refactor exception prolog for save/restore regs
` [RFC PATCH 11/17] PowerPC: booke64: Fix machine check handler to use the right prolog
` [RFC PATCH 12/17] PowerPC: booke64: Add DO_KVM kernel hooks
` [RFC PATCH 13/17] PowerPC: booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int
` [RFC PATCH 14/17] KVM: PPC32: bookehv: Remove GET_VCPU macro from exception handler
` [RFC PATCH 15/17] KVM: PPC64: bookehv: Add support for interrupt handling
` [RFC PATCH 16/17] KVM: PPC: e500: Silence bogus GCC warning in tlb code
` [RFC PATCH 17/17] KVM: PPC: booke: Fix get_tb() compile error on 64-bit
buildbot failure in kvm on ppc64
2012-06-25 11:43 UTC (4+ messages)
AMD KVM Pci Passthrough reports device busy
2012-06-25 11:22 UTC (7+ messages)
Some questions from a freshman to this community
2012-06-25 11:18 UTC
[PATCH 0/5] kvm: Get coalesced MMIO flushing out of the hot-path
2012-06-25 11:13 UTC (15+ messages)
` [PATCH 1/5] i82378: Remove bogus MMIO coalescing
` [PATCH 2/5] memory: Flush coalesced MMIO on selected region access
` [PATCH 3/5] memory: Flush coalesced MMIO on mapping and state changes
` [Qemu-devel] "
` [PATCH 4/5] VGA: Flush coalesced MMIO on related MMIO/PIO accesses
` [PATCH 5/5] kvm: Stop flushing coalesced MMIO on vmexit
Bug? 100% load on core after physically removing USB storage from host
2012-06-25 10:27 UTC (12+ messages)
[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
2012-06-25 10:04 UTC (5+ messages)
` [RFC V2 PATCH 1/4] option: introduce qemu_get_opt_all()
` [RFC V2 PATCH 2/4] tap: multiqueue support
` [RFC V2 PATCH 3/4] net: "
` [RFC V2 PATCH 4/4] virtio-net: add "
[PATCHv9 0/8] kvm: eoi optimization support
2012-06-25 9:41 UTC (10+ messages)
` [PATCHv9 1/8] kvm: document lapic regs field
` [PATCHv9 2/8] kvm: optimize ISR lookups
` [PATCHv9 3/8] kvm_para: guest side for eoi avoidance
` [PATCHv9 4/8] x86/bitops: note on __test_and_clear_bit atomicity
` [PATCHv9 5/8] kvm: eoi msi documentation
` [PATCHv9 6/8] kvm: only sync when attention bits set
` [PATCHv9 7/8] kvm: rearrange injection cancelling code
` [PATCHv9 8/8] kvm: host side for eoi optimization
[PATCHv3 RFC 0/2] kvm: direct msix injection
2012-06-25 9:32 UTC (2+ messages)
buildbot failure in kvm on ppc44x
2012-06-25 6:50 UTC
[PATCH 0/4] kvm: level triggered irqfd support
2012-06-24 23:02 UTC (24+ messages)
` [PATCH 1/4] kvm: Pass kvm_irqfd to functions
` [PATCH 2/4] kvm: Add missing KVM_IRQFD API documentation
` [PATCH 3/4] kvm: Extend irqfd to support level interrupts
` [PATCH 4/4][RFC] kvm: eoi_eventfd
[GIT PULL] KVM fixes for 3.5-rc3
2012-06-24 16:17 UTC
[PATCH] kvm: First step to push iothread lock out of inner run loop
2012-06-24 14:59 UTC (17+ messages)
` [Qemu-devel] "
Webmail Technical Crew
2012-06-24 9:14 UTC
Regarding improving ple handler (vcpu_on_spin)
2012-06-23 18:34 UTC (10+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case
[PATCH] KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
2012-06-22 23:33 UTC
Virtio cpu intensive on guest, not host
2012-06-22 21:49 UTC
[Android-virt] [PATCH 10/15] ARM: KVM: VGIC: Update KVM API documentation
2012-06-22 21:08 UTC
[PATCH v11 8/8] PPC: Don't use hardcoded opcode for ePAPR hcall invocation
2012-06-22 20:06 UTC
[PATCH v11 7/8] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
2012-06-22 20:05 UTC
[PATCH v11 6/8] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
2012-06-22 20:05 UTC (2+ messages)
` [linuxppc-release] "
[PATCH v11 5/8] KVM: PPC: ev_idle hcall support for e500 guests
2012-06-22 20:04 UTC
[PATCH v11 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel
2012-06-22 20:04 UTC
[PATCH v11 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
2012-06-22 20:04 UTC
[PATCH v11 2/8] KVM: PPC: use definitions in epapr header for hcalls
2012-06-22 20:00 UTC
[PATCH v11 1/8] PPC: epapr: create define for return code value of success
2012-06-22 20:00 UTC
[PATCH v11 0/8] KVM: PPC: Add ePAPR idle hcall support
2012-06-22 20:00 UTC
(unknown)
2012-06-22 15:00 UTC
[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2
2012-06-22 14:33 UTC (9+ messages)
` [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
[RFC PATCH] vfio: add fixup for broken PCI devices
2012-06-22 8:16 UTC (3+ messages)
KVM Forum and oVirt Workshop Europe 2012 Save the Date
2012-06-21 22:45 UTC
what is this function mean "is_no_device"?
2012-06-21 21:11 UTC (2+ messages)
[PATCH v8 00/15] KVM/ARM Implementation
2012-06-21 19:48 UTC (19+ messages)
` [PATCH v8 09/15] ARM: KVM: Memory virtualization setup
` [PATCH v8 11/15] ARM: KVM: World-switch implementation
` [PATCH v8 13/15] ARM: KVM: Handle guest faults in KVM
Hello
2012-06-21 12:37 UTC
[RFC PATCH 0/4] KVM: Optimize MMU notifier's THP page invalidation
2012-06-21 13:41 UTC (6+ messages)
` [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses
[PATCH v2 0/7] KVM paravirt remote flush tlb
2012-06-21 12:26 UTC (5+ messages)
` [PATCH v2 3/7] KVM: Add paravirt kvm_flush_tlb_others
[PATCH] Fix typo in x86/kvm/vmx.c
2012-06-21 10:19 UTC
[PATCH v2 0/3] Improve virtio-blk performance
2012-06-21 9:49 UTC (11+ messages)
` [PATCH 3/3] virtio-blk: Add bio-based IO path for virtio-blk
[PATCH] KVM: Add brackets in gfn_to_gpa and pfn_to_hpa
2012-06-21 3:40 UTC
[PATCH v7 00/10] KVM: MMU: fast page fault
2012-06-21 1:56 UTC (11+ messages)
` [PATCH v7 02/10] KVM: MMU: abstract spte write-protect
` [PATCH v7 09/10] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v7 10/10] KVM: MMU: document mmu-lock and fast page fault
[PATCH v2] Fixes related to processing of qemu's -numa option
2012-06-20 20:33 UTC (2+ messages)
VMM OSX port
2012-06-20 19:14 UTC (3+ messages)
[PATCH 1/2] booke/bookehv: Add host crit-watchdog exception support
2012-06-20 16:05 UTC (3+ messages)
` [PATCH 2/2] booke: Added crit/mc exception handler for e500v2
how to map a host virtual address (hva) to guest address space (gva/gpa/gfn)
2012-06-20 14:28 UTC (3+ messages)
DO YOU NEED A LOAN OF 2%?
2012-06-20 4:32 UTC
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).