messages from 2011-12-04 21:38:54 to 2011-12-06 13:01:45 UTC [more...]
[PATCH] kvm tools: Link ld.so.conf to the file on the host
2011-12-06 13:01 UTC
[PATCH v3 00/16] uq/master: Introduce basic irqchip support
2011-12-06 12:58 UTC (17+ messages)
` [PATCH v3 01/16] msi: Generalize msix_supported to msi_supported
` [PATCH v3 02/16] kvm: Move kvmclock into hw/kvm folder
` [PATCH v3 03/16] apic: Stop timer on reset
` [PATCH v3 04/16] apic: Introduce backend/frontend infrastructure for KVM reuse
` [PATCH v3 05/16] apic: Open-code timer save/restore
` [PATCH v3 06/16] i8259: Introduce backend/frontend infrastructure for KVM reuse
` [PATCH v3 07/16] ioapic: Convert to memory API
` [PATCH v3 08/16] ioapic: Reject non-dword accesses to IOWIN register
` [PATCH v3 09/16] ioapic: Introduce backend/frontend infrastructure for KVM reuse
` [PATCH v3 10/16] memory: Introduce memory_region_init_reservation
` [PATCH v3 11/16] kvm: Introduce core services for in-kernel irqchip support
` [PATCH v3 12/16] kvm: x86: Establish IRQ0 override control
` [PATCH v3 13/16] kvm: x86: Add user space part for in-kernel APIC
` [PATCH v3 14/16] kvm: x86: Add user space part for in-kernel i8259
` [PATCH v3 15/16] kvm: x86: Add user space part for in-kernel IOAPIC
` [PATCH v3 16/16] kvm: Arm in-kernel irqchip support
[PATCH 0/10] nEPT: Nested EPT support for Nested VMX
2011-12-06 12:40 UTC (11+ messages)
` [PATCH 02/10] nEPT: MMU context for nested EPT
[PATCH 1/2] kvm tools: Zero out event before calling epoll_ctl()
2011-12-06 12:38 UTC (3+ messages)
` [PATCH 2/2] kvm tools: Initialize irq_routing before using it
winXP "Standard PC" HAL and qemu-kvm >= 0.15
2011-12-06 12:27 UTC (6+ messages)
[PATCH 01/28] kvm tools: Split x86 arch-specific bits into x86/
2011-12-06 12:10 UTC (54+ messages)
` [PATCH 02/28] kvm tools: Only build/init i8042 on x86
` [PATCH 03/28] kvm tools: Add Makefile parameter for kernel include path
` [PATCH 04/28] kvm tools: Re-arrange Makefile to heed CFLAGS before checking for optional libs
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing u64s and link appropriately
` [PATCH 06/28] kvm tools: Add arch-specific KVM_RUN exit handling via kvm_cpu__handle_exit()
` [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 09/28] kvm tools: Add kvm__arch_periodic_poll()
` [PATCH 10/28] kvm tools: term.h needs to include stdbool.h
` [PATCH 11/28] kvm tools: kvm.c needs to include sys/stat.h for mkdir
` [PATCH 12/28] kvm tools: Move arch-specific cmdline init into kvm__arch_set_cmdline()
` [PATCH 13/28] kvm tools: Add CONSOLE_HV term type and allow it to be selected
` [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 alongside
` [PATCH 17/28] kvm tools: Only call symbol__init() if we have BFD
` [PATCH 18/28] kvm tools: Initialise PCI before devices start getting registered with PCI
` [PATCH 19/28] kvm tools: Perform CPU and firmware setup after devices are added
` [PATCH 20/28] kvm tools: Init IRQs after determining nrcpus
` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify memory path
` [PATCH 22/28] kvm tools: Move PCI_MAX_DEVICES to pci.h
` [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device setup
` [PATCH 24/28] kvm tools: Fix virtio-pci endian bug when reading VIRTIO_PCI_QUEUE_NUM
` [PATCH 25/28] kvm tools: Correctly set virtio-pci bar_size and remove hardwired address
` [PATCH 26/28] kvm tools: Add pci__config_{rd,wr}(), pci__find_dev() and fix PCI config register addressing
` [PATCH 27/28] kvm tools: Arch-specific define for PCI MMIO allocation area
` [PATCH 28/28] kvm tools: Create arch-specific kvm_cpu__emulate_io()
[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
2011-12-06 12:03 UTC (17+ messages)
[SeaBIOS PATCH v2] hotplug: Add device per func in ACPI DSDT tables
2011-12-06 11:36 UTC (3+ messages)
` [SeaBIOS PATCH v3] "
[PATCH] KVM: x86: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
2011-12-06 10:52 UTC (5+ messages)
[net-next RFC PATCH 0/5] Series short description
2011-12-06 10:21 UTC (16+ messages)
` [net-next RFC PATCH 1/5] virtio_net: passing rxhash through vnet_hdr
` [net-next RFC PATCH 2/5] tuntap: simple flow director support
` [net-next RFC PATCH 3/5] macvtap: "
` [net-next RFC PATCH 4/5] virtio: introduce a method to get the irq of a specific virtqueue
` [net-next RFC PATCH 5/5] virtio-net: flow director support
[PATCH] kvm tools: Ninja out support for VIRTIO_F_FEATURES_HIGH
2011-12-06 9:57 UTC (3+ messages)
[PATCH 0/4] KVM: x86 emulator: Move em_grp from switch statement to decode table
2011-12-06 9:07 UTC (5+ messages)
` [PATCH 1/4] KVM: x86 emulator: Use opcode::execute for Group 2 instructions
` [PATCH 2/4] KVM: x86 emulator: Use opcode::execute for Group 1A instruction
` [PATCH 3/4] KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions
` [PATCH 4/4] KVM: x86 emulator: Use opcode::execute for Group 9 instruction
[PATCH 00/28] kvm tools: Prepare kvmtool for another architecture
2011-12-06 8:56 UTC (3+ messages)
[PATCH 1/2] kvm: make vcpu life cycle separated from kvm instance
2011-12-06 8:14 UTC (17+ messages)
` [PATCH] "
[PATCH RFC V3 0/4] kvm : Paravirt-spinlock support for KVM guests
2011-12-06 6:54 UTC (6+ messages)
` [PATCH RFC V3 1/4] debugfs: Add support to print u32 array in debugfs
` [Xen-devel] "
` [PATCH RFC V3 4/4] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
[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 platform-specific code
` [PATCH 02/13] KVM: PPC: Keep a record of HV guest view of hashed page table entries
` [PATCH 03/13] KVM: PPC: Keep page physical addresses in per-slot arrays
` [PATCH 04/13] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
` [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 prepare_memory_region()
` [PATCH 07/13] KVM: PPC: Allow use of small pages to back Book3S HV guests
` [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 for each gfn
` [PATCH 10/13] KVM: PPC: Implement MMIO emulation support for Book3S HV guests
` [PATCH 11/13] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly
` [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 HV guest
[PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support
2011-12-06 4:06 UTC (8+ messages)
` [PATCH 2/8] kvm tools: Generate SPAPR PPC64 guest device tree
` [PATCH 3/8] kvm tools: Add SPAPR PPC64 hcall & rtascall structure
` [PATCH 4/8] kvm tools: Add SPAPR PPC64 HV console
` [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 back gracefully if ioeventfds unavailable
[PATCH 0/8] kvm tools SPAPR PPC64 support
2011-12-06 4:05 UTC
(unknown)
2011-12-06 1:45 UTC
kvm deadlock
2011-12-05 22:48 UTC
[PATCHv2 RFC] virtio-pci: flexible configuration layout
2011-12-05 20:20 UTC (3+ messages)
[PATCH 0/5 V5] Avoid soft lockup message when KVM is stopped by host
2011-12-05 20:19 UTC (6+ messages)
` [PATCH 1/5 V5] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/5 V5] Add functions to check if the host has stopped the vm
` [PATCH 3/5 V5] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/5 V5] Add generic stubs for kvm stop check functions
` [PATCH 5/5 V5] Add check for suspended vm in softlockup detector
[PATCH V4] Guest stop notification
2011-12-05 20:18 UTC
[Qemu-devel] [PATCH] ivshmem: fix guest unable to start with ioeventfd
2011-12-05 19:27 UTC (5+ messages)
` "
[PATCH v2 0/3] PCI: Rework config space locking, add INTx masking services
2011-12-05 19:06 UTC (3+ messages)
` [PATCH v2 1/3] pci: Rework config space blocking services
[PATCH 0/5 V4] Avoid soft lockup message when KVM is stopped by host
2011-12-05 18:00 UTC (4+ messages)
` [PATCH 3/5 V4] Add ioctl for KVM_GUEST_STOPPED
[PATCH 1/5] kvm tools: Split custom rootfs init into two stages
2011-12-05 14:16 UTC (5+ messages)
` [PATCH 2/5] kvm tools: Remove double 'init=' kernel param
` [PATCH 3/5] kvm tools: Allow easily sandboxing applications within a guest
` [PATCH 4/5] kvm tools: Ignore parameters after dashdash in 'kvm run'
` [PATCH 5/5] kvm tools: Add 'kvm sandbox'
KVM call agenda for 12/6 (Tuesday) @ 10am US/Eastern
2011-12-05 14:13 UTC
[RFC][PATCH 00/16] uq/master: Introduce basic irqchip support
2011-12-05 13:55 UTC (25+ messages)
` [RFC][PATCH 02/16] kvm: Move kvmclock into hw/kvm folder
` [Qemu-devel] "
` [RFC][PATCH 14/16] kvm: x86: Add user space part for in-kernel i8259
[PATCH V3] Guest stop notification
2011-12-05 13:46 UTC (9+ messages)
` [Qemu-devel] "
[kvm-autotest] tests.cgroup: Add 2 new tests of cpuset.cpus cgroup functionality
2011-12-05 12:01 UTC (4+ messages)
` [PATCH 1/3] [autotest] client.tests.cgroup: Replace LoadPerCpu() by get_load_per_cpu
` [PATCH 2/3] [kvm-autotest] tests.cgroup: Add TestCpusetCpus test
` [PATCH 3/3] [kvm-autotest] tests.cgroup: Add TestCpusetCpusSwitching
[PATCH] kvm tools: Split custom rootfs init into two stages
2011-12-05 9:30 UTC (2+ messages)
What are the rules for hyperthreaded CPUs?
2011-12-05 7:42 UTC (2+ messages)
[KVM][Kemari]: Build error fix
2011-12-05 2:45 UTC
Can I configure cores instead of CPU's
2011-12-05 1:27 UTC
What are the rules for hyperthreaded CPUs?
2011-12-05 0:41 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).