kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-22 14:46:52 to 2012-05-25 00:48:29 UTC [more...]

[PATCH v3 00/16] net: hub-based networking
 2012-05-25  0:48 UTC  (21+ messages)
` [PATCH v3 01/16] net: Add a hub net client
` [PATCH v3 02/16] net: Use hubs for the vlan feature
` [PATCH v3 03/16] net: Look up 'vlan' net clients using hubs
` [PATCH v3 04/16] hub: Check that hubs are configured correctly
` [PATCH v3 05/16] net: Drop vlan argument to qemu_new_net_client()
` [PATCH v3 06/16] net: Remove vlan qdev property
` [PATCH v3 07/16] net: Remove vlan code from net.c
` [PATCH v3 08/16] net: Remove VLANState
` [PATCH v3 09/16] net: Rename non_vlan_clients to net_clients
` [PATCH v3 10/16] net: Rename VLANClientState to NetClientState
` [PATCH v3 11/16] net: Rename vc local variables to nc
` [PATCH v3 12/16] net: Rename qemu_del_vlan_client() to qemu_del_net_client()
` [PATCH v3 13/16] net: Make the monitor output more reasonable hub info
` [PATCH v3 14/16] net: cleanup deliver/deliver_iov func pointers
` [PATCH v3 15/16] net: determine if packets can be sent before net queue deliver packets
` [PATCH v3 16/16] hub: add the support for hub own flow control
` [Qemu-devel] [PATCH v3 00/16] net: hub-based networking

[PATCH 1/2] Remove kvm_commit_irq_routes from error messages
 2012-05-24 23:56 UTC  (15+ messages)
` [PATCH 2/2] Device assignment: Fix MSI IRQ affinity setting

[GIT PULL] KVM updates for Linux 3.5
 2012-05-24 23:23 UTC  (2+ messages)

[PATCH v2 00/13] IOMMU Groups + VFIO
 2012-05-24 22:46 UTC  (14+ messages)
` [PATCH v2 03/13] iommu: IOMMU groups for VT-d and AMD-Vi
` [PATCH v2 05/13] pci: Add ACS validation utility
` [PATCH v2 09/13] vfio: x86 IOMMU implementation
` [PATCH v2 12/13] pci: Misc pci_reg additions

[PATCH] vfio-powerpc: enabled and supported on power
 2012-05-24 21:56 UTC  (3+ messages)

Date: 24/05/2012
 2012-05-24 20:47 UTC 

[PATCH v2 00/15] net: hub-based networking
 2012-05-24 15:01 UTC  (40+ messages)
` [PATCH v2 01/15] net: Add a hub net client
` [PATCH v2 02/15] net: Use hubs for the vlan feature
` [PATCH v2 03/15] net: Look up 'vlan' net clients using hubs
` [PATCH v2 04/15] hub: Check that hubs are configured correctly
` [PATCH v2 05/15] net: Drop vlan argument to qemu_new_net_client()
` [PATCH v2 06/15] net: Remove vlan qdev property
` [PATCH v2 07/15] net: Remove vlan code from net.c
` [PATCH v2 08/15] net: Remove VLANState
` [PATCH v2 09/15] net: Rename non_vlan_clients to net_clients
` [PATCH v2 10/15] net: Rename VLANClientState to NetClientState
` [PATCH v2 11/15] net: Rename vc local variables to nc
` [PATCH v2 12/15] net: Rename qemu_del_vlan_client() to qemu_del_net_client()
` [PATCH v2 13/15] net: Remove obsolete vlan info
` [PATCH v2 14/15] net: cleanup deliver/deliver_iov func pointers
` [PATCH v2 15/15] net: invoke qemu_can_send_packet only before net queue sending function

[RFC PATCH] PCI: Introduce INTx check & mask API
 2012-05-24 14:41 UTC  (3+ messages)

[PATCH v2] intel-iommu: Add device info into list before doing context mapping
 2012-05-24 12:46 UTC  (3+ messages)

[RfC PATCH 0/2] vga: make ram size configurable
 2012-05-24 12:20 UTC  (4+ messages)
` [RfC PATCH 1/2] vga: raise xres+yres limits
` [RfC PATCH 2/2] vga: make vram size configurable

[PATCH v2] KVM: introduce readonly memory region
 2012-05-24 12:10 UTC  (4+ messages)

[PATCH 0/2] improve speed of "rep ins" emulation
 2012-05-24 10:54 UTC  (8+ messages)
` [PATCH 1/2] Provide userspace IO exit completion callback
` [PATCH 2/2] Provide fast path for "rep ins" emulation if possible

which branch of kvm.git should I do regular testing against?
 2012-05-24  9:48 UTC  (5+ messages)

[PATCH v5 0/9] KVM: fast page fault
 2012-05-24  9:03 UTC  (17+ messages)
` [PATCH v5 1/9] KVM: MMU: return bool in __rmap_write_protect
` [PATCH v5 2/9] KVM: MMU: abstract spte write-protect
` [PATCH v5 3/9] KVM: VMX: export PFEC.P bit on ept
` [PATCH v5 4/9] KVM: MMU: fold tlb flush judgement into mmu_spte_update
` [PATCH v5 5/9] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
` [PATCH v5 6/9] KVM: MMU: fast path of handling guest page fault
` [PATCH v5 7/9] KVM: MMU: trace fast "
` [PATCH v5 8/9] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v5 9/9] KVM: MMU: document mmu-lock and fast page fault

[QEMU 1.1 PATCH v3] Expose CPUID leaf 7 only for -cpu host
 2012-05-24  8:23 UTC  (2+ messages)

[PATCH 1/3 - qemu-kvm stable-1.0] Fix conditional build of various x86 specific bits
 2012-05-24  3:03 UTC  (3+ messages)

[PATCH 3/3 - qemu-kvm stable-1.0] Fix kVM_GET_ONE_REG interface
 2012-05-24  2:15 UTC 

[PATCH 2/3 - qemu-kvm stable-1.0] Allow i8259 to build without i8254
 2012-05-24  2:15 UTC 

[PATCH] kvm: optimize ISR lookups
 2012-05-23 23:02 UTC  (20+ messages)

[PATCH qom-next 00/59] QOM CPUState, part 4: CPU_COMMON
 2012-05-23 19:36 UTC  (18+ messages)
` [PATCH qom-next 06/59] pc: Pass X86CPU to cpu_is_bsp()
` [PATCH qom-next 09/59] cpus: Pass CPUState to qemu_cpu_is_self()
` [PATCH qom-next 15/59] cpus: Pass CPUState to cpu_is_stopped()
` [PATCH qom-next 29/59] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
` [PATCH qom-next 32/59] s390-virtio: Let s390_cpu_addr2state() return S390CPU
` [PATCH qom-next 33/59] target-s390x: Pass S390CPU to s390_cpu_restart()
` [PATCH qom-next 34/59] cpus: Pass CPUState to qemu_cpu_kick()
` [PATCH qom-next 40/59] spapr: Pass PowerPCCPU to spapr_hypercall()
` [PATCH qom-next 44/59] target-i386: Pass X86CPU to kvm_mce_inject()
` [PATCH qom-next 45/59] target-i386: Pass X86CPU to cpu_x86_inject_mce()
` [PATCH qom-next 46/59] cpus: Pass CPUState to run_on_cpu()
` [PATCH qom-next 50/59] target-i386: Pass X86CPU to kvm_get_mp_state()
` [PATCH qom-next 51/59] target-i386: Pass X86CPU to kvm_handle_halt()
` [PATCH qom-next 59/59] cpu: Move halted and interrupt_request to CPUState
` [Qemu-devel] [PATCH qom-next 00/59] QOM CPUState, part 4: CPU_COMMON

[PATCH] kvm: document lapic regs field
 2012-05-23 16:16 UTC 

[RFC] kvm: export host NUMA info to guest's scheduler
 2012-05-23 15:52 UTC  (14+ messages)
` [PATCH 1/2] sched: add virt sched domain for the guest
` [PATCH 2/2] sched: add virt domain device's driver
` [PATCH] kvm: collect vcpus' numa info for guest's scheduler
` [PATCH] Qemu: add virt sched domain device

[RFC:kvm] export host NUMA info to guest & make emulated device NUMA attr
 2012-05-23 15:16 UTC  (5+ messages)

[RFC PATCH 1/5] block: Introduce q->abort_queue_fn()
 2012-05-23 15:04 UTC  (5+ messages)

[PATCH v3 4/4] Enabling Access bit when doing memory swapping
 2012-05-23 13:31 UTC  (2+ messages)

Is kvm-guest-drivers-linux.git still live? Is virtio-serial included?
 2012-05-23 13:03 UTC  (2+ messages)

[ANNOUNCE] qemu-kvm-1.1-rc3
 2012-05-23  9:07 UTC 

qemu core dump and filtering guest pages
 2012-05-23  8:37 UTC  (2+ messages)

[PATCH v3] KVM: x86: Implement PCID/INVPCID for guests with EPT
 2012-05-23  5:02 UTC  (7+ messages)

[PATCH] KVM: fix async page fault working for readonly mapping
 2012-05-23  3:09 UTC  (7+ messages)

[PATCH v2 0/5] Export offsets of VMCS fields as note information for kdump
 2012-05-22 20:53 UTC  (4+ messages)

[Bug 11963] S3: second resume fails unless BIOS "Intel TXT Feature" disabled - Thinkpad W500
 2012-05-22 15:14 UTC  (2+ messages)

[PATCH v2 1/5] KVM: Add APIs for unlocked TLB flush
 2012-05-22 14:46 UTC  (3+ messages)
` [PATCH v2 2/5] KVM: MMU: Convert remote flushes to kvm_mark_tlb_dirty() and a conditional flush


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).