messages from 2009-12-15 11:21:10 to 2009-12-20 16:55:13 UTC [more...]
[ANNOUNCE] qemu-kvm-0.12.1
2009-12-20 16:57 UTC (2+ messages)
0.12.0-rc2: undefined reference to `kvm_save_mpstate
2009-12-20 16:19 UTC
[ANNOUNCE] qemu-kvm-0.12.0-rc2 released
2009-12-20 16:25 UTC (12+ messages)
` [Qemu-devel] "
qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 15:52 UTC (6+ messages)
Nested VMX support v4
2009-12-20 14:25 UTC (19+ messages)
` [PATCH 1/7] Nested VMX patch 1 implements vmon and vmoff
` [PATCH 2/7] Nested VMX patch 2 implements vmclear
` [PATCH 3/7] Nested VMX patch 3 implements vmptrld and vmptrst
` [PATCH 4/7] Nested VMX patch 4 implements vmread and vmwrite
` [PATCH 5/7] Nested VMX patch 5 Simplify fpu handling
` [PATCH 6/7] Nested VMX patch 6 implements vmlaunch and vmresume
` [PATCH 7/7] Nested VMX patch 7 handling of nested guest exits
[PATCH] kvm: get rid of unused label warning
2009-12-20 12:16 UTC (2+ messages)
[PATCH] fix vhost ioctl handling for 32-bit
2009-12-20 12:02 UTC (2+ messages)
[PATCH net-next 0/2] Defer skb allocation in virtio_net recv
2009-12-20 11:24 UTC (5+ messages)
` [PATCH 1/2] virtio: Add detach unused buffer from vring
` [PATCH 2/2] virtio_net: Defer skb allocation in receive path
[PATCH] KVM: SVM: Adjust tsc_offset only if tsc_unstable
2009-12-20 9:59 UTC (3+ messages)
[PATCH] KVM-PPC: Fix mtsrin in book3s_64 mmu
2009-12-20 9:31 UTC (3+ messages)
[PATCH 0/6 v2] Add support for RDTSCP in VMX
2009-12-20 9:30 UTC (8+ messages)
` [PATCH 1/6] KVM: VMX: Remove redundant variable
` [PATCH 2/6] x86: Add IA32_TSC_AUX MSR
` [PATCH 3/6] KVM: Extended shared_msr_global to per CPU
` [PATCH 4/6] x86: Raise vsyscall priority on hotplug notifier chain
` [PATCH 5/6] KVM: Add cpuid_update() callback to kvm_x86_ops
` [PATCH 6/6] KVM: VMX: Add instruction rdtscp support for guest
SIGTERM to qemu-kvm process destroys qcow2 image?
2009-12-20 6:21 UTC (10+ messages)
buildbot failure in qemu-kvm on default_i386_out_of_tree
2009-12-19 2:04 UTC
buildbot failure in qemu-kvm on default_x86_64_out_of_tree
2009-12-19 2:04 UTC
buildbot failure in qemu-kvm on default_i386_debian_5_0
2009-12-19 2:03 UTC
buildbot failure in qemu-kvm on default_x86_64_debian_5_0
2009-12-19 2:03 UTC
[GIT PULL] AlacrityVM guest drivers for 2.6.33
2009-12-18 21:51 UTC
[Autotest PATCH] KVM test: Add a subtest vnc via which interacts with guest
2009-12-18 15:25 UTC (2+ messages)
` [Autotest] "
[Autotest] [KVM-AUTOTEST] KSM-overcommit test v.2 (python version)
2009-12-18 15:04 UTC (6+ messages)
network shutdown under heavy load
2009-12-18 1:27 UTC (5+ messages)
kernel memory allocation bug in 2.6.27.32-2.6.27.41 kvm section
2009-12-17 15:35 UTC
wifi pci card issue in windows host
2009-12-17 16:09 UTC
[PATCH 0/4] Add support for RDTSCP in VMX
2009-12-17 15:06 UTC (14+ messages)
` [PATCH 1/4] KVM: VMX: Remove redundant variable
` [PATCH 2/4] KVM: Extended shared_msr_global to per CPU
` [PATCH 3/4] x86: Add IA32_TSC_AUX MSR
` [PATCH 4/4] KVM: VMX: Add instruction rdtscp support for guest
[PATCH 0/3] Device Assignment fixes
2009-12-17 15:04 UTC (4+ messages)
` [PATCH 1/3] Enable non page boundary BAR device assignment
` [PATCH 2/3] Split off sysfs id retrieval
` [PATCH 3/3] Inform users about busy device assignment attempt
[PATCH-cc-fixed] vhost: add missing architectures
2009-12-17 13:01 UTC
[PATCH] vhost: add missing architectures
2009-12-17 12:50 UTC
Mouse and keyboard dead in XP guest
2009-12-17 9:50 UTC
Tuning guide, -cpu host crashes hosted VM
2009-12-17 8:46 UTC (2+ messages)
debugging windows guests
2009-12-17 8:37 UTC (11+ messages)
qemu-kvm: fix infinite recursion in pci
2009-12-17 8:25 UTC (2+ messages)
[ kvm-Bugs-2907597 ] qemu vnc server clips at 2560x1600
2009-12-17 3:18 UTC
Art Kupr has added you as a friend on the website VK.com
2009-12-14 16:26 UTC
[KVM-autotest][RFC] 32/32 PAE bit guest system definition
2009-12-16 22:07 UTC (3+ messages)
` [Autotest] "
[PATCH] Enable non page boundary BAR device assignment
2009-12-16 20:12 UTC (10+ messages)
` [PATCH] Inform users about busy device assignment attempt
RFC - TSC virtualization for KVM
2009-12-16 14:41 UTC (20+ messages)
` [PATCH RFC: kvm tsc virtualization 01/20] Move TSC read to vmx_vcpu_put
` [PATCH RFC: kvm tsc virtualization 02/20] Add a hotplug notifier to KVM x86 backend
` [PATCH RFC: kvm tsc virtualization 03/20] TSC offset framework
` [PATCH RFC: kvm tsc virtualization 04/20] Synchronize TSC when a new CPU comes up
` [PATCH RFC: kvm tsc virtualization 05/20] Fix AMD C1 TSC desynchronization
` [PATCH RFC: kvm tsc virtualization 06/20] Make TSC reference stable across frequency changes
` [PATCH RFC: kvm tsc virtualization 07/20] Basic SVM implementation of RDTSC trapping
` [PATCH RFC: kvm tsc virtualization 08/20] Export the reference TSC from KVM module
` [PATCH RFC: kvm tsc virtualization 09/20] Use TSC reference for SVM
` [PATCH RFC: kvm tsc virtualization 10/20] Add a stat counter for RDTSC exits
` [PATCH RFC: kvm tsc virtualization 11/20] Use highest TSC frequency as reference clock
` [PATCH RFC: kvm tsc virtualization 12/20] Higher accuracy TSC offset computation
` [PATCH RFC: kvm tsc virtualization 13/20] Combine observed TSC deviation into moving average
` [PATCH RFC: kvm tsc virtualization 14/20] Move TSC cpu vars to a struct
` [PATCH RFC: kvm tsc virtualization 15/20] Fix longstanding races
qemu-kvm requires apic initialized before vcpu main loop
2009-12-16 14:12 UTC (10+ messages)
` [PATCH] qemu-kvm initialize vcpu state after machine initialization
Issues with qemu-kvm.git from today
2009-12-16 12:16 UTC (2+ messages)
seabios question
2009-12-16 11:06 UTC (5+ messages)
[PATCH 0/3] Device Assignment fixes
2009-12-16 10:41 UTC (24+ messages)
` [PATCH 1/3] Enable non page boundary BAR device assignment
` [PATCH 2/3] Split off sysfs id retrieval
` [PATCH 3/3] Inform users about busy device assignment attempt
Memory under KVM?
2009-12-16 10:09 UTC (8+ messages)
[PATCH] KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates
2009-12-16 9:59 UTC (17+ messages)
` [PATCH] KVM: x86: Adjust KVM_VCPUEVENT flag names
` [PATCH v2] KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates
[PATCH 0/1] Defer skb allocation for both mergeable buffers and big packets in virtio_net
2009-12-16 5:04 UTC (24+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 2/4] Defer skb allocation -- new skb_set calls & chain pages "
` PATCH v2 3/4] Defer skb allocation -- new recvbuf alloc & receive calls
` [RFC PATCH] Subject: virtio: Add unused buffers detach from vring
` [PATCH v2 1/4] Defer skb allocation -- add destroy buffers function for virtio
SeaBIOS mailing list
2009-12-16 5:00 UTC (3+ messages)
buildbot failure in qemu-kvm on default_i386_out_of_tree
2009-12-16 2:04 UTC
buildbot failure in qemu-kvm on default_x86_64_out_of_tree
2009-12-16 2:04 UTC
buildbot failure in qemu-kvm on default_i386_debian_5_0
2009-12-16 2:03 UTC
buildbot failure in qemu-kvm on default_x86_64_debian_5_0
2009-12-16 2:03 UTC
[ kvm-Bugs-2915201 ] Nested kvm (SVM)
2009-12-16 0:35 UTC
Fwd: Re: debugging/instrumenting windows guests + some bugs
2009-12-15 22:17 UTC
Now you can market directly to doctors with our lists
2009-12-15 17:42 UTC
[Fwd: Re: [PATCH v2 1/4] Defer skb allocation -- add destroy buffers function for virtio]
2009-12-15 16:13 UTC
OpenBSD 4.5 and qemu-kvm-0.12.0-rc2
2009-12-15 13:23 UTC (2+ messages)
[PATCH] Make S390x work in qemu-kvm
2009-12-15 13:07 UTC (6+ messages)
Indefinite recursion in pci_default_read_config
2009-12-15 12:21 UTC (6+ 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