kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-24 13:47:22 to 2010-08-27 05:49:49 UTC [more...]

[PATCH kvm-unit-test 0/6] Kvmclock test
 2010-08-27  5:49 UTC  (6+ messages)
` [PATCH kvm-unit-test 1/6] Introduce memory barriers
` [PATCH kvm-unit-test 2/6] Introduce atomic operations
` [PATCH kvm-unit-test 3/6] Export tsc related helpers
` [PATCH kvm-unit-test 4/6] Introduce atol()
` [PATCH kvm-unit-test 5/6] Add a simple kvmclock driver

[PATCH] KVM test: Change variant name from virtio to virtio_net
 2010-08-27  3:59 UTC 

latest KVM tree build fail on 32bit system
 2010-08-27  1:59 UTC  (3+ messages)

[RFC 0/7] KVM steal time implementation
 2010-08-27  0:33 UTC  (28+ messages)
` [RFC 1/7] Implement getnsboottime kernel API
  ` [RFC 2/7] change headers preparing for steal time
    ` [RFC 3/7] measure time out of guest
      ` [RFC 4/7] change kernel accounting to include steal time
        ` [RFC 5/7] kvm steal time implementation
          ` [RFC 6/7] touch softlockup watchdog
            ` [RFC 7/7] tell guest about steal time feature

[PATCH] KVM: x86 emulator: fix regression with cmpxchg8b on i386 hosts
 2010-08-26 19:16 UTC  (2+ messages)

[PATCH 0/1] Disable GUEST_INTR_STATE_STI flag before injecting NMI to VMX guest
 2010-08-26 20:06 UTC  (2+ messages)
` [PATCH 1/1] Disable GUEST_INTR_STATE_STI flag before injecting NMI to guest on VMX

[PATCH] KVM: Fix build error due to 64-bit division in nsec_to_cycles()
 2010-08-26 18:46 UTC  (2+ messages)

[PATCH v2 0/2] Trap and propagate divide errors when emulating DIV
 2010-08-26 18:15 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: x86 emulator: add macros for executing instructions that may trap
` [PATCH v2 2/2] KVM: x86 emulator: trap and propagate #DE from DIV and IDIV

[PATCH] KVM: x86 emulator: refuse SrcMemFAddr (e.g. LDS) with register operand
 2010-08-26 17:34 UTC  (2+ messages)

[PATCH v3 0/8] Simplify byte/word opcode pair decode
 2010-08-26 18:12 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: x86 emulator: support byte/word opcode pairs
` [PATCH v3 2/8] KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags
` [PATCH v3 3/8] KVM: x86 emulator: simplify string instruction "
` [PATCH v3 4/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F
` [PATCH v3 5/8] KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF
` [PATCH v3 6/8] KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF
` [PATCH v3 7/8] KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF
` [PATCH v3 8/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF

[PATCH kvm-unit-tests v2 00/10] Minor cleanup and fix for
 2010-08-26 18:45 UTC  (12+ messages)
` [PATCH kvm-unit-tests v2 01/10] Do not track config.mak and kvmtrace
` [PATCH kvm-unit-tests v2 02/10] Remove trailing whitespaces
` [PATCH kvm-unit-tests v2 03/10] Makefile cleanup
` [PATCH kvm-unit-tests v2 04/10] Correct the path in README
` [PATCH kvm-unit-tests v2 05/10] Drop print.S
` [PATCH kvm-unit-tests v2 06/10] Remove the duplicated rdmsr/wrmsr
` [PATCH kvm-unit-tests v2 07/10] Correct the tss size
` [PATCH kvm-unit-tests v2 08/10] Do not check cr8 access when running in 32 bit
` [PATCH kvm-unit-tests v2 09/10] Do not test IA32_EFER in 32bit mode
` [PATCH kvm-unit-tests v2 10/10] Add 32 bit smp initialization code

[PATCH] KVM: x86 emulator: simplify ALU opcode block decode further
 2010-08-26 19:14 UTC  (2+ messages)

[PATCHv2 1/3] KVM: x86 emulator: Rename variable that shadows another local variable
 2010-08-26 15:23 UTC  (5+ messages)
` [PATCHv2 2/3] KVM: x86 emulator: move string instruction completion check into separate function
` [PATCHv2 3/3] KVM: x86 emulator: get rid of "restart" in emulation context

virtio-9p error
 2010-08-26 16:44 UTC  (2+ messages)

Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm?
 2010-08-26 14:07 UTC 

[PATCH v2 0/8] Simplify byte/word opcode pair decode
 2010-08-26  8:50 UTC  (12+ messages)
` [PATCH v2 1/8] KVM: x86 emulator: support byte/word opcode pairs
` [PATCH v2 2/8] KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags
` [PATCH v2 3/8] KVM: x86 emulator: simplify string instruction "
` [PATCH v2 4/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F
` [PATCH v2 5/8] KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF
` [PATCH v2 6/8] KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF
` [PATCH v2 7/8] KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF
` [PATCH v2 8/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF

[PATCH 0/8] Simplify byte/word opcode pair decode
 2010-08-26  8:26 UTC  (4+ messages)
` [PATCH 2/8] KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags

[PATCH 0/3] Trap and propagate divide errors when emulating DIV
 2010-08-26  8:23 UTC  (4+ messages)
` [PATCH 3/3] KVM: x86 emulator: trap and propagate #DE from DIV and IDIV

Receiving delayed packets from RTL8139 card in KVM
 2010-08-26  8:14 UTC  (4+ messages)

[PATCH kvm-unit-tests 07/10] Correct the tss size
 2010-08-26  8:06 UTC  (2+ messages)

[PATCH] cgroups: fix API thinko
 2010-08-26  2:08 UTC  (5+ messages)

[PATCH v2 0/2] Use kvm64/kvm32 when running under KVM
 2010-08-26  2:00 UTC  (2+ messages)
` [Qemu-devel] "

KVM timekeeping and TSC virtualization
 2010-08-26  0:17 UTC  (21+ messages)
` [KVM timekeeping 12/35] Robust TSC compensation
` [KVM timekeeping 25/35] Add clock catchup mode

[PATCH] KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a)
 2010-08-25 22:54 UTC  (6+ messages)
` [PATCH] Add realmode test for CALL FAR IMM instruction
    ` [PATCHv2] "

QEMU/KVM Hardware Acceleration Clarity Question
 2010-08-25 22:22 UTC 

[PATCH 1/3] S390: take a full byte as ext_param indicator
 2010-08-25 21:20 UTC  (10+ messages)
` [PATCH 2/3] S390: Add virtio hotplug add support
` [PATCH 3/3] S390: Export kvm_virtio.h

[PATCH kvm-unit-tests 0/3] DIV exception tests
 2010-08-25 20:23 UTC  (2+ messages)

[PATCH v7 1/5] export __get_user_pages_fast() function
 2010-08-25 19:55 UTC  (3+ messages)
` [PATCH v7 5/5] KVM: MMU: combine guest pte read between fetch and pte prefetch

BUG: soft lockup - CPU#0 stuck for 13s! [swapper:0]
 2010-08-25 19:33 UTC  (8+ messages)

KVM Bridged Networking Issue in Ubuntu Lucid
 2010-08-25 17:42 UTC  (4+ messages)

[stable 2.6.32] instant crash (jump to NULL) with virtio-net, tap, bridge and veth
 2010-08-25 15:50 UTC 

[PATCH kvm-unit-tests 07/10] Correct the tss size
 2010-08-25 13:11 UTC  (6+ messages)

KVM doesn't send an arp announce after live migrating a domain
 2010-08-25 12:15 UTC  (19+ messages)

guest MAC-address isolation
 2010-08-25 10:30 UTC  (2+ messages)

(unknown)
 2010-08-25  4:22 UTC 

[PATCH] KVM: MMU: fix missing percpu counter destroy
 2010-08-24 21:26 UTC  (3+ messages)

GRUB and support for Virtio
 2010-08-24 19:27 UTC  (5+ messages)
    ` SeaBIOS and GRUB booting from Virtio devices [was: GRUB and support for Virtio]

WARNING: at arch/x86/kernel/apic/apic.c:1238 setup_local_APIC+0x169/0x24b()
 2010-08-24 15:41 UTC  (6+ messages)

How to debug KVM with gdb?
 2010-08-24 14:56 UTC 

[PATCH 1/3] KVM: x86 emulator: Rename variable that shadows another local variable
 2010-08-24 14:46 UTC  (10+ messages)
` [PATCH 3/3] KVM: x86 emulator: get rid of "restart" in emulation context

UIO: per-handle event counts
 2010-08-24 14:37 UTC 

[PATCH] KVM: x86 emulator: add JrCXZ instruction emulation
 2010-08-24 13:18 UTC  (7+ messages)
` [PATCH] Add realmode test for jcxz instruction
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH kvm-unit-tests 00/10] Minor cleanup and fix for 32bit test
 2010-08-24 13:58 UTC  (10+ messages)
` [PATCH kvm-unit-tests 04/10] Correct the path in README
` [PATCH kvm-unit-tests 05/10] Drop print.S
` [PATCH kvm-unit-tests 06/10] Remove the duplicated rdmsr/wrmsr
` [PATCH kvm-unit-tests 07/10] Correct the tss size
` [PATCH kvm-unit-tests 08/10] Check whether in long mode before testing vmexit caused by cr8 access
` [PATCH kvm-unit-tests 09/10] Do not test IA32_EFER in 32bit mode
` [PATCH kvm-unit-tests 10/10] Add the 32bit smp initialization code


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).