messages from 2011-01-27 08:33:32 to 2011-01-30 05:11:32 UTC [more...]
[PATCH 0/4 v8] qemu-kvm: MSI-X MMIO support for assigned device
2011-01-30 5:12 UTC (5+ messages)
` [PATCH 1/4] qemu-kvm: device assignment: Enabling MSI-X according to the entries' mask bit
` [PATCH 2/4] qemu-kvm: Ioctl for MSIX MMIO support
` [PATCH 3/4] qemu-kvm: Header file update for MSI-X "
` [PATCH 4/4] qemu-kvm: MSI-X MMIO support for assigned device
[PATCH 0/3 v8] MSI-X MMIO support for KVM
2011-01-30 5:11 UTC (4+ messages)
` [PATCH 1/3] KVM: Move struct kvm_io_device to kvm_host.h
` [PATCH 2/3] KVM: Emulate MSI-X table in kernel
` [PATCH 3/3] KVM: Add documents for MSI-X MMIO API
[PATCH 0/3 v7] MSI-X MMIO support for KVM
2011-01-30 4:38 UTC (4+ messages)
` [PATCH 2/3] KVM: Emulate MSI-X table in kernel
[PATCH -v2 0/3] KVM, Replace is_hwpoison_address with __get_user_pages
2011-01-30 3:15 UTC (4+ messages)
` [PATCH -v2 1/3] mm, export __get_user_pages
` [PATCH -v2 2/3] mm, Make __get_user_pages return -EHWPOISON for HWPOISON page optionally
` [PATCH -v2 3/3] KVM, Replace is_hwpoison_address with __get_user_pages
[PATCH] Recognize parameters surrounded by quotes v2
2011-01-29 23:22 UTC
[PATCH 00/13] AMD IOMMU emulation patchset
2011-01-29 20:19 UTC (15+ messages)
` [PATCH 01/13] Generic DMA memory access interface
` [PATCH 02/13] pci: add IOMMU support via the generic DMA layer
` [PATCH 03/13] AMD IOMMU emulation
` [PATCH 04/13] ide: use the DMA memory access interface for PCI IDE controllers
` [PATCH 05/13] rtl8139: use the DMA memory access interface
` [PATCH 06/13] eepro100: "
` [PATCH 07/13] ac97: "
` [PATCH 08/13] es1370: "
` [PATCH 09/13] e1000: "
` [PATCH 10/13] lsi53c895a: "
` [PATCH 11/13] pcnet: "
` [PATCH 12/13] usb-uhci: "
` [PATCH 13/13] usb-ohci: "
[PATCH 00/19] Kemari for KVM v0.2.8
2011-01-29 13:29 UTC (35+ messages)
` [PATCH 01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/19] Introduce read() to FdMigrationState
` [PATCH 03/19] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/19] qemu-char: export socket_set_nodelay()
` [PATCH 05/19] vl.c: add deleted flag for deleting the handler
` [PATCH 06/19] virtio: decrement last_avail_idx with inuse before saving
` [PATCH 07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/19] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/19] Introduce event-tap
` [PATCH 10/19] Call init handler of event-tap at main() in vl.c
` [PATCH 11/19] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/19] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
` [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/19] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/19] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari)
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode
` [Qemu-devel] "
Zero-copy block driver?
2011-01-29 12:46 UTC (4+ messages)
[PATCH] release kvmclock page on reset
2011-01-29 8:56 UTC (4+ messages)
[PATCH v2 0/6] KVM Steal time, new submission
2011-01-29 2:16 UTC (13+ messages)
` [PATCH v2 1/6] KVM-HDR: KVM Steal time implementation
` [PATCH v2 2/6] KVM-HV: "
` [PATCH v2 3/6] KVM-GST: KVM Steal time accounting
` [PATCH v2 4/6] KVM-GST: KVM Steal time registration
` [PATCH v2 5/6] KVM-GST: adjust scheduler cpu power
` [PATCH v2 6/6] Describe KVM_MSR_STEAL_TIME
[PATCH] remember used harness after reboot v3
2011-01-29 1:09 UTC
Network performance with small packets
2011-01-28 22:51 UTC (14+ messages)
Google Summer of Code 2011
2011-01-28 20:10 UTC
[PATCHv8 00/16] boot order specification
2011-01-28 17:19 UTC (5+ messages)
` [PATCHv8 12/16] Add bootindex parameter to net/block/fd device
` [Qemu-devel] "
[PATCH 0/29] nVMX: Nested VMX, v8
2011-01-28 17:16 UTC (26+ messages)
` [PATCH 07/29] nVMX: Hold a vmcs02 for each vmcs12
` [PATCH 08/29] nVMX: Fix local_vcpus_link handling
` [PATCH 09/29] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/29] nVMX: Success/failure of VMX instructions
` [PATCH 11/29] nVMX: Implement VMCLEAR
` [PATCH 12/29] nVMX: Implement VMPTRLD
` [PATCH 13/29] nVMX: Implement VMPTRST
` [PATCH 14/29] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/29] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 16/29] nVMX: Move register-syncing to a function
` [PATCH 17/29] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 18/29] nVMX: No need for handle_vmx_insn function any more
` [PATCH 19/29] nVMX: Exiting from L2 to L1
` [PATCH 20/29] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 21/29] nVMX: Correct handling of interrupt injection
` [PATCH 22/29] nVMX: Correct handling of exception injection
` [PATCH 23/29] nVMX: Correct handling of idt vectoring info
` [PATCH 24/29] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 25/29] nVMX: Further fixes for lazy FPU loading
` [PATCH 26/29] nVMX: Additional TSC-offset handling
` [PATCH 27/29] nVMX: Add VMX to list of supported cpuid features
` [PATCH 28/29] nVMX: Miscellenous small corrections
` [PATCH 29/29] nVMX: Documentation
Fwd: Graphics pass-through
2011-01-28 17:29 UTC (6+ messages)
` "
Qemu-img create problem
2011-01-28 16:09 UTC (2+ messages)
IO_PAGE_FAULT while booting
2011-01-28 15:44 UTC (4+ messages)
[PATCH 1/2] Refactor zone_reclaim code (v4)
2011-01-28 15:20 UTC (15+ messages)
` [PATCH 3/3] Provide control over unmapped pages (v4)
[PATCH] sheepdog: support creating images on remote hosts
2011-01-28 13:08 UTC (2+ messages)
KVM and ptp
2011-01-28 9:20 UTC
[PATCH 00/22] [uq/master] Patch queue, part II
2011-01-28 8:11 UTC (29+ messages)
` [PATCH 01/22] Prevent abortion on multiple VCPU kicks
` [PATCH 02/22] Stop current VCPU on synchronous reset requests
` [PATCH 03/22] Process vmstop requests in IO thread
` [PATCH 04/22] Leave inner main_loop faster on pending requests
` [PATCH 05/22] kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
` [PATCH 06/22] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
` [PATCH 07/22] kvm: Handle kvm_init_vcpu errors
` [PATCH 08/22] kvm: Provide sigbus services arch-independently
` [PATCH 09/22] Refactor signal setup functions in cpus.c
` [PATCH 10/22] kvm: Set up signal mask also for !CONFIG_IOTHREAD
` [PATCH 11/22] kvm: Refactor qemu_kvm_eat_signals
` [PATCH 12/22] kvm: Call qemu_kvm_eat_signals also under !CONFIG_IOTHREAD
` [PATCH 13/22] Set up signalfd "
` [PATCH 14/22] kvm: Fix race between timer signals and vcpu entry under !IOTHREAD
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 15/22] kvm: Add MCE signal support for !CONFIG_IOTHREAD
` [PATCH 16/22] Introduce VCPU self-signaling service
` [PATCH 17/22] kvm: Move irqchip event processing out of inner loop
` [PATCH 18/22] kvm: Unconditionally reenter kernel after IO exits
` [PATCH 19/22] kvm: Remove static return code of kvm_handle_io
` [PATCH 20/22] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
` [PATCH 21/22] Refactor kvm&tcg function names in cpus.c
` [PATCH 22/22] Fix a few coding style violations "
[PATCH 1/2] mm, Make __get_user_pages return -EHWPOISON for HWPOISON page optionally
2011-01-28 7:39 UTC (11+ messages)
[Bug 27052] New: Module KVM : unable to handle kernel NULL pointer dereference at
2011-01-28 6:58 UTC (2+ messages)
` [Bug 27052] "
[PATCH] unittest suite: Remove kvm/tests/guest_test.py from list of tests
2011-01-27 23:08 UTC
KVM on old kernels pre-2.6.28
2011-01-27 18:09 UTC (3+ messages)
[PATCH] virtio_blk: allow re-reading config space at runtime
2011-01-27 15:32 UTC
[PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
2011-01-27 14:39 UTC (2+ messages)
` [PATCH] kvm: x86: Fix build in absence of KVM_CAP_ASYNC_PF
suspending in kvm and resuming in qemu
2011-01-27 14:06 UTC (3+ messages)
[RFC -v7 PATCH 0/7] directed yield for Pause Loop Exiting
2011-01-27 13:20 UTC (2+ messages)
[PATCH v3 1/3] KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()
2011-01-27 13:15 UTC (6+ messages)
ms_sysenter_eip zero value
2011-01-27 13:01 UTC (3+ messages)
[PATCH 00/16] New Proposal for steal time in KVM
2011-01-27 12:31 UTC (15+ messages)
` [PATCH 01/16] KVM-HDR: register KVM basic header infrastructure
` [PATCH 05/16] KVM-HDR: Implement wallclock over KVM - KVM Virtual Memory
[RFC PATCH 0/2] Expose available KVM free memory slot count to help avoid aborts
2011-01-27 9:51 UTC (17+ 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