messages from 2020-05-21 16:08:46 to 2020-05-29 16:47:53 UTC [more...]
[PULL 00/21] Vga 20200528 patches
2020-05-29 16:47 UTC (27+ messages)
` [PULL 01/21] hw/display/edid: Add missing 'qdev-properties.h' header
` [PULL 02/21] hw/display/cg3: Convert debug printf()s to trace events
` [PULL 03/21] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PULL 04/21] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
` [PULL 05/21] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) "
` [PULL 06/21] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PULL 07/21] hw/display/dpcd: Fix memory region size
` [PULL 08/21] hw/display/dpcd: Convert debug printf()s to trace events
` [PULL 09/21] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
` [PULL 10/21] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [PULL 11/21] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
` [PULL 12/21] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
` [PULL 13/21] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
` [PULL 14/21] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
` [PULL 15/21] sm501: Convert printf + abort to qemu_log_mask
` [PULL 16/21] sm501: Shorten long variable names in sm501_2d_operation
` [PULL 17/21] sm501: Use BIT(x) macro to shorten constant
` [PULL 18/21] sm501: Clean up local variables in sm501_2d_operation
` [PULL 19/21] sm501: Replace hand written implementation with pixman where possible
` [PULL 20/21] sm501: Optimize small overlapping blits
` [PULL 21/21] sm501: Remove obsolete changelog and todo comment
[PATCH 0/2] hw/arm/pxa2xx: Logging cleanups
2020-05-29 13:25 UTC (4+ messages)
` [PATCH 1/2] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
` [PATCH 2/2] hw/arm/pxa2xx: Replace printf() call "
[PATCH] ssi/imx_spi: Removed unnecessary cast and fixed condition in while statement
2020-05-29 13:03 UTC (10+ messages)
` [PATCH 0/2] hw/ssi/imx_spi: 2 Fixes to flush txfifo function in imx_spi
` [PATCH 1/2] hw/ssi/imx_spi: changed while statement to prevent underflow
` [PATCH 2/2] hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave
[PATCH v5 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
2020-05-29 11:27 UTC (3+ messages)
` [PATCH v5 1/2] target/arm: kvm: Handle "
` [PATCH v5 2/2] target/arm: kvm: Handle misconfigured dabt injection
[PATCH] hw/arm/virt: Fix PL061 node name and properties
2020-05-29 8:01 UTC (6+ messages)
[PATCH v2 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices
2020-05-28 11:35 UTC (5+ messages)
` [PATCH v2 02/24] display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
` [PATCH v2 03/24] sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device
` [PATCH v2 06/24] armv7m: Delete unused "ARM,bitband-memory" devices
[PATCH v3] arm/aspeed: Rework NIC attachment
2020-05-28 7:25 UTC (5+ messages)
[PATCH v3 00/22] microvm: add acpi support
2020-05-28 7:19 UTC (24+ messages)
` [PATCH v3 01/22] microvm: name qboot binary qboot.bin
` [PATCH v3 14/22] microvm: use 2G split unconditionally
` [PATCH v3 15/22] microvm: make virtio irq base runtime configurable
` [PATCH v3 22/22] [RfC] acpi: flip default to off for microvm
[PATCH v1 0/3] some linux-user guest_base fixes
2020-05-27 16:14 UTC (8+ messages)
` [PATCH v1 1/3] linux-user: provide fallback pgd_find_hole for bare chroots
` [PATCH v1 2/3] linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
` [PATCH v1 3/3] tests/tcg: add simple commpage test case
[PULL 04/12] tests/tcg: fix invocation of the memory record/replay tests
2020-05-27 14:54 UTC
[PATCH 0/4] memory: Add memory_region_msync() & make NVMe emulated device generic
2020-05-27 12:50 UTC (2+ messages)
[PATCH v2] arm/aspeed: Rework NIC attachment
2020-05-27 11:47 UTC (2+ messages)
[PATCH 01/24] arm/stm32f405: Fix realization of "stm32f2xx-adc" devices
2020-05-27 11:24 UTC (14+ messages)
` [PATCH 03/24] sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device
` [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices
[PATCH 00/14] hw/display: Omnibus cleanups
2020-05-26 17:28 UTC (34+ messages)
` [PATCH 01/14] hw/display/edid: Add missing 'qdev-properties.h' header
` [PATCH 02/14] hw/display/cg3: Convert debug printf()s to trace events
` [PATCH 03/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 04/14] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
` [PATCH 05/14] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) "
` [PATCH 06/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 07/14] hw/display/dpcd: Fix memory region size
` [PATCH 08/14] hw/display/dpcd: Convert debug printf()s to trace events
` [PATCH 09/14] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
` [PATCH 10/14] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
` [PATCH 12/14] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
` [PATCH 13/14] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
` [PATCH 14/14] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
[PATCH 0/4] hw/display/xlnx_dp: Fix memory region size, improve logging
2020-05-26 16:40 UTC (9+ messages)
` [PATCH 1/4] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
` [PATCH 2/4] hw/display/dpcd: Fix memory region size
` [PATCH 3/4] hw/display/dpcd: Convert debug printf()s to trace events
` [PATCH 4/4] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
[PATCH v2] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
2020-05-26 16:18 UTC (3+ messages)
[PATCH] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
2020-05-26 7:23 UTC (4+ messages)
[PATCH v2] hw/adc/stm32f2xx_adc: Correct memory region size and access size
2020-05-25 22:12 UTC (2+ messages)
[PATCH] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
2020-05-25 13:13 UTC (2+ messages)
[PATCH] hw/adc/stm32f2xx_adc: Correct memory region size and access size
2020-05-25 11:09 UTC (2+ messages)
[PATCH] arm/aspeed: Rework NIC attachment
2020-05-25 7:09 UTC (6+ messages)
[PATCH] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
2020-05-24 11:11 UTC
[PATCH v2 0/9] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
2020-05-22 22:16 UTC (12+ messages)
` [PATCH v2 1/9] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn "
` [PATCH v2 2/9] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PATCH v2 3/9] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PATCH v2 4/9] target/arm: Convert VQSHLU, VQSHL "
` [PATCH v2 5/9] target/arm: Convert Neon narrowing shifts with op==8 "
` [PATCH v2 6/9] target/arm: Convert Neon narrowing shifts with op==9 "
` [PATCH v2 7/9] target/arm: Convert Neon VSHLL, VMOVL "
` [PATCH v2 8/9] target/arm: Convert VCVT fixed-point ops "
` [PATCH v2 9/9] target/arm: Convert Neon one-register-and-immediate insns "
[PATCH v3 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
2020-05-22 15:15 UTC (18+ messages)
` [PATCH v3 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v3 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v3 04/11] accel/tcg: Add stub for probe_access()
` [PATCH v3 05/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v3 06/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v3 07/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v3 08/11] accel/Kconfig: Add the TCG selector
` [PATCH v3 09/11] rules.mak: Add base-arch() rule
` [PATCH v3 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v3 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it
[PATCH v2 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
2020-05-22 14:43 UTC (3+ messages)
` [PATCH v2 5/5] hw/arm/virt: Let the virtio-iommu bypass MSIs
[PATCH 00/10] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
2020-05-22 14:31 UTC (4+ messages)
` [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate "
[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
2020-05-22 4:57 UTC (8+ messages)
` [PATCH 1/6] npcm7xx: Add config symbol
` [PATCH 2/6] hw/misc: Add NPCM7xx System Global Control Registers device model
` [PATCH 3/6] hw/misc: Add NPCM7xx Clock Controller "
` [PATCH 4/6] hw/timer: Add NPCM7xx Timer "
` [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH 6/6] hw/arm: Add two NPCM7xx-based machines
[PATCH v1 11/15] tests/tcg/aarch64: Add bti smoke test
2020-05-22 3:05 UTC (2+ messages)
[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
2020-05-21 19:55 UTC (6+ messages)
` [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig
` [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it
[PATCH] linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
2020-05-21 17:05 UTC (2+ messages)
[PATCH v2] target/arm: Allow user-mode code to write CPSR.E via MSR
2020-05-21 17:04 UTC (2+ messages)
[PATCH v2] linux-user/arm: Reset CPSR_E when entering a signal handler
2020-05-21 17:03 UTC (3+ messages)
[PATCH v9 18/74] arm: convert to cpu_halted
2020-05-21 16:39 UTC (2+ messages)
` [PATCH v9 39/74] arm: convert to cpu_interrupt_request
[PATCH] ARM: PL061: Introduce N_GPIOS
2020-05-21 16:08 UTC (2+ messages)
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