public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-06-09 09:37:12 to 2009-06-10 20:04:55 UTC [more...]

[PATCH 0/4] qemu-kvm cleanup
 2009-06-10 20:04 UTC  (5+ messages)
` [PATCH 1/4] qemu-kvm.c memory cleanup
  ` [PATCH 2/4] cleanup mmio coalescing functions
    ` [PATCH 3/4] remove callbacks structure
      ` [PATCH 4/4] remove wrappers around ex-libkvm functions

[PATCH] Fixing spacing on messages coming from kvm_config
 2009-06-10 20:00 UTC  (2+ messages)
` [PATCH] Fix the remaining references to the old test name

[KVM-AUTOTEST PATCH 01/06] kvm_vm.py: create a lock file to avoid VM creation in parallel
 2009-06-10 19:30 UTC  (12+ messages)
` [KVM-AUTOTEST PATCH 02/06] kvm_runtest_2.py: Use env filename specified by the 'env' parameter
  ` [KVM-AUTOTEST PATCH 03/06] kvm_vm.py: add new VM parameter 'x11_display' that controls $DISPLAY
    ` [KVM-AUTOTEST PATCH 04/06] VM.create(): always destroy() the VM before attempting to start it
      ` [KVM-AUTOTEST PATCH 05/06] kvm_utils.py: remote_login(): improve regular expression matching
        ` [KVM-AUTOTEST PATCH 06/06] kvm_config: Make split_and_strip function to strip the right quotes

[PATCHv3 03/13] qemu: add routines to manage PCI capabilities
 2009-06-10 19:27 UTC  (24+ messages)
  ` [Qemu-devel] "
` [PATCHv3 05/13] qemu: MSI-X support functions
  ` [Qemu-devel] "
` [PATCHv3 07/13] qemu: minimal MSI/MSI-X implementation for PC
  ` [Qemu-devel] "
` [PATCHv3 08/13] qemu: add support for resizing regions
  ` [Qemu-devel] "
` [PATCHv3 12/13] qemu: virtio save/load bindings
  ` [Qemu-devel] "

[PATCH 05/11] qemu: MSI-X support functions
 2009-06-10 19:04 UTC  (16+ messages)
  ` [Qemu-devel] "

[PATCH 0/2] RFC use dirty bit for page dirty tracking (v2)
 2009-06-10 17:00 UTC  (4+ messages)
` [PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages
  ` [PATCH 2/2] kvm: change the dirty page tracking to work with dirty bity

[ kvm-Bugs-2804283 ] bug when using virtualbox and kvm
 2009-06-10 16:52 UTC 

TODO list for qemu+KVM networking performance v2
 2009-06-10 16:28 UTC  (9+ messages)

[patch] qemu-kvm BIOS move _PR to SSDT
 2009-06-10 16:15 UTC  (4+ messages)

[PATCHv2 0/4] decouple vcpu index from apic id
 2009-06-10 15:41 UTC  (6+ messages)
` [PATCHv2 1/4] Introduce kvm_vcpu_is_bsp() function
` [PATCHv2 2/4] Use pointer to vcpu instead of vcpu_id in timer code
` [PATCHv2 3/4] Break dependency between vcpu index in vcpus array and vcpu_id
` [PATCHv2 4/4] Use macro to iterate over vcpus

[patch 0/4] mmu audit update
 2009-06-10 15:27 UTC  (8+ messages)
` [patch 0/6] mmu audit update v4
  ` [patch 1/6] KVM: MMU: introduce is_last_spte helper
  ` [patch 2/6] KVM: MMU audit: update count_writable_mappings / count_rmaps
  ` [patch 3/6] KVM: MMU audit: update audit_write_protection
  ` [patch 4/6] KVM: MMU audit: nontrapping ptes in nonleaf level
  ` [patch 5/6] KVM: MMU audit: audit_mappings tweaks
  ` [patch 6/6] KVM: MMU audit: largepage handling

[patch 0/5] VMX EPT misconfigurtion handler
 2009-06-10 15:24 UTC  (15+ messages)
` [patch 1/5] KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
` [patch 2/5] KVM: MMU: make for_each_shadow_entry aware of largepages
` [patch 3/5] KVM: MMU: add kvm_mmu_shadow_walk helper
` [patch 4/5] KVM: VMX: EPT misconfiguration handler
` [patch 5/5] KVM: VMX: conditionally disable 2M pages

[KVM-AUTOTEST PATCH] Make all programs on kvm test use /usr/bin/python - take 2
 2009-06-10 15:05 UTC  (2+ messages)
` [Autotest] "

Latest kvm packages for CentOS 5.3
 2009-06-10 14:50 UTC  (2+ messages)

[KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python
 2009-06-10 14:19 UTC  (11+ messages)
` [KVM-AUTOTEST PATCH 2/4] Make kvm_config.py to use internal/standard exeptions
  ` [KVM-AUTOTEST PATCH 3/4] Fix bad line breaks
    ` [KVM-AUTOTEST PATCH 4/4] Fix bad logging calls
  ` [Autotest] [KVM-AUTOTEST PATCH 2/4] Make kvm_config.py to use internal/standard exeptions
` [Autotest] [KVM-AUTOTEST PATCH 1/4] Make all programs on kvm test use /usr/bin/python

Network throughput limits for local VM <-> VM communication
 2009-06-10 13:57 UTC  (5+ messages)

[PATCH 0/3] pte accessor fixes
 2009-06-10 12:40 UTC  (6+ messages)
` [PATCH 1/3] KVM: MMU: Fix is_dirty_pte()
` [PATCH 2/3] KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
` [PATCH 3/3] KVM: MMU: s/shadow_pte/spte/

[PATCHv4 01/13] qemu: make default_write_config use mask table
 2009-06-10 12:29 UTC  (13+ messages)
` [PATCHv4 02/13] qemu: capability bits in pci save/restore
` [PATCHv4 03/13] qemu: add routines to manage PCI capabilities
` [PATCHv4 04/13] qemu: helper routines for pci access
` [PATCHv4 05/13] qemu: MSI-X support functions
` [PATCHv4 06/13] qemu: add flag to disable MSI-X by default
` [PATCHv4 07/13] qemu: minimal MSI/MSI-X implementation for PC
` [PATCHv4 08/13] qemu: add support for resizing regions
` [PATCHv4 09/13] qemu: virtio support for many interrupt vectors
` [PATCHv4 10/13] qemu: MSI-X support in virtio PCI
` [PATCHv4 11/13] qemu: request 3 vectors in virtio-net
` [PATCHv4 12/13] qemu: virtio save/load bindings
` [PATCHv4 13/13] qemu: add pci_get/set_byte

[PATCHv4 00/13] qemu: MSI-X support
 2009-06-10 12:27 UTC 

[Autotest] [KVM-AUTOTEST PATCH 4/4] Fix bad logging calls
 2009-06-10 12:30 UTC 

[PATCH 1/2] Clean up MADT Table Creation (v2)
 2009-06-10 12:29 UTC  (3+ messages)
` [PATCH 2/2] Clean up RSDT "

BUG at mmu.c:615 from localhost migration using ept+hugetlbfs
 2009-06-10 12:10 UTC  (6+ messages)

[PATCH 0/2] *** SUBJECT HERE ***
 2009-06-10 12:06 UTC  (6+ messages)
` [PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages
  ` [PATCH 2/2] kvm: change the dirty page tracking to work with dirty bit instead of page fault

[KVM-AUTOTEST PATCH] A test patch - Boot VMs until one of them becomes unresponsive
 2009-06-10 11:52 UTC 

KVM & VServer coexistence
 2009-06-10 11:29 UTC  (3+ messages)

[ANNOUNCE] kvm-kmod-2.6.30
 2009-06-10 10:45 UTC 

[PATCH 0/4] Arguments to skip boot menu and to hide bios output
 2009-06-10 10:32 UTC 

[KVM-AUTOTEST PATCH] A test patch - Boot VMs until one of them becomes unresponsive
 2009-06-10 10:31 UTC  (2+ messages)

[PATCH net-next 2/4] udp: Handle large UFO packets from untrusted sources
 2009-06-10  9:17 UTC  (8+ messages)

[PATCH] KVM: MCE: Fix compiling without CONFIG_X86_MCE
 2009-06-10  9:08 UTC  (2+ messages)

[PATCH RFC] qemu: fix hot remove assigned device
 2009-06-10  8:55 UTC  (11+ messages)

[KVM-AUTOTEST PATCH 0/8] Re-submitting some of the patches on the patch queue
 2009-06-10  8:12 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH] A test patch - Boot VMs until one of them becomes unresponsive

[KVM-AUTOTEST PATCH] A test patch - Boot VMs until one of them becomes unresponsive
 2009-06-10  8:10 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] Refactoring KVM install test - take 2
 2009-06-10  2:26 UTC  (3+ messages)

[ kvm-Bugs-2803811 ] Intel Pro/1000 PT unable to get IP under Windows 7 guest
 2009-06-09 22:03 UTC 

KVM won't compile on 2.6.29
 2009-06-09 18:01 UTC 

[ kvm-Bugs-2803638 ] kvm-86: winxp guest + kvmnet.sys virtio unstable
 2009-06-09 17:32 UTC 

[ kvm-Bugs-2803653 ] kvm-86: winxp guest caps-lock broken
 2009-06-09 16:57 UTC 

[ kvm-Bugs-2803638 ] kvm-86: winxp guest + kvmnet.sys virtio unstable
 2009-06-09 16:45 UTC 

[PATCH 0/2] get rid of libkvm-common.h
 2009-06-09 16:43 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] pull qemu headers into libkvm

[KVM-AUTOTEST PATCH 0/4] Fix mistakes made during the upstream merge work
 2009-06-09 16:33 UTC 

[PATCH] kvm: x86: Fix racy event propagation in kmv timer
 2009-06-09 13:59 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] kvm: x86: Drop useless atomic test from timer function

[patch 0/4] mmu audit update
 2009-06-09 13:13 UTC  (10+ messages)
` [patch 1/4] KVM: MMU audit: update count_writable_mappings / count_rmaps
` [patch 0/4] mmu audit update v2
  ` [patch 2/4] KVM: MMU audit: update audit_write_protection
  ` [patch 3/4] KVM: MMU audit: nontrapping ptes in nonleaf level
  ` [patch 4/4] KVM: MMU audit: audit_mappings tweaks

[PATCH 0/2] Add serial number support for virtio_blk, V4
 2009-06-09 12:42 UTC  (5+ messages)
` [PATCH 2/2] Add serial number support for virtio_blk, V4a
  ` [PATCH] "

[ kvm-Bugs-2506814 ] TAP network lockup after some traffic
 2009-06-09 11:35 UTC 

[PATCH] KVM: Document basic API
 2009-06-09 10:00 UTC 


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