messages from 2019-09-26 16:16:04 to 2019-10-05 15:49:13 UTC [more...]
[PATCH 0/5] hw/arm/exynos4210: Add acceptance tests to the SMDKC210 board
2019-10-05 15:47 UTC (5+ messages)
` [PATCH 1/5] tests/boot_linux_console: Add initrd test for the Exynos4210
` [PATCH 2/5] hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
` [PATCH 3/5] hw/sd/sdhci: Add dummy Samsung SDHCI controller
` [PATCH 4/5] hw/arm/exynos4210: Use the Samsung s3c "
[PATCH v2] target/arm/arch_dump: Add SVE notes
2019-10-04 19:17 UTC (2+ messages)
[PATCH 0/5] ARM virt: Add NVDIMM support
2019-10-04 15:53 UTC (6+ messages)
` [PATCH 1/5] hw/arm: Align ACPI blob len to PAGE size
` [PATCH 2/5] nvdimm: Use configurable ACPI IO base and size
` [PATCH 3/5] hw/arm/virt: Add nvdimm hot-plug infrastructure
` [PATCH 4/5] hw/arm/boot: Expose the pmem nodes in the DT
` [PATCH 5/5] hw/arm/virt: Add nvdimm hotplug support
[RFC 0/4] transaction-based ptimer API
2019-10-04 12:56 UTC (9+ messages)
` [RFC 1/4] hw/timer/arm_timer: Add trace events
` [RFC 2/4] ptimer: Rename ptimer_init() to ptimer_init_with_bh()
` [RFC 3/4] ptimer: Provide new transaction-based API
` [RFC 4/4] hw/timer/arm_timer.c: Switch to transaction-based ptimer API
[PATCH] target/arm/arch_dump: Add SVE notes
2019-10-04 12:33 UTC (3+ messages)
[re-sent to correct mailing list] QEMU not booting U-Boot on almost all i.MX ARM boards
2019-10-04 12:12 UTC (2+ messages)
[PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
2019-10-04 9:39 UTC (2+ messages)
[PATCH v2 00/15] target/arm: Implement semihosting v2.0
2019-10-04 9:50 UTC (21+ messages)
` [PATCH v2 01/15] target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
` [Qemu-devel] "
` [PATCH v2 02/15] target/arm/arm-semi: Always set some kind of errno for failed calls
` [Qemu-devel] "
` [PATCH v2 06/15] target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
` [Qemu-devel] "
` [PATCH v2 07/15] target/arm/arm-semi: Factor out implementation of SYS_CLOSE
` [Qemu-devel] "
` [PATCH v2 08/15] target/arm/arm-semi: Factor out implementation of SYS_WRITE
` [Qemu-devel] "
` [PATCH v2 09/15] target/arm/arm-semi: Factor out implementation of SYS_READ
` [Qemu-devel] "
` [PATCH v2 10/15] target/arm/arm-semi: Factor out implementation of SYS_ISTTY
` [Qemu-devel] "
` [PATCH v2 11/15] target/arm/arm-semi: Factor out implementation of SYS_SEEK
` [Qemu-devel] "
` [PATCH v2 12/15] target/arm/arm-semi: Factor out implementation of SYS_FLEN
` [Qemu-devel] "
[re-sent to correct mailing list] QEMU not booting U-Boot on almost all i.MX ARM boards
2019-10-04 9:03 UTC
[PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
2019-10-04 8:20 UTC (15+ messages)
` [PATCH v18 1/6] hw/arm/virt: Introduce RAS platform version and RAS machine option
` [PATCH v18 2/6] docs: APEI GHES generation and CPER record description
` [Qemu-devel] "
` [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v18 4/6] KVM: Move hwpoison page related functions into include/sysemu/kvm_int.h
` [Qemu-arm] "
` [PATCH v18 5/6] target-arm: kvm64: inject synchronous External Abort
` [PATCH v18 6/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [Qemu-arm] [PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
QEMU not booting U-Boot on almost all i.MX ARM boards
2019-10-03 21:19 UTC
[PATCH v2 00/14] hw: Split RTC devices from hw/timer/ to hw/rtc/
2019-10-03 23:04 UTC (15+ messages)
` [PATCH v2 01/14] hw/timer: Compile devices not target-dependent as common object
` [PATCH v2 02/14] hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
` [PATCH v2 03/14] hw: Move MC146818 "
` [PATCH v2 04/14] hw: Move M48T59 "
` [PATCH v2 05/14] hw: Move M41T80 "
` [PATCH v2 06/14] hw: Move sun4v hypervisor RTC "
` [PATCH v2 07/14] hw: Move TWL92230 device "
` [PATCH v2 08/14] hw: Move DS1338 "
` [PATCH v2 09/14] hw: Move Xilinx ZynqMP RTC "
` [PATCH v2 10/14] hw: Move Exynos4210 "
` [PATCH v2 11/14] hw: Move Aspeed "
` [PATCH v2 12/14] hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less
` [PATCH v2 13/14] hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include
` [PATCH v2 14/14] hw/rtc/aspeed_rtc: Remove unused includes
[U-Boot] U-Boot build for i.MX board won't boot in corresponding QEMU machine
2019-10-03 21:40 UTC
[PATCH v4 0/3] KVM/ARM: Fix >256 vcpus
2019-10-03 17:43 UTC (5+ messages)
` [PATCH v4 1/3] linux headers: update against v5.4-rc1
` [PATCH v4 2/3] intc/arm_gic: Support IRQ injection for more than 256 vpus
` [PATCH v4 3/3] ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256
[Qemu-devel] [PATCH 00/13] hw: Split RTC devices from hw/timer/ to hw/rtc/
2019-10-03 10:55 UTC (4+ messages)
` [Qemu-arm] [PATCH 11/13] hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory
` "
[Qemu-arm] qemu_futex_wait() lockups in ARM64: 2 possible issues
2019-10-02 16:30 UTC (10+ messages)
` [Qemu-devel] "
` memory barriers and ATOMIC_SEQ_CST on aarch64 (was Re: [Qemu-devel] qemu_futex_wait() lockups in ARM64: 2 possible issues)
[RFC PATCH] configure: deprecate 32 bit build hosts
2019-10-02 15:16 UTC (19+ messages)
[PATCH v4 00/31] error: auto propagated local_err
2019-10-02 14:00 UTC (17+ messages)
` [PATCH v4 04/31] "
` [PATCH v4 05/31] scripts: add script to fix error_append_hint/error_prepend usage
` [PATCH v4 06/31] python: add commit-per-subsystem.py
` [PATCH v4 08/31] ARM TCG CPUs: Fix error_append_hint/error_prepend usage
` [PATCH v4 10/31] arm: "
` [PATCH v4 12/31] ASPEED BMCs: "
[Qemu-arm] [Qemu-devel] [PATCH 18/19] hw/timer: Declare device little or big endian
2019-10-02 11:17 UTC (2+ messages)
` "
Is kexec supported in QEMU for ARM64 (qemu-system-aarch64) with arm-trusted-firmware, optee, and u-boot
2019-10-02 1:32 UTC (6+ messages)
[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
2019-10-01 17:59 UTC (16+ messages)
` [PATCH v5 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [PATCH v5 2/9] tests: arm: Introduce cpu feature tests
` [PATCH v5 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v5 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
` [PATCH v5 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v5 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
` [PATCH v5 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM
` [PATCH v5 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties
[RFC PATCH 0/2] Add virtual SDEI support for arm64
2019-10-01 17:19 UTC (5+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space
` [RFC PATCH 2/2] kvm/arm64: expose hypercall_forwarding capability
[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
2019-10-01 9:51 UTC (33+ messages)
` [PATCH 01/19] hw/arm/raspi: Use the IEC binary prefix definitions
` [PATCH 02/19] hw/arm/bcm2835_peripherals: Improve logging
` [PATCH 03/19] hw/arm/bcm2835_peripherals: Name various address spaces
` [PATCH 04/19] hw/arm/bcm2835: Rename some definitions
` [PATCH 05/19] hw/arm/bcm2835: Add various unimplemented peripherals
` [PATCH 06/19] hw/char/bcm2835_aux: Add trace events
` [PATCH 07/19] hw/misc/bcm2835_mbox: "
` [PATCH 08/19] hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor
` [PATCH 09/19] hw/arm/bcm2835_peripherals: Use the thermal sensor block
` [PATCH 10/19] hw/timer/bcm2835: Add the BCM2835 SYS_timer
` [PATCH 11/19] hw/arm/bcm2835_peripherals: Use the SYS_timer
` [PATCH 12/19] hw/arm/bcm2835_peripherals: Add Clock/Power/Reset Manager blocks
` [PATCH 13/19] hw/arm/raspi: Define various blocks base addresses
` [PATCH 14/19] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH 15/19] tests/boot_linux_console: Extract the gunzip() helper
` [PATCH 16/19] tests/boot_linux_console: Add a test for the Raspberry Pi 2
` [PATCH 17/19] tests/boot_linux_console: Test the raspi2 UART1 (16550 based)
` [PATCH 18/19] tests/boot_linux_console: Boot Linux and run few commands on raspi3
` [PATCH 19/19] tests/boot_linux_console: Test SDHCI and termal sensor "
[PATCH v3 00/25] error: auto propagated local_err
2019-10-01 9:19 UTC (9+ messages)
` [PATCH v3 04/25] "
[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
2019-10-01 6:53 UTC (9+ messages)
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
[RFC PATCH 00/12] Add SDEI support for arm64
2019-09-30 13:19 UTC (4+ messages)
` [RFC PATCH 07/12] arm/sdei: override qemu_irq handler when binding interrupt
[Qemu-devel] [RFC PATCH 00/14] hw/arm: Add the Raspberry Pi 4B
2019-09-29 15:53 UTC (24+ messages)
` [Qemu-arm] [PATCH 01/14] hw/arm/raspi: Use the IEC binary prefix definitions
` "
` [Qemu-arm] [RFC PATCH 03/14] hw/misc/bcm2835_property: Handle the 'domain state' property
` "
` [Qemu-devel] [PATCH 04/14] hw/arm/bcm2835_peripherals: Improve logging
` "
` [Qemu-devel] [PATCH 05/14] hw/arm/bcm2835_peripherals: Name various address spaces
` "
` [Qemu-arm] [PATCH 06/14] hw/arm/bcm2835: Rename some definitions
` "
` [Qemu-devel] [PATCH 07/14] hw/arm/bcm2835: Add various unimplemented peripherals
` "
` [Qemu-devel] [PATCH 08/14] hw/arm/bcm2836: Make the SoC code modular
` "
` [Qemu-arm] [PATCH 10/14] hw/arm/raspi: Define various blocks base addresses
` "
` [Qemu-devel] [PATCH 11/14] hw/arm/bcm2835_peripherals: Map various BCM2838 blocks
` "
` [Qemu-devel] [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board
` "
[PATCH v4 0/2] Allow memory_region_register_iommu_notifier() to fail
2019-09-27 20:18 UTC (3+ messages)
[PATCH v2] hw/arm/boot: Use the IEC binary prefix definitions
2019-09-27 10:45 UTC (2+ messages)
[Qemu-arm] [PATCH-for-4.2 v11 00/11] ARM virt: ACPI memory hotplug support
2019-09-27 10:37 UTC (5+ messages)
` "
[PATCH 00/11] hw: Convert various reset() handler to DeviceReset
2019-09-27 8:47 UTC (2+ messages)
[PULL 14/28] tests/tcg: clean-up some comments after the de-tangling
2019-09-26 18:35 UTC (4+ messages)
` [PULL 16/28] tests/tcg: add float_madds test to multiarch
` [PULL 17/28] tests/tcg: add generic version of float_convs
` [PULL 18/28] tests/tcg: add simple record/replay smoke test for aarch64
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