messages from 2012-06-26 21:31:26 to 2012-06-28 02:00:02 UTC [more...]
[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v3
2012-06-28 2:00 UTC (4+ 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 2/4] KVM: Use __print_hex() for kvm_emulate_insn tracepoint
2012-06-28 1:59 UTC (7+ messages)
[PATCH next] kvm: Use pr_<level>
2012-06-28 1:34 UTC (3+ messages)
[PATCH 2/2] [TRIVIAL]KVM: fix a typo in comment
2012-06-28 1:00 UTC (2+ messages)
[PATCH v5] kvm: notify host when the guest is panicked
2012-06-28 1:15 UTC (11+ messages)
` [PATCH 1/6 v5] start vm after reseting it
` [PATCH 2/6 v5] update linux headers
` [PATCH 3/6 v5] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH 4/6 v5] add a new qevent: QEVENT_GUEST_PANICKED
` [PATCH 5/6 v5] deal with guest panicked event accoring to -onpanic parameter
` [Qemu-devel] "
` [PATCH 6/6 v5] deal with panicked event accoring to '-machine panic_action=action'
[PATCH] kvm: First step to push iothread lock out of inner run loop
2012-06-28 1:11 UTC (11+ messages)
` [Qemu-devel] "
[PATCH v2 0/6] kvm: level triggered irqfd support
2012-06-27 22:31 UTC (32+ messages)
` [PATCH v2 1/6] kvm: Pass kvm_irqfd to functions
` [PATCH v2 2/6] kvm: Add missing KVM_IRQFD API documentation
` [PATCH v2 3/6] kvm: Sanitize KVM_IRQFD flags
` [PATCH v2 4/6] kvm: Extend irqfd to support level interrupts
` [PATCH v2 5/6] kvm: KVM_EOIFD, an eventfd for EOIs
` [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD
[PATCH] pseries: Add support for new KVM hash table control call
2012-06-27 21:33 UTC (5+ messages)
(unknown),
2012-06-27 20:52 UTC
[KVM][Kemari]: Build error fix
2012-06-27 20:36 UTC (3+ messages)
` [Kemari]: "
Regarding improving ple handler (vcpu_on_spin)
2012-06-27 20:29 UTC (9+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case
` [PATCH] kvm: handle last_boosted_vcpu = 0 case with benchmark detail attachment
Request VFIO inclusion in linux-next
2012-06-27 19:23 UTC (4+ messages)
[PATCH v3 0/5] Export offsets of VMCS fields as note information for kdump
2012-06-27 19:22 UTC (7+ messages)
` [PATCH v3 1/5] x86: Add helper variables and functions to hold VMCSINFO
` [PATCH v3 2/5] KVM: Export symbols for module vmcsinfo-intel
` [PATCH v3 4/5] Sysfs: Export VMCSINFO via sysfs
` [PATCH v3 5/5] Documentation: Add ABI entry for vmcs sysfs interface
` [PATCH v3 3/5] KVM-INTEL: Add new module vmcsinfo-intel to fill VMCSINFO
linux-next: Tree for Jun 27 (vfio)
2012-06-27 19:20 UTC (2+ messages)
race between kvm-kmod-3.0 and kvm-kmod-3.3 // was: race condition in qemu-kvm-1.0.1
2012-06-27 16:54 UTC (2+ messages)
[PATCH v2 0/7] kvm: Get coalesced MMIO flushing out of the hot-path
2012-06-27 16:27 UTC (8+ messages)
` [PATCH v2 1/7] i82378: Remove bogus MMIO coalescing
` [PATCH v2 2/7] memory: Flush coalesced MMIO on selected region access
` [PATCH v2 3/7] memory: Use transaction_begin/commit also for single-step operations
` [PATCH v2 4/7] memory: Fold memory_region_update_topology into memory_region_transaction_commit
` [PATCH v2 5/7] memory: Flush coalesced MMIO on mapping and state changes
` [PATCH v2 6/7] VGA: Flush coalesced MMIO on related MMIO/PIO accesses
` [PATCH v2 7/7] kvm: Stop flushing coalesced MMIO on vmexit
[PATCH] Add a page cache-backed balloon device driver
2012-06-27 16:08 UTC (15+ messages)
[PATCH v3 00/26] Big big real mode improvements
2012-06-27 15:25 UTC (27+ messages)
` [PATCH v3 01/26] KVM: VMX: Return correct CPL during transition to protected mode
` [PATCH v3 02/26] KVM: Split cpuid register access from computation
` [PATCH v3 03/26] KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
` [PATCH v3 04/26] KVM: x86 emulator: emulate cpuid
` [PATCH v3 05/26] KVM: x86 emulator: allow loading null SS in long mode
` [PATCH v3 06/26] KVM: x86 emulator: fix LIDT/LGDT "
` [PATCH v3 07/26] KVM: VMX: Relax check on unusable segment
` [PATCH v3 08/26] KVM: VMX: Limit iterations with emulator_invalid_guest_state
` [PATCH v3 09/26] KVM: x86 emulator: emulate LEAVE
` [PATCH v3 10/26] KVM: x86 emulator: initialize memop
` [PATCH v3 11/26] KVM: Fix SS default ESP/EBP based addressing
` [PATCH v3 12/26] KVM: x86 emulator: emulate SGDT/SIDT
` [PATCH v3 13/26] KVM: VMX: Fix interrupt exit condition during emulation
` [PATCH v3 14/26] KVM: VMX: Continue emulating after batch exhausted
` [PATCH v3 15/26] KVM: x86 emulator: emulate LAHF
` [PATCH v3 16/26] KVM: x86 emulator: fix byte-sized MOVZX/MOVSX
` [PATCH v3 17/26] KVM: x86 emulator: split push logic from push opcode emulation
` [PATCH v3 18/26] KVM: x86 emulator: implement ENTER
` [PATCH v3 19/26] KVM: VMX: Stop invalid guest state emulation on pending event
` [PATCH v3 20/26] KVM: VMX: Improve error reporting during invalid guest state emulation
` [PATCH v3 21/26] KVM: x86 emulator: emulate BSWAP
` [PATCH v3 22/26] KVM: x86 emulator: emulate LLDT
` [PATCH v3 23/26] KVM: x86 emulator: make read_segment_descriptor() return the address
` [PATCH v3 24/26] KVM: x86 emulator: make loading TR set the busy bit
` [PATCH v3 25/26] KVM: x86 emulator: implement LTR
` [PATCH v3 26/26] KVM: VMX: Emulate invalid guest state by default
[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
2012-06-27 15:23 UTC (13+ messages)
` [RFC PATCH 03/17] KVM: PPC64: booke: Add EPCR support in sregs
` [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 13/17] PowerPC: booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int
[PATCH v2 00/26] Big big real mode improvements
2012-06-27 15:23 UTC (33+ messages)
` [PATCH v2 01/26] KVM: VMX: Return correct CPL during transition to protected mode
` [PATCH 1/5] KVM: x86 emulator: emulate BSWAP
` [PATCH v2 02/26] KVM: Split cpuid register access from computation
` [PATCH 2/5] KVM: x86 emulator: emulate LLDT
` [PATCH v2 03/26] KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
` [PATCH 3/5] KVM: x86 emulator: make read_segment_descriptor() return the address
` [PATCH v2 04/26] KVM: x86 emulator: emulate cpuid
` [PATCH 4/5] KVM: x86 emulator: make loading TR set the busy bit
` [PATCH v2 05/26] KVM: x86 emulator: allow loading null SS in long mode
` [PATCH 5/5] KVM: x86 emulator: implement LTR
` [PATCH v2 06/26] KVM: x86 emulator: fix LIDT/LGDT in long mode
` [PATCH v2 07/26] KVM: VMX: Relax check on unusable segment
` [PATCH v2 08/26] KVM: VMX: Limit iterations with emulator_invalid_guest_state
` [PATCH v2 09/26] KVM: x86 emulator: emulate LEAVE
` [PATCH v2 10/26] KVM: x86 emulator: initialize memop
` [PATCH v2 11/26] KVM: Fix SS default ESP/EBP based addressing
` [PATCH v2 12/26] KVM: x86 emulator: emulate SGDT/SIDT
` [PATCH v2 13/26] KVM: VMX: Fix interrupt exit condition during emulation
` [PATCH v2 14/26] KVM: VMX: Continue emulating after batch exhausted
` [PATCH v2 15/26] KVM: x86 emulator: emulate LAHF
` [PATCH v2 16/26] KVM: x86 emulator: fix byte-sized MOVZX/MOVSX
` [PATCH v2 17/26] KVM: x86 emulator: split push logic from push opcode emulation
` [PATCH v2 18/26] KVM: x86 emulator: implement ENTER
` [PATCH v2 19/26] KVM: VMX: Stop invalid guest state emulation on pending event
` [PATCH v2 20/26] KVM: VMX: Improve error reporting during invalid guest state emulation
` [PATCH v2 21/26] KVM: x86 emulator: emulate BSWAP
` [PATCH v2 22/26] KVM: x86 emulator: emulate LLDT
` [PATCH v2 23/26] KVM: x86 emulator: make read_segment_descriptor() return the address
` [PATCH v2 24/26] KVM: x86 emulator: make loading TR set the busy bit
` [PATCH v2 25/26] KVM: x86 emulator: implement LTR
` [PATCH v2 26/26] KVM: VMX: Emulate invalid guest state by default
[PATCH] kvm: don't clear level from irqfd
2012-06-27 15:03 UTC (9+ messages)
race condition in qemu-kvm-1.0.1
2012-06-27 10:35 UTC
[PATCH kvm-unit-tests 00/12] Unit tests for big real mode patchset
2012-06-27 8:36 UTC (13+ messages)
` [PATCH kvm-unit-tests 01/12] realmode: test cpuid
` [PATCH kvm-unit-tests 02/12] emulator: test leave
` [PATCH kvm-unit-tests 03/12] emulator: test long-mode lidt/lgdt
` [PATCH kvm-unit-tests 04/12] emulator: check for mov null, %ss
` [PATCH kvm-unit-tests 05/12] realmode: test for ss base used with esp/ebp base register
` [PATCH kvm-unit-tests 06/12] realmode: test sigt/sgdt
` [PATCH kvm-unit-tests 07/12] realmode: test lahf
` [PATCH kvm-unit-tests 08/12] realmode: test movsx/movzx
` [PATCH kvm-unit-tests 09/12] emulator: test enter
` [PATCH kvm-unit-tests 10/12] realmode: test bswap
` [PATCH kvm-unit-tests 11/12] emulator: test lldt
` [PATCH kvm-unit-tests 12/12] emulator: test ltr
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).