messages from 2021-01-08 10:36:17 to 2021-01-08 23:03:37 UTC [more...]
[PATCH v1 00/20] gdbstub, semihosting and test/tool updates (pre PR)
2021-01-08 22:42 UTC (19+ messages)
` [PATCH v1 01/20] tests/docker: Remove Debian 9 remnant lines
` [PATCH v1 02/20] test/guest-debug: echo QEMU command as well
` [PATCH v1 03/20] configure: gate our use of GDB to 8.3.1 or above
` [PATCH v1 04/20] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"
` [PATCH v1 05/20] gdbstub: implement a softmmu based test
` [PATCH v1 06/20] gdbstub: add support to Xfer:auxv:read: packet
` [PATCH v1 07/20] gdbstub: drop CPUEnv from gdb_exit()
` [PATCH v1 08/20] gdbstub: drop gdbserver_cleanup in favour of gdb_exit
` [PATCH v1 09/20] gdbstub: ensure we clean-up when terminated
` [PATCH v1 10/20] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
` [PATCH v1 11/20] Makefile: add GNU global tags support
` [PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories
` [PATCH v1 13/20] semihosting: Change common-semi API to be architecture-independent
` [PATCH v1 14/20] semihosting: Change internal common-semi interfaces to use CPUState *
` [PATCH v1 15/20] semihosting: Support SYS_HEAPINFO when env->boot_info is not set
` [PATCH v1 18/20] semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
` [PATCH v1 19/20] semihosting: Implement SYS_TMPNAM
` [PATCH v1 20/20] semihosting: Implement SYS_ISERROR
[PATCH] decodetree: Open files with encoding='utf-8'
2021-01-08 22:51 UTC (9+ messages)
[PATCH] target/arm: Don't decode insns in the XScale/iWMMXt space as cp insns
2021-01-08 22:51 UTC (3+ messages)
[RFC PATCH] Makefile: add GNU global tags support
2021-01-08 22:42 UTC (4+ messages)
[Bug 1910826] [NEW] [OSS-Fuzz] Issue 29224 rtl8139: Stack-overflow in rtlNUMBER_transmit_one
2021-01-08 22:31 UTC
[PATCH v3 0/6] target/arm: various changes to cpu.h
2021-01-08 22:33 UTC (9+ messages)
` [PATCH v3 1/6] target/arm: fix typo in cpu.h ID_AA64PFR1 field name
` [PATCH v3 2/6] target/arm: make ARMCPU.clidr 64-bit
` [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit
` [PATCH v3 4/6] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
` [PATCH v3 5/6] target/arm: add aarch64 ID register fields "
` [PATCH v3 6/6] target/arm: add aarch32 "
[PATCH 0/9] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
2021-01-08 22:32 UTC (2+ messages)
[PATCH v2 0/3] Fix up sam460ex fixes
2021-01-08 22:24 UTC (7+ messages)
` [PATCH v2 3/3] sam460ex: Use type cast macro instead of simple cast
` [PATCH v2 2/3] Revert "ppc4xx: Move common dependency on serial to common option"
` [PATCH v2 1/3] Revert "sam460ex: Remove FDT_PPC dependency from KConfig"
[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
2021-01-08 22:20 UTC (7+ messages)
[PATCH v2 0/4] hw/ppc: Convert UIC device to QOM
2021-01-08 22:16 UTC (6+ messages)
` [PATCH v2 1/4] hw/ppc/sam460ex: Drop use of ppcuic_init()
` [PATCH v2 2/4] hw/ppc: Delete unused ppc405cr_init() code
` [PATCH v2 3/4] hw/ppc/ppc405_uc: Drop use of ppcuic_init()
` [PATCH v2 4/4] hw/ppc: Remove unused ppcuic_init()
[PATCH] ui/cocoa: Update path to docs in build tree
2021-01-08 21:38 UTC
[PATCH] tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CI
2021-01-08 21:27 UTC (2+ messages)
[PATCH] kvm: mirror "-machine dirty_gfn_count" to the accelerator property
2021-01-08 20:41 UTC (2+ messages)
qemu bsd-user plans
2021-01-08 20:17 UTC (3+ messages)
[Bug 1909921] [NEW] Raspberry Pi 4 qemu:handle_cpu_signal received signal outside vCPU context @ pc=0xffff87709b0e
2021-01-08 19:59 UTC (2+ messages)
` [Bug 1909921] "
[PATCH] meson: Propagate gnutls dependency
2021-01-08 20:02 UTC (12+ messages)
pxa crashes with qemu v5.2 when executing xscale operations
2021-01-08 20:00 UTC (7+ messages)
[PATCH v2 0/4] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12
2021-01-08 19:47 UTC (11+ messages)
` [PATCH v2 1/4] s390x/tcg: Fix ALGSI
` [PATCH v2 2/4] s390x/tcg: Fix RISBHG
` [PATCH v2 3/4] s390x/tcg: Only ignore content in r0 when specified via "b" or "x"
` [PATCH v2 4/4] s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE
[PATCH v5 0/6] Additional NPCM7xx devices
2021-01-08 19:09 UTC (7+ messages)
` [PATCH v5 1/6] hw/misc: Add clock converter in NPCM7XX CLK module
` [PATCH v5 2/6] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH v5 3/6] hw/adc: Add an ADC module for NPCM7XX
` [PATCH v5 4/6] hw/misc: Add a PWM "
` [PATCH v5 5/6] hw/misc: Add QTest for NPCM7XX PWM Module
` [PATCH v5 6/6] hw/*: Use type casting for SysBusDevice in NPCM7XX
[Bug 1904954] [NEW] lan9118 bug peeking receive massage size not equal to received message size
2021-01-08 19:06 UTC (5+ messages)
` [Bug 1904954] Re: lan9118 bug peeked received message size not equal to actual "
[PATCH v1] s390x/tcg: Fix RISBHG
2021-01-08 19:14 UTC (7+ messages)
[PATCH v2] decodetree: Open files with encoding='utf-8'
2021-01-08 18:58 UTC (2+ messages)
[RFC PATCH v2 00/32] CXL 2.0 Support
2021-01-08 18:51 UTC (3+ messages)
[PULL 00/66] MIPS patches for 2021-01-07
2021-01-08 18:48 UTC (6+ messages)
[Bug 1910586] [NEW] SD card size constraint conceptually wrong
2021-01-08 18:31 UTC (2+ messages)
` [Bug 1910586] "
Large QEMU implementation at INE – Searching for consultants
2021-01-08 18:01 UTC
[PATCH] configure: Add flags for MinGW32 standalone build
2021-01-08 18:30 UTC (3+ messages)
[PATCH v2 0/2] Build all docs in a single manual
2021-01-08 18:22 UTC (5+ messages)
` [PATCH v2 1/2] docs: Add qemu-storage-daemon(1) manpage to meson.build
` [PATCH v2 2/2] docs: Build and install all the docs in a single manual
[PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value
2021-01-08 18:16 UTC (5+ messages)
` [PATCH 1/2] hw/net/lan9118: "
` [PATCH 2/2] hw/net/lan9118: Add symbolic constants for register offsets
[PULL 00/23] target-arm queue
2021-01-08 17:49 UTC (25+ messages)
` [PULL 01/23] intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
` [PULL 02/23] hw/arm/virt: Remove virt machine state 'smp_cpus'
` [PULL 03/23] target/arm: Fix MTE0_ACTIVE
` [PULL 04/23] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
` [PULL 05/23] target/arm: Correct store of FPSCR value via FPCXT_S
` [PULL 06/23] target/arm: Implement FPCXT_NS fp system register
` [PULL 07/23] target/arm: Implement Cortex-M55 model
` [PULL 08/23] hw/arm/highbank: Drop dead KVM support code
` [PULL 09/23] util/qemu-timer: Make timer_free() imply timer_del()
` [PULL 10/23] scripts/coccinelle: New script to remove unnecessary timer_del() calls
` [PULL 11/23] Remove superfluous "
` [PULL 12/23] target/arm: Remove timer_del()/timer_deinit() before timer_free()
` [PULL 13/23] digic-timer: Use ptimer_free() in the finalize function to avoid memleaks
` [PULL 14/23] allwinner-a10-pit: "
` [PULL 15/23] exynos4210_rtc: "
` [PULL 16/23] exynos4210_pwm: "
` [PULL 17/23] mss-timer: "
` [PULL 18/23] musicpal: "
` [PULL 19/23] exynos4210_mct: "
` [PULL 20/23] hw/misc: imx6_ccm: Update PMU_MISC0 reset value
` [PULL 21/23] hw/msic: imx6_ccm: Correct register value for silicon type
` [PULL 22/23] hw/arm: sabrelite: Connect the Ethernet PHY at address 6
` [PULL 23/23] docs/system: arm: Add sabrelite board description
[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
2021-01-08 17:46 UTC
[PATCH] linux-user/mmap: Avoid asserts for out of range mremap calls
2021-01-08 17:42 UTC
[PATCH] spapr: Improve handling of memory unplug with old guests
2021-01-08 17:31 UTC
[PATCH v2 00/24] target/arm: enforce alignment
2021-01-08 17:22 UTC (5+ messages)
` [PATCH v2 24/24] target/arm: Enforce alignment for sve unpredicated LDR/STR
[PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2
2021-01-08 17:12 UTC
[PATCH v4 00/13] KVM: Dirty ring support (QEMU part)
2021-01-08 16:50 UTC (14+ messages)
` [PATCH v4 01/13] update-linux-headers: Include const.h
` [PATCH v4 02/13] Update linux headers to 5.11-rc2
` [PATCH v4 03/13] memory: Introduce log_sync_global() to memory listener
` [PATCH v4 04/13] KVM: Fixup kvm_log_clear_one_slot() ioctl return check
` [PATCH v4 05/13] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v4 06/13] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH v4 07/13] KVM: Provide helper to get kvm dirty log
` [PATCH v4 08/13] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH v4 09/13] KVM: Simplify dirty log sync in kvm_set_phys_mem
` [PATCH v4 10/13] KVM: Cache kvm slot dirty bitmap size
` [PATCH v4 11/13] KVM: Add dirty-gfn-count property
` [PATCH v4 12/13] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v4 13/13] KVM: Dirty ring support
[PATCH] shippable.yml: Remove jobs duplicated on Gitlab-CI
2021-01-08 16:42 UTC (5+ messages)
[PATCH v2 1/2] hw/ssi: imx_spi: Use a macro for number of chip selects supported
2021-01-08 16:00 UTC (5+ messages)
` [PATCH v2 2/2] hw/ssi: imx_spi: Disable chip selects in imx_spi_reset()
[PATCH v3] hw/core/qdev-properties-system: Rewrite set_pci_host_devaddr using GLib
2021-01-08 16:02 UTC (2+ messages)
[PATCH] hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
2021-01-08 15:06 UTC (4+ messages)
[PATCH 1/2] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
2021-01-08 14:49 UTC (3+ messages)
` [PATCH 2/2] hw/ssi: imx_spi: Correct tx and rx fifo endianness
[PATCHv3] arm-virt: add secure pl061 for reset/power down
2021-01-08 14:31 UTC (2+ messages)
[PATCH v4 0/3] target/arm: Implement an IMPDEF pauth algorithm
2021-01-08 14:16 UTC (5+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] target/arm: Add cpu properties to control pauth
[PATCH] gdbstub.c uses incorrect check for active gdb in use_gdb_syscalls
2021-01-08 12:36 UTC (2+ messages)
[PATCH v3 0/4] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
2021-01-08 12:32 UTC (2+ messages)
[PATCH v2] Add support for pvpanic pci device
2021-01-08 12:28 UTC (7+ messages)
` [PATCH 1/3] hw/misc/pvpanic: split-out generic and bus dependent code
` [PATCH 2/3] hw/misc/pvpanic: add PCI interface support
` [PATCH 3/3] pvpanic : update pvpanic spec document
[PATCH] virtio-mmio: fix guest kernel crash with SHM regions
2021-01-08 12:06 UTC (2+ messages)
[PATCH v2 0/7] Fix some memleaks caused by ptimer_init
2021-01-08 11:42 UTC (2+ messages)
[PATCH 0/4] block: prepare for 64bit
2021-01-08 11:27 UTC (9+ messages)
` [PATCH 4/4] block: introduce BDRV_MAX_LENGTH
[RFC PATCH] ci: ensure that all jobs use a shallow clone
2021-01-08 11:10 UTC (7+ messages)
[Bug 1910723] [NEW] NULL pointer dereference issues in am53c974 SCSI host bus adapter
2021-01-08 10:34 UTC
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;
as well as URLs for NNTP newsgroup(s).