messages from 2011-12-06 04:06:33 to 2011-12-14 10:30:12 UTC [more...]
[PATCH V2 0/2] kvm tools: PPC64 basic support
2011-12-14 10:30 UTC (13+ messages)
` [PATCH V2 1/2] kvm tools: Add initial SPAPR PPC64 architecture support
` [PATCH V2 1/2] kvm tools: Add initial SPAPR PPC64 architecture
` [PATCH V2 2/2] kvm tools: Make virtio-pci's ioeventfd__add_event() fall back gracefully if ioeventfd
[PATCH] spapr: Add support for -vga option
2011-12-14 9:22 UTC
[PATCH] Add support for qemu standard VGA
2011-12-14 8:13 UTC
[PATCH V2 0/6] Add initial SPAPR PPC64 architecture support
2011-12-14 2:35 UTC (10+ messages)
` [PATCH V2 1/6] kvm tools: Generate SPAPR PPC64 guest device tree
` [PATCH V2 2/6] kvm tools: Add SPAPR PPC64 hcall & rtascall structure
` [PATCH V2 2/6] kvm tools: Add SPAPR PPC64 hcall & rtascall
` [PATCH V2 3/6] kvm tools: Add SPAPR PPC64 HV console
` [PATCH V2 4/6] kvm tools: Add PPC64 XICS interrupt controller support
` [PATCH V2 4/6] kvm tools: Add PPC64 XICS interrupt controller
` [PATCH V2 5/6] kvm tools: Add PPC64 PCI Host Bridge
` [PATCH V2 6/6] kvm tools: Add PPC64 kvm_cpu__emulate_io()
[PATCH V3 0/2] kvm tools: Prepare kvmtool for another architecture
2011-12-14 1:45 UTC (5+ messages)
` [PATCH V3 1/2] kvm tools: Add ability to map guest RAM from hugetlbfs
` [PATCH V3 1/2] kvm tools: Add ability to map guest RAM from
` [PATCH V3 2/2] kvm tools: Create arch-specific kvm_cpu__emulate_{mm}io()
[PATCH 0/4] Fix book3s-pr KVM with preemption
2011-12-13 21:15 UTC (13+ messages)
` [PATCH 1/4] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
` [PATCH 2/4] KVM: PPC: Book3s: PR: No irq_disable "
` [PATCH 3/4] KVM: PPC: Use get/set for to_svcpu to help preemption
` [PATCH 4/4] KVM: PPC: align vcpu_kick with x86
[PATCH V2 01/23] kvm tools: Only build/init i8042 on x86
2011-12-13 6:44 UTC (37+ messages)
` [PATCH V2 03/23] kvm tools: Re-arrange Makefile to heed CFLAGS before
` [PATCH V2 02/23] kvm tools: Add Makefile parameter for kernel include
` [PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64 and
` [PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64
` [PATCH V2 05/23] kvm tools: Add arch-specific KVM_RUN exit handling
` [PATCH V2 06/23] kvm tools: Don't die if KVM_CAP_NR_VCPUS isn't available
` [PATCH V2 07/23] kvm tools: Fix KVM_RUN exit code check
` [PATCH V2 08/23] kvm tools: Add kvm__arch_periodic_poll()
` [PATCH V2 09/23] kvm tools: Move arch-specific cmdline init into
` [PATCH V2 10/23] kvm tools: Add CONSOLE_HV term type and allow it
` [PATCH V2 11/23] kvm tools: Fix term_getc(), term_getc_iov() endian
` [PATCH V2 12/23] kvm tools: Allow initrd_check() to match a cpio
` [PATCH V2 13/23] kvm tools: Allow load_flat_binary() to load an initrd
` [PATCH V2 14/23] kvm tools: Initialise PCI before devices start getting
` [PATCH V2 15/23] kvm tools: Perform CPU and firmware setup after
` [PATCH V2 16/23] kvm tools: Init IRQs after determining nrcpus
` [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from hugetlbfs
` [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from
` [PATCH V2 18/23] kvm tools: Move PCI_MAX_DEVICES to pci.h
` [PATCH V2 19/23] kvm tools: Endian-sanitise pci.h and PCI device
` [PATCH V2 20/23] kvm tools: Correctly set virtio-pci bar_size and
` [PATCH V2 21/23] kvm tools: Add pci__config_{rd,wr}(), pci__find_dev()
` [PATCH V2 22/23] kvm tools: Arch-specific define for PCI MMIO allocation
` [PATCH V2 23/23] kvm tools: Create arch-specific kvm_cpu__emulate_{mm}io()
` [PATCH V2 23/23] kvm tools: Create arch-specific
[PATCH v3 00/14] KVM: PPC: Update Book3S HV memory handling
2011-12-12 22:38 UTC (15+ messages)
` [PATCH v3 01/14] KVM: PPC: Make wakeups work again for Book3S HV
` [PATCH v3 02/14] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down
` [PATCH v3 03/14] KVM: PPC: Keep a record of HV guest view of hashed
` [PATCH v3 04/14] KVM: PPC: Keep page physical addresses in per-slot
` [PATCH v3 05/14] KVM: PPC: Add an interface for pinning guest pages
` [PATCH v3 06/14] KVM: PPC: Make the H_ENTER hcall more reliable
` [PATCH v3 07/14] KVM: PPC: Only get pages when actually needed, not
` [PATCH v3 08/14] KVM: PPC: Allow use of small pages to back Book3S
` [PATCH v3 09/14] KVM: PPC: Allow I/O mappings in memory slots
` [PATCH v3 10/14] KVM: PPC: Maintain a doubly-linked list of guest
` [PATCH v3 11/14] KVM: PPC: Implement MMIO emulation support for
` [PATCH v3 12/14] KVM: Add barriers to allow mmu_notifier_retry to be
` [PATCH v3 13/14] KVM: PPC: Implement MMU notifiers for Book3S HV
` [PATCH v3 14/14] KVM: PPC: Allow for read-only pages backing a
[PATCH] KVM: PPC: e500: include linux/export.h
2011-12-12 21:39 UTC
Current kernel fails to compile with KVM on PowerPC
2011-12-12 7:26 UTC (5+ messages)
[PATCH V2 00/23] kvm tools: Prepare kvmtool for another architecture
2011-12-09 11:59 UTC (2+ messages)
` [PATCH V2 00/23] kvm tools: Prepare kvmtool for another
[PATCH 01/28] kvm tools: Split x86 arch-specific bits into x86/
2011-12-08 6:17 UTC (82+ messages)
` [PATCH 02/28] kvm tools: Only build/init i8042 on x86
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific code
` [PATCH 08/28] kvm tools: Fix KVM_RUN exit code check
` [PATCH 14/28] kvm tools: Fix term_getc(), term_getc_iov() endian
` [PATCH 14/28] kvm tools: Fix term_getc(), term_getc_iov() endian bugs
` [PATCH 15/28] kvm tools: Allow initrd_check() to match a cpio
` [PATCH 16/28] kvm tools: Allow load_flat_binary() to load an initrd
` [PATCH 16/28] kvm tools: Allow load_flat_binary() to load an
` [PATCH 17/28] kvm tools: Only call symbol__init() if we have BFD
` [PATCH 17/28] kvm tools: Only call symbol__init() if we have
` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify memory
` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify
` [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device setup
` [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device
` [PATCH 24/28] kvm tools: Fix virtio-pci endian bug when reading VIRTIO_PCI_QUEUE_NUM
` [PATCH 24/28] kvm tools: Fix virtio-pci endian bug when reading
` [PATCH 28/28] kvm tools: Create arch-specific kvm_cpu__emulate_io()
` [PATCH 28/28] kvm tools: Create arch-specific
[PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support
2011-12-08 2:57 UTC (11+ messages)
` [PATCH 5/8] kvm tools: Add PPC64 XICS interrupt controller support
` [PATCH 6/8] kvm tools: Add PPC64 PCI Host Bridge
` [PATCH 7/8] kvm tools: Add PPC64 kvm_cpu__emulate_io()
` [PATCH 8/8] kvm tools: Make virtio-pci's ioeventfd__add_event() fall
[PATCH] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
2011-12-08 2:55 UTC
Exit stats using kvm_stats_debugfs
2011-12-07 9:41 UTC
"KVM: PPC: booke: Improve timer register emulation" breaks Book3s HV
2011-12-06 11:46 UTC (3+ messages)
` "KVM: PPC: booke: Improve timer register emulation" breaks
[PATCH 00/28] kvm tools: Prepare kvmtool for another architecture
2011-12-06 8:56 UTC (3+ messages)
` [PATCH 00/28] kvm tools: Prepare kvmtool for another
[PATCH 0/13] KVM: PPC: Update Book3S HV memory handling
2011-12-06 6:14 UTC (14+ messages)
` [PATCH 01/13] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to
` [PATCH 02/13] KVM: PPC: Keep a record of HV guest view of hashed
` [PATCH 03/13] KVM: PPC: Keep page physical addresses in per-slot
` [PATCH 04/13] KVM: PPC: Add an interface for pinning guest pages in
` [PATCH 05/13] KVM: PPC: Make the H_ENTER hcall more reliable
` [PATCH 06/13] KVM: PPC: Only get pages when actually needed, not in
` [PATCH 07/13] KVM: PPC: Allow use of small pages to back Book3S HV
` [PATCH 08/13] KVM: PPC: Allow I/O mappings in memory slots
` [PATCH 09/13] KVM: PPC: Maintain a doubly-linked list of guest HPTEs
` [PATCH 10/13] KVM: PPC: Implement MMIO emulation support for Book3S
` [PATCH 11/13] KVM: Add barriers to allow mmu_notifier_retry to be
` [PATCH 12/13] KVM: PPC: Implement MMU notifiers for Book3S HV guests
` [PATCH 13/13] KVM: PPC: Allow for read-only pages backing a Book3S
[PATCH] powerpc: Provide a way for KVM to indicate that NV GPR
2011-12-06 5:47 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).