qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-09 02:08:27 to 2016-02-19 13:40:39 UTC [more...]

[Qemu-devel] [PATCH] target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM traps
 2016-02-19 13:40 UTC  (2+ messages)
` [Qemu-arm] "

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

[PATCH v1 0/9] arm: Steps towards EL2 support round 6
 2016-02-19 13:12 UTC  (19+ messages)
` [PATCH v1 1/9] tcg: Add tcg_set_insn_param
` [PATCH v1 2/9] gen-icount: Use tcg_set_insn_param
` [PATCH v1 3/9] target-arm: Add the thumb/IL flag to syn_data_abort
` [PATCH v1 4/9] target-arm: Add more fields to the data abort syndrome generator
` [PATCH v1 5/9] target-arm/translate-a64.c: Use extract32 in disas_ldst_reg_imm9
` [PATCH v1 6/9] target-arm/translate-a64.c: Unify some of the ldst_reg decoding
` [PATCH v1 7/9] target-arm: Add the ARMInsnSyndrome type
` [PATCH v1 8/9] target-arm: A64: Create Instruction Syndromes for Data Aborts
` [PATCH v1 9/9] target-arm: Use isyn.swstep.ex to hold the is_ldex state

[Qemu-arm] [PATCH] tusb6010: move from hw/timer to hw/usb
 2016-02-19 12:03 UTC 

[Qemu-devel] [PATCH v3 10/16] hw/timer: QOM'ify m48txx_sysbus (pass 2)
 2016-02-19 11:49 UTC  (16+ messages)
` [Qemu-devel] [PATCH v3 11/16] hw/timer: QOM'ify milkymist_sysctl
` [Qemu-devel] [PATCH v3 12/16] hw/timer: QOM'ify pl031
  ` [Qemu-arm] "
        ` [Qemu-arm] 回复:Re: Re[2]: "
` [Qemu-devel] [PATCH v3 13/16] hw/timer: QOM'ify puv3_ost
` [Qemu-devel] [PATCH v3 14/16] hw/timer: QOM'ify pxa2xx_timer
` [Qemu-devel] [PATCH v3 15/16] hw/timer: QOM'ify slavio_timer
` [Qemu-devel] [PATCH v3 16/16] hw/timer: QOM'ify tusb6010
  ` [Qemu-arm] "

[Qemu-arm] [PATCH v8 0/5] add ACPI node for fw_cfg on pc and arm
 2016-02-19  7:08 UTC  (8+ messages)
` [Qemu-arm] [PATCH v8 1/5] fw_cfg: expose control register size in fw_cfg.h
` [Qemu-arm] [PATCH v8 2/5] pc: fw_cfg: move ioport base constant to pc.h
` [Qemu-arm] [PATCH v8 3/5] acpi: pc: add fw_cfg device node to dsdt
` [Qemu-arm] [PATCH v8 4/5] acpi: arm: "
` [Qemu-arm] [PATCH v8 5/5] fw_cfg: document ACPI device node information

[Qemu-arm] [RFC v2 0/8] KVM PCI/MSI passthrough with mach-virt
 2016-02-18 18:48 UTC  (10+ messages)
` [Qemu-arm] [RFC v2 3/8] Generic PCIe host bridge INTx determination for INTx routing
` [Qemu-arm] [RFC v2 6/8] hw: platform-bus: enable to map any memory region onto the platform-bus
` [Qemu-devel] [RFC v2 7/8] hw: arm: virt: register reserved IOVA region
  ` [Qemu-arm] "

[PATCH v6 0/8] AMD XGBE KVM platform passthrough
 2016-02-18 17:59 UTC  (12+ messages)
` [PATCH v6 2/8] device_tree: introduce load_device_tree_from_sysfs
` [PATCH v6 3/8] device_tree: introduce qemu_fdt_node_path
` [PATCH v6 7/8] hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
` [PATCH v6 8/8] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check

[Qemu-devel] [PATCH 00/11] target-arm: clean up cpsr_write mode changing
 2016-02-18 17:44 UTC  (23+ messages)
` [Qemu-arm] [PATCH 01/11] target-arm: Give CPSR setting on 32-bit exception return its own helper
` [Qemu-arm] [PATCH 02/11] target-arm: Add write_type argument to cpsr_write()
` [Qemu-devel] [PATCH 03/11] target-arm: Raw CPSR writes should skip checks and bank switching
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH 04/11] linux-user: Use restrictive mask when calling cpsr_write()
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 05/11] target-arm: In cpsr_write() ignore mode switches from User mode
` [Qemu-devel] [PATCH 06/11] target-arm: Add comment about not implementing NSACR.RFR
` [Qemu-devel] [PATCH 07/11] target-arm: Add Hyp mode checks to bad_mode_switch()
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 08/11] target-arm: Forbid mode switch to Mon from Secure EL1
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 09/11] target-arm: In v8, make illegal AArch32 mode changes set PSTATE.IL
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 10/11] target-arm: Make mode switches from Hyp via CPS and MRS illegal
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH 11/11] target-arm: Make Monitor->NS PL1 mode changes illegal if HCR.TGE is 1
  ` [Qemu-arm] "

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

[Qemu-arm] [PATCH 1/1] ARM: PL061: Checking register r/w accesses to reserved area
 2016-02-18 16:56 UTC 

[Qemu-devel] [PATCH v3 00/16] QOM'ify hw/timer/*
 2016-02-18 14:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 01/16] hw/timer: QOM'ify arm_timer (pass 1)
` [Qemu-devel] [PATCH v3 02/16] hw/timer: QOM'ify arm_timer (pass 2)
` [Qemu-devel] [PATCH v3 03/16] hw/timer: QOM'ify etraxfs_timer
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v3 04/16] hw/timer: QOM'ify exynos4210_mct
` [Qemu-devel] [PATCH v3 05/16] hw/timer: QOM'ify exynos4210_pwm
` [Qemu-devel] [PATCH v3 06/16] hw/timer: QOM'ify exynos4210_rtc
` [Qemu-devel] [PATCH v3 07/16] hw/timer: QOM'ify grlib_gptimer
` [Qemu-devel] [PATCH v3 08/16] hw/timer: QOM'ify lm32_timer
` [Qemu-devel] [PATCH v3 09/16] hw/timer: QOM'ify m48txx_sysbus (pass 1)
` [Qemu-arm] [PATCH v3 00/16] QOM'ify hw/timer/*

[Qemu-devel] [PATCH v3 00/10] hw/sd: QOMify sd.c (and pxa2xx_mmci)
 2016-02-18 11:48 UTC  (16+ messages)
` [Qemu-arm] [PATCH v3 01/10] hw/sd/sdhci.c: Remove x-drive property
` [Qemu-devel] [PATCH v3 02/10] hw/sd/sd.c: QOMify
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v3 03/10] hw/sd/sd.c: Convert sd_reset() function into Device reset method
` [Qemu-devel] [PATCH v3 04/10] hw/sd: Add QOM bus which SD cards plug in to
  ` [Qemu-arm] "
` [Qemu-arm] [PATCH v3 05/10] hw/sd/sdhci.c: Update to use SDBus APIs
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v3 06/10] sdhci_sysbus: Create SD card device in users, not the device itself
  ` [Qemu-arm] [Qemu-devel] "
` [Qemu-arm] [PATCH v3 07/10] hw/sd/pxa2xx_mmci: convert to SysBusDevice object
` [Qemu-devel] [PATCH v3 08/10] hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
` [Qemu-devel] [PATCH v3 09/10] hw/sd/pxa2xx_mmci: Convert to VMStateDescription
` [Qemu-devel] [PATCH v3 10/10] hw/sd/pxa2xx_mmci: Add reset function
` [Qemu-arm] [Qemu-devel] [PATCH v3 00/10] hw/sd: QOMify sd.c (and pxa2xx_mmci)

[PATCH v7 3/4] tcg: Add type for vCPU pointers
 2016-02-17 21:35 UTC 

[PATCHv73/4] tcg: Add type for vCPU pointers
 2016-02-17 21:20 UTC 

[Qemu-arm] [PATCH v2 0/3] Add ASPEED AST2400 machine model
 2016-02-16 11:34 UTC  (4+ messages)
` [Qemu-arm] [PATCH v2 1/3] hw/timer: Add ASPEED AST2400 timer device model
` [Qemu-arm] [PATCH v2 2/3] hw/intc: Add (new) ASPEED AST2400 AVIC "
` [Qemu-arm] [PATCH v2 3/3] hw/arm: Add ASPEED AST2400 machine type

[Qemu-devel] [PATCH 0/4] virt: provide secure-only RAM and first flash
 2016-02-12 22:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] hw/arm/virt: Provide a secure-only RAM if booting in Secure mode
` [Qemu-arm] [PATCH 2/4] loader: Add load_image_mr() to load ROM image to a MemoryRegion
` [Qemu-devel] [PATCH 3/4] hw/arm/virt: Load bios image to MemoryRegion, not physaddr
` [Qemu-arm] [PATCH 4/4] hw/arm/virt: Make first flash device Secure-only if booting secure

[Qemu-arm] [PATCH] target-arm: Move bank_number() into internals.h
 2016-02-12 17:24 UTC  (2+ messages)

[Qemu-arm] [PATCH v2 0/4] target-arm: Clean up trap/undef handling of SRS
 2016-02-12 15:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] "
` [Qemu-arm] [PATCH v2 2/4] target-arm: Move get/set_r13_banked() to op_helper.c
` [Qemu-arm] [PATCH v2 3/4] target-arm: Combine user-only and softmmu get/set_r13_banked()
` [Qemu-arm] [PATCH v2 4/4] target-arm: UNDEF in the UNPREDICTABLE SRS-from-System case

[Qemu-arm] [PATCH 0/4] target-arm: Clean up trap/undef handling of SRS
 2016-02-12 15:49 UTC  (18+ messages)
` [Qemu-arm] [PATCH 1/4] "
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 2/4] target-arm: Move get/set_r13_banked() to op_helper.c
` [Qemu-arm] [PATCH 3/4] target-arm: Combine user-only and softmmu get/set_r13_banked()
      ` [Qemu-devel] "
` [Qemu-arm] [PATCH 4/4] target-arm: UNDEF in the UNPREDICTABLE SRS-from-System case

[Qemu-arm] [PATCH v2 0/6] target-arm: Implement various EL3 traps
 2016-02-12 14:45 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/6] target-arm: correct CNTFRQ access rights
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 2/6] target-arm: Fix handling of SCR.SMD
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 3/6] target-arm: Implement MDCR_EL3.TDOSA and MDCR_EL2.TDOSA traps
` [Qemu-arm] [PATCH v2 4/6] target-arm: Implement MDCR_EL2.TDRA traps
` [Qemu-devel] [PATCH v2 5/6] target-arm: Implement MDCR_EL3.TDA and MDCR_EL2.TDA traps
` [Qemu-devel] [PATCH v2 6/6] target-arm: Report correct syndrome for FPEXC32_EL2 traps

[Qemu-devel] [PATCH v7 0/5] add ACPI node for fw_cfg on pc and arm
 2016-02-11 16:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH v7 1/5] fw_cfg: expose control register size in fw_cfg.h
` [Qemu-devel] [PATCH v7 2/5] pc: fw_cfg: move ioport base constant to pc.h
` [Qemu-devel] [PATCH v7 3/5] acpi: pc: add fw_cfg device node to ssdt
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v7 4/5] acpi: arm: add fw_cfg device node to dsdt
` [Qemu-devel] [PATCH v7 5/5] fw_cfg: document ACPI device node information

[PATCH v6 8/9] target-arm: dfilter support for in_asm
 2016-02-11 10:41 UTC 

[Qemu-devel] [PATCH v6 0/5] add ACPI node for fw_cfg on pc and arm
 2016-02-10 17:55 UTC  (2+ messages)

[PATCH v6 3/4] tcg: Add type for vCPU pointers
 2016-02-10 13:38 UTC  (4+ messages)
  ` [Qemu-devel] "

[Qemu-arm] [PATCH v5 1/2] trace: Add support for vCPU pointers in trace events
 2016-02-09 21:06 UTC  (6+ messages)
    ` [Qemu-devel] "

[Qemu-arm] [PATCH V2] bcm2835_property: implement "get board revision" query
 2016-02-09 18:11 UTC  (3+ messages)

[Qemu-arm] [PATCH] hw/arm/virt: fix max-cpus check
 2016-02-09 17:07 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-arm] [PATCH] bcm2835_property: implement "get board revision" query
 2016-02-09  4:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/10] hw/sd: QOMify sd.c (and pxa2xx_mmci)
 2016-02-09  2:08 UTC  (2+ messages)
` [Qemu-arm] "


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