public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-08-22 12:18:30 to 2010-08-24 13:48:01 UTC [more...]

[PATCH kvm-unit-tests 00/10] Minor cleanup and fix for 32bit test
 2010-08-24 13:47 UTC  (10+ messages)
` [PATCH kvm-unit-tests 01/10] Do not track config.mak and kvmtrace
` [PATCH kvm-unit-tests 02/10] Remove trailing whitespaces
` [PATCH kvm-unit-tests 03/10] Makefile cleanup
` [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 1/3] KVM: x86 emulator: Rename variable that shadows another local variable
 2010-08-24 13:41 UTC  (9+ messages)
` [PATCH 2/3] KVM: x86 emulator: move string instruction completion check into separate function
` [PATCH 3/3] KVM: x86 emulator: get rid of "restart" in emulation context

KVM timekeeping and TSC virtualization
 2010-08-24 13:32 UTC  (26+ messages)
` [KVM timekeeping 03/35] Move TSC offset writes to common code
` [KVM timekeeping 05/35] Move TSC reset out of vmcb_init
` [KVM timekeeping 08/35] Warn about unstable TSC
` [KVM timekeeping 11/35] Add helper functions for time computation
` [KVM timekeeping 12/35] Robust TSC compensation
` [KVM timekeeping 33/35] Indicate reliable TSC in kvmclock

KVM call agenda for August 24
 2010-08-24 13:31 UTC  (3+ messages)
  ` KVM call cancelled [was: Re: KVM call agenda for August 24]

[PATCH 1/4] PCI: define PCIBUS_MAX_DEVICES and PCI_FUNCTIONS_PER_DEVICE in pci.h
 2010-08-24 13:28 UTC  (4+ messages)
` [PATCH 2/4] pci init: fail qemu if devfn exceeding the max function number supported on bus
` [PATCH 3/4] Check pci slot number against PCIBUS_MAX_DEVICES in parse_pci_devfn
` [PATCH 4/4] Rename PCI_FUNC_MAX to PCI_FUNCTIONS_PER_DEVICES in pci.[ch]

[PATCH 1/2] S390: take a full byte as ext_param indicator
 2010-08-24 13:24 UTC  (12+ messages)
` [PATCH 2/2] S390: Add virtio hotplug add support

[PATCH 0/4 v2] kvm: rework KVM mmu_shrink() code
 2010-08-24 13:12 UTC  (11+ messages)
        ` [PATCH -kvm] kvm: fix regression from "

Having trouble with ballooning
 2010-08-24 12:50 UTC  (3+ messages)

[PATCH v5 00/12] KVM: Add host swap event notifications for PV guest
 2010-08-24 12:33 UTC  (38+ 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
` [PATCH v5 09/12] Retry fault before vmentry
` [PATCH v5 10/12] Handle async PF in non preemptable context
` [PATCH v5 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v5 12/12] Send async PF when guest is not in userspace too

[PATCH 1/3] PCI: define max devices number on PCIBus as PCIBUS_MAX_DEVICES in pci.h
 2010-08-24 12:24 UTC  (11+ messages)
` [PATCH 2/3] pci init: fail qemu if devfn exceeding the max devices number supported on bus
` [PATCH 3/3] Check pci slot number in parse_pci_devfn
  ` [Qemu-devel] "

[PATCH 0/3] Trap and propagate divide errors when emulating DIV
 2010-08-24 11:39 UTC  (6+ messages)
` [PATCH 1/3] x86: allow kernel exception fixup for divide errors (#DE)
` [PATCH 2/3] KVM: x86 emulator: add macros for executing instructions that may trap
` [PATCH 3/3] KVM: x86 emulator: trap and propagate #DE from DIV and IDIV

[PATCH kvm-unit-tests 0/3] DIV exception tests
 2010-08-24 11:01 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/3] Support #DE (divide error) exception handlers
` [PATCH kvm-unit-tests 2/3] Allow emulation tests to trap exceptions
` [PATCH kvm-unit-tests 3/3] Add DIV tests

confusion about kvm_mmu_pte_write
 2010-08-24  9:54 UTC  (2+ messages)

[PATCH 2/3] pci init: fail qemu if devfn exceeding the max devices number supported on bus
 2010-08-24  6:51 UTC  (3+ messages)
` [PATCH 3/3] Check pci slot number in parse_pci_devfn

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

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

[PATCH] test: Add realmode test for 2 op imul instruction (0x0f 0xaf)
 2010-08-24  2:24 UTC  (3+ messages)

[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] "

KM call agend for August 24
 2010-08-23 23:13 UTC 

[PATCH] KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation
 2010-08-23 23:26 UTC  (7+ 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 0/4]: NUMA: add host binding
 2010-08-23 21:27 UTC  (6+ messages)
` [PATCH 4/4] NUMA: realize NUMA memory pinning

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  (5+ messages)

[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  (4+ messages)

[PATCH] block: Make BSG detection more sane in hdev_open()
 2010-08-23  0:27 UTC  (3+ 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  (5+ messages)
` [PATCH 03/14] KVM: x86 emulator: implement DAS (opcode 2F)
` [PATCH 11/14] KVM: x86 emulator: consolidate immediate decode into a function
` [PATCH 13/14] KVM: x86 emulator: implement IMUL REG, R/M, IMM (opcode 69)

[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


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