messages from 2012-06-26 12:10:05 to 2012-06-27 20:12:18 UTC [more...]
[PATCH v2 0/6] kvm: level triggered irqfd support
2012-06-27 20:12 UTC (24+ 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
Request VFIO inclusion in linux-next
2012-06-27 19:23 UTC (5+ 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 3/5] KVM-INTEL: Add new module vmcsinfo-intel to fill VMCSINFO
` [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
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)
[PATCH v5] kvm: notify host when the guest is panicked
2012-06-27 14:57 UTC (10+ 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-27 14:36 UTC (8+ messages)
` [Qemu-devel] "
[PATCH 2/4] KVM: Use __print_hex() for kvm_emulate_insn tracepoint
2012-06-27 13:20 UTC (4+ messages)
[PATCH] pseries: Add support for new KVM hash table control call
2012-06-27 12:30 UTC (3+ 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
KVM call minutes (2012-06-26)
2012-06-26 16:42 UTC
[PATCH v2 1/3] KVM: Add new -cpu best
2012-06-26 16:39 UTC (3+ messages)
` [PATCH v2 2/3] KVM: Use -cpu best as default on x86
` [PATCH v2 3/3] i386: KVM: List -cpu host and best in -cpu ?
[PATCH 0/6] kvm/s390: sigp related changes for 3.6
2012-06-26 16:03 UTC (15+ messages)
` [PATCH 1/6] s390/smp: remove redundant check
` [PATCH 2/6] s390/smp/kvm: unifiy sigp definitions
` [PATCH 3/6] KVM: s390: fix sigp sense running condition code handling
` [PATCH 4/6] KVM: s390: fix sigp set prefix status stored cases
` [PATCH 5/6] KVM: s390: use sigp condition code defines
` [PATCH 6/6] KVM: s390: Fix sigp sense handling
[Bug 42782] New: IO_PAGE_FAULT while starting xorg
2012-06-26 15:11 UTC (2+ messages)
` [Bug 42782] "
qemu-kvm-1.0 crashes with threaded vnc server?
2012-06-26 15:02 UTC (6+ messages)
grub is stuck in grub_biosdisk_check_int13_extensions() with qemu-kvm
2012-06-26 12:57 UTC
HELLO!!
2012-06-25 19:12 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).