virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-29 13:31:32 to 2008-05-21 09:09:14 UTC [more...]

[PATCH 1/5] xen: Enable console tty by default in domU if it's not a dummy
 2008-05-21  9:09 UTC  (6+ messages)
` [PATCH 2/5] xen pvfb: Pointer z-axis (mouse wheel) support
` [PATCH 3/5] xen pvfb: Module aliases to support module autoloading
` [PATCH 4/5] xen pvfb: Zero unused bytes in events sent to backend
` [PATCH 5/5] xen pvfb: Dynamic mode support (screen resizing)
` [PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates

[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
 2008-05-21  8:37 UTC 

[PATCH 0/2] ia64/pv_ops documentation and pv checker
 2008-05-21  7:31 UTC  (3+ messages)
` [PATCH 1/2] ia64/pv_ops: paravirtualized istruction checker
` [PATCH 2/2] ia64/pv_ops: documentation on ia64/pv_ops

[PATCH 01/15] ia64: preparation: remove extern in irq_ia64.c
 2008-05-21  2:38 UTC  (20+ messages)
` [PATCH 02/15] ia64/pv_ops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly
` [PATCH 03/15] ia64/pv_ops: preparation: introduce ia64_get_psr_i() "
` [PATCH 04/15] ia64/pv_ops: introduce pv_info which describes some random info
` [PATCH 05/15] ia64/pv_ops: introduce pv_cpu_ops to paravirtualize privileged instructions
` [PATCH 06/15] ia64/pv_ops: preparation for paravirtulization of hand written assembly code
` [PATCH 07/15] ia64/pv_ops: define paravirtualized instructions for native
` [PATCH 08/15] ia64/pv_ops: paravirtualize minstate.h
` [PATCH 09/15] ia64/pv_ops: paravirtualize ivt.S
` [PATCH 10/15] ia64/pv_ops: paravirtualize entry.S
` [PATCH 11/15] ia64/pv_ops: paravirtualize NR_IRQS
` [PATCH 12/15] ia64/pv_ops: define initialization hooks, pv_init_ops, for paravirtualized environment
` [PATCH 13/15] ia64/pv_ops: add hooks, pv_iosapic_ops, to paravirtualize iosapic
` [PATCH 14/15] ia64/pv_ops: add hooks, pv_irq_ops, to paravirtualized irq related operations
` [PATCH 15/15] ia64/pv_ops: add to hooks, pv_time_ops, for steal time accounting
` [PATCH 00/15] ia64/pv_ops take 5
    ` [Xen-ia64-devel] "

[PATCH 01/17] ia64: preparation: remove extern in irq_ia64.c
 2008-05-20 21:59 UTC  (18+ messages)
` [PATCH 02/17] ia64/pv_ops: preparation: move the constants, LOAD_OFFSET, to a header file
` [PATCH 03/17] ia64/pv_ops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly
` [PATCH 04/17] ia64/pv_ops: preparation: introduce ia64_get_psr_i() "
` [PATCH 05/17] ia64/pv_ops: introduce pv_info which describes some random info
` [PATCH 06/17] ia64/pv_ops: add an early setup hook for pv_ops
` [PATCH 07/17] ia64/pv_ops: introduce pv_cpu_ops to paravirtualize privileged instructions
` [PATCH 08/17] ia64/pv_ops: preparation for paravirtulization of hand written assembly code
` [PATCH 09/17] ia64/pv_ops: define paravirtualized instructions for native
` [PATCH 10/17] ia64/pv_ops: paravirtualize minstate.h
` [PATCH 11/17] ia64/pv_ops: paravirtualize ivt.S
` [PATCH 12/17] ia64/pv_ops: paravirtualize entry.S
` [PATCH 13/17] ia64/pv_ops: paravirtualize NR_IRQS
` [PATCH 14/17] ia64/pv_ops: define initialization hooks, pv_init_ops, for paravirtualized environment
` [PATCH 15/17] ia64/pv_ops: add hooks, pv_iosapic_ops, to paravirtualize iosapic
` [PATCH 16/17] ia64/pv_ops: add hooks, pv_irq_ops, to paravirtualized irq related operations
` [PATCH 17/17] ia64/pv_ops: add to hooks, pv_time_ops, for steal time accounting
` [PATCH 00/17] ia64/pv_ops take 6

[PATCH 1/4] BIO tracking take2
 2008-05-20 12:04 UTC  (4+ messages)
` [PATCH 2/4] "
` [PATCH 3/4] "
` [PATCH 4/4] "

[PATCH O/4] BIO tracking take2
 2008-05-20 11:59 UTC 

[PATCH] virtio_net: free transmit skbs in a timer
 2008-05-20  1:37 UTC  (16+ messages)

[PATCH 01/23] ia64/xen: introduce synch bitops which is necessary for ia64/xen support
 2008-05-19 23:08 UTC  (23+ messages)
` [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 03/23] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
` [PATCH 04/23] ia64/xen: define several constants for ia64/xen
` [PATCH 05/23] ia64/xen: define helper functions for xen related address conversion
` [PATCH 06/23] ia64/xen: define helper functions for xen hypercalls
` [PATCH 07/23] ia64/xen: implement the arch specific part of xencomm
` [PATCH 08/23] ia64/xen: xencomm conversion functions for hypercalls
` [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table
` [PATCH 10/23] ia64/xen: add definitions necessary for xen event channel
` [PATCH 11/23] ia64/pv_ops/xen: elf note based xen startup
` [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
` [PATCH 13/23] ia64/pv_ops/xen: define xen pv_cpu_ops
` [PATCH 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code
` [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
` [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S "
` [PATCH 17/23] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
` [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops
` [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
` [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops
` [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops
` [PATCH 22/23] ia64/xen: define xen machine vector for domU
` [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen

[PATCH 00/23] ia64/xen domU take 6
 2008-05-19 23:07 UTC 

[PATCH 00/23] ia64/xen domU take 6
 2008-05-19 13:14 UTC 

[PATCH 00/17] ia64/pv_ops take 6
 2008-05-19 13:13 UTC 

Virt RNG?
 2008-05-19  9:45 UTC  (26+ messages)
  ` [PATCH 1/2] virtio: hardware random device
    ` [PATCH 2/2] lguest: virtio-rng support

[PATCH 1/2] dm-ioband: I/O bandwidth controller v1.0.0: Source code and patch
 2008-05-19  8:24 UTC  (2+ messages)
  ` [PATCH 2/2] dm-ioband: I/O bandwidth controller v1.0.0: Document

[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.0.0: Introduction
 2008-05-19  8:22 UTC 

[PATCH 0/4] paravirt clock series
 2008-05-18  6:05 UTC  (8+ messages)
` [PATCH 1/4] Add helper functions for paravirtual clocksources
` [PATCH 2/4] Make xen use the generic paravirt clocksource code
` [PATCH 3/4] kvm/host: fix paravirt clocksource to be compatible with xen
  ` [kvm-devel] "
` [PATCH 4/4] kvm/guest: fix paravirt clocksource to be compartible "

[kvm-devel] [PATCH] virtio_blk: allow read-only disks
 2008-05-17  4:01 UTC  (3+ messages)
`  "

[PATCH] virtio_blk: allow read-only disks
 2008-05-16  9:17 UTC 

[PATCH 0/4] paravirt clock source patches, #3
 2008-05-16  8:01 UTC  (5+ messages)
` [PATCH 1/4] Add helper functions for paravirtual clocksources
` [PATCH 2/4] Make xen use the generic paravirt clocksource code
` [PATCH 3/4] kvm/host: fix paravirt clocksource to be compatible with xen
` [PATCH 4/4] kvm/guest: fix paravirt clocksource to be compartible "

Reminder: register now for KVM Forum 2008
 2008-05-13 16:25 UTC 

[PATCH/RFC] stop_machine: make stop_machine_run more virtualization friendly
 2008-05-09  1:10 UTC  (5+ messages)

qemu/kvm: support for pci passthrough
 2008-05-08 20:38 UTC  (2+ messages)

[PATCH/RFC] stop_machine: make stop_machine_run more virtualization friendly
 2008-05-08 13:20 UTC 

[PATCH] fixup 3dnow! support
 2008-05-07  9:39 UTC  (6+ messages)
` [kvm-devel] "

[patch 0/6] Guest page hinting version 6
 2008-05-07  7:00 UTC  (6+ messages)

[PATCH] make setup_secondary_clock definition dependent on local apic
 2008-05-04 11:48 UTC 

[kvm-devel] [PATCH 2/2] KVM: Handle interrupts for PCI passthrough devices
 2008-05-02 13:16 UTC  (3+ messages)

[PULL] virtio & lguest changes for 2.6.26
 2008-05-02 11:54 UTC 

[PATCH] x86 DMA: Handle devices assigned to the guest by the host
 2008-05-01 13:18 UTC  (9+ messages)
      ` [PATCH] KVM PV Guest: Implement paravirtualized DMA
    ` [PATCH] KVM x86: Handle hypercalls for assigned PCI devices

[PATCH] make setup_secondary_clock definition dependent on local apic
 2008-04-30 15:39 UTC 

[PATCH 01/23] ia64/xen: introduce synch bitops which is necessary for ia64/xen support
 2008-04-30 12:30 UTC  (23+ messages)
` [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 03/23] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
` [PATCH 04/23] ia64/xen: define several constants for ia64/xen
` [PATCH 05/23] ia64/xen: define helper functions for xen related address conversion
` [PATCH 06/23] ia64/xen: define helper functions for xen hypercalls
` [PATCH 07/23] ia64/xen: implement the arch specific part of xencomm
` [PATCH 08/23] ia64/xen: xencomm conversion functions for hypercalls
` [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table
` [PATCH 10/23] ia64/xen: add definitions necessary for xen event channel
` [PATCH 11/23] ia64/xen: detect xen environment and do minimal initialization
` [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
` [PATCH 13/23] ia64/pv_ops/xen: define xen pv_cpu_ops
` [PATCH 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code
` [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
` [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S "
` [PATCH 17/23] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
` [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops
` [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
` [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops
` [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops
` [PATCH 22/23] ia64/xen: define xen machine vector for domU
` [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen

[PATCH 00/23] ia64/xen domU take 5
 2008-04-30 12:30 UTC 

[PATCH 00/15] ia64/pv_ops take 5
 2008-04-30 12:29 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).