messages from 2010-09-30 13:48:25 to 2010-10-05 18:23:23 UTC [more...]
[v2 RFC PATCH 0/4] Implement multiqueue virtio-net
2010-10-05 18:23 UTC (4+ messages)
[patch 0/3] allow read-only memory mappings
2010-10-05 13:47 UTC (6+ messages)
` [patch 1/3] KVM: VMX: remove setting of shadow_base_ptes for EPT
` [patch 2/3] KVM: dont require read-only host ptes
` [patch 3/3] KVM: handle "
[PATCH v6 00/12] KVM: Add host swap event notifications for PV guest
2010-10-05 16:57 UTC (21+ messages)
` [PATCH v6 01/12] Add get_user_pages() variant that fails if major fault is required
` [PATCH v6 02/12] Halt vcpu if page it tries to access is swapped out
` [PATCH v6 03/12] Retry fault before vmentry
` [PATCH v6 04/12] Add memory slot versioning and use it to provide fast guest write interface
` [PATCH v6 05/12] Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c
` [PATCH v6 06/12] Add PV MSR to enable asynchronous page faults delivery
` [PATCH v6 07/12] Add async PF initialization to PV guest
` [PATCH v6 08/12] Handle async PF in a guest
` [PATCH v6 09/12] Inject asynchronous page fault into a PV guest if page is swapped out
` [PATCH v6 10/12] Handle async PF in non preemptable context
` [PATCH v6 11/12] Let host know whether the guest can handle async PF in non-userspace context
` [PATCH v6 12/12] Send async PF when guest is not in userspace too
malloc implementation in kvm
2010-10-05 16:50 UTC
booting a guest via USB
2010-10-05 16:47 UTC
(unknown),
2010-10-05 16:46 UTC
8 NIC limit
2010-10-05 16:43 UTC (5+ messages)
[patch uq/master 0/8] port qemu-kvm's MCE support
2010-10-05 16:31 UTC (11+ messages)
` [patch uq/master 1/8] signalfd compatibility
` [patch uq/master 2/8] iothread: use signalfd
` [patch uq/master 3/8] Expose thread_id in info cpus
` [patch uq/master 4/8] kvm: x86: add mce support
` [patch uq/master 5/8] Export qemu_ram_addr_from_host
` [patch uq/master 6/8] Add RAM -> physical addr mapping in MCE simulation
` [patch uq/master 7/8] MCE: Relay UCR MCE to guest
` [patch uq/master 8/8] Add savevm/loadvm support for MCE
` [Qemu-devel] [patch uq/master 0/8] port qemu-kvm's MCE support
Fwd: Re: 8 NIC limit
2010-10-05 16:19 UTC
[PATCH 0/2] device-assignment: Re-work PCI option ROM support
2010-10-05 16:03 UTC (4+ messages)
` [PATCH 1/2] PCI: Export pci_map_option_rom()
` [PATCH 2/2] device-assignment: Allow PCI to manage the option ROM
kvm guest reseting incoming connection
2010-10-05 15:20 UTC
unit tests and get_user_pages_ptes_fast()
2010-10-05 14:36 UTC (9+ messages)
KVM call agenda for Oct 5
2010-10-05 13:53 UTC (2+ messages)
[PATCH 11/19] KVM test: Add a subtest of multicast
2010-10-05 13:17 UTC
[PATCH] trace "exit to userspace" event
2010-10-05 13:14 UTC
[PATCH] KVM: Disable interrupts around get_kernel_ns()
2010-10-05 13:09 UTC
[PATCH] kvm: allow tpr patching to write to write-protected vapic option rom
2010-10-05 13:05 UTC
[PATCH 00/18] Network Patchset v4
2010-10-05 12:59 UTC (10+ messages)
` [PATCH 11/18] KVM test: Add a subtest of multicast
` [PATCH 14/18] KVM test: Add a netperf subtest
` [PATCH 16/18] KVM test: Improve vlan subtest
[PATCH] kvm: add oom notifier for virtio balloon
2010-10-05 12:45 UTC
[PATCH] virtio: Use ioeventfd for virtqueue notify
2010-10-05 11:58 UTC (14+ messages)
` "
` [Qemu-devel] "
USB tablet CPU usage pattern. Possible bug?
2010-10-05 6:20 UTC (2+ messages)
Any suggestions on where I can find description of how the network bridging work
2010-10-05 2:11 UTC (2+ messages)
last_kernel_ns ?
2010-10-04 21:49 UTC (2+ messages)
lsi_scsi assertion
2010-10-04 9:34 UTC (8+ messages)
` [Qemu-devel] "
KVM with hugepages generate huge load with two guests
2010-10-04 9:01 UTC (9+ messages)
VMX: System lock-up in guest mode, BIOS under suspect
2010-10-04 8:41 UTC (3+ messages)
buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
2010-10-04 2:06 UTC
buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
2010-10-04 2:04 UTC
buildbot failure in qemu-kvm on default_i386_out_of_tree
2010-10-04 1:06 UTC
buildbot failure in qemu-kvm on default_i386_debian_5_0
2010-10-04 1:04 UTC
[PATCH] KVM: MMU: Avoid sign extension in mmu_alloc_direct_roots() pae root address
2010-10-03 16:52 UTC
qemu-kvm 0.12.5 virtio-net page allocation error
2010-10-03 16:04 UTC (2+ messages)
` UPD: "
[PATCH v12 00/17] Provide a zero-copy method on KVM virtio-net
2010-10-03 13:12 UTC (18+ messages)
` [PATCH v12 01/17] Add a new structure for skb buffer from external
` [PATCH v12 02/17] Add a new struct for device to manipulate external buffer
` [PATCH v12 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
` [PATCH v12 04/17] Add a function make external buffer owner to query capability
` [PATCH v12 05/17] Add a function to indicate if device use external buffer
` [PATCH v12 06/17] Use callback to deal with skb_release_data() specially
` [PATCH v12 07/17]Modify netdev_alloc_page() to get external buffer
` [PATCH v12 10/17] Add a hook to intercept external buffers from NIC driver
` [PATCH v12 13/17] Add a kconfig entry and make entry for mp device
` [PATCH v12 12/17] Add mp(mediate passthru) device
` [PATCH v12 15/17]An example how to modifiy NIC driver to use napi_gro_frags() interface
` [PATCH v12 16/17]An example how to alloc user buffer based on "
` [PATCH v12 17/17]add two new ioctls for mp device
[PATCH 0/3] Emulate MSI-X mask bits for assigned devices
2010-10-03 13:03 UTC (11+ messages)
` [PATCH 1/3] KVM: Emulation "
[PATCH 3/3] VFIO V4: VFIO driver: Non-privileged user level PCI drivers
2010-10-03 13:02 UTC (7+ messages)
Hey
2010-10-03 11:18 UTC
[PATCH] Monitor command to translate guest physical address to host virtual address
2010-10-03 10:33 UTC (5+ messages)
TSC in nested SVM and VMX
2010-10-03 9:01 UTC (11+ messages)
Windows XP/2003 doesn't boot - Where is the fix for Fedora?
2010-10-03 8:58 UTC (2+ messages)
KVM CPU Numbering
2010-10-03 8:45 UTC (2+ messages)
2.6.35-rc1 regression with pvclock and smp guests
2010-10-03 8:30 UTC (39+ messages)
For your interest
2010-09-29 9:53 UTC
buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
2010-10-03 2:04 UTC
buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
2010-10-03 2:03 UTC
[ANNOUNCE] kvm-kmod-2.6.35.6
2010-10-01 15:40 UTC
[ANNOUNCE] kvm-kmod-2.6.36-rc6
2010-10-01 15:40 UTC
how to debug unhandled vm exit: 0x11?
2010-10-01 14:29 UTC (8+ messages)
x64 guest on 32bit host?
2010-10-01 11:17 UTC (2+ messages)
cpulimit and kvm process
2010-10-01 9:44 UTC (2+ messages)
[PATCH] lsi53c895a: Add support for OS/2 Warp SYM8XX.ADD driver
2010-09-30 21:44 UTC (3+ messages)
[PATCH] lsi53c895a: Add missing registers and workaround for OS/2 Warp SYM8XX.ADD driver
2010-09-30 21:29 UTC (3+ messages)
pci passthrough with KVM
2010-09-30 15:53 UTC (4+ messages)
Dear Account Owner:
2010-09-30 14:52 UTC
disk image snapshot functionality
2010-09-30 15:28 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