QEMU-Arm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-13 12:36:07 to 2017-01-30 09:16:09 UTC [more...]

[Qemu-arm] [RFC 0/4] vITS save/restore
 2017-01-30  9:15 UTC  (12+ messages)
` [Qemu-arm] [RFC 1/4] linux-headers: Partial update for "
` [Qemu-arm] [RFC 2/4] hw/intc/arm_gicv3_kvm: Rename KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS
` [Qemu-arm] [RFC 3/4] hw/intc/arm_gicv3_its: Implement state save/restore
  ` [Qemu-devel] "
` [Qemu-arm] [RFC 4/4] hw/intc/arm_gicv3_its: Allow save/restore

[Qemu-arm] [PATCH 1/2] usb/ehci: Add SysBus EHCI device for Allwinner SoCs
 2017-01-30  8:19 UTC  (3+ messages)
` [Qemu-arm] [PATCH 2/2] arm: allwinner-a10: Add OHCI/EHCI

[PATCH v8 08/25] tcg: drop global lock during TCG code execution
 2017-01-29 21:33 UTC  (9+ messages)
` [PATCH v8 16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v8 20/25] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v8 21/25] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v8 22/25] target-arm/cpu.h: make ARM_CP defined consistent
` [PATCH v8 23/25] target-arm: introduce ARM_CP_EXIT_PC
` [PATCH v8 24/25] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v8 25/25] tcg: enable MTTCG by default for ARM on x86 hosts

[PATCH RFC 0/6] target-arm: KVM64: Cross type vCPU support
 2017-01-29 20:42 UTC  (11+ messages)
` [PATCH RFC 1/6] headers: update linux headers
` [PATCH RFC 2/6] target: arm: Add the qemu target for KVM_ARM_TARGET_GENERIC_V8
` [PATCH RFC 3/6] arm: kvm64: Check if kvm supports cross type vCPU
  ` [Qemu-devel] "
` [PATCH RFC 4/6] target: arm: Add a generic type cpu
  ` [Qemu-devel] "
` [PATCH RFC 5/6] arm: virt: Enable generic type CPU in virt machine
` [PATCH RFC 6/6] target-arm: cpu64: Add support for Cortex-A72
` [Qemu-arm] [Qemu-devel] [PATCH RFC 0/6] target-arm: KVM64: Cross type vCPU support

[PATCH RFC 0/7] ARM64: KVM: Cross type vCPU support
 2017-01-28 15:22 UTC  (15+ messages)
` [PATCH RFC 1/7] ARM64: KVM: Add the definition of ID registers
` [PATCH RFC 2/7] ARM64: KVM: Add reset handlers for all "
` [PATCH RFC 3/7] ARM64: KVM: Reset ID registers when creating the VCPUs
` [PATCH RFC 4/7] ARM64: KVM: emulate accessing ID registers
  ` [Qemu-arm] "
` [PATCH RFC 5/7] ARM64: KVM: Support cross type vCPU
` [PATCH RFC 6/7] ARM64: KVM: Support heterogeneous system
` [PATCH RFC 7/7] ARM64: KVM: Add user set handler for id_aa64mmfr0_el1

[Qemu-arm] [PATCH v2 2/8] hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus
 2017-01-27 18:33 UTC  (10+ messages)
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 3/8] hw: Default -drive to if=none instead of ide when ide cannot work
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 4/8] hw: Default -drive to if=none instead of scsi when scsi "
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 5/8] hw/arm/highbank: Default -drive to if=ide instead of if=scsi
  ` [Qemu-arm] [Qemu-devel] "

[PATCH v8 08/25] tcg: drop global lock during TCG code execution
 2017-01-27 17:07 UTC  (12+ messages)
` [PATCH v8 16/25] cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
` [PATCH v8 20/25] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v8 21/25] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v8 22/25] target-arm/cpu.h: make ARM_CP defined consistent
` [PATCH v8 23/25] target-arm: introduce ARM_CP_EXIT_PC
` [PATCH v8 24/25] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v8 25/25] tcg: enable MTTCG by default for ARM on x86 hosts
  ` [Qemu-arm] "

[Qemu-devel] [PATCH 1/3] arm: better stub version for MISMATCH_CHECK
 2017-01-27 16:51 UTC  (5+ messages)
` [Qemu-arm] [PATCH 2/3] arm: add trailing ; after MISMATCH_CHECK
` [Qemu-arm] [PATCH 3/3] ppc: switch to constants within BUILD_BUG_ON
` [Qemu-arm] [PATCH 1/3] arm: better stub version for MISMATCH_CHECK

[PATCH 00/10] More M profile bugfixes
 2017-01-27 13:58 UTC  (24+ messages)
` [PATCH 01/10] target/arm: Drop IS_M() macro
` [PATCH 02/10] armv7m_nvic: keep a pointer to the CPU
` [PATCH 03/10] armv7m: add state for v7M CCR, CFSR, HFSR, DFSR, MMFAR, BFAR
` [PATCH 04/10] armv7m: implement CCR, CFSR, HFSR, DFSR, BFAR, and MMFAR
` [PATCH 05/10] armv7m: honour CCR.STACKALIGN on exception entry
  ` [Qemu-devel] "
` [PATCH 06/10] armv7m: set CFSR.UNDEFINSTR on undefined instructions
` [PATCH 07/10] armv7m: Report no-coprocessor faults correctly
` [PATCH 08/10] armv7m: Honour CCR.USERSETMPEND
` [PATCH 09/10] armv7m: FAULTMASK should be 0 on reset
` [PATCH 10/10] armv7m: R14 should reset to 0xffffffff

[Qemu-arm] [PATCH v2 0/2] Aspeed watchdog controller model
 2017-01-26 17:37 UTC  (3+ messages)
` [Qemu-arm] [PATCH v2 1/2] wdt: Add Aspeed watchdog device model
` [Qemu-arm] [PATCH v2 2/2] aspeed: add a watchdog controller

[Qemu-arm] [PATCH 0/2] couple ITS support fixups
 2017-01-26 13:34 UTC  (6+ messages)
` [Qemu-arm] [PATCH 2/2] hw/arm/virt: no ITS on older machine types
        ` [Qemu-arm] [Qemu-devel] "

[Qemu-devel] [PATCH] arm_gicv3: Fix broken logic in ELRSR calculation
 2017-01-26  9:43 UTC  (2+ messages)
` [Qemu-arm] "

[Qemu-arm] [PATCH 0/2] Aspeed watchdog controller model
 2017-01-25 16:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] wdt: Add Aspeed watchdog device model
` [Qemu-devel] [PATCH 2/2] aspeed: add a watchdog controller

[Qemu-arm] [PATCH 0/6] ARMv7M: some simple bugfixes and cleanups
 2017-01-24 17:04 UTC  (19+ messages)
` [Qemu-arm] [PATCH 1/6] armv7m: MRS/MSR: handle unprivileged access
` [Qemu-arm] [PATCH 2/6] armv7m: Replace armv7m.hack with unassigned_access handler
` [Qemu-arm] [PATCH 3/6] armv7m: Explicit error for bad vector table
` [Qemu-arm] [PATCH 4/6] hw/registerfields.h: Pull FIELD etc macros out of hw/register.h
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH 5/6] armv7m: Fix reads of CONTROL register bit 1
` [Qemu-arm] [PATCH 6/6] armv7m: Clear FAULTMASK on return from non-NMI exceptions
` [Qemu-arm] [Qemu-devel] [PATCH 0/6] ARMv7M: some simple bugfixes and cleanups

[Qemu-arm] [PATCH V2] virtio: Fix no interrupt when not creating msi controller
 2017-01-24 15:55 UTC  (10+ messages)
          ` [Qemu-devel] "

[Qemu-arm] [PATCH 2/6] hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_bus
 2017-01-23  9:48 UTC  (4+ messages)
` [Qemu-arm] [PATCH 3/6] hw: Default -drive to if=none instead of ide when ide cannot work
` [Qemu-arm] [PATCH 4/6] hw: Default -drive to if=none instead of scsi when scsi "
` [Qemu-arm] [PATCH 5/6] hw/arm/highbank: Default -drive to if=ide instead of if=scsi

[Qemu-arm] [PATCH] arm: stellaris: make MII accesses complete immediately
 2017-01-20 18:50 UTC 

[Qemu-arm] [PATCH] virtio: Fix no interrupt when not creating msi controller
 2017-01-20 16:51 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v7 19/27] target-arm/powerctl: defer cpu reset work to CPU context
 2017-01-20 14:30 UTC  (11+ messages)
` [PATCH v7 20/27] target-arm: ensure BQL taken for ARM_CP_IO register access
` [PATCH v7 21/27] target-arm: helpers which may affect global state need the BQL
` [PATCH v7 22/27] target-arm: don't generate WFE/YIELD calls for MTTCG
` [PATCH v7 23/27] target-arm/cpu.h: make ARM_CP defined consistent
` [PATCH v7 24/27] target-arm: introduce ARM_CP_EXIT_PC
` [PATCH v7 25/27] target-arm: ensure all cross vCPUs TLB flushes complete
` [PATCH v7 26/27] tcg: enable MTTCG by default for ARM on x86 hosts

[Qemu-arm] [PULL 05/17] fw-cfg: support writeable blobs
 2017-01-19 21:09 UTC 

[Qemu-arm] [PATCH v2 00/18] arm: Add virtualization to GICv3, and enable EL2 on 64-bit CPUs
 2017-01-19 13:31 UTC  (20+ messages)
` [Qemu-arm] [PATCH v2 01/18] hw/intc/arm_gicv3: Add external IRQ lines for VIRQ and VFIQ
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 03/18] target-arm: Expose output GPIO line for VCPU maintenance interrupt
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 05/18] target-arm: Add ARMCPU fields for GIC CPU i/f config
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 07/18] hw/intc/gicv3: Add data fields for virtualization support
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 15/18] hw/arm/virt-acpi-build: use SMC if booting in EL2
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v2 16/18] target/arm/psci.c: If EL2 implemented, start CPUs "
  ` [Qemu-arm] [Qemu-devel] "
  ` [Qemu-devel] [Qemu-arm] [PATCH v2 00/18] arm: Add virtualization to GICv3, and enable EL2 on 64-bit CPUs
    ` [Qemu-arm] [Qemu-devel] "

[Qemu-arm] ARM64: KVM: Cross type vCPU support
 2017-01-17 23:34 UTC 

[Qemu-arm] [PATCH 00/23] arm: Add virtualization to GICv3, and enable EL2 on 64-bit CPUs
 2017-01-17 22:15 UTC  (4+ messages)
` [Qemu-arm] [PATCH 23/23] hw/arm/virt: Add board property to enable EL2
  ` [Qemu-arm] [Qemu-devel] "

[Qemu-arm] [PATCH V1 0/4] Add vPMU vPMU support under TCG mode
 2017-01-17 13:49 UTC  (9+ messages)
` [Qemu-arm] [PATCH V1 1/4] target-arm: Add support for PMU register PMSELR_EL0
` [Qemu-arm] [PATCH V1 2/4] target-arm: Add support for AArch64 PMU register PMXEVTYPER_EL0
` [Qemu-devel] [PATCH V1 3/4] target-arm: Add support for PMU register PMINTENSET_EL1
` [Qemu-arm] [PATCH V1 4/4] target-arm: Hook up TCG vPMU with CPU pmu option

[Qemu-devel] [PATCH v2] arm: virt: Fix the segmentation fault when specifying an unsupported CPU
 2017-01-17 11:43 UTC  (2+ messages)
` [Qemu-arm] "

[Qemu-arm] How to use pipe for interaction between Guest and Host
 2017-01-17 11:01 UTC 

[Qemu-arm] [PATCH] arm: virt: Fix the segmentation fault when specifying an unsupported CPU
 2017-01-17  1:21 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/char/exynos4210_uart: Drop unused local variable frame_size
 2017-01-16 17:58 UTC 

[Qemu-arm] [PATCH for-2.9 00/30] Aspeed SoC fixes and model improvements
 2017-01-16 17:14 UTC  (3+ messages)
` [Qemu-arm] [PATCH for-2.9 27/30] wdt: Add Aspeed watchdog device model

[Qemu-arm] [PATCH v3 0/3] block: m25p80: Improve mt25qu01g chip model
 2017-01-16 16:48 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/7] Add support for the Epson RX8900 RTC to the aspeed board
 2017-01-16 15:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH v5 1/7] arm: Uniquely name imx25 I2C buses
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v5 2/7] qtest: Support named interrupts
` [Qemu-arm] [PATCH v5 3/7] qtest: Support setting named GPIOs
` [Qemu-devel] [PATCH v5 4/7] qtest: Fix whitespace
` [Qemu-devel] [PATCH v5 5/7] hw/timer: Add Epson RX8900 RTC support
  ` [Qemu-arm] "

[PULL 1/3] qom/cpu: move tlb_flush to cpu_common_reset
 2017-01-13 14:56 UTC  (2+ messages)
` [PULL 3/3] cputlb: drop flush_global flag from tlb_flush

[Qemu-devel] system_clock_scale unset in hw/intc/armv7m_nvic.c
 2017-01-13 12:43 UTC  (2+ messages)
` [Qemu-arm] [Qemu-discuss] "


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