messages from 2008-12-08 11:51:17 to 2008-12-10 03:11:39 UTC [more...]
[PATCH] virtio_net: add link status handling
2008-12-10 3:11 UTC (5+ messages)
[ kvm-Bugs-1971512 ] failure to migrate guests with more than 4GB of RAM
2008-12-10 3:09 UTC
FreeBSD guest on Linux host: console screen corruption?
2008-12-10 2:18 UTC
[PATCH 0/2] module_refcounting and anonymous inodes
2008-12-10 2:05 UTC (9+ messages)
[PATCH][BIOS] Fill IPL table according discovered ATA drives
2008-12-09 22:50 UTC (4+ messages)
` [Bochs-developers] [PATCH][BIOS] Fill IPL table accordingdiscovered "
` [Bochs-developers] [PATCH][BIOS] Fill IPL tableaccordingdiscovered "
[patch 0/3] synchronized TSC between vcpu's on SMP guests
2008-12-09 22:48 UTC (7+ messages)
` [patch 1/3] QEMU/KVM: x86: separate TSC load from kvm_arch_load_regs
` [patch 2/3] QEMU/KVM: BIOS: revert TSC zeroing
` [patch 3/3] KVM: VMX: initialize TSC offset relative to vm creation time
[PATCH 31/31] virt: Make static
2008-12-09 22:28 UTC
[PATCH] virtio: make PCI devices take a virtio_pci module ref
2008-12-09 22:25 UTC (10+ messages)
[PATCH 00/44] KVM Updates for 2.6.29 (part 2 of 3)
2008-12-09 20:22 UTC (45+ messages)
` [PATCH 01/44] KVM: ppc: adjust vcpu types to support 64-bit cores
` [PATCH 02/44] KVM: ppc: fix set regs to take care of msr change
` [PATCH 03/44] KVM: ppc: optimize kvm stat handling
` [PATCH 04/44] KVM: ppc: optimize find first bit
` [PATCH 05/44] KVM: ppc: optimize irq delivery path
` [PATCH 06/44] KVM: ppc: improve trap emulation
` [PATCH 07/44] KVM: Fix cpuid leaf 0xb loop termination
` [PATCH 08/44] KVM: Fix cpuid iteration on multiple leaves per eac
` [PATCH 09/44] KVM: ensure that memslot userspace addresses are page-aligned
` [PATCH 10/44] KVM: ppc: fix Kconfig constraints
` [PATCH 11/44] KVM: ia64: Remove some macro definitions in asm-offsets.c
` [PATCH 12/44] KVM: Fix kernel allocated memory slot
` [PATCH 13/44] KVM: ppc: use MMUCR accessor to obtain TID
` [PATCH 14/44] KVM: ppc: use prefetchable mappings for guest memory
` [PATCH 15/44] KVM: ppc: fix userspace mapping invalidation on context switch
` [PATCH 16/44] Merge branch 'x86/crashdump' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
` [PATCH 17/44] KVM: VMX: move vmx.h to include/asm
` [PATCH 18/44] KVM: SVM: move svm.h "
` [PATCH 19/44] KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h
` [PATCH 20/44] KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h
` [PATCH 21/44] x86: asm/virtext.h: add cpu_vmxoff() inline function
` [PATCH 22/44] KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
` [PATCH 23/44] x86: cpu_emergency_vmxoff() function
` [PATCH 24/44] KVM: SVM: move has_svm() code to asm/virtext.h
` [PATCH 25/44] KVM: SVM: move svm_hardware_disable() "
` [PATCH 26/44] x86: cpu_emergency_svm_disable() function
` [PATCH 27/44] kdump: forcibly disable VMX and SVM on machine_crash_shutdown()
` [PATCH 28/44] x86: disable VMX on all CPUs on reboot
` [PATCH 29/44] KVM: ia64: Define printk function for kvm-intel module
` [PATCH 30/44] KVM: ia64: Add some debug points to provide crash infomation
` [PATCH 31/44] KVM: ia64: Add handler for crashed vmm
` [PATCH 32/44] KVM: ia64: Clean up vmm_ivt.S using tab to indent every line
` [PATCH 33/44] KVM: VMX: Conditionally request interrupt window after injecting irq
` [PATCH 34/44] x86: KVM guest: sign kvmclock as paravirt
` [PATCH 35/44] KVM: Move ack notifier register and IRQ sourcd ID request
` [PATCH 36/44] KVM: Separate update irq to a single function
` [PATCH 37/44] KVM: Replace irq_requested with more generic irq_requested_type
` [PATCH 38/44] KVM: Clean up assigned_device_update_irq
` [PATCH 39/44] KVM: Add fields for MSI device assignment
` [PATCH 40/44] KVM: Export ioapic_get_delivery_bitmask
` [PATCH 41/44] KVM: Add assigned_device_msi_dispatch()
` [PATCH 42/44] KVM: Enable MSI for device assignment
` [PATCH 43/44] KVM: MSI to INTx translate
` [PATCH 44/44] KVM: MMU: optimize set_spte for page sync
Windows 2003, virtio Ethernet and USB - Strange Interaction
2008-12-09 18:52 UTC (5+ messages)
KVM: MMU: optimize set_spte for page sync
2008-12-09 15:52 UTC (8+ messages)
KVM: MMU: check for present pdptr shadow page in walk_shadow
2008-12-09 15:07 UTC
[RFC] Replace posix-aio with custom thread pool
2008-12-09 17:16 UTC (6+ messages)
` [Qemu-devel] "
[ kvm-Bugs-2405061 ] kvm-80: virtio networking broken
2008-12-09 17:01 UTC
[ kvm-Bugs-2405061 ] kvm-80: virtio networking broken
2008-12-09 15:43 UTC
[ kvm-Bugs-2411975 ] Vista can not boot up on PAE host
2008-12-09 15:24 UTC
[PATCH] kvm-userspace: fix module build with --kerneldir
2008-12-09 15:02 UTC (3+ messages)
[PATCH 0/3] Implement link status for virtio_net
2008-12-09 14:57 UTC (5+ messages)
` [PATCH 1/3] kvm: qemu: fix qemu_send_packet
` [PATCH 2/3] kvm: qemu: handle link status in qemu_sendv_packet()
` [PATCH 3/3] kvm: qemu: virtio-net: implement link status
[PATCH 0/3] v2: KVM-userspace: add NUMA support for guests
2008-12-09 14:55 UTC (8+ messages)
[PATCHSETS #2] KVM device passthrough support with AMD IOMMU
2008-12-09 14:16 UTC (35+ messages)
` [PATCH 0/21] AMD IOMMU support for KVM device assignment
` [PATCH 01/21] AMD IOMMU: rename iommu_map to iommu_map_page
` [PATCH 02/21] AMD IOMMU: fix iommu_map_page function
` [PATCH 03/21] AMD IOMMU: fix loop counter in free_pagetable function
` [PATCH 04/21] AMD IOMMU: make dma_ops_free_pagetable generic
` [PATCH 05/21] AMD IOMMU: add domain id free function
` [PATCH 06/21] AMD IOMMU: refactor completion wait handling into separate functions
` [PATCH 07/21] AMD IOMMU: move invalidation command building to a separate function
` [PATCH 08/21] AMD IOMMU: add iommu_flush_domain function
` [PATCH 09/21] AMD IOMMU: add protection domain flags
` [PATCH 10/21] AMD IOMMU: add checks for dma_ops domain to dma_ops functions
` [PATCH 11/21] AMD IOMMU: add device reference counting for protection domains
` [PATCH 12/21] AMD IOMMU: add device detach helper functions
` [PATCH 13/21] AMD IOMMU: add domain cleanup helper function
` [PATCH 14/21] AMD IOMMU: add domain init function for IOMMU API
` [PATCH 15/21] AMD IOMMU: add domain destroy "
` [PATCH 16/21] AMD IOMMU: add device detach "
` [PATCH 17/21] AMD IOMMU: add device attach "
` [PATCH 18/21] AMD IOMMU: add domain map "
` [PATCH 19/21] AMD IOMMU: add domain unmap "
` [PATCH 20/21] AMD IOMMU: add domain address lookup "
` [PATCH 21/21] AMD IOMMU: register functions for the "
` [PATCH 0/11] Factor VT-d KVM functions into a generic API
` [PATCH 01/11] KVM: rename vtd.c to iommu.c
` [PATCH 02/11] introcude linux/iommu.h for an iommu api
` [PATCH 03/11] add frontend implementation for the IOMMU API
` [PATCH 04/11] select IOMMU_API when DMAR and/or AMD_IOMMU is selected
` [PATCH 05/11] KVM: change KVM to use IOMMU API
` [PATCH 06/11] VT-d: adapt domain init and destroy functions for "
` [PATCH 07/11] VT-d: adapt device attach and detach "
` [PATCH 08/11] VT-d: adapt domain map and unmap "
` [PATCH 09/11] VT-d: adapt domain iova_to_phys function "
` [PATCH 10/11] VT-d: register functions for the "
` [PATCH 11/11] VT-d: remove now unused intel_iommu_found function
[PATCH] kvm-userspace: Add missing KVM string in the signature of CPUID
2008-12-09 14:16 UTC (4+ messages)
` [PATCH] kvm-userspace: Add '\0' at the end of "
[ kvm-Bugs-2351433 ] unhandled vm exit: 0x80000021 running UnixWare guest
2008-12-09 11:35 UTC
[PATCH] kvm: qemu: virtio-net: set info_str
2008-12-09 10:58 UTC
[PATCH][BIOS] Add BCV option rom in boot menu
2008-12-09 3:58 UTC (4+ messages)
` [Bochs-developers] "
Hangs
2008-12-09 0:34 UTC (10+ messages)
[PATCH 0/4] LSI53C895A: Implemented 64-bit Block Moves
2008-12-08 23:49 UTC (10+ messages)
` [PATCH 1/4] LSI53C895A: Rename dmbs register to dbms
` [PATCH 2/4] Add 64-bit Block Move support (Direct & Table Indirect)
` [PATCH 3/4] LSI53C895A: Implement TARGET RESET message
` [Qemu-devel] "
` [PATCH 4/4] LSI53C895A: Don't reset scratch C-R on soft reset
[ANNOUNCE] kvm-80 release
2008-12-08 20:57 UTC (4+ messages)
[PATCH 0/17] [v4] Support VT-d multiple device assignment for KVM
2008-12-08 20:18 UTC (2+ messages)
How to send ACPI events to kvm guests
2008-12-08 18:53 UTC (3+ messages)
[ kvm-Bugs-2405061 ] kvm-80: virtio networking broken
2008-12-08 16:53 UTC
KVM live migration syntax
2008-12-08 16:46 UTC (2+ messages)
lsi_scsi: error: Bad Status move errors with kvm-79
2008-12-08 16:27 UTC (4+ messages)
[ kvm-Bugs-2405061 ] kvm-80: virtio networking broken
2008-12-08 16:18 UTC
[PATCH 17/17] Deassign device in kvm_free_assgined_device
2008-12-08 16:04 UTC
[PATCH 15/17] KVM: use the new intel iommu APIs
2008-12-08 16:03 UTC
[PATCH 16/17] KVM: support device assignment
2008-12-08 16:03 UTC
[PATCH 13/17] Change intel iommu APIs of virtual machine domain
2008-12-08 16:03 UTC
[PATCH 14/17] Check agaw is sufficient for mapped memory
2008-12-08 16:03 UTC
[PATCH 12/17] Change domain_context_mapping_one for virtual machine domain
2008-12-08 16:03 UTC
[PATCH 11/17] Allocation and free functions of virtual machine domain
2008-12-08 16:03 UTC
[PATCH 10/17] Add domain_flush_cache
2008-12-08 16:03 UTC
[PATCH 9/17] Add/remove domain device info for virtual machine domain
2008-12-08 16:03 UTC
[PATCH 8/17] Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINE
2008-12-08 16:03 UTC
[PATCH 7/17] iommu coherency
2008-12-08 16:02 UTC
[PATCH 6/17] calculate agaw for each iommu
2008-12-08 16:02 UTC
[PATCH 5/17] iommu bitmap instead of iommu pointer in dmar_domain
2008-12-08 16:02 UTC
[PATCH 4/17] Get iommu from g_iommus for deferred flush
2008-12-08 16:02 UTC
[PATCH 3/17] Add global iommu list
2008-12-08 16:02 UTC
[PATCH 1/17] Initialize domain flags to 0
2008-12-08 16:02 UTC
[PATCH 2/17] Change P2P domain flags
2008-12-08 16:02 UTC
./configure bug when building against spit kernel source and build (with patch)
2008-12-08 15:49 UTC
[PATCH 0/5] KVM: Improved guest debugging / debug register emulation
2008-12-08 15:17 UTC (8+ messages)
` [PATCH 2/5] KVM: New guest debug interface
[PATCH] virtio: make PCI devices take a virtio_pci module ref
2008-12-08 14:58 UTC (5+ messages)
` [PATCH 1/2] virtio: add PCI device release() function
` [PATCH 2/2] virtio: do not statically allocate root device
[PATCH 1/2] kvm: use modern cpumask primitives, no cpumask_t on stack
2008-12-08 14:55 UTC (8+ messages)
` [PATCH] kvm: Extract core of kvm_flush_remote_tlbs/kvm_reload_remote_mmus
[PATCH 2/2] kvm: use cpumask_var_t for cpus_hardware_enabled
2008-12-08 14:29 UTC (4+ messages)
Two VNC patches
2008-12-08 14:11 UTC (3+ messages)
[PATCH] Fix off-by-one bug limiting VNC passwords to 7 chars
2008-12-08 14:09 UTC (6+ messages)
` [Qemu-devel] "
` [PATCH v2] "
` [RESEND] [PATCH v2] Accept password as an argument to 'change vnc password'
` [RESEND] [PATCH v2] Fix off-by-one bug limiting VNC passwords to 7 chars
[ kvm-Bugs-2405061 ] kvm-80: virtio networking broken
2008-12-08 13:51 UTC
[ kvm-Bugs-2327497 ] NFS copy makes guest network unstable
2008-12-08 13:40 UTC
[PATCH] Add KVM version to monitor "info version"
2008-12-08 13:37 UTC (5+ messages)
[ kvm-Bugs-2400666 ] Guest hang after Live Migration on PAE host
2008-12-08 13:31 UTC
[ kvm-Bugs-2327497 ] NFS copy makes guest network unstable
2008-12-08 13:28 UTC
[PATCHSETS] KVM device passthrough support with AMD IOMMU
2008-12-08 13:05 UTC (2+ messages)
[PATCH 00/45] KVM Updates for 2.6.29 (Part 1 of 3)
2008-12-08 12:07 UTC (3+ messages)
` [PATCH 12/45] KVM: x86: Support for user space injected NMIs
[PATCH][BIOS][v2] Fill IPL table according discovered ATA drives
2008-12-08 12:03 UTC
[PATCH][BIOS][v2] Add BCV option rom in boot menu
2008-12-08 12:03 UTC
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).