public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-10 14:47:06 to 2009-09-16 09:26:12 UTC [more...]

[PATCH QEMU-KVM 00/34] Test framwork ported to qemu -kernel
 2009-09-16  9:26 UTC  (33+ messages)
` [PATCH QEMU-KVM 01/34] Add test device
` [PATCH QEMU-KVM 02/34] test: load image immediately after program headers
` [PATCH QEMU-KVM 03/34] test: Set up a default stack
` [PATCH QEMU-KVM 04/34] test: add multiboot headers to startup files
` [PATCH QEMU-KVM 05/34] test: Map 4GB of memory
` [PATCH QEMU-KVM 06/34] test: use real APIC instead of fake APIC
` [PATCH QEMU-KVM 07/34] test: switch output format to elf
` [PATCH QEMU-KVM 08/34] test: Remove smp support from access.c
` [PATCH QEMU-KVM 09/34] test: fix realmode test print_serial() direction flag
` [PATCH QEMU-KVM 10/34] test: port readmode tests to multiboot
` [PATCH QEMU-KVM 11/34] test: Allow adding mode vmexit latency tests
` [PATCH QEMU-KVM 12/34] test: Add vmcall latency test
` [PATCH QEMU-KVM 13/34] test: add cr8 latency tests
` [PATCH QEMU-KVM 14/34] test: Mask PIC interrupts before APIC test
` [PATCH QEMU-KVM 15/34] test-device: add support for irq injection
` [PATCH QEMU-KVM 16/34] test: Use function table for APIC access
` [PATCH QEMU-KVM 17/34] test: use new apic_icr_write() to issue IPI
` [PATCH QEMU-KVM 18/34] test: add x2apic test
` [PATCH QEMU-KVM 19/34] test: add support for the firmware configuration interface
` [PATCH QEMU-KVM 20/34] test: Add fwcfg interface for getting the cpu count
` [PATCH QEMU-KVM 21/34] test: vm: map mmio 1:1
` [PATCH QEMU-KVM 22/34] test: apic: use 1:1 mapping for apic
` [PATCH QEMU-KVM 23/34] test: Move apic functions to libcflat
` [PATCH QEMU-KVM 24/34] test: switch 64-bit smp startup to real APIC
` [PATCH QEMU-KVM 25/34] test: add apic_id() accessor
` [PATCH QEMU-KVM 26/34] test: Use xapic_write() to enable xapic()
` [PATCH QEMU-KVM 27/34] test: initialize idt on all processors
` [PATCH QEMU-KVM 28/34] test: initialize apic/x2apic "
` [PATCH QEMU-KVM 29/34] test: wait for all processors to complete initialization
` [PATCH QEMU-KVM 30/34] test: port smp runtime to real apic
` [PATCH QEMU-KVM 31/34] test: drop irq.flat
` [PATCH QEMU-KVM 33/34] test: Fix compilation rule for assembly files wrt autodependencies

Running kvm/use/kvmctl just segfault
 2009-09-16  9:10 UTC  (12+ messages)

[KVM-AUTOTEST PATCH 1/2] Add KSM test
 2009-09-16  8:56 UTC  (2+ messages)

kvm network latency, higher with virtio ?
 2009-09-16  8:47 UTC  (3+ messages)

[PATCHv5 3/3] vhost_net: a kernel-level virtio server
 2009-09-16  8:23 UTC  (32+ messages)

[PATCH -v2] QEMU-KVM: MCE: Relay UCR MCE to guest
 2009-09-16  8:10 UTC  (9+ messages)

[PATCH] Adding a userspace application crash handling system to autotest
 2009-09-15 21:05 UTC  (2+ messages)
  ` [Autotest] "

[PATCH] Adding a userspace application crash handling system to autotest
 2009-09-15 21:00 UTC 

[PATCH] Adding a userspace application crash handling system to autotest
 2009-09-15 18:50 UTC  (4+ messages)
` [Autotest] "

[PATCH 1/4] Moving stand alone test files to a tests repository
 2009-09-15 18:02 UTC  (4+ messages)
` [PATCH 2/4] KVM test: Splitting kvm_tests.py into separate modules
  ` [PATCH 3/4] KVM test: Moving utility functions to kvm_utils.py
    ` [PATCH 4/4] KVM tests: Load tests from the test module

kvm scaling question
 2009-09-15 14:10 UTC  (9+ messages)
` Proxmox VE 1.4beta1 released

[PATCH] KVM test: Fixing the release tag fix
 2009-09-15 14:00 UTC 

[ kvm-Bugs-2859271 ] USB pass-through works, but device won't work
 2009-09-15 13:39 UTC 

[PATCH] Activate Virtualization On Demand
 2009-09-15  9:37 UTC 

[PATCH 1/2] KVM test: Renaming some test files
 2009-09-15  7:03 UTC  (2+ messages)
` [PATCH 2/2] KVM test: Fixing KVM release tag detection

[PATCH] Add pass through feature test (support SR-IOV)
 2009-09-15  2:20 UTC 

pci: is reset incomplete?
 2009-09-14 22:54 UTC  (4+ messages)

[GIT PULL][RESEND]KVM updates for 2.6.32-rc1
 2009-09-14 17:54 UTC 

[PATCH] Activate Virtualization On Demand
 2009-09-14 16:54 UTC  (8+ messages)

[PATCH 0/3] ksm support for kvm
 2009-09-14 16:51 UTC  (14+ messages)
` [PATCH 1/3] kvm: dont hold pagecount reference for mapped sptes pages
  ` [PATCH 2/3] add SPTE_HOST_WRITEABLE flag to the shadow ptes
    ` [PATCH 3/3] add support for change_pte mmu notifiers

[PATCH 00/10][QEMU-KVM] Port test suite to multiboot
 2009-09-14 13:30 UTC  (16+ messages)
` [PATCH 01/10] Add test device for use with the test suite
` [PATCH 02/10] test: load image immediately after program headers
` [PATCH 03/10] test: Set up a default stack
` [PATCH 04/10] test: add multiboot headers to startup files
` [PATCH 05/10] test: Map 4GB of memory
` [PATCH 06/10] test: use real APIC instead of fake APIC
` [PATCH 07/10] test: switch output format to elf
` [PATCH 08/10] test: Remove smp support from access.c
` [PATCH 09/10] test: fix realmode test print_serial() direction flag
` [PATCH 10/10] test: port readmode tests to multiboot

[PATCH 0/3] Add x2apic mode to apic test
 2009-09-14 13:02 UTC  (4+ messages)
` [PATCH 1/3] test: Use function table for APIC access
` [PATCH 2/3] test: use new apic_icr_write() to issue IPI
` [PATCH 3/3] test: add x2apic test

[Autotest] [KVM-AUTOTEST PATCH 0/7] KVM test: support for the new remote shell server for Windows
 2009-09-14 11:58 UTC 

[PATCH 0/2] Make apic.flat test pass again
 2009-09-14 11:50 UTC  (3+ messages)
` [PATCH 1/2] test: Mask PIC interrupts before APIC test
` [PATCH 2/2] test-device: add support for irq injection

[Autotest] [KVM-AUTOTEST PATCH 0/7] KVM test: support for the new remote shell server for Windows
 2009-09-14  9:39 UTC  (3+ messages)

[KVM-AUTOTEST PATCH 1/4] KVM test: migration test: destroy dest_vm if test fails
 2009-09-14  8:46 UTC  (4+ messages)
` [KVM-AUTOTEST PATCH 2/4] KVM test: wait_for_login(): include the VM's name in log messages
  ` [KVM-AUTOTEST PATCH 3/4] KVM test: kvm_vm.py: wrap VM.destroy() in a try-finally block
    ` [KVM-AUTOTEST PATCH 4/4] KVM test: boot test: change the scope of the try-finally statement

[Autotest] [PATCH 12/19] KVM test: Add new module kvm_test_utils.py
 2009-09-14  8:46 UTC 

[PATCH 03/19] KVM test: scan_results.py: allow parsing and printing of multiple result files
 2009-09-14  8:40 UTC  (13+ messages)
` [PATCH 04/19] KVM test: kvm_utils.py: add kill_process_tree()
  ` [PATCH 05/19] KVM test: kvm_subprocess: use kill_process_tree() to close child processes
    ` [PATCH 06/19] KVM test: timedrift test: set CPU affinity recursively for all children
      ` [PATCH 07/19] KVM test: kvm_subprocess: get rid of get_pid() (replace it with get_shell_pid())
        ` [PATCH 08/19] KVM test: remove unused function is_sshd_running()
          ` [PATCH 09/19] KVM test: kvm_config.py: remove unused function get_match_block_indices()
            ` [PATCH 10/19] KVM test: boot test: add option to reboot using system_reset
              ` [PATCH 11/19] KVM test: shutdown test: allow shutting down using system_powerdown
                ` [PATCH 12/19] KVM test: Add new module kvm_test_utils.py
                  ` [Autotest] "

[PATCH] test: add cr8 latency tests
 2009-09-14  7:51 UTC 

[patch 0/5] unify remote request and kvm_vcpu_kick IPI mechanism
 2009-09-14  7:17 UTC  (11+ messages)
` [RFC] KVM: x86: conditionally acquire/release slots_lock on entry/exit

Biweekly KVM Test report, kernel 8f54d... qemu 33ed1
 2009-09-14  3:28 UTC 

[PATCH QEMU-KVM 0/2] vmcall latency test
 2009-09-13 16:09 UTC  (3+ messages)
` [PATCH QEMU-KVM 1/2] test: Allow adding mode vmexit latency tests
` [PATCH QEMU-KVM 2/2] test: Add vmcall latency test

[PATCH 1/4] Remove unused function
 2009-09-13 12:55 UTC  (6+ messages)
` [PATCH 2/4] Use kvm_cpu_synchronize_state() instead of kvm_arch_(save|load)_regs()
` [PATCH 3/4] set correct CS seg limit and flags on sipi
` [PATCH 4/4] Make cpu runnable after sipi

losing mouse location with vnc
 2009-09-12  9:48 UTC  (2+ messages)

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2009-09-12  9:15 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2009-09-12  9:14 UTC 

KVM updates for 2.6.32-rc1
 2009-09-12  8:20 UTC 

Poor network performance with cable modem assigned to guest
 2009-09-12  7:51 UTC  (5+ messages)

[KVM-AUTOTEST PATCH v2 1/3] KVM test: use a better source for random numbers
 2009-09-11 14:15 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH v2 2/3] [RFC] KVM test: kvm_tests.cfg.sample: add some scheduler params
  ` [KVM-AUTOTEST PATCH v2 3/3] [RFC] KVM test: client parallel test execution

[ kvm-Bugs-2826486 ] Clock speed in FreeBSD
 2009-09-11  9:03 UTC 

[PATCH 1/3] KVM test: use a better source for random numbers
 2009-09-11  1:19 UTC  (3+ messages)
` [PATCH 2/3] [RFC] KVM test: kvm_tests.cfg.sample: add some scheduler params
  ` [PATCH 3/3] [RFC] KVM test: client parallel test execution

[PATCH] KVM test: Make install test not strip binaries
 2009-09-10 15:09 UTC 

[PATCH 1/3] KVM test: Move top level docstrings, other cleanups
 2009-09-10 14:47 UTC  (3+ messages)
` [PATCH 2/3] KVM test: Removing the fix_cdkeys.py program
  ` [PATCH 3/3] KVM test: Points user to online documentation


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