qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-28 23:08:24 to 2016-12-13 10:36:50 UTC [more...]

[Qemu-arm] [PATCH 00/23] arm: Add virtualization to GICv3, and enable EL2 on 64-bit CPUs
 2016-12-13 10:36 UTC  (3+ messages)
` [Qemu-arm] [PATCH 17/23] hw/intc/arm_gicv3: Implement ICV_ HPPIR, DIR and RPR registers
` [Qemu-arm] [PATCH 21/23] hw/arm/virt: Support using SMC for PSCI

TCG AArch64 target maintained status change
 2016-12-12 13:10 UTC 

[Qemu-arm] [PATCH 0/4] hw/arm/virt: 2.9 machtype, fix timer dt info
 2016-12-12 11:16 UTC  (13+ messages)
` [Qemu-arm] [PATCH 1/4] hw/arm/virt: add 2.9 machine type
` [Qemu-arm] [PATCH 2/4] hw/arm/virt: Merge VirtBoardInfo and VirtMachineState
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 3/4] hw/arm/virt: Rename 'vbi' variables to 'vms'
    ` [Qemu-devel] "
` [Qemu-arm] [PATCH 4/4] hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggered
      ` [Qemu-devel] "

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-09 17:28 UTC  (15+ messages)
` [PATCH kvm-unit-tests v8 01/10] arm/arm64: yield on cpu_relax
` [PATCH kvm-unit-tests v8 02/10] arm/arm64: smp: support more than 8 cpus
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "
` [PATCH kvm-unit-tests v8 04/10] arm/arm64: irq enable/disable
` [PATCH kvm-unit-tests v8 05/10] arm/arm64: add initial gicv2 support
` [PATCH kvm-unit-tests v8 06/10] arm/arm64: gicv2: add an IPI test
` [PATCH kvm-unit-tests v8 07/10] libcflat: add IS_ALIGNED() macro, and page sizes
` [PATCH kvm-unit-tests v8 08/10] arm/arm64: add initial gicv3 support
` [PATCH kvm-unit-tests v8 09/10] arm/arm64: gicv3: add an IPI test
` [PATCH kvm-unit-tests v8 10/10] arm/arm64: gic: don't just use zero

[Qemu-arm] [ARM TrustZone] Running Android in the normal world
 2016-12-09 14:05 UTC 

[Qemu-arm] [PATCH] hw/intc/arm_gicv3_common: fix aff3 in typer
 2016-12-09 14:37 UTC 

[Qemu-arm] [Qemu-discuss] Custom board with DTS/DTB
 2016-12-08 12:02 UTC  (5+ messages)

[Qemu-arm] [Qemu-trivial] [PATCH] cadence_uart: Check if receiver timeout counter is disabled
 2016-12-08 11:25 UTC  (4+ messages)
  ` [Qemu-devel] "

[Qemu-arm] [PATCH 0/3] GICv3 bugfixes (preliminary for virt)
 2016-12-07 22:46 UTC  (7+ messages)
` [Qemu-arm] [PATCH 1/3] target-arm: Log AArch64 exception returns
` [Qemu-arm] [PATCH 2/3] hw/intc/arm_gicv3: Remove incorrect usage of fieldoffset
` [Qemu-arm] [PATCH 3/3] hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPU

[Qemu-arm] [PATCH v5 0/3] Live migration optimization for Thunderx platform
 2016-12-07 17:06 UTC  (4+ messages)
` [Qemu-arm] [PATCH v5 1/3] cutils: Set __builtin_prefetch optional parameters
` [Qemu-arm] [PATCH v5 2/3] utils: Add helper to read arm MIDR_EL1 register
` [Qemu-arm] [PATCH v5 3/3] utils: Add prefetch for Thunderx platform

[Qemu-arm] [PATCH v6 4/4] hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registers
 2016-12-07 16:05 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/2] target-arm aarch64 big-endian fixes
 2016-12-07  4:30 UTC  (3+ messages)
` [Qemu-arm] [PATCH 1/2] target-arm: Fix aarch64 vec_reg_offset
` [Qemu-arm] [PATCH 2/2] target-arm: Fix aarch64 disas_ldst_single_struct

RISU TCG failures (AArch64 on AArch64)
 2016-12-06 11:27 UTC  (2+ messages)

[kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework
 2016-12-06 11:21 UTC  (23+ messages)
` [kvm-unit-tests RFC 01/15] libcflat: Add other size defines
` [kvm-unit-tests RFC 02/15] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests RFC 03/15] arm/arm64: ITS skeleton
  ` [Qemu-devel] "
` [kvm-unit-tests RFC 04/15] arm/arm64: ITS: BASER parsing and setup
` [kvm-unit-tests RFC 05/15] arm/arm64: GICv3: add cpu count
  ` [Qemu-devel] "
` [kvm-unit-tests RFC 06/15] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests RFC 07/15] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests RFC 08/15] arm/arm64: ITS: enable LPIs at re-distributor level
` [kvm-unit-tests RFC 09/15] arm/arm64: ITS: Parse the typer register
` [kvm-unit-tests RFC 10/15] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests RFC 11/15] arm/arm64: ITS: create device
` [kvm-unit-tests RFC 12/15] arm/arm64: ITS: create collection
` [kvm-unit-tests RFC 13/15] arm/arm64: ITS: commands
` [kvm-unit-tests RFC 14/15] arm/arm64: gic: Generalize ipi_enable()
` [kvm-unit-tests RFC 15/15] arm/arm64: ITS test
` [Qemu-devel] [kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework

[PATCH for-2.8] target-arm/translate-a64: fix gen_load_exclusive
 2016-12-05 18:00 UTC  (8+ messages)
  ` [Qemu-devel] "

[Qemu-arm] Unable to share host folder
 2016-12-05 10:58 UTC 

[Qemu-arm] [PATCH for-2.9 00/30] Aspeed SoC fixes and model improvements
 2016-12-05 15:33 UTC  (53+ messages)
` [Qemu-devel] [PATCH for-2.9 01/30] target-arm: Add VBAR support to ARM1176 CPUs
` [Qemu-arm] [PATCH for-2.9 02/30] m25p80: add support for the mx66l1g45g
` [Qemu-arm] [PATCH for-2.9 03/30] aspeed: QOMify the CPU object and attach it to the SoC
` [Qemu-arm] [PATCH for-2.9 04/30] aspeed: remove cannot_destroy_with_object_finalize_yet
` [Qemu-arm] [PATCH for-2.9 05/30] aspeed: attach the second SPI controller object to the SoC
` [Qemu-arm] [PATCH for-2.9 06/30] aspeed: extend the board configuration with flash models
` [Qemu-devel] [PATCH for-2.9 07/30] aspeed: add support for the romulus-bmc board
` [Qemu-devel] [PATCH for-2.9 08/30] aspeed: add a memory region for SRAM
` [Qemu-arm] [PATCH for-2.9 09/30] aspeed: add the definitions for the AST2400 A1 SoC
` [Qemu-devel] [PATCH for-2.9 10/30] aspeed: change SoC revision of the palmetto-bmc machine
` [Qemu-arm] [PATCH for-2.9 11/30] aspeed/scu: fix SCU region size
` [Qemu-devel] [PATCH for-2.9 12/30] aspeed/smc: improve segment register support
` [Qemu-arm] [PATCH for-2.9 13/30] aspeed/smc: set the number of flash modules for the FMC controller
` [Qemu-arm] [PATCH for-2.9 14/30] aspeed/smc: rework the prototype of the AspeedSMCFlash helper routines
` [Qemu-arm] [PATCH for-2.9 15/30] aspeed/smc: introduce a aspeed_smc_flash_update_cs() helper
` [Qemu-devel] [PATCH for-2.9 16/30] aspeed/smc: autostrap CE0/1 configuration
` [Qemu-devel] [PATCH for-2.9 17/30] aspeed/smc: handle SPI flash Command mode
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH for-2.9 18/30] aspeed/smc: extend tests for "
` [Qemu-arm] [PATCH for-2.9 19/30] aspeed/smc: unfold the AspeedSMCController array
` [Qemu-arm] [PATCH for-2.9 20/30] aspeed/smc: add a 'sdram_base' property
` [Qemu-devel] [PATCH for-2.9 21/30] aspeed/smc: add support for DMAs
` [Qemu-arm] [PATCH for-2.9 22/30] aspeed/smc: handle dummy bytes when doing fast reads
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH for-2.9 23/30] aspeed/smc: adjust the size of the register region
` [Qemu-devel] [PATCH for-2.9 24/30] aspeed: use first SPI flash as a boot ROM
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH for-2.9 25/30] block: add a model option for MTD devices
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH for-2.9 26/30] aspeed/smc: use flash model option
` [Qemu-arm] [PATCH for-2.9 27/30] wdt: Add Aspeed watchdog device model
` [Qemu-devel] [PATCH for-2.9 28/30] aspeed: add a watchdog controller
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH for-2.9 29/30] aspeed/scu: add a aspeed_scu_get_clk() helper
  ` [Qemu-devel] [PATCH for-2.9 30/30] wdt: aspeed: use scu to get clock freq
    ` [Qemu-arm] "
  ` [Qemu-arm] [PATCH for-2.9 29/30] aspeed/scu: add a aspeed_scu_get_clk() helper

[Qemu-arm] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board
 2016-12-03  7:48 UTC  (28+ messages)
` [Qemu-arm] [PATCH v2 1/6] arm: Uniquely name imx25 I2C buses
      ` [Qemu-devel] "
        ` [Qemu-arm] "
` [Qemu-arm] [PATCH v2 2/6] hw/i2c: Add a NULL check for i2c slave init callbacks
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 3/6] qtest: Support named interrupts
` [Qemu-arm] [PATCH v2 4/6] hw/timer: Add Epson RX8900 RTC support
  ` [Qemu-devel] "
    ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 5/6] tests: Test all implemented RX8900 functionality
` [Qemu-arm] [PATCH v2 6/6] arm: Add an RX8900 RTC to the ASpeed board
` [Qemu-arm] [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board

[Qemu-arm] [PATCH v3 0/7] Add support for the Epson RX8900 RTC to the aspeed board
 2016-12-02  5:46 UTC  (8+ messages)
` [Qemu-arm] [PATCH v3 1/7] arm: Uniquely name imx25 I2C buses
` [Qemu-devel] [PATCH v3 2/7] hw/arm: remove trailing whitespace
` [Qemu-devel] [PATCH v3 3/7] hw/i2c: Add a NULL check for i2c slave init callbacks
` [Qemu-devel] [PATCH v3 4/7] qtest: Support named interrupts
` [Qemu-arm] [PATCH v3 5/7] hw/timer: Add Epson RX8900 RTC support
` [Qemu-arm] [PATCH v3 6/7] tests: Test all implemented RX8900 functionality
` [Qemu-arm] [PATCH v3 7/7] arm: Add an RX8900 RTC to the ASpeed board

[Qemu-arm] [PATCH v4 0/7] q35: add negotiable broadcast SMI
 2016-12-01 17:06 UTC  (2+ messages)
` [Qemu-arm] [PATCH v4 1/7] fw-cfg: support writeable blobs

[Qemu-arm] [PULL 3/5] loader: fix handling of custom address spaces when adding ROM blobs
 2016-12-01  3:58 UTC 

[Qemu-arm] [PATCH for-2.8 v2 0/2] loader fixes
 2016-11-29 19:55 UTC  (2+ messages)
` [Qemu-arm] [PATCH for-2.8 v2 1/2] loader: fix handling of custom address spaces when adding ROM blobs

[Qemu-arm] [PATCH for-2.8 0/2] loader fixes
 2016-11-29 18:41 UTC  (7+ messages)
` [Qemu-arm] [PATCH for-2.8 1/2] loader: fix handling of custom address spaces when adding ROM blobs
  ` [Qemu-arm] [Qemu-devel] "
  `  "
` [Qemu-arm] [Qemu-devel] [PATCH for-2.8 0/2] loader fixes

[Qemu-devel] [RFC PATCH 0/4] FTGMAC100 model for the Aspeed SoCs
 2016-11-29 17:42 UTC  (5+ messages)
` [Qemu-arm] [RFC PATCH 1/4] net: add FTGMAC100 support
` [Qemu-arm] [RFC PATCH 2/4] net/ftgmac100: add a 'aspeed' property
` [Qemu-devel] [RFC PATCH 3/4] aspeed: add a FTGMAC100 nic
` [Qemu-devel] [RFC PATCH 4/4] slirp: add a fake NC-SI backend

[Qemu-arm] GNU ARM Eclipse QEMU: support for active graphical buttons added
 2016-11-29  9:15 UTC 


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