messages from 2010-08-20 08:07:36 to 2010-08-24 02:21:30 UTC [more...]
[PATCH] KVM: x86 emulator: add JrCXZ instruction emulation
2010-08-24 0:00 UTC (5+ messages)
` [PATCH] Add realmode test for jcxz instruction
` [PATCH v2] "
[PATCH 1/2] PCI: define max devices number on PCIBus as PCIBus_MAX_DEVICES in pci.h
2010-08-24 2:18 UTC (6+ messages)
` [PATCH] pci init: Check if devfn exceeding the max devices number supported on bus
` [PATCH 2/2] "
` [Qemu-devel] "
[PATCH 0/4 v2] kvm: rework KVM mmu_shrink() code
2010-08-24 2:07 UTC (8+ messages)
KVM timekeeping and TSC virtualization
2010-08-24 1:44 UTC (57+ messages)
` [KVM timekeeping 01/35] Drop vm_init_tsc
` [KVM timekeeping 02/35] Convert TSC writes to TSC offset writes
` [KVM timekeeping 03/35] Move TSC offset writes to common code
` [KVM timekeeping 05/35] Move TSC reset out of vmcb_init
` [KVM timekeeping 07/35] Make cpu_tsc_khz updates use local CPU
` [KVM timekeeping 08/35] Warn about unstable TSC
` [KVM timekeeping 09/35] Unify TSC logic
` [KVM timekeeping 10/35] Fix deep C-state TSC desynchronization
` [KVM timekeeping 11/35] Add helper functions for time computation
` [KVM timekeeping 12/35] Robust TSC compensation
` [KVM timekeeping 14/35] Add clock sync request to hardware enable
` [KVM timekeeping 15/35] Move scale_delta into common header
` [KVM timekeeping 17/35] Implement getnsboottime kernel API
` [KVM timekeeping 19/35] Add timekeeping documentation
` [KVM timekeeping 21/35] Track max tsc_khz
` [KVM timekeeping 22/35] Track tsc last write in vcpu
` [KVM timekeeping 23/35] Set initial TSC rate conversion factors
` [KVM timekeeping 24/35] Timer request function renaming
` [KVM timekeeping 25/35] Add clock catchup mode
` [KVM timekeeping 26/35] Catchup slower TSC to guest rate
` [KVM timekeeping 27/35] Add TSC trapping
` [KVM timekeeping 28/35] Unstable TSC write compensation
` [KVM timekeeping 29/35] TSC overrun protection
` [KVM timekeeping 30/35] IOCTL for setting TSC rate
` [KVM timekeeping 31/35] Exit conditions for TSC trapping
` [KVM timekeeping 32/35] Entry "
` [KVM timekeeping 33/35] Indicate reliable TSC in kvmclock
` [KVM timekeeping 34/35] Remove dead code
` [KVM timekeeping 35/35] Add some debug stuff
KM call agend for August 24
2010-08-23 23:13 UTC
WARNING: at arch/x86/kernel/apic/apic.c:1238 setup_local_APIC+0x169/0x24b()
2010-08-23 21:21 UTC (2+ messages)
[PATCH] KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation
2010-08-23 23:26 UTC (8+ messages)
` [PATCH v2] "
` [PATCH] Add realmode test for LDS/LES/LFS/LGS/LSS instruction
` [PATCH v3] KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation
[PATCH] test: Add realmode test for 2 op imul instruction (0x0f 0xaf)
2010-08-23 23:33 UTC (2+ messages)
KVM call agenda for August 24
2010-08-23 22:30 UTC
[PATCH 1/2] S390: take a full byte as ext_param indicator
2010-08-23 21:31 UTC (2+ messages)
` [PATCH 2/2] S390: Add virtio hotplug add support
[PATCH 0/4]: NUMA: add host binding
2010-08-23 21:27 UTC (6+ messages)
` [PATCH 4/4] NUMA: realize NUMA memory pinning
Having trouble with ballooning
2010-08-23 18:16 UTC (2+ messages)
[PATCH v5 00/12] KVM: Add host swap event notifications for PV guest
2010-08-23 16:22 UTC (20+ messages)
` [PATCH v5 02/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v5 03/12] Add async PF initialization to PV guest
` [PATCH v5 04/12] Provide special async page fault handler when async PF capability is detected
` [PATCH v5 06/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v5 07/12] Maintain memslot version number
` [PATCH v5 08/12] Inject asynchronous page fault into a guest if page is swapped out
kernel warning with qemu/kvm 0.12.3
2010-08-23 16:13 UTC
[qemu-kvm PATCH 0/3] small qemu-kvm cleanups
2010-08-23 16:10 UTC (5+ messages)
[PATCH 0/8] Simplify byte/word opcode pair decode
2010-08-23 14:13 UTC (16+ messages)
` [PATCH 1/8] KVM: x86 emulator: support byte/word opcode pairs
` [PATCH 2/8] KVM: x86 emulator: simplify ALU block (opcodes 00-3F) decode flags
` [PATCH 3/8] KVM: x86 emulator: simplify string instruction "
` [PATCH 4/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 80-8F
` [PATCH 5/8] KVM: x86 emulator: simplify instruction decode flags for opcodes A0-AF
` [PATCH 6/8] KVM: x86 emulator: simplify instruction decode flags for opcodes C0-DF
` [PATCH 7/8] KVM: x86 emulator: simplify instruction decode flags for opcodes E0-FF
` [PATCH 8/8] KVM: x86 emulator: simplify instruction decode flags for opcodes 0F 00-FF
[KVM-autotest] virtio_console test
2010-08-23 13:42 UTC (6+ messages)
` [PATCH] NEW "
[BUG?] can not writeback more then 8 bytes memory
2010-08-23 9:29 UTC (4+ messages)
[PATCH v2 00/17] Patchset of network related subtests
2010-08-23 8:54 UTC (18+ messages)
` [PATCH v2 01/17] KVM-test: Add a new macaddress pool algorithm
` [PATCH v2 02/17] Add a get_ifname function
` [PATCH v2 03/17] KVM Test: Add a function get_interface_name() to kvm_test_utils.py
` [PATCH v2 04/17] KVM Test: Add a common ping module for network related tests
` [PATCH v2 05/17] KVM-test: Add a new subtest ping
` [PATCH v2 06/17] KVM-test: Add a subtest jumbo
` [PATCH v2 07/17] KVM-test: Add basic file transfer test
` [PATCH v2 08/17] KVM-test: Add a subtest of load/unload nic driver
` [PATCH v2 09/17] KVM-test: Add a subtest of nic promisc
` [PATCH v2 10/17] KVM-test: Add a subtest of multicast
` [PATCH v2 11/17] KVM-test: Add a subtest of pxe
` [PATCH v2 12/17] KVM-test: Add a subtest of changing mac address
` [PATCH v2 13/17] KVM-test: Add a subtest of netperf
` [PATCH v2 14/17] Add support of check if remote port free
` [PATCH v2 15/17] KVM-test: Improve vlan subtest
` [PATCH v2 16/17] Vlan: Replace extra_params '-snapshot' with image_snapshot
` [PATCH v2 17/17] KVM-test: Add subtest of testing offload by ethtool
[PATCH] KVM: MMU: fix missing percpu counter destroy
2010-08-23 8:13 UTC
[PATCH] KVM: x86 emulator: simplify BSF/BSR instruction emulation
2010-08-23 7:15 UTC
vhost-net unreleased?
2010-08-23 6:41 UTC (5+ messages)
[PATCH] block: Make BSG detection more sane in hdev_open()
2010-08-23 0:27 UTC (4+ messages)
[GIT PULL] KVM fixes for 2.6.36-rc1
2010-08-22 18:22 UTC
[PATCH 00/26] KVM: PPC: Mid-August patch queue
2010-08-22 16:46 UTC (4+ messages)
` [PATCH 13/26] KVM: PPC: Add feature bitmap for magic page
[PATCH 0/5] Realmode unit-tests clean up
2010-08-22 14:52 UTC (6+ messages)
` [PATCH 1/5] Simplify exec_in_big_real_mode() calling convention
` [PATCH 2/5] Introduce report() function for realmode test to simplify result reporting
` [PATCH 3/5] realmode: make inregs, outregs global
` [PATCH 4/5] realmode: fix esp in long jump test
` [PATCH 5/5] realmode: fold register comparison test into report()
[PATCH 00/14] More instruction emulations
2010-08-22 12:21 UTC (16+ messages)
` [PATCH 01/14] KVM: x86 emulator: pass destination type to ____emulate_2op()
` [PATCH 02/14] KVM: x86 emulator: Use a register for ____emulate_2op() destination
` [PATCH 03/14] KVM: x86 emulator: implement DAS (opcode 2F)
` [PATCH 04/14] KVM: x86 emulator: implement CALL FAR (FF /3)
` [PATCH 05/14] KVM: x86 emulator: add SrcImmU16 operand type
` [PATCH 06/14] KVM: x86 emulator: implement RET imm16 (opcode C2)
` [PATCH 07/14] KVM: x86 emulator: implement IMUL REG, R/M, imm8 (opcode 6B)
` [PATCH 08/14] KVM: x86 emulator: implement IMUL REG, R/M (opcode 0F AF)
` [PATCH 09/14] KVM: x86 emulator: remove SrcImplicit
` [PATCH 10/14] KVM: x86 emulator: implement RDTSC (opcode 0F 31)
` [PATCH 11/14] KVM: x86 emulator: consolidate immediate decode into a function
` [PATCH 12/14] KVM: x86 emulator: add Src2Imm decoding
` [PATCH 13/14] KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)
` [PATCH 14/14] KVM: x86 emulator: implement CWD (opcode 99)
[PATCH 0/6] Some more emulator tests
2010-08-22 12:18 UTC (7+ messages)
` [PATCH 1/6] Load flags register before running real-mode test
` [PATCH 2/6] Add DAS test
` [PATCH 3/6] Add IMUL tests
` [PATCH 4/6] Add test for cwd/cdq/cqo instruction
` [PATCH 5/6] Test CALL FAR R/M instrucion (opcode FF /3)
` [PATCH 6/6] Test RET IMM instruction
[PATCH non-atomic-injection] x86 emulator: Add cwd/cdq/cqo instruction (opcode 0x99)
2010-08-22 11:34 UTC (2+ messages)
Receiving delayed packets from RTL8139 card in KVM
2010-08-22 10:14 UTC (2+ messages)
[PATCH] lsi53c895a: Fix breakage v0.12.5 merge for SGL passthrough qemu-kvm.git tree
2010-08-22 9:14 UTC
GRUB and support for Virtio
2010-08-22 0:44 UTC (3+ messages)
[PATCH v7 1/5] export __get_user_pages_fast() function
2010-08-22 11:10 UTC (10+ messages)
` [PATCH v7 3/5] KVM: MMU: introduce gfn_to_page_many_atomic() function
` [PATCH v7 4/5] KVM: MMU: prefetch ptes when intercepted guest #PF
` [PATCH v7 5/5] KVM: MMU: combine guest pte read between fetch and pte prefetch
` [PATCH v7 2/5] KVM: MMU: introduce hva_to_pfn_atomic function
[PATCH v7 1/5] export __get_user_pages_fast() function
2010-08-21 11:05 UTC
[PATCH] BUG: Turnoff khugepaged before start tests
2010-08-20 20:37 UTC (2+ messages)
guest MAC-address isolation
2010-08-20 17:48 UTC (2+ messages)
[PATCH] Work around xstate_size export for kvm-kmod
2010-08-20 8:36 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;
as well as URLs for NNTP newsgroup(s).