qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-14 19:32:32 to 2023-03-15 21:23:40 UTC [more...]

[PATCH] coverity: physmem: use simple assertions instead of modelling
 2023-03-15 21:22 UTC  (6+ messages)

[PATCH v4 0/9] improvement to Python detection, preparation for dropping 3.6
 2023-03-15 21:16 UTC  (6+ messages)
` [PATCH 02/10] python: drop pipenv
` [PATCH 09/10] Python: Drop support for Python 3.6

[PATCH RESEND v2 0/2] migration/xbzrle: fix two avx512 runtime issues
 2023-03-15 20:57 UTC  (7+ messages)
` [PATCH RESEND v2 1/2] migration/xbzrle: use ctz64 to avoid undefined result
` [PATCH RESEND v2 2/2] migration/xbzrle: fix out-of-bounds write with axv512

[PATCH for-8.1 v2 00/26] target/riscv: rework CPU extensions validation
 2023-03-15 20:37 UTC  (13+ messages)
` [PATCH for-8.1 v2 15/26] target/riscv: do not allow RVG in write_misa()
` [PATCH for-8.1 v2 16/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
` [PATCH for-8.1 v2 19/26] target/riscv/cpu:c add misa_ext V-> D & F dependency
` [PATCH for-8.1 v2 22/26] target/riscv: error out on priv failure for RVH
` [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()

[PATCH] migration: Wait on preempt channel in preempt thread
 2023-03-15 20:34 UTC  (2+ messages)

[PATCH v3 0/3] qapi: Simplify enum generation
 2023-03-15 20:30 UTC  (8+ messages)
` [PATCH v3 1/3] scripts/git.orderfile: Display QAPI script changes before schema ones
` [PATCH v3 2/3] qapi: Do not generate empty enum
` [PATCH v3 3/3] qapi: Generate enum count as definition

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-15 19:18 UTC  (34+ messages)
` [PATCH v2 01/32] tests/avocado: update AArch64 tests to Alpine 3.17.2
` [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PATCH v2 03/32] scripts/ci: add libslirp-devel to build-environment
` [PATCH v2 04/32] scripts/ci: update gitlab-runner playbook to handle CentOS
` [PATCH v2 05/32] gitlab: update centos-8-stream job
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests
` [PATCH v2 09/32] include/exec: fix kerneldoc definition
` [PATCH v2 10/32] tests/avocado: don't use tags to define drive
` [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit
` [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
` [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT
` [PATCH v2 14/32] *: Add missing includes of qemu/error-report.h
` [PATCH v2 15/32] *: Add missing includes of qemu/plugin.h
` [PATCH v2 16/32] include/qemu: Split out plugin-event.h
` [PATCH v2 17/32] include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers
` [PATCH v2 18/32] iotests: explicitly pass source/build dir to 'check' command
` [PATCH v2 19/32] iotests: allow test discovery before building
` [PATCH v2 20/32] iotests: strip subdir path when listing tests
` [PATCH v2 21/32] iotests: print TAP protocol version when reporting tests
` [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests
` [PATCH v2 23/32] iotests: always use a unique sub-directory per test
` [PATCH v2 24/32] iotests: register each I/O test separately with meson
` [PATCH v2 25/32] iotests: remove the check-block.sh script
` [PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map
` [PATCH v2 27/32] contrib/gitdm: Add SYRMIA "
` [PATCH v2 28/32] contrib/gitdm: add Amazon "
` [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 30/32] contrib/gitdm: add revng to domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors
` [PATCH v2 32/32] contrib/gitdm: add group map for AMD

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-15 19:05 UTC  (4+ messages)
` [PATCH v5 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

[RFC 0/2] Split padded I/O vectors exceeding IOV_MAX
 2023-03-15 18:48 UTC  (7+ messages)
` [RFC 1/2] block: "
` [RFC 2/2] iotests/iov-padding: New test

[PATCH 0/2] target/s390x: Fix R[NOX]SBG with T=1
 2023-03-15 18:30 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Add rxsbg.c

[PATCH v2 0/2] target/m68k: Reject immediate as destination
 2023-03-15 18:16 UTC  (5+ messages)
` [PATCH v2 1/2] target/m68k: Reject immediate as destination in gen_ea_mode
` [PATCH v2 2/2] linux-user/m68k: Handle EXCP_ADDRESS in cpu_loop

[PATCH 1/2] linux-user: Fix mmap2() syscall on 32-bit targets to allow file mapping beyond 4GB
 2023-03-15 18:16 UTC  (2+ messages)
` [PATCH 2/2] linux-user: Improve strace output of pread64() and pwrite64()

[PATCH v2 00/12] target/s390x: Handle unaligned accesses
 2023-03-15 18:13 UTC  (4+ messages)
` [PATCH v2 12/12] tests/tcg/s390x: Test "

[PATCH] vdpa: fix emulated guest announce feature status handling
 2023-03-15 17:31 UTC  (3+ messages)

[PATCH v2 00/30] tcg: Improve atomicity support
 2023-03-15 17:13 UTC  (13+ messages)
` [PATCH v2 02/30] include/exec/memop: Add bits describing atomicity
` [PATCH v2 03/30] accel/tcg: Add cpu_in_serial_context
` [PATCH v2 14/30] tcg/i386: Add have_atomic16
` [PATCH v2 17/30] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v2 18/30] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v2 29/30] tcg/i386: Add vex_v argument to tcg_out_vex_modrm_pool

[PATCH v8] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-15 16:46 UTC 

[RFC 0/2] vhost-user-fs: Stateful migration
 2023-03-15 16:33 UTC  (5+ messages)
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration

[PULL 0/3] Edk2 stable202302 20230309 patches
 2023-03-15 16:16 UTC  (7+ messages)
` [PULL 2/3] edk2: replace build scripts

[PATCH 0/7] target/s390x: mem_helper.c cleanups
 2023-03-15 15:30 UTC  (3+ messages)
` [PATCH 1/7] target/s390x: Fix s390_probe_access for user-only

[PATCH v2 0/3] qapi: Simplify enum generation
 2023-03-15 15:25 UTC  (7+ messages)
` [PATCH v2 1/3] scripts/git.orderfile: Display QAPI script changes before schema ones
` [PATCH v2 2/3] qapi: Do not generate empty enum
` [PATCH v2 3/3] qapi: Generate enum count as definition

[PATCH V3 0/2] qemu: vhost-user: Support Xen memory mapping quirks
 2023-03-15 15:25 UTC  (7+ messages)
` [PATCH V3 1/2] docs: vhost-user: Define memory region separately
` [PATCH V3 2/2] docs: vhost-user: Add Xen specific memory mapping support

raspi3b - dumpdtb
 2023-03-15 15:20 UTC 

[PATCH 0/5] Support both Ethernet interfaces on i.MX6UL and i.MX7
 2023-03-15 14:52 UTC  (6+ messages)
` [PATCH 1/5] hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
` [PATCH 2/5] fsl-imx6ul: Add fec[12]-phy-connected properties
` [PATCH 3/5] arm/mcimx6ul-evk: Set fec1-phy-connected property to false
` [PATCH 4/5] fsl-imx7: Add fec[12]-phy-connected properties
` [PATCH 5/5] arm/mcimx7d-sabre: Set fec2-phy-connected property to false

Enable cross-page block chaining for user mode tcg
 2023-03-15 14:40 UTC 

[PATCH v18 00/17] s390x: CPU Topology
 2023-03-15 14:35 UTC  (18+ messages)
` [PATCH v18 01/17] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v18 02/17] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v18 03/17] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v18 04/17] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v18 05/17] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v18 06/17] s390x/cpu topology: interception of PTF instruction
` [PATCH v18 07/17] target/s390x/cpu topology: activate CPU topology
` [PATCH v18 08/17] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v18 09/17] machine: adding s390 topology to query-cpu-fast
` [PATCH v18 10/17] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v18 11/17] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v18 12/17] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v18 13/17] tests/avocado: s390x cpu topology core
` [PATCH v18 14/17] tests/avocado: s390x cpu topology polarisation
` [PATCH v18 15/17] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v18 16/17] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v18 17/17] tests/avocado: s390x cpu topology test socket full

[PATCH v2 0/2] Fix EXECUTE of relative long instructions
 2023-03-15 14:33 UTC  (6+ messages)
` [PATCH v2 1/2] target/s390x: "
` [PATCH v2 2/2] tests/tcg/s390x: Add ex-relative-long.c

[PATCH v4 0/2] pci: slot_reserved_mask improvements
 2023-03-15 14:26 UTC  (3+ messages)
  ` [PATCH v4 1/2] pci: avoid accessing slot_reserved_mask directly outside of pci.c
  ` [PATCH v4 2/2] pci: introduce slot_reserved_auto_mask and slot_reserved_manual_mask

[PATCH] disas/riscv: Add support for XThead* instructions
 2023-03-15 13:35 UTC 

[PATCH sr.ht-doc 0/1] converting text files to rst files
 2023-03-15  1:30 UTC  (2+ messages)
` [PATCH sr.ht-doc 1/1] terms.md: correct style issues

[PATCH] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-15 13:11 UTC  (4+ messages)

[PATCH v6 0/4] Add zone append write for zoned device
 2023-03-15 12:59 UTC  (5+ messages)
` [PATCH v6 1/4] file-posix: add tracking of the zone write pointers

[PATCH v2] Use f-strings in python scripts
 2023-03-15 12:15 UTC  (3+ messages)

[PATCH] Use f-strings in python scripts
 2023-03-15 12:13 UTC  (6+ messages)

[PULL 0/4] Misc fixes for 2023-03-15
 2023-03-15 10:59 UTC  (6+ messages)
` [PULL 1/4] Fix build without CONFIG_XEN_EMU
` [PULL 2/4] docs/devel: clarify further the semantics of RMW operations
` [PULL 3/4] hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
` [PULL 4/4] vl: defuse PID file path resolve error

[PULL v2 0/4] Misc fixes for 2023-03-15
 2023-03-15 10:56 UTC 

[PATCH v2] vl: defuse PID file path resolve error
 2023-03-15 10:48 UTC  (4+ messages)

[PATCH 0/2] qapi: Simplify enum generation
 2023-03-15 10:32 UTC  (4+ messages)
` [PATCH 2/2] qapi: Generate enum count as definition in gen_enum_lookup()

[PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-15  9:50 UTC  (8+ messages)
` [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests

[PATCH for-8.0] hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings
 2023-03-15  9:27 UTC  (5+ messages)

[PATCH v2 0/3] target/s390x: Implement Early Exception Recognition
 2023-03-15  8:57 UTC  (6+ messages)
` [PATCH v2 1/3] target/s390x: Fix LPSW
` [PATCH v2 2/3] target/s390x: Implement Early Exception Recognition
` [PATCH v2 3/3] tests/tcg/s390x: Add PSW modification tests

[PATCH] linux-user/mips: Low down switchable NaN2008 requirement
 2023-03-15  8:18 UTC  (4+ messages)

[PATCH for 8.0] exec/memory: Fix kernel-doc warning
 2023-03-15  7:57 UTC  (3+ messages)

[PATCH] tests/tcg/xtensa: add linker.ld to CLEANFILES
 2023-03-15  7:48 UTC  (5+ messages)

[PATCH v13 0/2] vhost-vdpa: add support for vIOMMU
 2023-03-15  5:38 UTC  (4+ messages)
` [PATCH v13 2/2] "

[PATCH v3 0/2] pci: slot_reserved_mask improvements
 2023-03-15  5:13 UTC  (3+ messages)
  ` [PATCH v3 1/2] pci: avoid accessing slot_reserved_mask directly outside of pci.c
  ` [PATCH v3 2/2] pci: introduce slot_reserved_auto_mask and slot_reserved_manual_mask

[PATCH v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps
 2023-03-15  4:59 UTC  (2+ messages)

[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
 2023-03-15  4:57 UTC  (2+ messages)

[PATCH] replace TABs with spaces
 2023-03-15  3:26 UTC 

[ANNOUNCE] QEMU 8.0.0-rc0 is now available
 2023-03-15  2:41 UTC 

[PATCH] tests/tcg/xtensa: allow testing big-endian cores
 2023-03-15  2:34 UTC 

[PATCH] migration/rdma: Fix return-path case
 2023-03-15  1:52 UTC  (2+ messages)

[PATCH 0/4] Basic Allwinner WDT emulation
 2023-03-14 21:29 UTC  (9+ messages)
` [PATCH 1/4] hw/watchdog: Allwinner WDT emulation for system reset
` [PATCH 2/4] hw/arm: Add WDT to Allwinner-A10 and Cubieboard
` [PATCH 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
` [PATCH 4/4] tests/avocado: Add reboot tests to Cubieboard

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-14 20:51 UTC  (9+ messages)

[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
 2023-03-14 20:34 UTC  (2+ messages)

[PATCH v2] include/block: fixup typos
 2023-03-14 20:16 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).