qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-11 19:59:14 to 2016-01-20 12:16:13 UTC [more...]

[Qemu-devel] [PATCH] target-arm: Implement FPEXC32_EL2 system register
 2016-01-20 12:15 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 0/7] PTimer fixes/features and ARM MPTimer conversion
 2016-01-20  0:50 UTC  (8+ messages)
` [Qemu-devel] [PATCH v10 5/7] hw/ptimer: Legalize running with delta = load = 0
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v10 6/7] hw/ptimer: Introduce ptimer_get_limit
  ` [Qemu-devel] "

[Qemu-arm] [PATCH] target-arm: Make various system registers visible to EL3
 2016-01-19 18:23 UTC 

[Qemu-devel] [PATCH v1 00/17] ARM big-endian and setend support
 2016-01-19 18:06 UTC  (36+ messages)
` [Qemu-devel] [PATCH v1 01/17] linux-user: arm: fix coding style for some linux-user signal functions
` [Qemu-devel] [PATCH v1 02/17] linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
` [Qemu-devel] [PATCH v1 03/17] linux-user: arm: handle CPSR.E correctly in strex emulation
` [Qemu-devel] [PATCH v1 04/17] target-arm: implement SCTLR.EE
` [Qemu-arm] [PATCH v1 05/17] target-arm: pass DisasContext to gen_aa32_ld*/st*
` [Qemu-arm] [PATCH v1 06/17] target-arm: introduce disas flag for endianness
` [Qemu-arm] [PATCH v1 07/17] target-arm: a64: Add endianness support
` [Qemu-devel] [PATCH v1 08/17] target-arm: cpu: Move cpu_is_big_endian to header
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v1 09/17] target-arm: introduce tbflag for endianness
` [Qemu-devel] [PATCH v1 10/17] target-arm: implement setend
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v1 11/17] linux-user: arm: pass env to get_user_code_*
` [Qemu-arm] [PATCH v1 12/17] target-arm: implement SCTLR.B, drop bswap_code
` [Qemu-devel] [PATCH v1 13/17] arm: linux-user: don't set CPSR.E in BE32 mode
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v1 14/17] target-arm: implement BE32 mode in system emulation
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v1 15/17] loader: add API to load elf header
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v1 16/17] loader: Add data swap option to load-elf
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v1 17/17] arm: boot: Support big-endian elfs
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v1 00/17] ARM big-endian and setend support

[PATCH 0/8] target-arm: support mixed 32/64 bit execution beyond EL0
 2016-01-19 16:58 UTC  (21+ messages)
` [PATCH 1/8] target-arm: Properly support EL2 and EL3 in arm_el_is_aa64()
` [PATCH 2/8] target-arm: Move aarch64_cpu_do_interrupt() to helper.c
` [PATCH 3/8] target-arm: Use a single entry point for AArch64 and AArch32 exceptions
` [PATCH 4/8] target-arm: Pull semihosting handling out to arm_cpu_do_interrupt()
` [PATCH 5/8] target-arm: Fix wrong AArch64 entry offset for EL2/EL3 target
` [PATCH 6/8] target-arm: Handle exception return from AArch64 to non-EL0 AArch32
` [PATCH 7/8] target-arm: Implement remaining illegal return event checks
` [PATCH 8/8] target-arm: ignore ELR_ELx[1] for exception return to 32-bit ARM mode

[Qemu-devel] [PATCH v1 1/1] arm_gic: Update ID registers based on revision
 2016-01-19  8:48 UTC  (2+ messages)
` [Qemu-arm] "

[Qemu-arm] [PATCH] cadence_gem: fix buffer overflow
 2016-01-19  2:48 UTC  (20+ messages)
      ` [Qemu-devel] "
        ` [Qemu-arm] [Qemu-devel] "
`  "

[Qemu-devel] [PATCH v1 1/1] arm_gic: Include the GIC ArchRev in the ICPIDR2 register
 2016-01-19  1:34 UTC  (5+ messages)
` [Qemu-arm] "
  ` [Qemu-arm] [Qemu-devel] "

[PATCH v5 0/8] AMD XGBE KVM platform passthrough
 2016-01-18 15:16 UTC  (9+ messages)
` [PATCH v5 1/8] hw/vfio/platform: amd-xgbe device
` [PATCH v5 2/8] device_tree: introduce load_device_tree_from_sysfs
` [PATCH v5 3/8] device_tree: introduce qemu_fdt_node_path
` [PATCH v5 4/8] device_tree: qemu_fdt_getprop converted to use the error API
` [PATCH v5 5/8] device_tree: qemu_fdt_getprop_cell "
` [PATCH v5 6/8] hw/arm/sysbus-fdt: helpers for clock node generation
` [PATCH v5 7/8] hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
` [PATCH v5 8/8] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check

[Qemu-arm] [PATCH] misc: zynq-xadc: Fix off-by-one
 2016-01-18 11:42 UTC  (2+ messages)

[Qemu-arm] [PATCH] net: cadence_gem: check packet size in gem_recieve
 2016-01-18  6:49 UTC  (4+ messages)

[Qemu-arm] [PATCH v3 0/7] Raspberry Pi 2 support
 2016-01-16  0:04 UTC  (19+ messages)
` [Qemu-devel] [PATCH v3 2/7] bcm2835_property: add bcm2835 property channel
` [Qemu-arm] [PATCH v3 5/7] bcm2836_control: add bcm2836 ARM control logic
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 6/7] bcm2836: add bcm2836 soc device
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v3 7/7] raspi: add raspberry pi 2 machine
    ` [Qemu-devel] "

[Qemu-arm] [PATCH v4 0/8] Raspberry Pi 2 support
 2016-01-15 23:58 UTC  (8+ messages)
` [Qemu-devel] [PATCH v4 1/8] bcm2835_mbox: add BCM2835 mailboxes
` [Qemu-arm] [PATCH v4 2/8] bcm2835_property: add bcm2835 property channel
` [Qemu-arm] [PATCH v4 3/8] bcm2835_ic: add bcm2835 interrupt controller
` [Qemu-devel] [PATCH v4 4/8] bcm2835_peripherals: add rollup device for bcm2835 peripherals
` [Qemu-devel] [PATCH v4 5/8] bcm2836_control: add bcm2836 ARM control logic
` [Qemu-devel] [PATCH v4 6/8] bcm2836: add bcm2836 soc device
` [Qemu-arm] [PATCH v4 7/8] arm/boot: move highbank secure board setup code to common routine

[Qemu-devel] [PATCH v6 0/6] Connect the SPI devices to ZynqMP
 2016-01-15 21:32 UTC  (5+ messages)
` [Qemu-arm] [PATCH v6 5/6] xlnx-zynqmp: Connect the SPI devices
      ` [Qemu-arm] [Qemu-devel] "

[Qemu-arm] [PATCH v4 1/9] trace: Add support for vCPU pointers in trace events
 2016-01-15 16:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH v4 6/9] exec: [tcg] Track which vCPU is performing translation and execution

[Qemu-arm] [PATCH v4 0/8] target-arm: enable qmp-dump-guest-memory
 2016-01-15 14:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 5/8] target-arm: support QMP dump-guest-memory
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v4 6/8] target-arm: dump-guest-memory: add prfpreg notes for aarch64

[Qemu-arm] [PATCH v3] ARM: Virt: Don't generate RTC ACPI device when using UEFI
 2016-01-15 14:53 UTC  (3+ messages)
` [Qemu-arm] [Qemu-devel] "

[Qemu-arm] [PATCH v2] ARM: Virt: Don't generate RTC ACPI device when using UEFI
 2016-01-15 14:37 UTC  (7+ messages)
` [Qemu-devel] "
` [Qemu-arm] "

[Qemu-arm] [Qemu-devel] [PATCH v2] target-arm: Use the right MMU index in arm_regime_using_lpae_format
 2016-01-15 14:11 UTC  (2+ messages)
`  "

[Qemu-arm] [PATCH] target-arm: fix MMU index in arm_cpu_do_unaligned_access
 2016-01-15 10:25 UTC  (3+ messages)

[PATCH v3 00/19] Add support for multiple address spaces per CPU and use it for ARM TrustZone
 2016-01-14 23:37 UTC  (21+ messages)
` [PATCH v3 01/19] exec.c: Don't set cpu->as until cpu_address_space_init
` [PATCH v3 02/19] exec.c: Allow target CPUs to define multiple AddressSpaces
` [PATCH v3 03/19] exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page
` [PATCH v3 04/19] cpu: Add new get_phys_page_attrs_debug() method
` [PATCH v3 05/19] cpu: Add new asidx_from_attrs() method
` [PATCH v3 06/19] cputlb.c: Use correct address space when looking up MemoryRegionSection
` [PATCH v3 07/19] exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
` [PATCH v3 08/19] exec.c: Add cpu_get_address_space()
` [PATCH v3 09/19] exec.c: Use cpu_get_phys_page_attrs_debug
` [PATCH v3 10/19] exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
` [PATCH v3 11/19] memory: Add address_space_init_shareable()
` [PATCH v3 12/19] qom/cpu: Add MemoryRegion property
  ` [Qemu-arm] "
` [PATCH v3 13/19] target-arm: Add QOM property for Secure memory region
` [PATCH v3 14/19] target-arm: Implement asidx_from_attrs
` [PATCH v3 15/19] target-arm: Implement cpu_get_phys_page_attrs_debug
` [PATCH v3 16/19] target-arm: Support multiple address spaces in page table walks
` [PATCH v3 17/19] hw/arm/virt: Wire up memory region to CPUs explicitly
` [PATCH v3 18/19] hw/arm/virt: add secure memory region and UART
` [PATCH v3 19/19] HACK: rearrange the virt memory map to suit OP-TEE

[PATCH] disas/libvixl: Really suppress gcc 4.6.3 sign-compare warnings
 2016-01-14 18:27 UTC  (3+ messages)

[Qemu-arm] [PATCH v2] target-arm: raise exception on misaligned LDREX operands
 2016-01-14 18:08 UTC  (3+ messages)
` [Qemu-devel] "
  ` [Qemu-arm] "

[Qemu-devel] [PATCH 04/51] audio: use qapi AudioFormat instead of audfmt_e
 2016-01-14 13:45 UTC 

[Qemu-arm] [PULL 02/41] Use error_fatal to simplify obvious fatal errors
 2016-01-13 15:43 UTC  (4+ messages)
` [Qemu-arm] [PULL 04/41] hw: Don't use hw_error() for machine initialization errors
` [Qemu-arm] [PULL 06/41] arm_mptimer: Don't use hw_error() in realize() method
` [Qemu-arm] [PULL 10/41] hw/arm/virt: Fix property "gic-version" error handling

[Qemu-arm] [PATCH] ARM: Virt: Don't generate RTC ACPI node when using UEFI
 2016-01-13 11:52 UTC  (8+ messages)
  ` [Qemu-devel] "

[PATCH v2 0/7] AMD XGBE KVM platform passthrough
 2016-01-12 23:07 UTC  (11+ messages)
` [PATCH v2 3/7] device_tree: introduce qemu_fdt_node_path
` [PATCH v2 7/7] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check

[PATCH] disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings
 2016-01-12 19:37 UTC  (4+ messages)

[PATCH v4 0/8] AMD XGBE KVM platform passthrough
 2016-01-12 16:17 UTC  (6+ messages)
` [PATCH v4 4/8] device_tree: qemu_fdt_getprop converted to use the error API
` [PATCH v4 5/8] device_tree: qemu_fdt_getprop_cell "

[PATCH v2 00/19] Add support for multiple address spaces per CPU and use it for ARM TrustZone
 2016-01-12 13:56 UTC  (4+ messages)
` [Qemu-devel] "


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