virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-11-25 13:03:53 to 2009-02-25 15:41:32 UTC [more...]

Help - KVM TODO_NOV2008_Sharing Memory between guests
 2009-02-25 15:41 UTC  (3+ messages)

About virtualization, kvm and xen
 2009-02-24 13:02 UTC 

CfP 4th Workshop on Virtualization in High-Performance Cloud Computing (VHPC'09)
 2009-02-22 22:01 UTC 

Nie mehr zu früh schlapp machen
 2009-02-05  5:39 UTC 

New beta CMS for linuxfoundation.org
 2009-02-03 17:04 UTC 

[PATCH 1/5] cpumask: update irq_desc to use cpumask_var_t
 2009-01-22 13:11 UTC  (11+ messages)
` [PATCH 3/5] cpumask: convert misc driver functions

[PATCH] ia64, xen: compilation fix caused by 79741dd35713ff4f6fd0eafd59fa94e8a4ba922d
 2009-01-16  3:39 UTC  (4+ messages)

[PATCH] ia64, xen: compilation fix caused by 79741dd35713ff4f6fd0eafd59fa94e8a4ba922d
 2009-01-15  6:16 UTC 

[PULL]: tip/cpus4096 updates
 2009-01-11  2:57 UTC  (4+ messages)

Collaboration Summit Meeting Space
 2009-01-09 19:57 UTC 

[PULL] virtio and lguest tree
 2008-12-29 23:06 UTC 

[PATCH 2/3] virtio: indirect ring entries (VIRTIO_RING_F_INDIRECT_DESC)
 2008-12-22 10:17 UTC  (2+ messages)

[PATCH 1/5] ia64/pv_op/binarypatch: add helper functions to support binary patching for paravirt_ops
 2008-12-22  5:51 UTC  (5+ messages)
` [PATCH 2/5] ia64/pv_ops: implement binary patching optimization for native
` [PATCH 3/5] ia64/pv_ops/bp/module: support binary patching for kernel module
` [PATCH 4/5] ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning
` [PATCH 5/5] ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops

[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 3
 2008-12-22  5:51 UTC 

[PATCH 01/15] ia64: remove warnings
 2008-12-22  5:50 UTC  (15+ messages)
` [PATCH 02/15] __initdata and const cannot be always a happy pair, as gcc-4.3.3 gives
` [PATCH 03/15] ia64/pv_ops: add hooks to paravirtualize fsyscall implementation
` [PATCH 04/15] ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen
` [PATCH 05/15] ia64/pv_ops: paravirtualize fsys.S
` [PATCH 06/15] ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization
` [PATCH 07/15] ia64/pv_ops: paravirtualize mov = ar.itc
` [PATCH 08/15] ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm
` [PATCH 09/15] ia64/pv_ops/pv_time_ops: add sched_clock hook
` [PATCH 10/15] ia64/pv_ops/xen/pv_time_ops: implement sched_clock
` [PATCH 11/15] ia64/pv_ops: gate page paravirtualization
` [PATCH 12/15] ia64/pv_ops/xen: define xen specific gate page
` [PATCH 13/15] ia64/pv_ops: move down __kernel_syscall_via_epc
` [PATCH 14/15] ia64/pv_ops: paravirtualize gate.S
` [PATCH 15/15] ia64/pv_ops/xen/gate.S: xen gate page paravirtualization

[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 4
 2008-12-22  5:50 UTC 

[SR-IOV driver example 0/3] introduction
 2008-12-18 22:42 UTC  (43+ messages)
  ` [SR-IOV driver example 1/3] PF driver: allocate hardware specific resource
  ` [SR-IOV driver example 2/3] PF driver: integrate with SR-IOV core
  ` [SR-IOV driver example 3/3] VF driver tar ball
` [SR-IOV driver example 0/3 resend] introduction
  ` [SR-IOV driver example 1/3 resend] PF driver: hardware specific operations
  ` [SR-IOV driver example 2/3 resend] PF driver: integrate with SR-IOV core
  ` [SR-IOV driver example 3/3 resend] VF driver: an independent PCI NIC driver
` [PATCH 0/13 v7] PCI: Linux kernel SR-IOV support

[PATCH] AF_VMCHANNEL address family for guest<->host communication
 2008-12-18 12:30 UTC  (27+ messages)

[PATCH] AF_VMCHANNEL address family for guest<->host communication
 2008-12-16  2:55 UTC 

[PATCH 1/4] driver core: add root_device_register()
 2008-12-15 22:27 UTC  (13+ messages)
        ` [PATCH 4/4] s390: remove s390_root_dev_*()
                    ` [PATCH 2/4] virtio: do not statically allocate root device

[PATCH] AF_VMCHANNEL address family for guest<->host communication
 2008-12-14 11:50 UTC 

[PATCH 1/5] ia64/pv_op/binarypatch: add helper functions to support binary patching for paravirt_ops
 2008-12-12  6:41 UTC  (5+ messages)
` [PATCH 2/5] ia64/pv_ops: implement binary patching optimization for native
` [PATCH 3/5] ia64/pv_ops/bp/module: support binary patching for kernel module
` [PATCH 4/5] ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning
` [PATCH 5/5] ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops

[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
 2008-12-12  6:41 UTC 

[PATCH 01/15] ia64: remove warnings
 2008-12-12  6:39 UTC  (15+ messages)
` [PATCH 02/15] __initdata and const cannot be always a happy pair, as gcc-4.3.3 gives
` [PATCH 03/15] ia64/pv_ops: add hooks to paravirtualize fsyscall implementation
` [PATCH 04/15] ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen
` [PATCH 05/15] ia64/pv_ops: paravirtualize fsys.S
` [PATCH 06/15] ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization
` [PATCH 07/15] ia64/pv_ops: paravirtualize mov = ar.itc
` [PATCH 08/15] ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm
` [PATCH 09/15] ia64/pv_ops/pv_time_ops: add sched_clock hook
` [PATCH 10/15] ia64/pv_ops/xen/pv_time_ops: implement sched_clock
` [PATCH 11/15] ia64/pv_ops: gate page paravirtualization
` [PATCH 12/15] ia64/pv_ops/xen: define xen specific gate page
` [PATCH 13/15] ia64/pv_ops: move down __kernel_syscall_via_epc
` [PATCH 14/15] ia64/pv_ops: paravirtualize gate.S
` [PATCH 15/15] ia64/pv_ops/xen/gate.S: xen gate page paravirtualization

[PATCH 00/15] ia64/pv_ops, xen: more paravirtualization. TAKE 3
 2008-12-12  6:38 UTC 

[PATCH 0/6] Clean up virtio device object handling [was Re: [PATCH] virtio: make PCI devices take a virtio_pci module ref]
 2008-12-11 16:16 UTC  (6+ messages)
                        ` [PATCH 5/6] kvm-s390: use register_virtio_root_device()
                        ` [PATCH 2/6] virtio: add register_virtio_root_device()

[PATCH 16/16 v6] PCI: document the new PCI boot parameters
 2008-12-11 15:39 UTC 

[PATCH 16/16 v6] PCI: document the new PCI boot parameters
 2008-12-11  4:33 UTC  (2+ messages)

[PATCH RFC] virtio: use QUEUE_FLAG_CLUSTER in virtio_blk
 2008-12-03 18:43 UTC  (6+ messages)
    ` [PATCH 1/2] virtio: block: set max_segment_size and max_sectors to infinite

[PATCH] virtio_net: large tx MTU support
 2008-12-01  4:02 UTC  (6+ messages)

[PATCH 3/5] ia64/pv_ops/bp/module: support binary patching for kernel module
 2008-12-01  2:37 UTC  (4+ messages)
` [PATCH 4/5] ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning
` [PATCH 5/5] ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops
` [PATCH 0/5] ia64/pv_ops, xen: binary patch optimization

[patch 0/4] [RFC] Another proportional weight IO controller
 2008-11-28 13:33 UTC  (11+ messages)

[patch 0/4] [RFC] Another proportional weight IO controller
 2008-11-26 15:18 UTC  (2+ messages)

[PATCH] virtio_net: large tx MTU support
 2008-11-26 13:58 UTC 

Host<->guest channel interface advice needed
 2008-11-26 13:20 UTC  (2+ messages)

Host<->guest channel interface advice needed
 2008-11-26 12:39 UTC 


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).