messages from 2023-03-14 14:05:38 to 2023-03-15 15:03:46 UTC [more...]
[PATCH v3 0/3] qapi: Simplify enum generation
2023-03-15 15:02 UTC (5+ 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 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] coverity: physmem: use simple assertions instead of modelling
2023-03-15 14:28 UTC (5+ messages)
[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
[RFC 0/2] vhost-user-fs: Stateful migration
2023-03-15 13:58 UTC (3+ messages)
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration
[PATCH for-8.1 v2 00/26] target/riscv: rework CPU extensions validation
2023-03-15 13:50 UTC (34+ messages)
` [PATCH for-8.1 v2 01/26] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH for-8.1 v2 02/26] target/riscv/cpu.c: remove set_vext_version()
` [PATCH for-8.1 v2 03/26] target/riscv/cpu.c: remove set_priv_version()
` [PATCH for-8.1 v2 04/26] target/riscv: add PRIV_VERSION_LATEST
` [PATCH for-8.1 v2 05/26] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PATCH for-8.1 v2 06/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PATCH for-8.1 v2 07/26] target/riscv: move pmp and epmp validations to validate_set_extensions()
` [PATCH for-8.1 v2 08/26] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PATCH for-8.1 v2 09/26] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH for-8.1 v2 10/26] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
` [PATCH for-8.1 v2 11/26] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 v2 12/26] target/riscv/cpu.c: redesign register_cpu_props()
` [PATCH for-8.1 v2 13/26] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
` [PATCH for-8.1 v2 14/26] target/riscv: add RVG
` [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 17/26] target/riscv: write env->misa_ext* in register_generic_cpu_props()
` [PATCH for-8.1 v2 18/26] target/risc/cpu.c: add riscv_cpu_validate_misa_ext()
` [PATCH for-8.1 v2 19/26] target/riscv/cpu:c add misa_ext V-> D & F dependency
` [PATCH for-8.1 v2 20/26] target/riscv: move riscv_cpu_validate_v() to validate_misa_ext()
` [PATCH for-8.1 v2 21/26] target/riscv: validate_misa_ext() now validates a misa_ext val
` [PATCH for-8.1 v2 22/26] target/riscv: error out on priv failure for RVH
` [PATCH for-8.1 v2 23/26] target/riscv: split riscv_cpu_validate_set_extensions()
` [PATCH for-8.1 v2 24/26] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
` [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()
` [PATCH for-8.1 v2 26/26] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
[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 v4 0/9] improvement to Python detection, preparation for dropping 3.6
2023-03-15 12:53 UTC (4+ messages)
` [PATCH 09/10] Python: Drop support for Python 3.6
[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)
[RFC 0/2] Split padded I/O vectors exceeding IOV_MAX
2023-03-15 12:13 UTC (3+ messages)
` [RFC 1/2] block: "
` [RFC 2/2] iotests/iov-padding: New test
[PATCH v2 0/3] qapi: Simplify enum generation
2023-03-15 11:22 UTC (5+ 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
[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 (7+ messages)
[PATCH 0/2] target/s390x: Fix R[NOX]SBG with T=1
2023-03-15 8:59 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Add rxsbg.c
[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] qemu: vhost-user: Support Xen memory mapping quirks
2023-03-15 5:17 UTC (2+ messages)
[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 (4+ 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] migration: Wait on preempt channel in preempt thread
2023-03-14 20:54 UTC
[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
2023-03-14 20:51 UTC (10+ 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)
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-14 19:26 UTC (7+ messages)
` [PATCH] DO-NOT-MERGE: pipewire sample code
[PULL 0/3] Trivial branch for 8.0 patches
2023-03-14 19:21 UTC (3+ messages)
` [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky
[PULL v2 00/18] Display patches
2023-03-14 19:21 UTC (2+ messages)
[PULL 0/2] riscv-to-apply queue
2023-03-14 19:21 UTC (2+ messages)
[qemu PATCH] hw/cxl/cxl_device: Replace magic number in CXLError definition
2023-03-14 18:34 UTC (3+ messages)
[PATCH v2 01/28] accel/tcg: Introduce translator_use_goto_tb
2023-03-14 18:15 UTC
[PATCH 0/2] target/s390x: Implement Early Exception Recognition
2023-03-14 17:58 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Add early-exception-recognition.S
[PATCH] tests/qtest/migration-test: Disable postcopy/preempt tests
2023-03-14 17:45 UTC (6+ messages)
[PATCH for-8.1] hw: Add compat machines for 8.1
2023-03-14 17:36 UTC (2+ messages)
[PATCH v2 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-14 17:10 UTC (2+ messages)
[PATCH 0/2] Fix EXECUTE of relative long instructions
2023-03-14 17:05 UTC (5+ messages)
` [PATCH 1/2] target/s390x: "
` [PATCH 2/2] tests/tcg/s390x: Add ex-relative-long.c
[PATCH] hw/ide: Remove unuseful IDE_DMA__COUNT definition
2023-03-14 17:04 UTC (2+ messages)
[PATCH v2 0/4] hw/arm/virt: Support dirty ring
2023-03-14 17:05 UTC (3+ messages)
[PATCH v2 0/2] pci: slot_reserved_mask improvements
2023-03-14 17:02 UTC (11+ messages)
` [PATCH v2 2/2] pci: allow slot_reserved_mask to be ignored with manual slot assignment
[PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones
2023-03-14 17:01 UTC (2+ messages)
[PULL 0/3] Misc next patches
2023-03-14 16:25 UTC (4+ messages)
` [PULL 1/3] Add qemu qcode support for keys F13 to F24
` [PULL 2/3] ps2: Don't send key release event for Lang1, Lang2 keys
` [PULL 3/3] io/channel-tls: plug memory leakage on GSource
[PATCH v17 00/12] s390x: CPU Topology
2023-03-14 16:09 UTC (3+ messages)
` [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction
[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
2023-03-14 16:05 UTC (3+ messages)
` [PATCH v5 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs
[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
2023-03-14 5:29 UTC (7+ messages)
` [PATCH v4 4/6] hw/cxl: QMP based poison injection support
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support
[PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
2023-03-14 1:40 UTC (3+ messages)
[PULL v3 00/91] tcg patch queue
2023-03-14 14:28 UTC (2+ messages)
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).