messages from 2012-02-28 09:34:04 to 2012-03-01 10:27:02 UTC [more...]
[PATCH-WIP 00/13] xen/arm: receive Xen events and initialize xenbus
2012-03-01 10:27 UTC (26+ messages)
` [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor
[PATCH] KVM: Resize kvm_io_bus_range array dynamically
2012-03-01 10:14 UTC (10+ messages)
` [PATCH v2] KVM: Resize kvm_io_range "
` [PATCH v3] "
` [PATCH v4] "
x86: kvmclock: abstract save/restore sched_clock_state
2012-03-01 9:58 UTC (2+ messages)
[PATCH V4] Quirk for IVB graphics FLR errata
2012-03-01 9:37 UTC
[PATCH] kvm: notify host when guest paniced
2012-03-01 5:21 UTC (30+ messages)
[PATCH V3] Quirk for IVB graphics FLR errata
2012-03-01 4:30 UTC
[PATCH v2 2/2] KVM: booke: Improve SPE switch
2012-03-01 1:20 UTC
[PATCH V2] Quirk for IVB graphics FLR errata
2012-03-01 1:25 UTC (3+ messages)
[PATCH v2 1/2] powerpc/e500: make load_up_spe a normal fuction
2012-03-01 1:20 UTC
RFC: Device isolation groups
2012-02-29 19:30 UTC (4+ messages)
[PATCH] KVM: PPC: Don't sync timebase when inside KVM
2012-02-29 19:06 UTC (4+ messages)
[RFC PATCH v0 1/2] net: bridge: propagate FDB table into hardware
2012-02-29 18:19 UTC (24+ messages)
[PATCH] perf/x86: Fix HO/GO counting with SVM disabled
2012-02-29 17:44 UTC (12+ messages)
` [PATCH v2] "
[PATCH v4] KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
2012-02-29 16:27 UTC (4+ messages)
[PATCH] kvm: fill in padding to help valgrind
2012-02-29 15:54 UTC
Reconciling qemu-kvm and qemu's PIT
2012-02-29 14:42 UTC (10+ messages)
[PATCH 0/4] KVM: srcu-less dirty logging
2012-02-29 14:18 UTC (11+ messages)
` [PATCH 3/4] KVM: Switch to srcu-less get_dirty_log()
virtio-blk performance regression and qemu-kvm
2012-02-29 13:52 UTC (13+ messages)
[PATCHv2-RFC 0/2] RFC: standard pci bridge device
2012-02-29 11:25 UTC (3+ messages)
` [PATCH RFC] seabios: add OSHP method stub
` [SeaBIOS] "
KVM call agenda for Tuesday 28th
2012-02-29 10:16 UTC (10+ messages)
` [Qemu-devel] "
` blockdev operations [was: [Qemu-devel] KVM call agenda for Tuesday 28th]
` [Qemu-devel] blockdev operations [was: "
Can we discuss?
2012-02-26 10:04 UTC
Your Email ID has been awarded 1,000,000,00 GBP in British Tobacco Promo Send Details
2012-02-28 23:26 UTC
[PATCH 00/38] KVM: PPC: e500mc support v3
2012-02-29 0:10 UTC (39+ messages)
` [PATCH 01/38] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/38] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/38] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/38] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/38] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/38] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/38] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/38] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/38] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/38] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/38] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/38] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/38] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/38] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/38] KVM: PPC: e500mc support
` [PATCH 16/38] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/38] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/38] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/38] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/38] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/38] KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
` [PATCH 22/38] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/38] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/38] KVM: PPC: booke: rework rescheduling checks
` [PATCH 25/38] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/38] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/38] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/38] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/38] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/38] KVM: PPC: bookehv: add comment about shadow_msr
` [PATCH 31/38] KVM: PPC: booke: Readd debug abort code for machine check
` [PATCH 32/38] KVM: PPC: booke: add GS documentation for program interrupt
` [PATCH 33/38] KVM: PPC: bookehv: remove unused code
` [PATCH 34/38] KVM: PPC: e500: fix typo in tlb code
` [PATCH 35/38] KVM: PPC: booke: Support perfmon interrupts
` [PATCH 36/38] KVM: PPC: booke: expose good state on irq reinject
` [PATCH 37/38] KVM: PPC: booke: Reinject performance monitor interrupts
` [PATCH 38/38] KVM: PPC: Booke: only prepare to enter when we enter
[PATCH 2/2] i387: split up <asm/i387.h> into exported and internal interfaces
2012-02-28 19:45 UTC (11+ messages)
[KVM-autotest] Cgroup-kvm rework
2012-02-28 19:07 UTC (2+ messages)
` [KVM-AUTOTEST] "
one out of four existing kvm guest's not starting after system upgrade
2012-02-28 17:32 UTC (4+ messages)
[Bug 42812] New: kvm module has bogus kernel version check
2012-02-28 17:29 UTC (2+ messages)
` [Bug 42812] "
[PATCH 00/37] KVM: PPC: e500mc support v2
2012-02-28 17:21 UTC (5+ messages)
` [PATCH 24/37] KVM: PPC: booke: rework rescheduling checks
[PATCH] vhost: don't forget to schedule()
2012-02-28 14:29 UTC (4+ messages)
linux guests and ksm performance
2012-02-28 13:56 UTC (13+ messages)
` [Qemu-devel] "
[Bug 42829] New: KVM Guest with virtio network driver loses network connectivity
2012-02-28 13:49 UTC (3+ messages)
` [Bug 42829] "
Hosts crashed
2012-02-28 13:22 UTC (3+ messages)
qemu-kvm-1.0 crashes with threaded vnc server?
2012-02-28 11:48 UTC (5+ messages)
vsyscall=emulate regression
2012-02-28 11:08 UTC (11+ messages)
` [KVM paravirt issue?] "
[PATCH 2/2] Expose tsc deadline timer cpuid to guest
2012-02-28 10:30 UTC (9+ 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;
as well as URLs for NNTP newsgroup(s).