public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-17 13:42:07 to 2016-05-19 18:09:30 UTC [more...]

[PATCH v5 00/57] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-19 18:08 UTC  (52+ messages)
` [PATCH v5 01/57] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v5 02/57] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v5 03/57] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v5 04/57] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v5 05/57] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v5 06/57] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v5 07/57] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v5 08/57] KVM: arm/arm64: Move timer IRQ map to latest possible time
` [PATCH v5 09/57] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v5 10/57] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v5 11/57] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v5 12/57] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v5 13/57] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v5 14/57] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v5 15/57] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v5 16/57] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v5 17/57] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v5 18/57] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v5 19/57] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v5 20/57] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v5 21/57] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v5 22/57] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v5 23/57] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v5 24/57] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v5 25/57] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v5 26/57] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v5 27/57] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v5 28/57] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v5 29/57] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v5 30/57] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v5 31/57] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v5 32/57] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v5 33/57] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v5 34/57] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v5 35/57] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v5 36/57] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v5 37/57] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v5 38/57] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v5 39/57] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v5 40/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v5 41/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v5 42/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v5 43/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v5 44/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v5 45/57] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v5 46/57] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v5 47/57] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v5 48/57] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v5 49/57] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v5 50/57] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v5 51/57] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create

[PATCH v2] KVM: halt-polling: poll if emulated lapic timer will fire soon
 2016-05-19 18:01 UTC  (9+ messages)

[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-19 14:09 UTC  (69+ messages)
` [PATCH v4 11/56] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v4 16/56] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [PATCH v4 22/56] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v4 25/56] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v4 26/56] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v4 27/56] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v4 29/56] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v4 30/56] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v4 32/56] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v4 33/56] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v4 34/56] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v4 35/56] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v4 36/56] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v4 37/56] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v4 38/56] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v4 44/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v4 47/56] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v4 48/56] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v4 49/56] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v4 50/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create

[krottmayer.johannes@gmail.com: [SeaBIOS] qemu-kvm: SeaBIOS 1.9.0 and above cannot boot Windows 10 from harddisk]
 2016-05-19 12:46 UTC 

[GIT PULL] First batch of KVM changes for 4.7
 2016-05-19 12:17 UTC 

[PATCH] KVM: halt-polling: poll if emulated lapic timer will fire soon
 2016-05-19 12:00 UTC  (7+ messages)

[PATCH] x86,locking: Remove ticket (spin)lock implementation
 2016-05-19 10:52 UTC  (6+ messages)
` [Xen-devel] [PATCH] x86, locking: "

[PATCH v3] KVM: arm/arm64: Add VGICv3 save/restore API documentation
 2016-05-19 10:44 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/2] arm/powerpc: Makefile cleanup
 2016-05-19 10:35 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: "

[PATCH v3] kvm:vmx: more complete state update on APICv on/off
 2016-05-19  9:34 UTC  (7+ messages)

[PATCH v2] KVM: PPC: Fix contents of SRR1 when injecting a program exception in kvm-pr
 2016-05-19  9:33 UTC 

[PATCH 3.12 31/76] compiler-gcc: disable -ftracer for __noclone functions
 2016-05-19  9:07 UTC 

[PATCH] KVM: PPC: Fix contents of SRR1 when injecting a program exception in kvm-pr
 2016-05-19  9:04 UTC  (2+ messages)

[PATCH v6 0/8] Series short description
 2016-05-19  9:00 UTC  (18+ messages)
` [PATCH v6 1/8] vfio: Enable sparse mmap capability
` [PATCH v6 2/8] vfio: Create device specific region info helper
` [PATCH v6 3/8] vfio/pci: Fix return of vfio_populate_vga()
` [PATCH v6 4/8] vfio/pci: Consolidate VGA setup
` [PATCH v6 5/8] vfio/pci: Setup BAR quirks after capabilities probing
` [PATCH v6 6/8] vfio/pci: Intel graphics legacy mode assignment
` [PATCH v6 7/8] vfio/pci: Add a separate option for IGD OpRegion support
` [PATCH v6 8/8] vfio/pci: Add IGD documentation
  ` [Qemu-devel] "
` vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description)
    ` [Qemu-devel] "

[PATCH] KVM: PPC: Fix illegal opcode emulation in kvm-pr
 2016-05-19  8:31 UTC  (7+ messages)

[RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
 2016-05-19  7:28 UTC  (12+ messages)
            ` [Qemu-devel] "

[PATCH] kvm-pr: manage illegal instructions
 2016-05-19  7:11 UTC  (14+ messages)

[RFC 0/9] KVM: x86: break the xAPIC barrier
 2016-05-19  6:36 UTC  (5+ messages)
` [PATCH 1/9] KVM: x86: add kvm_apic_map_get_dest_lapic
` [PATCH 7/9] KVM: x86: use proper format of APIC ID register

[PATCH v4 01/28] qapi: Rename (one) qjson.h to qobject-json.h
 2016-05-19  4:40 UTC 

VGA Passthrough limitations?
 2016-05-18 20:32 UTC 

Using tools such as ionice inside guests
 2016-05-18 17:12 UTC  (4+ messages)

[PATCH v3 00/55] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-18 14:18 UTC  (7+ messages)
` [PATCH v3 08/55] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v3 09/55] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v3 10/55] KVM: arm/arm64: Export mmio_read/write_bus

[PATCH v3] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-05-18 12:27 UTC 

[PATCH v2 0/5] Improve KVM per VM monitoring
 2016-05-18 11:26 UTC  (6+ messages)
` [PATCH v2 1/5] tools: Add kvm_stat vm monitor script
` [PATCH v2 2/5] MAINTAINERS: Add kvm tools
` [PATCH v2 3/5] KVM: Create debugfs dir and stat files for each VM
` [PATCH v2 4/5] tools: kvm_stat: Introduce pid monitoring
` [PATCH v2 5/5] tools: kvm_stat: Add documentation

[PATCH v2] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-05-18 10:06 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
 2016-05-18  9:07 UTC  (2+ messages)

[PATCH RFC 00/15] PCI bus support
 2016-05-18  9:03 UTC  (4+ messages)
` [PATCH RFC 10/15] pci: Add pci_print() and pci_type_desc()

[PATCH v2] kvm:vmx: more complete state update on APICv on/off
 2016-05-18  8:37 UTC  (3+ messages)

[PATCH] sched/cputime: add steal time support to full dynticks CPU time accounting
 2016-05-18  7:45 UTC  (4+ messages)

[PATCH v5] fw/pci: Add support for mapping Intel IGD via QEMU
 2016-05-17 20:44 UTC 

[PATCH 0/1] KVM: more halt polling
 2016-05-17 17:00 UTC  (5+ messages)
` [PATCH 1/1] KVM: shrink halt polling even more for invalid wakeups

ESXi under KVM
 2016-05-17 16:47 UTC  (3+ messages)

[PATCH] KVM: MTRR: remove MSR 0x2f8
 2016-05-17 15:42 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox