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

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-14 19:31 UTC  (12+ 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  (5+ messages)
` [PULL 1/3] qemu-options.hx: remove stray quote
` [PULL 2/3] MAINTAINERS: update my email address for the clock framework
` [PULL 3/3] MAINTAINERS: Remove CXL maintainer Ben Widawsky

[PULL v2 00/18] Display patches
 2023-03-14 19:21 UTC  (20+ messages)
` [PULL v2 01/18] ui/dbus: initialize cursor_fb
` [PULL v2 02/18] ui/dbus: unregister clipboard on connection close
` [PULL v2 03/18] audio/dbus: there are no sender for p2p mode
` [PULL v2 04/18] ui/dbus: set mouse is-absolute during console creation
` [PULL v2 05/18] meson: ensure dbus-display generated code is built before other units
` [PULL v2 06/18] ui: rename cursor_{put->unref}
` [PULL v2 07/18] ui: rename cursor_{get->ref}, return it
` [PULL v2 08/18] ui: keep current cursor with QemuConsole
` [PULL v2 09/18] ui: set cursor upon listener registration
` [PULL v2 10/18] ui: set cursor position "
` [PULL v2 11/18] ui/sdl: get the GL context from the window
` [PULL v2 12/18] ui/shader: fix #version directive must occur on first line
` [PULL v2 13/18] ui/egl: print EGL error, helping debugging
` [PULL v2 14/18] ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
` [PULL v2 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PULL v2 16/18] ui: introduce egl_init()
` [PULL v2 17/18] ui/dbus: do not require opengl & gbm
` [PULL v2 18/18] ui/dbus: restrict opengl to gbm-enabled config

[PULL 0/2] riscv-to-apply queue
 2023-03-14 19:21 UTC  (4+ messages)
` [PULL 1/2] disas/riscv: Fix slli_uw decoding
` [PULL 2/2] Fix incorrect register name in disassembler for fmv, fabs, fneg instructions

[PATCH for-8.0] hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings
 2023-03-14 18:50 UTC  (3+ 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] migration/rdma: Fix return-path case
 2023-03-14 18:03 UTC  (3+ messages)

[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] Use f-strings in python scripts
 2023-03-14 17:53 UTC  (2+ messages)

[PATCH] tests/qtest/migration-test: Disable postcopy/preempt tests
 2023-03-14 17:45 UTC  (7+ messages)

[PATCH for-8.1 v2 00/26] target/riscv: rework CPU extensions validation
 2023-03-14 17:36 UTC  (28+ 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 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  (6+ 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  (14+ messages)
  ` [PATCH v2 1/2] pci: avoid accessing slot_reserved_mask directly outside of pci.c
  ` [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  6:32 UTC  (14+ messages)
` [PATCH v4 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v4 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [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  (4+ messages)

[PULL v3 00/91] tcg patch queue
 2023-03-14 14:28 UTC  (2+ messages)

[PATCH v2 0/8] iotests: make meson aware of individual I/O tests
 2023-03-14 13:54 UTC  (2+ messages)

[PATCH nbd 0/4] Enable multi-conn NBD [for discussion only]
 2023-03-14 12:13 UTC  (3+ messages)
` [PATCH nbd 2/4] nbd: Split out block device state from underlying NBD connections

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-14 11:53 UTC  (4+ messages)
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH] docs/sphinx/kerneldoc.py: Honour --enable-werror
 2023-03-14 11:44 UTC 

[PATCH v7 0/6] migration: reduce time of loading non-iterable vmstate
 2023-03-14 11:25 UTC  (3+ messages)
` [PATCH v7 1/6] memory: Reference as->current_map directly in memory commit

[PATCH 0/4] hw/pci: Ensure capabilities are added before calling pci_qdev_realize()
 2023-03-14 11:14 UTC  (5+ messages)
` [PATCH 1/4] hw/pci/msi: Fix debug format string
` [PATCH 2/4] hw/pci/msi: Ensure msi_init() is called before device is realized
` [PATCH 3/4] hw/pci: Add sanity check in pci_find_space()
` [PATCH 4/4] hw/pci: Ensure pci_add_capability() is called before device is realized

[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-14 11:11 UTC  (4+ messages)

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-14 10:49 UTC  (9+ messages)
` [PULL 13/27] hw/xen: Add xenstore operations to allow redirection to internal emulation
        ` [PATCH] accel/xen: Fix DM state change notification in dm_restrict mode

[PATCH] hw/net/can: Add mcp25625 model
 2023-03-14 10:36 UTC  (4+ messages)

[PATCH v2 0/3] Enable -cpu <cpu>,help
 2023-03-14 10:29 UTC  (5+ messages)
` [PATCH v2 1/3] qapi/machine-target: refactor machine-target
` [PATCH v2 2/3] cpu, qapi, target/arm, i386, s390x: Generalize query-cpu-model-expansion
` [PATCH v2 3/3] cpu, qdict, vl: Enable printing options for CPU type

[PATCH v4 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-03-14 10:21 UTC  (3+ messages)
` [PATCH v4 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup

[PATCH v2] s390x/gdb: Split s390-virt.xml
 2023-03-14 10:18 UTC 

[PULL 0/5] s390x and test fixes for 8.0-rc0
 2023-03-14 10:08 UTC  (2+ messages)

[PATCH] s390x/gdb: Split s390-virt.xml
 2023-03-14  9:59 UTC  (3+ messages)

[PATCH for-8.0] ide: Fix manual in-flight count for TRIM BH
 2023-03-14  9:42 UTC  (11+ messages)

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

[RFC PATCH v2 1/2] util: Add thread-safe qemu_strerror() function
 2023-03-14  6:51 UTC  (3+ messages)
` [RFC PATCH v2 2/2] linux-user: replace strerror() function to the thread safe qemu_strerror()

[RFC PATCH v2 0/2] util: Add thread-safe qemu_strerror() function
 2023-03-14  6:36 UTC 

[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-03-14  6:23 UTC  (4+ messages)
` [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required

[PATCH v5 0/2] target/riscv: refactor Zicond and reuse in XVentanaCondOps
 2023-03-14  6:19 UTC  (5+ messages)
` [PATCH v5 1/2] target/riscv: refactor Zicond support
` [PATCH v5 2/2] target/riscv: redirect XVentanaCondOps to use the Zicond functions

[PATCH 0/4] target/riscv: Some CPURISCVState related cleanup and simplification
 2023-03-14  5:54 UTC  (11+ messages)
` [PATCH 1/4] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
` [PATCH 2/4] target/riscv: Simplify getting RISCVCPU pointer from env
` [PATCH 3/4] target/riscv: Simplify type conversion for CPURISCVState
` [PATCH 4/4] target/riscv: Simplify arguments for riscv_csrrw_check

[PATCH v2] Fix incorrect register name in disassembler for fmv,fabs,fneg instructions
 2023-03-14  4:13 UTC  (2+ messages)

[PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
 2023-03-14  4:06 UTC  (3+ messages)

[PATCH v6 0/4] Add zone append write for zoned device
 2023-03-14  3:49 UTC  (8+ messages)
` [PATCH v6 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v6 2/4] block: introduce zone append write for zoned devices
` [PATCH v6 4/4] block: add some trace events for zone append

[PATCH] add option for a multislot usb ccid device
 2023-03-14  0:59 UTC 

[PATCH v2 00/10] gitdm metadata updates
 2023-03-14  0:54 UTC  (5+ messages)
` [PATCH v2 07/10] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 10/10] contrib/gitdm: add group map for AMD

[PATCH v16 0/8] Add support for zoned device
 2023-03-13 23:40 UTC  (7+ messages)
` [PATCH v16 1/8] include: add zoned device structs
` [PATCH v16 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v16 7/8] block: add some trace events for new block layer APIs

[PATCH] include/blcok: fixup typos
 2023-03-13 23:09 UTC  (3+ messages)

need help with ACPI generic port implementation for QEMU
 2023-03-13 21:58 UTC 

[PATCH v3 0/1] Fix max initrd size limit when put initrd to RAM
 2023-03-13 21:32 UTC  (4+ messages)
` [PATCH v3 1/1] hw/riscv: Fix max "

[PATCH v7 0/6] memory: prevent dma-reentracy issues
 2023-03-13 20:39 UTC  (5+ messages)

[PATCH v9 00/10] target/arm: Allow CONFIG_TCG=n builds
 2023-03-13 20:08 UTC  (3+ messages)
` [PATCH v9 05/10] target/arm: gdbstub: Guard pauth code with CONFIG_TCG

[PATCH v2 00/12] target/s390x: Handle unaligned accesses
 2023-03-13 19:54 UTC  (3+ messages)
` [PATCH v2 01/12] target/s390x: Handle branching to odd addresses


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