public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-29 13:30:32 to 2011-04-04 10:41:29 UTC [more...]

[PATCH 0/15] KVM: Make the instruction emulator aware of Nested Virtualization v5
 2011-04-04 10:39 UTC  (16+ messages)
` [PATCH 01/15] KVM: x86 emulator: add framework for instruction intercepts
` [PATCH 02/15] KVM: x86 emulator: add SVM intercepts
` [PATCH 03/15] KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED
` [PATCH 04/15] KVM: x86 emulator: Add check_perm callback
` [PATCH 05/15] KVM: x86 emulator: Add flag to check for protected mode instructions
` [PATCH 06/15] KVM: x86: Add x86 callback for intercept check
` [PATCH 07/15] KVM: SVM: Add intercept check for emulated cr accesses
` [PATCH 08/15] KVM: SVM: Add intercept check for accessing dr registers
` [PATCH 09/15] KVM: SVM: Add intercept checks for descriptor table accesses
` [PATCH 10/15] KVM: SVM: Add intercept checks for SVM instructions
` [PATCH 11/15] KVM: SVM: Add intercept checks for remaining group7 instructions
` [PATCH 12/15] KVM: SVM: Add intercept checks for remaining twobyte instructions
` [PATCH 13/15] KVM: SVM: Add intercept checks for one-byte instructions
` [PATCH 14/15] KVM: SVM: Add checks for IO instructions
` [PATCH 15/15] KVM: SVM: Remove nested sel_cr0_write handling code

[ANNOUNCE] Native Linux KVM tool
 2011-04-04 10:31 UTC  (24+ messages)

[PATCH 0/15] KVM: Make the instruction emulator aware of Nested Virtualization v4
 2011-04-04 10:23 UTC  (19+ messages)
` [PATCH 01/15] KVM: x86 emulator: add framework for instruction intercepts
` [PATCH 02/15] KVM: x86 emulator: add SVM intercepts
` [PATCH 03/15] KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED
` [PATCH 04/15] KVM: x86 emulator: Add check_perm callback
` [PATCH 05/15] KVM: x86 emulator: Add flag to check for protected mode instructions
` [PATCH 06/15] KVM: x86: Add x86 callback for intercept check
` [PATCH 07/15] KVM: SVM: Add intercept check for emulated cr accesses
` [PATCH 08/15] KVM: SVM: Add intercept check for accessing dr registers
` [PATCH 09/15] KVM: SVM: Add intercept checks for descriptor table accesses
` [PATCH 10/15] KVM: SVM: Add intercept checks for SVM instructions
` [PATCH 11/15] KVM: SVM: Add intercept checks for remaining group7 instructions
` [PATCH 12/15] KVM: SVM: Add intercept checks for remaining twobyte instructions
` [PATCH 13/15] KVM: SVM: Add intercept checks for one-byte instructions
` [PATCH 14/15] KVM: SVM: Add checks for IO instructions
` [PATCH 15/15] KVM: SVM: Remove nested sel_cr0_write handling code

KVM lock contention on 48 core AMD machine
 2011-04-04  7:18 UTC  (19+ messages)
                          ` [RFC] posix-timers: RCU conversion
                            ` [PATCH] "

[PATCH 2/2] virtio_net: remove send completion interrupts and avoid TX queue overrun through packet drop
 2011-04-04  6:13 UTC  (10+ messages)

[PATCH 0/3] Unmapped page cache control (v5)
 2011-04-04  0:19 UTC  (31+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v5)
` [PATCH 2/3] Refactor zone_reclaim code (v5)
` [PATCH 3/3] Provide control over unmapped pages (v5)

[PATCH 1/2] KVM: x86 emulator: Disable writeback for CMP emulation
 2011-04-03 16:11 UTC  (9+ messages)
` [RFC PATCH 2/2] KVM: x86 emulator: Cleanup emulate_push() writebacks

[PATCH 1/2] kvm/x86: fix XSAVE bit scanning
 2011-04-03 12:32 UTC  (11+ messages)
` [PATCH 2/2] kvm/x86: remove unneeded substitute search for missing CPUID entries
        ` [PATCH 2/2] kvm/x86: move and fix substitue "
            ` [PATCH 2/2 v3] "

[PATCH 0/7] Emulator segment checks
 2011-04-03 11:23 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86 emulator: Add helpers for memory access using segmented addresses
` [PATCH 2/7] KVM: x86 emulator: move invlpg emulation into a function
` [PATCH 3/7] KVM: x86 emulator: change address linearization to return an error code
` [PATCH 4/7] KVM: x86 emulator: pass access size and read/write intent to linearize()
` [PATCH 5/7] KVM: x86 emulator: move linearize() downwards
` [PATCH 6/7] KVM: x86 emulator: move desc_limit_scaled()
` [PATCH 7/7] KVM: x86 emulator: implement segment permission checks

Biweekly KVM Test report, kernel a3e2cba1... qemu 2c9bb5d4
 2011-04-03  8:43 UTC  (2+ messages)

[PATCH] device-assignment: Reset device on system reset
 2011-04-03  0:20 UTC  (5+ messages)
` [PATCH v2] "

2.6.32.x guest dies when trying to run tcpdump
 2011-04-02 19:42 UTC  (3+ messages)

KVM: x86: better fix for race between nmi injection and enabling nmi window
 2011-04-01 14:26 UTC  (12+ messages)
` KVM: x86: better fix for race between nmi injection and enabling nmi window (v2)

[PATCH] KVM: Automatic user feedback
 2011-04-01  9:06 UTC  (3+ messages)

Guest virtual CPUs limited to only 50% of host CPU
 2011-03-31 21:03 UTC 

Investment Co-operation
 2011-03-31 15:51 UTC 

KVM, iSCSI and High Availability
 2011-03-31 16:41 UTC  (4+ messages)

[PATCH]arch:x86:kvm:i8254.h Fix typo in kvm_pit
 2011-03-31 15:50 UTC  (9+ messages)

[PATCH 0/13] KVM: Make the instruction emulator aware of Nested Virtualization v3
 2011-03-31 10:28 UTC  (8+ messages)
` [PATCH 12/13] KVM: SVM: Add checks for IO instructions

[PATCHv2] KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu
 2011-03-31 10:06 UTC 

NAT networking from guest not working
 2011-03-30 17:17 UTC  (3+ messages)

[PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused
 2011-03-30 16:54 UTC 

[PATCH] KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu
 2011-03-30 13:46 UTC  (16+ messages)

[PATCH] numa: Don't limit node count by smp count
 2011-03-30 10:39 UTC  (2+ messages)

virtio-blk.c handling of i/o which is not a 512 multiple
 2011-03-30  8:45 UTC  (4+ messages)

[PATCH 0/7] KVM autotest refactor v2
 2011-03-30  4:47 UTC  (8+ messages)
` [PATCH 1/7] KVM test: Create autotest_lib.client.virt namespace
` [PATCH 2/7] KVM test: Move test utilities to client/tools
` [PATCH 3/7] KVM test: tests_base.cfg: Introduce parameter 'vm_type'
` [PATCH 4/7] KVM test: Adapt the test code to use the new virt namespace
` [PATCH 5/7] KVM test: Removing the old libraries and programs
` [PATCH 6/7] KVM test: Try to load subtests on a shared tests location
` [PATCH 7/7] KVM test: Moving generic tests to common tests area

ATM DEBIT CARD
 2011-03-30  0:51 UTC 

[PATCH v2 1/8] KVM: extend in-kernel mmio to handle >8 byte transactions
 2011-03-29 14:55 UTC  (3+ messages)

KVM call agenda for Mars 29th
 2011-03-29 13:53 UTC  (2+ messages)

KVM: x86: vcpu state writeback should be aware of REQ_NMI
 2011-03-29 13:36 UTC  (7+ messages)

2.6.38.1 general protection fault
 2011-03-29 13:34 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox