qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-17 20:28:32 to 2023-10-18 10:32:54 UTC [more...]

[PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
 2023-10-18 10:18 UTC  (2+ messages)

[PATCH v7 0/4] Migration deprecated parts
 2023-10-18 10:32 UTC  (2+ messages)
` [PATCH v7 2/4] migration: migrate 'blk' command option is deprecated

[PATCH 00/11] Various updates for the Cadence GEM model
 2023-10-18 10:23 UTC  (21+ messages)
` [PATCH 01/11] hw/net/cadence_gem: use REG32 macro for register definitions
` [PATCH 02/11] hw/net/cadence_gem: use FIELD for screening registers
` [PATCH 03/11] hw/net/cadence_gem: use FIELD to describe NWCTRL register fields
` [PATCH 04/11] hw/net/cadence_gem: use FIELD to describe NWCFG "
` [PATCH 05/11] hw/net/cadence_gem: use FIELD to describe DMACFG "
` [PATCH 06/11] hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS "
` [PATCH 07/11] hw/net/cadence_gem: use FIELD to describe IRQ "
` [PATCH 08/11] hw/net/cadence_gem: use FIELD to describe DESCONF6 "
` [PATCH 09/11] hw/net/cadence_gem: use FIELD to describe PHYMNTNC "
` [PATCH 11/11] hw/net/cadence_gem: enforce 32 bits variable size for CRC

[PATCH v6 0/5] Migration deprecated parts
 2023-10-18 10:22 UTC  (6+ messages)
` [PATCH v6 2/5] migration: migrate 'inc' command option is deprecated
` [PATCH v6 3/5] migration: migrate 'blk' "

[PULL 00/11] Migration 20231018 patches
 2023-10-18 10:06 UTC  (12+ messages)
` [PULL 01/11] migration: RDMA is not compatible with anything else
` [PULL 02/11] migration: Move compression_counters cleanup ram-compress.c
` [PULL 03/11] migration: Create populate_compress()
` [PULL 04/11] migration: Create ram_compressed_pages()
` [PULL 05/11] migration: Move update_compress_threads_counts() to ram-compress.c
` [PULL 06/11] migration: Simplify decompress_data_with_multi_threads()
` [PULL 07/11] migration: Use "i" as an for index in ram-compress.c
` [PULL 08/11] migration: Print block status when needed
` [PULL 09/11] migration: save_compress_page() can take block through pss
` [PULL 10/11] migration: control_save_page() "
` [PULL 11/11] migration: save_zero_page() "

[PATCH] tests/qtest/migration-test: Disable the analyze-migration.py test on s390x
 2023-10-18 10:01 UTC  (2+ messages)

[PATCH v4 0/4] Add emulation of AmigaOne XE board
 2023-10-18  9:54 UTC  (4+ messages)
` [RFC PATCH v4 4/4] tests/avocado: Add test for amigaone board

[PULL 00/22] vfio queue
 2023-10-18  9:45 UTC  (23+ messages)
` [PULL 01/22] scripts/update-linux-headers: Add iommufd.h
` [PULL 02/22] linux-headers: "
` [PULL 03/22] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PULL 04/22] vfio/common: Propagate KVM_SET_DEVICE_ATTR error if any
` [PULL 05/22] vfio/common: Introduce vfio_container_add|del_section_window()
` [PULL 06/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PULL 07/22] vfio/pci: Introduce vfio_[attach/detach]_device
` [PULL 08/22] vfio/platform: Use vfio_[attach/detach]_device
` [PULL 09/22] vfio/ap: "
` [PULL 10/22] vfio/ccw: "
` [PULL 11/22] vfio/common: Move VFIO reset handler registration to a group agnostic function
` [PULL 12/22] vfio/common: Introduce a per container device list
` [PULL 13/22] vfio/common: Store the parent container in VFIODevice
` [PULL 14/22] vfio/common: Introduce a global VFIODevice list
` [PULL 15/22] vfio/common: Move legacy VFIO backend code into separate container.c
` [PULL 16/22] vfio/pci: Fix a potential memory leak in vfio_listener_region_add
` [PULL 17/22] vfio/ap: Remove pointless apdev variable
` [PULL 18/22] vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
` [PULL 19/22] vfio/pci: Remove vfio_detach_device from vfio_realize error path
` [PULL 20/22] ramfb: add migration support
` [PULL 21/22] ramfb-standalone: "
` [PULL 22/22] hw/vfio: add ramfb "

[PATCH v3 0/9] mirror: allow switching from background to active mode
 2023-10-18  9:45 UTC  (7+ messages)
` [PATCH v3 5/9] mirror: implement mirror_change method
` [PATCH v3 6/9] qapi/block-core: use JobType for BlockJobInfo's type

deadlock when using iothread during backup_clean()
 2023-10-18  9:42 UTC  (10+ messages)

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-10-18  9:28 UTC  (4+ messages)
` [PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈)

[PATCH v2 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-10-18  9:26 UTC  (6+ messages)
` [PATCH v2 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping

[PATCH v11 00/11] Add VIRTIO sound card
 2023-10-18  9:08 UTC  (3+ messages)

[PATCH v1 0/3] Allow user enable/disable LSX/LASX features
 2023-10-18  8:59 UTC  (4+ messages)
` [PATCH v1 1/3] target/loongarch: Add cpu model 'max'
` [PATCH v1 2/3] target/loongarch: Allow user enable/disable LSX/LASX features
` [PATCH v1 3/3] target/loongarch: Implement query-cpu-model-expansion

[PATCH v5 0/3] [DO-NOT-MERGE] qapi: static typing conversion, "pt0"
 2023-10-18  8:53 UTC  (3+ messages)
` [PATCH v5 3/3] qapi: re-establish linting baseline

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-18  8:52 UTC  (5+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[PATCH 0/4] vhost-user-blk: live resize additional APIs
 2023-10-18  8:51 UTC  (10+ messages)
` [PATCH 2/4] qapi: introduce device-sync-config
` [PATCH 4/4] qapi: introduce CONFIG_READ event

[PATCH v8 0/5] Implement reconnect for vhost-user-scsi
 2023-10-18  8:38 UTC  (3+ messages)

[PULL 00/32] x86 and build system changes for 2023-10-18
 2023-10-18  8:27 UTC  (33+ messages)
` [PULL 01/32] iotests: get rid of '..' in path environment output
` [PULL 02/32] iotests: use the correct python to run linters
` [PULL 03/32] Revert "configure: Add workaround for ccache and clang"
` [PULL 04/32] target/i386/cpu: Fix CPUID_HT exposure
` [PULL 05/32] target/i386: check intercept for XSETBV
` [PULL 06/32] tests/vm: netbsd: install dtc
` [PULL 07/32] scripts: Mark feature_to_c.py as non-executable to fix a build issue
` [PULL 08/32] scripts/get_maintainer.pl: don't print parentheses
` [PULL 09/32] tests/docker: avoid invalid escape in Python string
` [PULL 10/32] docs/sphinx: "
` [PULL 11/32] target/hexagon: "
` [PULL 12/32] tests/avocado: "
` [PULL 13/32] tests/vm: "
` [PULL 14/32] tracetool: "
` [PULL 15/32] meson: do not build shaders by default
` [PULL 16/32] meson: do not use set10
` [PULL 17/32] meson, cutils: allow non-relocatable installs
` [PULL 18/32] configure: clean up handling of CFI option
` [PULL 19/32] hw/xen: cleanup sourcesets
` [PULL 20/32] hw/remote: move stub vfu_object_set_bus_irq out of stubs/
` [PULL 21/32] tests/tcg/arm: move non-SVE tests out of conditional
` [PULL 22/32] configure, tests/tcg: simplify GDB conditionals
` [PULL 23/32] configure: clean up plugin option handling
` [PULL 24/32] configure: clean up PIE "
` [PULL 25/32] configure: remove some dead cruft
` [PULL 26/32] configure: move target-specific defaults to an external machine file
` [PULL 27/32] configure: move environment-specific defaults to config-meson.cross
` [PULL 28/32] configure: unify handling of several Debian cross containers
` [PULL 29/32] configure, meson: use command line options to configure qemu-ga
` [PULL 30/32] meson-buildoptions: document the data at the top
` [PULL 31/32] meson: add a note on why we use config_host for program paths
` [PULL 32/32] configure: define "pkg-config" in addition to "pkgconfig"

[PATCH v8 3/5] vhost-user-scsi: support reconnect to backend
 2023-10-18  8:32 UTC  (2+ messages)

[PATCH] hw/cxl: Fix opaque type interpret wrongly
 2023-10-18  8:27 UTC  (3+ messages)

[PATCH v2 1/2] hw/cxl: Pass CXLComponentState to cache_mem_ops
 2023-10-18  8:24 UTC  (2+ messages)
` [PATCH v2 2/2] hw/cxl: Pass NULL for a NULL MemoryRegionOps

[PATCH v2 00/27] vfio: Adopt iommufd
 2023-10-18  8:04 UTC  (8+ messages)
` [PATCH v2 01/27] vfio: Rename VFIOContainer into VFIOLegacyContainer
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface

[PATCH v5 0/7] Migration deprecated parts
 2023-10-18  7:13 UTC  (9+ messages)
` [PATCH v5 2/7] migration: migrate 'inc' command option is deprecated
` [PATCH v5 5/7] migration: Deprecate old compression method

[PATCH] migration: Fix parse_ramblock() on overwritten retvals
 2023-10-18  7:12 UTC  (3+ messages)

[PATCH v4] migration: Allow user to specify available switchover bandwidth
 2023-10-18  6:53 UTC  (4+ messages)

[PATCH v4 0/5] gdbstub and TCG plugin improvements
 2023-10-18  6:50 UTC  (5+ messages)
` [PATCH v4 2/5] target/riscv: Remove misa_mxl validation
` [PATCH v4 3/5] target/riscv: Move misa_mxl_max to class

[RFC PATCH 0/5] virtio-net: Introduce LM early load
 2023-10-18  6:40 UTC  (3+ messages)

[PATCH 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
 2023-10-18  6:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section
 2023-10-18  6:35 UTC  (2+ messages)

[PATCH v2 0/8] MAINTAINERS: Collect unmaintained files under PPC entries
 2023-10-18  6:34 UTC  (4+ messages)
` [PATCH v2 8/8] MAINTAINERS: Update PPC TCG target with tests

[PATCH] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections
 2023-10-18  6:35 UTC  (3+ messages)

[PATCH] ppc/pnv: Connect PNV I2C controller to powernv10
 2023-10-18  6:31 UTC  (2+ messages)

[PATCH] ui/gtk: full-screening all detached windows
 2023-10-18  6:17 UTC  (4+ messages)

[PATCH 2/2] linux-user: Replace use of lfs64 related functions and macros
 2023-10-18  6:06 UTC  (2+ messages)

[RFC PATCH v2 00/78] Strict disable implicit fallthrough
 2023-10-18  5:50 UTC  (9+ messages)
` [RFC PATCH v2 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
` [RFC PATCH v2 02/78] block: add fallthrough pseudo-keyword
` [RFC PATCH v2 04/78] qapi/opts-visitor: "

[PATCH] vhost: Perform memory section dirty scans once per iteration
 2023-10-18  5:55 UTC  (6+ messages)

[PATCH 0/4] gdbstub and TCG plugin improvements
 2023-10-18  5:53 UTC  (5+ messages)
` [PATCH 1/4] target/riscv: Remove misa_mxl validation

[PATCH] configure: define "pkg-config" in addition to "pkgconfig"
 2023-10-18  5:50 UTC  (2+ messages)

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-10-18  5:38 UTC  (6+ messages)

[PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
 2023-10-18  5:04 UTC  (2+ messages)

[PATCH v2 0/2] tcg: Streamline vector load/store
 2023-10-18  5:03 UTC  (4+ messages)
` [PATCH v2 1/2] tcg: Add tcg_gen_{ld,st}_i128

[PATCH] hw/audio/pcspk: Inline pcspk_init()
 2023-10-18  5:02 UTC  (3+ messages)

[PATCH v2 0/3] hexagon: GETPC() and shadowing fixes
 2023-10-18  3:11 UTC  (7+ messages)
` [PATCH v2 3/3] target/hexagon: avoid shadowing globals

[PATCH] contrib/plugins: Close file descriptor on connect failure
 2023-10-18  2:52 UTC  (2+ messages)
` [PATCH v2] contrib/plugins: Close file descriptor on error return

[PATCH 00/18] target/i386: decoder changes for 8.2
 2023-10-18  1:36 UTC  (13+ messages)
` [PATCH 01/18] target/i386: group common checks in the decoding phase
` [PATCH 02/18] target/i386: validate VEX.W for AVX instructions
` [PATCH 04/18] tests/tcg/i386: initialize more registers in test-avx
` [PATCH 06/18] target/i386: accept full MemOp in gen_ext_tl
` [PATCH 09/18] target/i386: do not clobber A0 in POP translation
` [PATCH 18/18] target/i386: remove gen_op

[RFC PATCH 0/2] target/loongarch: Use i128 for 128-bit loads/stores
 2023-10-18  1:17 UTC  (2+ messages)

[PATCH v3 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-10-18  0:25 UTC  (17+ messages)
` [PATCH v3 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v3 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v3 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v3 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v3 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v3 06/11] \tests/qtest: Creating qtest for GMAC Module
` [PATCH v3 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v3 08/11] hw/net: General GMAC Implementation
` [PATCH v3 09/11] hw/net: GMAC Rx Implementation
` [PATCH v3 10/11] hw/net: GMAC Tx Implementation
` [PATCH v3 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH v2 0/6] riscv: zicntr/zihpm flags and disable support
 2023-10-17 22:12 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv/cpu.c: add zicntr extension flag
` [PATCH v2 2/6] target/riscv/tcg: add ext_zicntr disable support
` [PATCH v2 3/6] target/riscv/kvm: add zicntr reg
` [PATCH v2 4/6] target/riscv/cpu.c: add zihpm extension flag
` [PATCH v2 5/6] target/riscv/tcg: add ext_zihpm disable support
` [PATCH v2 6/6] target/riscv/kvm: add zihpm reg

[PATCH v2 0/3] Add emulation of AmigaOne XE board
 2023-10-17 21:39 UTC  (8+ messages)
` [PATCH v2 1/3] via-ide: Fix legacy mode emulation

[PATCH v2] intel-iommu: Report interrupt remapping faults, fix return value
 2023-10-17 21:29 UTC  (5+ messages)

[RFC PATCH] hw/timer/hpet: fix IRQ routing in legacy support mode
 2023-10-17 21:24 UTC  (2+ messages)

[PATCH v2 00/90] target/sparc: Convert to decodetree
 2023-10-17 21:17 UTC  (2+ messages)

[PATCH v3 0/2] Add PowerNV I2C Controller Model
 2023-10-17 20:52 UTC  (3+ messages)

[PATCH v2 00/11] target/hppa: Add emulation of a C3700 HP-PARISC workstation
 2023-10-17 20:48 UTC  (8+ messages)
` [PATCH v2 02/11] pci_ids/tulip: Add PCI vendor ID for HP and use it in tulip

[PATCH v4 0/5] migration: Better error handling in rp thread, allow failures in recover
 2023-10-17 20:26 UTC  (2+ messages)
` [PATCH v4 1/5] migration: Refactor error handling in source return path


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