qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-05 15:11:44 to 2023-06-06 09:49:06 UTC [more...]

[PULL 00/42] target-arm queue
 2023-06-06  9:47 UTC  (3+ messages)
` [PULL 04/42] hvf: add guest debugging handlers for Apple Silicon hosts
` [PULL 06/42] xlnx-versal: Connect Xilinx VERSAL CANFD controllers

[PATCH v3 0/1] use XHCI to replace EHCI
 2023-06-06  9:47 UTC  (3+ messages)
` [PATCH v3 1/1] hw/arm/sbsa-ref: "

[PATCH v2 0/5] bulk: Do not declare function prototypes using 'extern' keyword
 2023-06-06  9:25 UTC  (11+ messages)
` [PATCH v2 1/5] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
` [PATCH v2 2/5] tcg/tcg-op-vec: Remove left over _link_error() definitions
` [PATCH v2 3/5] qemu/uri: Use QueryParams type definition
` [PATCH v2 4/5] bulk: Do not declare function prototypes using 'extern' keyword
` [PATCH v2 5/5] bulk: Replace __attribute__((noreturn)) -> G_NORETURN

[PULL 00/17] Block patches
 2023-06-06  8:45 UTC  (21+ messages)
` [PULL 01/17] util/iov: Make qiov_slice() public
` [PULL 02/17] block: Collapse padded I/O vecs exceeding IOV_MAX
` [PULL 03/17] util/iov: Remove qemu_iovec_init_extended()
` [PULL 04/17] iotests/iov-padding: New test
` [PULL 05/17] parallels: Out of image offset in BAT leads to image inflation
` [PULL 06/17] parallels: Fix high_off calculation in parallels_co_check()
` [PULL 07/17] parallels: Fix image_end_offset and data_end after out-of-image check
` [PULL 08/17] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PULL 09/17] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PULL 10/17] parallels: Move check of unclean image to a separate function
` [PULL 11/17] parallels: Move check of cluster outside "
` [PULL 12/17] parallels: Fix statistics calculation
` [PULL 13/17] parallels: Move check of leaks to a separate function
` [PULL 14/17] parallels: Move statistic collection "
` [PULL 15/17] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PULL 16/17] parallels: Incorrect condition in out-of-image check
` [PULL 17/17] qcow2: add discard-no-unref option

[PATCH] target/riscv/vector_helper.c: Remove the check for extra tail elements
 2023-06-06  8:34 UTC 

[PATCH] mkvenv: always pass locally-installed packages to pip
 2023-06-06  8:23 UTC 

[PATCH v4 0/3] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-06  8:11 UTC  (8+ messages)
` [PATCH v4 1/3] hw/i386/pc: Refactor logic to set SMBIOS set defaults
` [PATCH v4 2/3] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [PATCH v4 3/3] pc: q35: Bump max_cpus to 1024

[PATCH v14 00/10] TCG code quality tracking
 2023-06-06  7:30 UTC  (5+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH v3 0/3] Trivial cleanups
 2023-06-06  6:49 UTC  (6+ messages)

[PATCH v3 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-06  6:33 UTC  (4+ messages)
` [PATCH v3 10/23] q800: reimplement mac-io region aliasing using IO memory region

[PULL 00/18] s390x and misc patches
 2023-06-06  5:56 UTC  (19+ messages)
` [PULL 01/18] target/s390x: Fix LCBB overwriting the top 32 bits
` [PULL 02/18] tests/tcg/s390x: Test LCBB
` [PULL 03/18] target/s390x: Fix LOCFHR taking the wrong half of R2
` [PULL 04/18] tests/tcg/s390x: Test LOCFHR
` [PULL 05/18] linux-user/s390x: Fix single-stepping SVC
` [PULL 06/18] tests/tcg/s390x: Test "
` [PULL 07/18] Add conditional dependency for libkeyutils
` [PULL 08/18] target/s390x: Fix MXDB and MXDBR
` [PULL 09/18] tests/tcg/s390x: Test "
` [PULL 10/18] tests/qtest: Run ipmi-bt-test only if CONFIG_IPMI_EXTERN is set
` [PULL 11/18] gitlab-ci: Remove unused Python package
` [PULL 12/18] hw/mips/malta: Fix the malta machine on big endian hosts
` [PULL 13/18] scripts: Add qom-cast-macro-clean-cocci-gen.py
` [PULL 14/18] bulk: Remove pointless QOM casts
` [PULL 15/18] s390x/tcg: Fix CPU address returned by STIDP
` [PULL 16/18] linux-user/elfload: Expose get_elf_hwcap() on s390x
` [PULL 17/18] linux-user/elfload: Introduce elf_hwcap_str() "
` [PULL 18/18] linux-user: Emulate /proc/cpuinfo "

[PATCH 00/10] accel/kvm: Spring cleaning
 2023-06-06  5:32 UTC  (3+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers

[RFC v1 0/4] Expose GPU memory as coherently CPU accessible
 2023-06-06  5:03 UTC  (7+ messages)
` [RFC v1 1/4] qemu: add GPU memory information as object
` [RFC v1 2/4] qemu: patch guest SRAT for GPU memory
` [RFC v1 3/4] qemu: patch guest DSDT "
` [RFC v1 4/4] qemu: adjust queried bar size to power-of-2

[PATCH v2 0/4] Optimize UNMAP call and bug fix
 2023-06-06  2:48 UTC  (9+ messages)
` [PATCH v2 1/4] util: Add iova_tree_foreach_range_data
` [PATCH v2 2/4] intel_iommu: Fix a potential issue in VFIO dirty page sync
` [PATCH v2 3/4] memory: Document update on replay()

[PATCH] virtio-net: correctly report maximum tx_queue_size value
 2023-06-06  2:17 UTC  (2+ messages)

[PATCH] vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
 2023-06-06  1:32 UTC  (2+ messages)

[PATCH] vdpa: fix not using CVQ buffer in case of error
 2023-06-06  1:32 UTC  (2+ messages)

[PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
 2023-06-06  1:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/8] misc AHCI cleanups
 2023-06-06  0:19 UTC  (3+ messages)
` [PATCH v2 5/8] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set

[RFC PATCH] exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLY
 2023-06-05 23:02 UTC 

[PATCH v4 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-06-05 22:58 UTC  (3+ messages)
` [PATCH v4 2/2] hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint

[PATCH] util/cacheflush: Avoid flushing dcache twice when not necessary
 2023-06-05 22:33 UTC  (5+ messages)

[RFC PATCH v2 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-05 22:28 UTC  (11+ messages)
` [RFC PATCH v2 1/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [RFC PATCH v2 2/9] target/i386: Check for USER_ONLY definition instead of SOFTMMU one
` [RFC PATCH v2 3/9] target/m68k: "
` [RFC PATCH v2 4/9] target/ppc: "
` [RFC PATCH v2 5/9] hw/core/cpu: "
` [RFC PATCH v2 6/9] accel/tcg: "
` [RFC PATCH v2 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [RFC PATCH v2 8/9] meson: Replace "
` [RFC PATCH v2 9/9] meson: Replace softmmu_ss -> system_ss

[PATCH] bitops.h: Compile out asserts without --enable-debug
 2023-06-05 22:06 UTC  (8+ messages)

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-05 22:06 UTC  (3+ messages)
` [PATCH v5 2/9] migration: Implement switchover ack logic

[PATCH] hw/acpi: Fix PM control register access
 2023-06-05 22:01 UTC  (2+ messages)

[PATCH] mv64361: Add dummy gigabit ethernet PHY access registers
 2023-06-05 21:51 UTC 

[PATCH v3 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-05 21:43 UTC  (4+ messages)
` [PATCH v3 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models

[RFC PATCH 0/2] bulk: Replace !CONFIG_SOFTMMU and !CONFIG_USER_ONLY
 2023-06-05 21:39 UTC  (5+ messages)
` [RFC PATCH 1/2] bulk: Replace !CONFIG_SOFTMMU -> CONFIG_USER_ONLY

[PULL 00/52] tcg patch queue
 2023-06-05 21:37 UTC  (54+ messages)
` [PULL 01/52] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PULL 02/52] tcg/riscv: "
` [PULL 03/52] tcg/s390x: "
` [PULL 04/52] tcg/sparc64: "
` [PULL 05/52] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PULL 06/52] tcg: Widen CPUTLBEntry comparators to 64-bits
` [PULL 07/52] tcg: Add tlb_fast_offset to TCGContext
` [PULL 08/52] target/avr: Add missing includes of qemu/error-report.h
` [PULL 09/52] target/*: Add missing includes of tcg/debug-assert.h
` [PULL 10/52] *: Add missing includes of tcg/tcg.h
` [PULL 11/52] tcg: Split out tcg-target-reg-bits.h
` [PULL 12/52] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PULL 13/52] tcg: Split out tcg/oversized-guest.h
` [PULL 14/52] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
` [PULL 15/52] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PULL 16/52] target/arm: Include helper-gen.h in translator.h
` [PULL 17/52] target/hexagon: Include helper-gen.h where needed
` [PULL 18/52] tcg: Remove outdated comments in helper-head.h
` [PULL 19/52] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
` [PULL 20/52] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PULL 21/52] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PULL 22/52] tcg: Split tcg_gen_callN
` [PULL 23/52] tcg: Split helper-gen.h
` [PULL 24/52] tcg: Split helper-proto.h
` [PULL 25/52] target/sh4: Emit insn_start for each insn in gUSA region
` [PULL 26/52] tcg: Add insn_start_words to TCGContext
` [PULL 27/52] tcg: Add guest_mo "
` [PULL 28/52] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PULL 29/52] tcg: Split tcg/tcg-op-gvec.h
` [PULL 30/52] tcg: Remove NO_CPU_IO_DEFS
` [PULL 31/52] exec-all: Widen tb_page_addr_t for user-only
` [PULL 32/52] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PULL 33/52] tcg: Spit out exec/translation-block.h
` [PULL 34/52] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PULL 35/52] accel/tcg: Move most of gen-icount.h into translator.c
` [PULL 36/52] accel/tcg: Introduce translator_io_start
` [PULL 37/52] target/ppc: Inline gen_icount_io_start()
` [PULL 38/52] accel/tcg: Move translator_fake_ldb out of line
` [PULL 39/52] target/arm: Tidy helpers for translation
` [PULL 40/52] target/mips: "
` [PULL 41/52] target/*: Add missing includes of exec/translation-block.h
` [PULL 42/52] target/arm: Add missing include of exec/exec-all.h
` [PULL 43/52] accel/tcg: Tidy includes for translator.[ch]
` [PULL 44/52] tcg: Fix PAGE/PROT confusion
` [PULL 45/52] tcg: Move env defines out of NEED_CPU_H in helper-head.h
` [PULL 46/52] tcg: Remove target-specific headers from tcg.[ch]
` [PULL 47/52] plugins: Move plugin_insn_append to translator.c
` [PULL 48/52] plugins: Drop unused headers from exec/plugin-gen.h
` [PULL 49/52] exec/poison: Do not poison CONFIG_SOFTMMU
` [PULL 50/52] tcg: Build once for system and once for user-only
` [PULL 51/52] accel/tcg: Unmap perf_marker
` [PULL 52/52] tcg/tcg-op-vec: Remove left over _link_error() definitions

[PATCH RESEND v2] hw/i2c: Enable an id for the pca954x devices
 2023-06-05 20:17 UTC  (5+ messages)

[PULL 0/3] qemu-sparc queue 20230605
 2023-06-05 19:45 UTC  (4+ messages)

[PATCH] accel/tcg: Unmap perf_marker
 2023-06-05 19:12 UTC  (2+ messages)

[PATCH] target/sh4: Emit insn_start for each insn in gUSA region
 2023-06-05 19:05 UTC  (3+ messages)

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-05 18:47 UTC  (5+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled
` [PATCH v3 3/6] target/riscv: check the in-kernel irqchip support

[PATCH v2 00/20] Next round of migration atomic counters
 2023-06-05 18:22 UTC  (5+ messages)
` [PATCH v2 04/20] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH v2 05/20] qemu_file: Use a stat64 for qemu_file_transferred

[PATCH 0/2] scsi/qemu-pr-helper: Drop 'old' lib and use default config helpers
 2023-06-05 17:52 UTC  (5+ messages)
` [PATCH 1/2] scsi/qemu-pr-helper: Drop support for 'old' libmultipath API
` [PATCH 2/2] scsi/qemu-pr-helper: Use defaults [get/set]_multipath_config() impl

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-06-05 17:51 UTC  (3+ messages)

[PATCH v3 00/15] vfio: VFIO migration support with vIOMMU
 2023-06-05 16:57 UTC  (3+ messages)
` [PATCH v3 03/15] hw/pci: Add a pci_device_iommu_memory_region() helper

[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-06-05 16:55 UTC  (4+ messages)
` [PATCH v5 3/5] parallels: Add checking and repairing duplicate offsets in BAT

[PATCH 00/12] aspeed: fixes and extensions
 2023-06-05 16:21 UTC  (10+ messages)
` [PATCH 05/12] hw/ssi: Introduce a ssi_get_cs() helper

[PATCH 0/2] migration: switchover-hold flag
 2023-06-05 16:06 UTC  (4+ messages)
` [PATCH 1/2] migration: switchover-hold parameter

[PATCH v2 0/2] Revert recent Avocado changes
 2023-06-05 16:00 UTC  (3+ messages)
` [PATCH v2 1/2] Revert "tests/requirements.txt: bump up avocado-framework version to 101.0"
` [PATCH v2 2/2] tests: Use separate virtual environment for avocado

[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-06-05 16:01 UTC  (2+ messages)

[PATCH] target/arm: trap DCC access in user mode emulation
 2023-06-05 16:02 UTC  (3+ messages)

[PATCH v3 00/20] target/arm: Implement FEAT_LSE2
 2023-06-05 15:56 UTC  (2+ messages)

[PATCH v5 11/11] docs: system: arm: Introduce bananapi_m2u
 2023-06-05 15:50 UTC  (2+ messages)

[PATCH 0/6] tests: enable meson test timeouts to improve debuggability
 2023-06-05 15:45 UTC  (5+ messages)

[PATCH v5 00/11] *** Add allwinner-r40 support ***
 2023-06-05 15:30 UTC  (3+ messages)

[PATCH 0/2] Fix venv issues with Avocado by reverting to an older version
 2023-06-05 15:29 UTC  (5+ messages)

[PATCH v2] hw/scsi/megasas: Silent GCC duplicated-cond warning
 2023-06-05 15:10 UTC  (3+ 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).