messages from 2010-07-28 04:20:50 to 2010-07-29 21:47:25 UTC [more...]
[PATCH 0/8] Nested SVM unit tests
2010-07-29 16:55 UTC (14+ messages)
` [PATCH 1/8] test: move ARRAY_SIZE() to libcflat.h
` [PATCH 2/8] test: move memset() to libcflat
` [PATCH 3/8] test: add type bool
` [PATCH 4/8] test: add processor register access functions
` [PATCH 5/8] test: make use of new processor.h header
` [PATCH 6/8] test: add svm definitions header
` [PATCH 7/8] test: add msr "
` [PATCH 8/8] test: add svm tests
[PATCH 0/2] cpu_register_physical_memory() is completely broken
2010-07-29 21:18 UTC (6+ messages)
` [PATCH 1/2] Fix segfault in mmio subpage handling code
` [PATCH 2/2] Remove guest triggerable abort()
[PATCH 0/6] svm intercept tests
2010-07-29 21:40 UTC (14+ messages)
` [PATCH 1/6] test: add scratch word for use by svm tests
` [PATCH 2/6] test: add intercepted and unintercepted cr3 read tests for svm
` [PATCH 3/6] test: add pause() instruction accessor
` [PATCH 4/6] test: add cli() and sti() instruction accessors
` [PATCH 5/6] test: ensure svm tests are executed with interrupts disabled by default
` [PATCH 6/6] test: verify that the emulator honours svm intercepts
[PATCH] test: Add emulator test for iret instruction
2010-07-29 15:50 UTC (9+ messages)
[PATCH 0/6] Nonatomic interrupt injection
2010-07-29 15:44 UTC (11+ messages)
` [PATCH 1/6] KVM: Check for pending events before attempting injection
Multiplexing RFLAGS.TF
2010-07-29 14:37 UTC
[PATCH V3] VFIO driver: Non-privileged user level PCI drivers
2010-07-29 14:27 UTC (9+ messages)
[PATCH 0/7] Rest of my KVM-PPC patch queue
2010-07-29 13:04 UTC (8+ messages)
` [PATCH 1/7] KVM: PPC: Book3S_32 MMU debug compile fixes
` [PATCH 2/7] KVM: PPC: RCU'ify the Book3s MMU
` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 3/7] KVM: PPC: correctly check gfn_to_pfn() return value
` [PATCH 5/7] KVM: PPC: Use MSR_DR for external load_up
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts
[PATCH 00/27] KVM PPC PV framework v3
2010-07-29 12:48 UTC (28+ messages)
` [PATCH 04/27] KVM: PPC: Convert DAR to shared page
` [PATCH 05/27] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 07/27] KVM: PPC: Implement hypervisor interface
` [PATCH 09/27] KVM: PPC: Add PV guest scratch registers
` [PATCH 01/27] KVM: PPC: Introduce shared page
` [PATCH 02/27] KVM: PPC: Convert MSR to "
` [PATCH 03/27] KVM: PPC: Convert DSISR "
` [PATCH 06/27] KVM: PPC: Convert SPRG[0-4] "
` [PATCH 08/27] KVM: PPC: Add PV guest critical sections
` [PATCH 10/27] KVM: PPC: Tell guest about pending interrupts
` [PATCH 14/27] KVM: PPC: Expose magic page support to guest
` [PATCH 19/27] KVM: PPC: PV tlbsync to nop
` [PATCH 20/27] KVM: PPC: Introduce kvm_tmp framework
` [PATCH 21/27] KVM: PPC: Introduce branch patching helper
` [PATCH 23/27] KVM: PPC: PV mtmsrd L=1
` [PATCH 25/27] KVM: PPC: PV wrteei
` [PATCH 26/27] KVM: PPC: Add Documentation about PV interface
` [PATCH 11/27] KVM: PPC: Make PAM a define
` [PATCH 12/27] KVM: PPC: First magic page steps
` [PATCH 13/27] KVM: PPC: Magic Page Book3s support
` [PATCH 15/27] KVM: Move kvm_guest_init out of generic code
` [PATCH 16/27] KVM: PPC: Generic KVM PV guest support
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs
` [PATCH 18/27] KVM: PPC: PV instructions to loads and stores
` [PATCH 22/27] KVM: PPC: PV assembler helpers
` [PATCH 24/27] KVM: PPC: PV mtmsrd L=0 and mtmsr
` [PATCH 27/27] KVM: PPC: Add get_pvinfo interface to query hypercall instructions
[PATCH] vhost: locking/rcu cleanup
2010-07-29 12:23 UTC
[KVM-AUTOTEST PATCH v3] [RFC] KVM test: add whql_client_install test
2010-07-29 12:22 UTC
[PATCH 0/2] Speedup ins instruction emulation a little
2010-07-29 12:19 UTC (4+ messages)
` [PATCH 1/2] KVM: x86 emulator: don't update vcpu state if instruction is restarted
` [PATCH 2/2] KVM: x86 emulator: check io permissions only once for string pio
[PATCH 00/22] Direct decode in emulator
2010-07-29 12:11 UTC (23+ messages)
` [PATCH 01/22] KVM: x86 emulator: drop parentheses in repreat macros
` [PATCH 02/22] KVM: x86 emulator: introduce 'struct opcode'
` [PATCH 03/22] KVM: x86 emulator: Add wrappers for easily defining opcodes
` [PATCH 04/22] KVM: x86 emulator: move group tables to top
` [PATCH 05/22] KVM: x86 emulator: reserve group code 0
` [PATCH 06/22] KVM: x86 emulator: allow specifying group directly in opcode
` [PATCH 07/22] KVM: x86 emulator: convert group 1 to new style
` [PATCH 08/22] KVM: x86 emulator: convert group 1A "
` [PATCH 09/22] KVM: x86 emulator: convert group 3 "
` [PATCH 10/22] KVM: x86 emulator: convert group 4 "
` [PATCH 11/22] KVM: x86 emulator: convert group 5 "
` [PATCH 12/22] KVM: x86 emulator: convert group 7 "
` [PATCH 13/22] KVM: x86 emulator: convert group 8 "
` [PATCH 14/22] KVM: x86 emulator: convert group 9 "
` [PATCH 15/22] KVM: x86 emulator: drop support for old-style groups
` [PATCH 16/22] KVM: x86 emulator: move ByteOp and Dst back to bits 0:3
` [PATCH 17/22] KVM: x86 emulator: store x86_emulate_ops in emulation context
` [PATCH 18/22] KVM: x86 emulator: allow storing emulator execution function in decode tables
` [PATCH 19/22] KVM: x86 emulator: move x86_decode_insn() downwards
` [PATCH 20/22] KVM: x86 emulator: move decode tables downwards
` [PATCH 21/22] KVM: x86 emulator: allow repeat macro arguments to contain commas
` [PATCH 22/22] KVM: x86 emulator: convert some push instructions to direct decode
[RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net
2010-07-29 11:14 UTC (17+ messages)
` [RFC PATCH v8 01/16] Add a new structure for skb buffer from external
` [RFC PATCH v8 02/16] Add a new struct for device to manipulate external buffer
` [RFC PATCH v8 03/16] Add a ndo_mp_port_prep func to net_device_ops
` [RFC PATCH v8 04/16] Add a function make external buffer owner to query capability
` [RFC PATCH v8 05/16] Add a function to indicate if device use external buffer
` [RFC PATCH v8 06/16] Use callback to deal with skb_release_data() specially
` [RFC PATCH v8 07/16] Modify netdev_alloc_page() to get external buffer
` [RFC PATCH v8 08/16] Modify netdev_free_page() to release "
` [RFC PATCH v8 09/16] Don't do skb recycle, if device use "
` [RFC PATCH v8 10/16] Add a hook to intercept external buffers from NIC driver
` [RFC PATCH v8 11/16] Add header file for mp device
` [RFC PATCH v8 13/16] Add a kconfig entry and make entry "
` [RFC PATCH v8 12/16] Add mp(mediate passthru) device
` [RFC PATCH v8 14/16] Provides multiple submits and asynchronous notifications
` [RFC PATCH v8 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
` [RFC PATCH v8 16/16] An example how to alloc user buffer based on "
[PATCH 5/6] kvm, x86: use ro page and don't copy shared page
2010-07-29 5:56 UTC (6+ messages)
[PATCH] KVM Test: time_drift_with_stop: Wait a few seconds after the continue
2010-07-29 3:38 UTC
[PATCH RFC 0/4] Paravirt-spinlock implementation for KVM guests (Version 0)
2010-07-28 22:42 UTC (8+ messages)
` [PATCH RFC 2/4] Add yield hypercall for KVM guests
[RFC PATCH 00/14] Patchset of network related subtests
2010-07-28 22:30 UTC (18+ messages)
` [RFC PATCH 02/14] KVM Test: Add a function get_interface_name() to kvm_net_utils.py
` [Qemu-devel] "
` [RFC PATCH 03/14] KVM Test: Add a common ping module for network related tests
` [Qemu-devel] "
` [RFC PATCH 07/14] KVM-test: Add a subtest of load/unload nic driver
` [Qemu-devel] "
` [RFC PATCH 08/14] KVM-test: Add a subtest of nic promisc
` [RFC PATCH 09/14] KVM-test: Add a subtest of multicast
` [Qemu-devel] "
` [RFC PATCH 10/14] KVM-test: Add a subtest of pxe
` [Qemu-devel] "
` [RFC PATCH 11/14] KVM-test: Add a subtest of changing mac address
` [Qemu-devel] "
[PATCH] x86 emulator: Add IRET instruction
2010-07-28 17:15 UTC (5+ messages)
[PATCH 0/2] Nested SVM fix and next_rip emulation
2010-07-28 16:53 UTC (16+ messages)
` [PATCH 1/2] KVM: SVM: Sync efer back into nested vmcb
` [PATCH 2/2] KVM: SVM: Emulate next_rip svm feature
Freezing Windows 2008 x64bit guest
2010-07-28 15:18 UTC (8+ messages)
[PATCH] KVM: MMU: remove valueless output message
2010-07-28 1:22 UTC (2+ messages)
[PATCH] KVM: x86 emulator: fix handling for unemulated instructions
2010-07-27 21:33 UTC (2+ messages)
[PATCH] test: emulator: test LOCK NEG and LOCK NOT
2010-07-27 23:21 UTC (2+ messages)
[PATCH 00/13] Emulator group simplification
2010-07-27 23:21 UTC (2+ messages)
[PATCH 0/2] Fix GDT limit corruption on Intel
2010-07-28 0:25 UTC (2+ messages)
[PATCH v2 0/2] Use kvm64/kvm32 when running under KVM
2010-07-28 13:49 UTC (4+ messages)
` [PATCH 1/2] Set a default CPU type for compat PC machine defs
` [PATCH 2/2] Use kvm32/kvm64 as default CPUs when running under KVM
` [Qemu-devel] [PATCH v2 0/2] Use kvm64/kvm32 "
[GIT PULL net-2.6] vhost-net: more error handling fixes
2010-07-28 13:32 UTC (2+ messages)
` [GIT PULL net-next-2.6] vhost-net patchset for 2.6.36
KVM call agenda for July 27
2010-07-28 13:08 UTC (11+ messages)
` [Qemu-devel] "
2.6.35-rc1 regression with pvclock and smp guests
2010-07-28 12:25 UTC (16+ messages)
[PATCH UPDATED 1/3] vhost: replace vhost_workqueue with per-vhost kthread
2010-07-28 12:00 UTC (14+ messages)
[PATCH] Use kvm32/kvm64 as default CPUs when running under KVM
2010-07-28 10:57 UTC (3+ messages)
` [Qemu-devel] "
How to use live migration with non-shared storage about kvm
2010-07-28 8:44 UTC
[PATCH] test: Add emulator test for iret instruction
2010-07-28 4:28 UTC (3+ messages)
[PATCH] x86 emulator: Add IRET instruction
2010-07-28 4:20 UTC (2+ messages)
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