messages from 2012-07-24 11:17:45 to 2012-07-26 21:26:26 UTC [more...]
[PATCH v9 00/16] KVM/ARM Implementation
2012-07-26 21:26 UTC (21+ messages)
` [PATCH v9 01/16] ARM: add mem_type prot_pte accessor
` [PATCH v9 04/16] KVM: Move KVM_IRQ_LINE to arch-generic code
` [PATCH v9 12/16] ARM: KVM: World-switch implementation
` [PATCH v9 16/16] ARM: KVM: Guest wait-for-interrupts (WFI) support
` [Android-virt] "
` [Android-virt] [PATCH v9 00/16] KVM/ARM Implementation
[RFC PATCH] vfio: VFIO PCI driver for Qemu
2012-07-26 21:23 UTC (19+ messages)
` [Qemu-devel] "
[PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION
2012-07-26 20:15 UTC (11+ messages)
[GIT PULL (PATCH 0/4)] VFIO driver for v3.6
2012-07-26 16:14 UTC (6+ messages)
` [PATCH 1/4] vfio: VFIO core
` [PATCH 2/4] vfio: Add documentation
` [PATCH 3/4] vfio: Type1 IOMMU implementation
` [PATCH 4/4] vfio: Add PCI device driver
` [GIT PULL (PATCH 0/4) v2] VFIO driver for v3.6
[PATCH 0/4] kvm_timer cleanup
2012-07-26 15:01 UTC (5+ messages)
` [PATCH 1/4] KVM: Remove internal timer abstraction
` [PATCH 2/4] KVM: Simplify kvm_timer
` [PATCH 3/4] KVM: Simplify kvm_pit_timer
` [PATCH 4/4] KVM: fold kvm_pit_timer into kvm_kpit_state
[kvm:auto-next 24/39] (.init.rodata+0x830): undefined reference to `x86_hyper_kvm'
2012-07-26 14:17 UTC (5+ messages)
Can we force a KVM VCPU in Guest Mode to Exit to User Mode From User Mode ?
2012-07-26 13:55 UTC (6+ messages)
qemu-kvm-1.1.0 crashing with kernel 3.5.0-rc6
2012-07-26 13:49 UTC (20+ messages)
[PATCH 0/5] prepare unplug out of protection of global lock
2012-07-26 13:46 UTC (28+ messages)
` [PATCH 1/5] qom: adopt rwlock to protect accessing dev from removing it
` [PATCH 2/5] exec.c: use refcnt to protect device during dispatching
` [PATCH 3/5] hotplug: introduce qdev_unplug_ack() to remove device from views
` [PATCH 4/5] qom: delay DeviceState's reclaim to main-loop
` [PATCH 5/5] e1000: using new interface--unmap to unplug
[PATCH 0/2] virtio-scsi fixes for 3.6
2012-07-26 13:28 UTC (3+ messages)
` [PATCH 1/2] virtio-scsi: fix LUNs greater than 255
` [PATCH 2/2] virtio-scsi: support online resizing of disks
virtio(-scsi) vs. chained sg_lists (was Re: [PATCH] scsi: virtio-scsi: Fix address translation failure of HighMem pages used by sg list)
2012-07-26 13:05 UTC (10+ messages)
[RFC PATCH] KVM: Only print vcpu_unimpl when DEBUG is set
2012-07-26 12:22 UTC
[PATCH 0/3] KVM: s390: Trace events support
2012-07-26 11:05 UTC (4+ messages)
[PATCH v2 0/3] KVM: remove dummy pages
2012-07-26 9:52 UTC (9+ messages)
` [PATCH v2 1/3] KVM: MMU: use kvm_release_pfn_clean to release pfn
` [PATCH v2 2/3] KVM: use kvm_release_page_clean to release the page
` [PATCH v2 3/3] KVM: remove dummy pages
[PATCH v2] KVM: Move KVM_IRQ_LINE to arch-generic code
2012-07-26 9:23 UTC (2+ messages)
[PATCH] KVM: emulator: drop unneeded call to get_segment()
2012-07-26 9:21 UTC (2+ messages)
[PATCH 1/2] KVM: PIC: call ack notifiers for irqs that are dropped form irr
2012-07-26 9:18 UTC (5+ messages)
` [PATCH 2/2] KVM: cleanup pic reset
[net-next RFC V5 0/5] Multiqueue virtio-net
2012-07-26 8:20 UTC (4+ messages)
` [net-next RFC V5 2/5] virtio_ring: move queue_index to vring_virtqueue
[PATCH 1/2] KVM: PPC: booke: Allow multiple exception types
2012-07-26 5:32 UTC (2+ messages)
` [PATCH 2/2] KVM: PPC: booke/bookehv: Add guest debug support
[PATCH v2] KVM: x86: simplify read_emulated
2012-07-26 5:12 UTC
[PATCH 2/2 v5] KVM: PPC: booke: Add watchdog emulation
2012-07-26 0:46 UTC (13+ messages)
[PATCH] KVM: PPC: BookE: HV: Fix compile
2012-07-26 0:31 UTC (2+ messages)
[Bug 43328] New: VT-d/SR-IOV doesn't work in guest
2012-07-25 19:36 UTC (2+ messages)
` [Bug 43328] "
+ ppc-e500_tlb-memset-clears-nothing.patch added to -mm tree
2012-07-25 10:20 UTC (6+ messages)
vhost-scsi port to v1.1.0 + MSI-X performance regression
2012-07-25 9:26 UTC (7+ messages)
[RFC 0/2] virtio: provide a way for host to monitor critical events in the device
2012-07-25 8:46 UTC (14+ messages)
[RFC 0/9] vhost-scsi: Add support for host virtualized target
2012-07-25 7:05 UTC (17+ messages)
` [RFC 1/9] notifier: add validity check and notify function
` [RFC 2/9] virtio-pci: support host notifiers in TCG mode
` [RFC 3/9] virtio-pci: check that event notification worked
` [RFC 4/9] vhost: Pass device path to vhost_dev_init()
` [RFC 5/9] virtio-scsi: Add wwpn and tgpt properties
` [RFC 6/9] virtio-scsi: Open and initialize /dev/vhost-scsi
` [RFC 7/9] virtio-scsi: Start/stop vhost
` [RFC 8/9] virtio-scsi: Set max_target=0 during vhost-scsi operation
` [RFC 9/9] vhost-scsi: add -vhost-scsi host device
[PATCH 2/2 v6] KVM: PPC: booke: Add watchdog emulation
2012-07-25 3:49 UTC
[GIT PULL] KVM updates for the 3.6 merge window
2012-07-25 1:09 UTC (4+ messages)
[PATCH] virtio-blk: allow toggling host cache between writeback and writethrough
2012-07-25 1:02 UTC (7+ messages)
[PATCH v7 0/2] kvm: level irqfd and new eoifd
2012-07-24 20:43 UTC (3+ messages)
` [PATCH v7 1/2] kvm: Extend irqfd to support level interrupts
` [PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs
[PATCH v3] booke: Added ONE_REG interface for IAC/DAC debug registers
2012-07-24 15:24 UTC
KVM call minutes July 24th
2012-07-24 15:00 UTC
[PATCH v2] booke: Added ONE_REG interface for IAC/DAC debug registers
2012-07-24 14:56 UTC (8+ messages)
[PATCH] KVM: PIC: call ack notifiers for irqs that are dropped form irr
2012-07-24 13:15 UTC (4+ messages)
[PATCH] Documentation/kvm : Add documentation on Hypercalls
2012-07-24 13:14 UTC (3+ messages)
KVM call agenda for Tuesday, July 24
2012-07-24 12:24 UTC (2+ messages)
[PATCHSET] kthread_worker: reimplement flush_kthread_work() to allow freeing during execution
2012-07-24 11:17 UTC (7+ messages)
` [PATCH 2/2] kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed
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