qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-28 08:04:53 to 2024-06-29 08:05:58 UTC [more...]

[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
 2024-06-29  8:04 UTC  (14+ messages)
` [PATCH v2 01/15] cpu: Free cpu_ases
` [PATCH v2 04/15] hw/isa/vt82c686: Define a GPIO line between vt82c686 and i8259
` [PATCH v2 06/15] ppc/vof: Fix unaligned FDT property access
` [PATCH v2 12/15] tests/qtest: Free old machine variable name
` [PATCH v2 15/15] tests/qtest: Free GThread

[PATCH v2] hw/ide/macio.c: switch from using qemu_allocate_irq() to qdev input GPIOs
 2024-06-29  6:47 UTC  (3+ messages)

[PATCH] block/curl: use strlen instead of strchr
 2024-06-29  6:39 UTC  (4+ messages)

[PATCH 0/4] Drop ifdef for macOS versions older than 12.0
 2024-06-29  6:24 UTC  (5+ messages)
` [PATCH 1/4] hvf: "
` [PATCH 2/4] audio: "
` [PATCH 3/4] block/file-posix: "
` [PATCH 4/4] net/vmnet: "

[PATCH v2] util/cpuinfo-ppc: Add FreeBSD support
 2024-06-29  0:58 UTC 

[PATCH] util/cpuinfo-ppc: Add FreeBSD support
 2024-06-29  0:50 UTC  (3+ messages)

[PATCH 00/23] July maintainer updates (32bit, testing, plugins, gdbstub)
 2024-06-28 22:35 UTC  (30+ messages)
` [PATCH 01/23] tests/lcitool: fix debian-i686-cross toolchain prefix
` [PATCH 02/23] target/i386: fix gen_prepare_size_nz condition
` [PATCH 03/23] testing: restore some testing for i686
` [PATCH 04/23] tracepoints: move physmem trace points
` [PATCH 05/23] tests/docker: Specify --userns keep-id for Podman
` [PATCH 06/23] tests/tcg/arm: Fix fcvt result messages
` [PATCH 07/23] test/plugin: make insn plugin less noisy by default
` [PATCH 08/23] test/plugins: preserve the instruction record over translations
` [PATCH 09/23] plugins/lockstep: preserve sock_path
` [PATCH 10/23] plugins/lockstep: make mixed-mode safe
` [PATCH 11/23] plugins/lockstep: mention the one-insn-per-tb option
` [PATCH 12/23] plugins/lockstep: clean-up output
` [PATCH 13/23] gdbstub: Clean up process_string_cmd
` [PATCH 14/23] gdbstub: Move GdbCmdParseEntry into a new header file
` [PATCH 15/23] gdbstub: Add support for target-specific stubs
` [PATCH 16/23] target/arm: Fix exception case in allocation_tag_mem_probe
` [PATCH 17/23] target/arm: Make some MTE helpers widely available
` [PATCH 18/23] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH 19/23] gdbstub: Make hex conversion function non-internal
` [PATCH 20/23] gdbstub: Pass CPU context to command handler
` [PATCH 21/23] gdbstub: Use true to set cmd_startswith
` [PATCH 22/23] gdbstub: Add support for MTE in user mode
` [PATCH 23/23] tests/tcg/aarch64: Add MTE gdbstub tests

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-28 21:50 UTC  (9+ messages)
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency

[PATCH v4] hw/core/loader: allow loading larger ROMs
 2024-06-28 21:09 UTC  (2+ messages)

[PATCH v3 0/2] Consider discard option when writing zeros
 2024-06-28 20:20 UTC  (3+ messages)
` [PATCH v3 1/2] qemu-iotest/245: Add missing discard=unmap
` [PATCH v3 2/2] Consider discard option when writing zeros

[PATCH v2] Consider discard option when writing zeros
 2024-06-28 19:51 UTC  (8+ messages)

[PATCH v6 00/11] Add MTE stubs for aarch64 user mode
 2024-06-28 18:13 UTC  (11+ messages)
` [PATCH v6 06/11] target/arm: Factor out code for setting MTE TCF0 field

[PATCH 1/3] target/riscv: zimop and zcmop extension for riscv
 2024-06-28 18:03 UTC  (2+ messages)

[PATCH 1/3] target/riscv: zimop and zcmop extension for riscv
 2024-06-28 18:01 UTC  (3+ messages)
` [PATCH 2/3] target/riscv: zimop instruction encoding and its implementation
` [PATCH 3/3] target/riscv: Introduce `compressed zimop` aka `zcmop`

[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
 2024-06-28 18:01 UTC  (4+ messages)

[PULL v3 00/23] Misc changes for 2024-06-28
 2024-06-28 17:28 UTC  (24+ messages)
` [PULL 01/23] configure: detect --cpu=mipsisa64r6
` [PULL 02/23] Revert "host/i386: assume presence of POPCNT"
` [PULL 03/23] Revert "host/i386: assume presence of SSSE3"
` [PULL 04/23] Revert "host/i386: assume presence of SSE2"
` [PULL 05/23] meson: allow configuring the x86-64 baseline
` [PULL 06/23] meson: remove dead optimization option
` [PULL 07/23] block: make assertion more generic
` [PULL 08/23] block: do not check bdrv_file_open
` [PULL 09/23] block: remove separate bdrv_file_open callback
` [PULL 10/23] block: rename former bdrv_file_open callbacks
` [PULL 11/23] exec: avoid using C++ keywords in function parameters
` [PULL 12/23] exec: don't use void* in pointer arithmetic in headers
` [PULL 13/23] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
` [PULL 14/23] target/i386: fix CC_OP dump
` [PULL 15/23] target/i386: use cpu_cc_dst for CC_OP_POPCNT
` [PULL 16/23] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
` [PULL 17/23] target/i386: remove unused enum
` [PULL 18/23] target/i386: SEV: rename sev_snp_guest->id_block
` [PULL 19/23] target/i386: SEV: store pointer to decoded id_block in SevSnpGuest
` [PULL 20/23] target/i386: SEV: rename sev_snp_guest->id_auth
` [PULL 21/23] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest
` [PULL 22/23] target/i386/sev: Use size_t for object sizes
` [PULL 23/23] target/i386/sev: Fix printf formats

[PATCH v2 0/6] tests/tcg/aarch64: Fix inline assemblies for clang
 2024-06-28 17:20 UTC  (13+ messages)
` [PATCH v2 1/6] tests/tcg/arm: Fix fcvt result messages
` [PATCH v2 2/6] tests/tcg/aarch64: Fix test architecture specification
` [PATCH v2 3/6] tests/tcg/aarch64: Explicitly specify register width
` [PATCH v2 4/6] tests/tcg/aarch64: Fix irg operand type
` [PATCH v2 5/6] tests/tcg/aarch64: Do not use x constraint

[PATCH v3 0/3] hw/i386/acpi: Pre-compute the _PRT table
 2024-06-28 17:06 UTC  (6+ messages)
` [PATCH v3 1/3] tests/acpi: pc: allow DSDT acpi table changes
` [PATCH v3 2/3] hw/i386/acpi-build: Return a pre-computed _PRT table

[PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
 2024-06-28 16:50 UTC  (4+ messages)

[PATCH 0/9] target/arm: Refactor FPCR/FPSR handling to prepare for FEAT_AFP
 2024-06-28 16:27 UTC  (20+ messages)
` [PATCH 1/9] target/arm: Correct comments about M-profile FPSCR
` [PATCH 2/9] target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}
` [PATCH 3/9] target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}
` [PATCH 4/9] target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR
` [PATCH 5/9] target/arm: Implement store_cpu_field_low32() macro
` [PATCH 6/9] target/arm: Store FPSR and FPCR in separate CPU state fields
` [PATCH 7/9] target/arm: Rename FPCR_ QC, NZCV macros to FPSR_
` [PATCH 8/9] target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolically
` [PATCH 9/9] target/arm: Allow FPCR bits that aren't in FPSCR

[PATCH] hw/ide/macio.c: switch from using qemu_allocate_irq() to qdev input GPIOs
 2024-06-28 15:58 UTC  (3+ messages)

[PATCH v2 00/21] qapi: convert "Note" and "Example" sections to rST
 2024-06-28 15:44 UTC  (17+ messages)
` [PATCH v2 04/21] docs/qapidoc: delint a tiny portion of the module
` [PATCH v2 07/21] docs/qapidoc: fix nested parsing under untagged sections
` [PATCH v2 10/21] qapi: convert "Note" sections to plain rST
` [PATCH v2 14/21] docs/qapidoc: factor out do_parse()
` [PATCH v2 15/21] docs/qapidoc: create qmp-example directive

[PATCH] hw/usb/hcd-ohci: Set transfer error code with no dev
 2024-06-28 15:06 UTC  (2+ messages)

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-06-28 14:57 UTC  (6+ messages)
` [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request
` [RFC PATCH v2 2/5] vhost_user: Add frontend command for shmem config
` [RFC PATCH v2 3/5] vhost-user-dev: Add cache BAR
` [RFC PATCH v2 4/5] vhost_user: Add MEM_READ/WRITE backend requests
` [RFC PATCH v2 5/5] vhost_user: Implement mem_read/mem_write handlers

[Bug Report] Possible Missing Endianness Conversion
 2024-06-28 14:53 UTC  (5+ messages)

[PATCH v4 0/3] Add boot-mode property for zynq
 2024-06-28 14:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update my family name
 2024-06-28 14:43 UTC  (2+ messages)

[PATCH v3 0/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-28 14:42 UTC  (2+ messages)

[PATCH v2 00/13] target/arm: AdvSIMD conversion, part 2
 2024-06-28 14:40 UTC  (2+ messages)

[PATCH 0/2] target/i386: drop AMD machine check bits from Intel CPUID
 2024-06-28 13:23 UTC  (6+ messages)
` [PATCH 1/2] target/i386: pass X86CPU to x86_cpu_get_supported_feature_word
` [PATCH 2/2] target/i386: drop AMD machine check bits from Intel CPUID

[RFC PATCH] hw/acpi: Add vmclock device
 2024-06-28 12:52 UTC 

[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
 2024-06-28 12:49 UTC  (32+ messages)
` [PATCH v42 02/98] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v42 67/98] hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)
` [PATCH v42 75/98] hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
  ` [SPAM] "
` [PATCH v42 76/98] hw/sd/sdcard: Remove noise from sd_acmd_name()
  ` [SPAM] "
` [PATCH v42 77/98] hw/sd/sdcard: Remove noise from sd_cmd_name()
` [PATCH v42 78/98] hw/sd/sdcard: Remove default case in read/write on DAT lines
  ` [SPAM] "
` [PATCH v42 79/98] hw/sd/sdcard: Trace length of data read "
  ` [SPAM] "
` [PATCH v42 80/98] hw/sd/sdcard: Introduce set_csd/set_cid handlers
  ` [SPAM] "
` [PATCH v42 81/98] hw/sd/sdcard: Cover more SDCardStates
  ` [SPAM] "
` [PATCH v42 83/98] hw/sd/sdcard: Register generic command handlers
  ` [SPAM] "
` [PATCH v42 84/98] hw/sd/sdcard: Register unimplemented "
  ` [SPAM] "
` [PATCH v42 88/98] hw/sd/sdcard: Add mmc_cmd_PROGRAM_CID handler (CMD26)
  ` [SPAM] "
` [PATCH v42 89/98] hw/sd/sdcard: Implement eMMC sleep state (CMD5)
  ` [SPAM] "
` [RFC PATCH v42 90/98] hw/sd/sdcard: Add experimental 'x-aspeed-emmc-kludge' property
  ` [SPAM] "

[PATCH] hw/loongarch/boot.c: fix out-of-bound reading
 2024-06-28 12:39 UTC 

[PATCH v3 qemu 00/11] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-06-28 11:58 UTC  (8+ messages)
` [PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi
` [PATCH v3 07/11] hw/pci-bridge: Add acpi_uid property to CXL PXB

[PATCH] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
 2024-06-28 11:27 UTC 

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-28 11:23 UTC  (19+ messages)
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration
` [PATCH v3 04/15] hw/core/machine: Add igvm-cfg object and processing for IGVM files
` [PATCH v3 05/15] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v3 06/15] sev: Update launch_update_data functions to use Error handling

[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
 2024-06-28 10:37 UTC  (8+ messages)

[PATCH] misc: introduce strim-memory qapi to support free memory trimming
 2024-06-28 10:22 UTC 

[PATCH v3] block: Use LVM tools for LV block device truncation
 2024-06-28 10:17 UTC  (2+ messages)

[PATCH] nbd: Prevent NULL pointer dereference in nbd_blockdev_client_closed()
 2024-06-28  9:58 UTC  (2+ messages)

[PATCH] target/riscv: Fix the check with vector register multiples of LMUL
 2024-06-28  9:40 UTC 

[PATCH 0/2] Misc fixes on vfio display
 2024-06-28  9:28 UTC  (3+ messages)
` [PATCH 1/2] vfio/display: Fix potential memleak of edid info
` [PATCH 2/2] vfio/display: Fix vfio_display_edid_init() error path

[PATCH v5 0/9] Add MTE stubs for aarch64 user mode
 2024-06-28  9:22 UTC  (5+ messages)
` [PATCH v5 6/9] target/arm: Factor out code for setting MTE TCF0 field

[RFC PATCH 0/3 qemu] arm/acpi: ACPI based FW First error injection
 2024-06-28  9:06 UTC  (4+ messages)
` [RFC PATCH 1/3 qemu] arm/virt: Wire up GPIO error source for ACPI / GHES
` [RFC PATCH 2/3 qemu] acpi/ghes: Support GPIO error source
` [RFC PATCH 3/3 qemu] acpi/ghes: Add a logic to handle block addresses and FW first ARM processor error injection

[PATCH v2] hw/core/loader: allow loading larger ROMs
 2024-06-28  8:12 UTC  (2+ messages)


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