messages from 2011-10-31 07:44:27 to 2011-11-03 10:42:26 UTC [more...]
[PATCH 1 of 5] virtio: document functions better
2011-11-03 10:18 UTC (10+ messages)
` [PATCH 2 of 5] virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
` [PATCH 3 of 5] virtio: support unlocked queue kick
` [PATCH 4 of 5] virtio: avoid modulus operation
` [PATCH 5 of 5] virtio: expose added descriptors immediately
[PULL] virtio
2011-11-03 10:37 UTC (11+ messages)
` [PATCH RFC] virtio-pci: flexible configuration layout
virtio-pci new configuration proposal
2011-11-03 8:33 UTC (6+ messages)
[PATCH 0/9] KVM in-guest performance monitoring
2011-11-03 8:31 UTC (27+ messages)
` [PATCH 2/9] KVM: Expose a version 2 architectural PMU to a guests
` [PATCH 6/9] perf: expose perf capability to other modules
` [PATCH 7/9] KVM: Expose the architectural performance monitoring CPUID leaf
[KVM-autotest][PATCH] cgroup test with KVM guest +first subtests
2011-11-03 7:32 UTC (4+ messages)
` [PATCH 2/2] adds cgroup tests on KVM guests with first test
[PATCH 1/5] virtio: document functions better
2011-11-03 7:10 UTC
[PATCH 0/5] RFC: ->make_request support for virtio-blk
2011-11-03 6:45 UTC (9+ messages)
` [PATCH 2/5] virtio: support unlocked queue kick
What's the usage model (purpose) of interrupt remapping in IOMMU?
2011-11-03 6:11 UTC (3+ messages)
[PATCH RFC] acpi: add ssdt for cpi hotplug
2011-11-03 2:14 UTC (9+ messages)
` [SeaBIOS] "
qemu/qemu-kvm floppy regression brought by 212ec7baa28cc9d819234fed1541fc1423cfe3d8
2011-11-03 2:01 UTC (3+ messages)
` [Qemu-devel] "
[Qemu-devel] Compile error
2011-11-02 22:19 UTC
Partnership
2011-11-02 21:09 UTC
[PATCH 0/3] PCI: Rework config space locking, add INTx masking services
2011-11-02 20:59 UTC (3+ messages)
` [PATCH 1/3] pci: Rework config space blocking services
Partnership
2011-11-02 19:15 UTC
[PATCH 1.0] virtio-blk: pass full status to the guest
2011-11-02 13:20 UTC (4+ messages)
` [Qemu-devel] "
[PATCH v2 0/9] perf support for x86 guest/host-only bits
2011-11-02 12:47 UTC (2+ messages)
[PATCH RFC 0/2] KVM: remove host and guest pv mmu support
2011-11-02 12:19 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] KVM Guest: remove KVM "
` [PATCH v2 2/2] KVM: remove KVM host "
[PULL 00/14] ppc patch queue 2011-10-31
2011-11-02 10:33 UTC (28+ messages)
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 03/14] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/14] KVM: PPC: e500: MMU API
` [PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/14] KVM: PPC: Fix build failure with HV KVM and CBE
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR setting"
` [PATCH 09/14] KVM: PPC: Add generic single register ioctls
` [PATCH 10/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 11/14] KVM: PPC: Whitespace fix for kvm.h
` [PATCH 12/14] KVM: Fix whitespace in kvm_para.h
` [PATCH 13/14] KVM: PPC: E500: Support hugetlbfs
` [PATCH 14/14] PPC: Fix race in mtmsr paravirt implementation
[PATCH] KVM: SVM: Keep intercepting task switching with NPT enabled
2011-11-02 10:04 UTC (12+ messages)
Running KVM inside a chroot
2011-11-02 8:36 UTC (19+ messages)
[PATCH v3 01/10] kvm tools: Switch to using an enum for disk image types
2011-11-02 6:28 UTC (11+ messages)
` [PATCH v3 02/10] kvm tools: Remove the non-iov interface from disk image ops
` [PATCH v3 03/10] kvm tools: Modify disk ops usage
` [PATCH v3 04/10] kvm tools: Modify behaviour on missing ops ptr
` [PATCH v3 05/10] kvm tools: Add optional callback on disk op completion
` [PATCH v3 06/10] kvm tools: Remove qcow nowrite function
` [PATCH v3 07/10] kvm tools: Split io request from completion
` [PATCH v3 08/10] kvm tools: Hook virtio-blk completion to disk op completion
` [PATCH v3 09/10] kvm tools: Add aio read write functions
` [PATCH v3 10/10] kvm tools: Use native vectored AIO in virtio-blk
[PATCH 0/6 V2] Avoid soft lockup message when KVM is stopped by host
2011-11-01 20:11 UTC (16+ messages)
` [PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/6 V2] Add functions to check if the host has stopped the vm
` [PATCH 3/6 V2] Add ioctl for KVM_GUEST_STOPPED
` [PATCH 4/6 V2] Add generic stubs for kvm stop check functions
` [PATCH 5/6 V2] Add check for suspended vm in softlockup detector
` [PATCH 6/6 V2] Add age out of guest paused flag
[PATCH v2 01/10] kvm tools: Switch to using an enum for disk image types
2011-11-01 17:07 UTC (11+ messages)
` [PATCH v2 02/10] kvm tools: Remove the non-iov interface from disk image ops
` [PATCH v2 03/10] kvm tools: Modify disk ops usage
` [PATCH v2 04/10] kvm tools: Modify behaviour on missing ops ptr
` [PATCH v2 05/10] kvm tools: Add optional callback on disk op completion
` [PATCH v2 06/10] kvm tools: Remove qcow nowrite function
` [PATCH v2 07/10] kvm tools: Split io request from completion
` [PATCH v2 08/10] kvm tools: Hook virtio-blk completion to disk op completion
` [PATCH v2 09/10] kvm tools: Add aio read write functions
` [PATCH v2 10/10] kvm tools: Use native vectored AIO in virtio-blk
handling mmio?
2011-11-01 16:36 UTC
[PATCH] kvm tools: Allow retrieval about PTY redirection in 'kvm stat'
2011-11-01 16:34 UTC
[qemu-kvm unittest regression] Re: Autotest | Job ID: 2011 "Upstream qemu-kvm.git sanity 11-01-2011 00:04:02" | Status: 1 Completed | Success Rate: 94.74 %
2011-11-01 16:08 UTC
State of KVM guest debugging support on Power
2011-11-01 14:22 UTC
KVM call agenda for November 1st
2011-11-01 13:46 UTC (2+ messages)
[net-next-2.6 PATCH 0/6 RFC v3] macvlan: MAC Address filtering support for passthru mode
2011-11-01 12:17 UTC (5+ messages)
[PATCH 00/11] kvm tools: Support native vectored AIO
2011-11-01 11:52 UTC (9+ messages)
` [PATCH 02/11] kvm tools: Hold a copy of ops struct inside disk_image
` [PATCH 08/11] kvm tools: Split io request from completion
[PATCH] KVM test: nic_hotplug: Use -f on mv commands
2011-11-01 3:23 UTC
Business Proposal
2011-10-31 22:12 UTC
Business Proposal
2011-10-31 22:12 UTC
[PATCHv4] virtio-blk: use ida to allocate disk index
2011-10-31 23:55 UTC (3+ messages)
KVM call agenda for November 1st
2011-10-31 19:09 UTC
[PATCH 0/6] [PULL] qemu-kvm.git uq/master queue
2011-10-31 16:52 UTC (2+ messages)
` [Qemu-devel] "
1.0 Hard Freeze Logistics
2011-10-31 15:07 UTC (3+ messages)
[PATCH 1/5] kvm tools: Drop unused variable in struct uip_buf
2011-10-31 14:39 UTC (5+ messages)
` [PATCH 2/5] kvm tools: Use macro in uip_tx_do_ipv4()
` [PATCH 3/5] kvm tools: Fix a vertical indentation for net/uip/udp.c
` [PATCH 4/5] kvm tools: Fix ndev mutex and condition variable initialization
` [PATCH 5/5] kvm tools: Remove dead code virt_queue__trigger_irq()
kernel BUG at include/linux/kvm_host.h:603!
2011-10-31 10:28 UTC (3+ messages)
[PATCH 0/1] virtio: console: fix for early console
2011-10-31 10:21 UTC (2+ messages)
[kvm-autotest] tests.cgroup: Add TestFreezer
2011-10-31 9:30 UTC (2+ messages)
` [PATCH] "
[PATCH] qemu: Fix inject-nmi
2011-10-31 8:00 UTC (10+ messages)
` [Qemu-devel] "
` [PATCH 1/2] seabios: Add Local APIC NMI Structure to ACPI MADT (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)
` [PATCH 1/2] seabios: Add Local APIC NMI Structure to ACPI MADT
` [Qemu-devel] "
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).