messages from 2015-05-08 11:52:17 to 2015-05-29 09:43:55 UTC [more...]
[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
2015-05-29 9:53 UTC (6+ messages)
` [PATCH 02/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH 03/13] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH 06/13] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH 07/13] KVM: arm64: implement basic ITS register handlers
` [PATCH 08/13] KVM: arm64: add data structures to model ITS interrupt translation
[PATCH v5 00/12] KVM Guest Debug support for arm64
2015-05-29 9:30 UTC (13+ messages)
` [PATCH v5 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v5 02/12] KVM: arm64: fix misleading comments in save/restore
` [PATCH v5 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v5 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v5 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v5 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v5 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v5 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v5 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v5 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v5 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v5 12/12] KVM: arm64: add trace points for guest_debug debug
[PATCH v2] arm/arm64: KVM: Properly account for guest CPU time
2015-05-28 18:49 UTC
[PATCH] arm/arm64: KVM: Propertly account for guest CPU time
2015-05-28 13:04 UTC (2+ messages)
[PATCH v3 0/5] arm64: Patching branches for fun and profit
2015-05-28 13:12 UTC (8+ messages)
` [PATCH v3 4/5] arm64: alternative: Introduce feature for GICv3 CPU interface
` [PATCH v3 5/5] arm64: KVM: Switch vgic save/restore to alternative_insn
[PATCH] KVM: arm64: fix misleading comments in save/restore
2015-05-28 9:43 UTC
[PATCH V1 0/5] Enable ACPI support for KVM ARM
2015-05-28 5:34 UTC (6+ messages)
` [PATCH V1 1/5] kvm: arm64: Enable ACPI support for virt arch timer
` [PATCH V1 2/5] kvm: arm64: Dispatch virt GIC probing to device tree and ACPI
` [PATCH V1 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing
` [PATCH V1 4/5] kvm: arm64: Implement ACPI probing code for GICv2
` [PATCH V1 5/5] kvm: arm64: Implement ACPI probing code for GICv3
[RESEND PATCH v12 0/4] machvirt dynamic sysbus device instantiation
2015-05-27 14:05 UTC (6+ messages)
` [RESEND PATCH v12 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition
` [RESEND PATCH v12 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier
` [RESEND PATCH v12 3/4] hw/arm/virt: add dynamic sysbus device support
` [RESEND PATCH v12 4/4] hw/arm/virt: change indentation in a15memmap
[PATCH v16 0/9] KVM platform device passthrough
2015-05-27 9:11 UTC (10+ messages)
` [PATCH v16 1/9] hw/vfio/platform: vfio-platform skeleton
` [PATCH v16 2/9] hw/vfio/platform: add irq assignment
` [PATCH v16 3/9] hw/vfio/platform: calxeda xgmac device
` [PATCH v16 4/9] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation
` [PATCH v16 5/9] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix
` [PATCH v16 6/9] kvm-all.c: add qemu_irq/gsi hash table and utility routines
` [PATCH v16 7/9] intc: arm_gic_kvm: set the qemu_irq/gsi mapping
` [PATCH v16 8/9] sysbus: add irq_routing_notifier
` [PATCH v16 9/9] hw/vfio/platform: add irqfd support
[RFC/RFT PATCH v2 0/3] KVM: Introduce KVM_MEM_UNCACHED
2015-05-27 1:08 UTC (51+ messages)
` [RFC/RFT PATCH v2 1/3] arm/arm64: pageattr: add set_memory_nc
` [Qemu-devel] "
` [RFC/RFT PATCH v2 2/3] KVM: promote KVM_MEMSLOT_INCOHERENT to uapi
` [RFC/RFT PATCH v2 3/3] arm/arm64: KVM: implement 'uncached' mem coherency
` [Qemu-devel] "
` [Qemu-devel] [RFC/RFT PATCH v2 0/3] KVM: Introduce KVM_MEM_UNCACHED
[PATCH v3 0/4] Add support for for GICv2m and MSIs to arm-virt
2015-05-26 13:54 UTC (18+ messages)
` [PATCH v3 1/4] target-arm: Add GIC phandle to VirtBoardInfo
` [PATCH v3 2/4] arm_gicv2m: Add GICv2m widget to support MSIs
` [PATCH v3 3/4] target-arm: Extend the gic node properties
` [PATCH v3 4/4] target-arm: Add the GICv2m to the virt board
` [Qemu-devel] "
[PATCH v15 00/10] KVM platform device passthrough
2015-05-25 9:58 UTC (5+ messages)
` [Qemu-devel] "
[PATCH v2 0/3] Add support for for GICv2m and MSIs to arm-virt
2015-05-24 10:38 UTC (4+ messages)
[PATCH v4 00/12] KVM Guest Debug support for arm64
2015-05-20 12:33 UTC (29+ messages)
` [PATCH v4 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v4 02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits
` [PATCH v4 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v4 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v4 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v4 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v4 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v4 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v4 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v4 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v4 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v4 12/12] KVM: arm64: add trace points for guest_debug debug
[PATCH 00/10] KVM: arm: debug infrastructure support
2015-05-16 4:45 UTC (11+ messages)
` [PATCH 01/10] KVM: arm: plug guest debug exploit
` [PATCH 02/10] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH 03/10] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH 04/10] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 05/10] KVM: arm: check ordering of all system register tables
` [PATCH 06/10] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH 07/10] KVM: arm: add trap handlers for 64-bit "
` [PATCH 08/10] KVM: arm: implement dirty bit mechanism for "
` [PATCH 09/10] KVM: arm: implement lazy world switch "
` [PATCH 10/10] KVM: arm: enable trapping of all "
[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
2015-05-15 15:24 UTC (11+ messages)
[PATCH 0/5] VFIO platform reset
2015-05-15 13:35 UTC (20+ messages)
` [PATCH 1/5] VFIO: platform: add reset_list and register/unregister functions
` [PATCH 2/5] VFIO: platform: add get_device callback
` [PATCH 3/5] VFIO: platform: add reset callback
` [PATCH 4/5] VFIO: platform: populate reset function according to compat
` [PATCH 5/5] VFIO: platform: VFIO platform Calxeda xgmac reset module
[PATCH 1/2] ARM: kvm: fix a bad BSYM() usage
2015-05-11 10:27 UTC (13+ messages)
[PATCH v3 00/12] KVM Guest Debug support for arm64
2015-05-08 17:25 UTC (14+ messages)
` [PATCH v3 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v3 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v3 09/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v3 10/12] KVM: arm64: trap nested debug register access
` [PATCH v3 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v3 12/12] KVM: arm64: add trace points for guest_debug debug
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).