qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-12 10:42:06 to 2024-10-14 13:44:10 UTC [more...]

[PULL 00/20] UI patches
 2024-10-14 13:39 UTC  (19+ messages)
` [PULL 01/20] hw/audio/hda: free timer on exit
` [PULL 02/20] hw/audio/hda: fix memory leak on audio setup
` [PULL 03/20] ui/dbus: fix leak on message filtering
` [PULL 04/20] ui/win32: fix potential use-after-free with dbus shared memory
` [PULL 06/20] ui/dbus: discard display messages on disable
` [PULL 07/20] ui/dbus: discard pending CursorDefine on new one
` [PULL 08/20] util/memfd: report potential errors on free
` [PULL 09/20] ui/pixman: generalize shared_image_destroy
` [PULL 10/20] ui/dbus: do not limit to one listener per connection / bus name
` [PULL 11/20] ui/dbus: add trace for can_share_map
` [PULL 12/20] ui/surface: allocate shared memory on !win32
` [PULL 13/20] meson: find_program('gdbus-codegen') directly
` [PULL 14/20] ui/dbus: make Listener.Win32.Map win32-specific
` [PULL 15/20] ui/dbus: add Listener.Unix.Map interface XML
` [PULL 16/20] ui/dbus: implement Unix.Map
` [PULL 17/20] virtio-gpu: allocate shareable 2d resources on !win32
` [PULL 18/20] ui: refactor using a common qemu_pixman_shareable
` [PULL 20/20] audio/pw: Report more accurate error when connecting to PipeWire fails

[PATCH] tests: update lcitool to fix freebsd py311-yaml rename
 2024-10-14 13:31 UTC  (3+ messages)

[PATCH 0/2] tpm: Resolve potential blocking forever issue
 2024-10-14 13:27 UTC  (3+ messages)
` [PATCH 2/2] tpm_emulator: Read control channel response in 2 passes

[PATCH 0/8] chardev/mux: implement frontend detach
 2024-10-14 13:22 UTC  (12+ messages)
` [PATCH 1/8] chardev/char: fix qemu_chr_is_busy() check
` [PATCH 2/8] chardev/chardev-internal: remove unused `max_size` struct member
` [PATCH 3/8] chardev/mux: use bool type for `linestart` and `term_got_escape`
` [PATCH 4/8] chardev/mux: convert size members to unsigned int
` [PATCH 5/8] chardev/mux: introduce `mux_chr_attach_frontend() call
` [PATCH 6/8] chardev/mux: switch mux frontends management to bitset
` [PATCH 7/8] chardev/mux: implement detach of frontends from mux
` [PATCH 8/8] tests/unit/test-char: implement a few mux remove test cases

[PATCH] hw/char/riscv_htif: Fix htif_mm_write that causes infinite loop in ACT
 2024-10-14 10:08 UTC  (3+ messages)
  `  "

[Qemu-devel] Assigning network devices to nested VMs results in driver errors in nested VMs
 2024-10-14 10:51 UTC 

[PATCH] ppc/pnv: Add support for TPM with SPI interface
 2024-10-14 13:13 UTC  (7+ messages)

[PATCH 0/4] Consolidate lan9118 phy implementations
 2024-10-14 12:56 UTC  (8+ messages)
` [PATCH 1/4] hw/net/lan9118: Extract lan9118_phy
` [PATCH 3/4] hw/net/lan9118_phy: Reuse MII constants
` [PATCH 4/4] hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement

[PATCH 0/7] hw/cxl: Round up of fixes
 2024-10-14 12:54 UTC  (9+ messages)
` [PATCH qemu 1/7] hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c
` [PATCH qemu 2/7] hw/cxl: Fix background completion percentage calculation
` [PATCH qemu 3/7] mem/cxl_type3: Fix overlapping region validation error
` [PATCH qemu 4/7] hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event records
` [PATCH qemu 5/7] hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tables
` [PATCH qemu 6/7] hw/cxl: Fix indent of structure member
` [PATCH qemu 7/7] hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded

[PATCH v4 00/13] ppc/spapr: remove deprecated machines specific code
 2024-10-14 12:27 UTC  (14+ messages)
` [PATCH v4 01/13] ppc/spapr: remove deprecated machine pseries-2.1
` [PATCH v4 02/13] ppc/spapr: remove deprecated machine pseries-2.2
` [PATCH v4 03/13] ppc/spapr: remove deprecated machine pseries-2.3
` [PATCH v4 04/13] ppc/spapr: remove deprecated machine pseries-2.4
` [PATCH v4 05/13] ppc/spapr: remove deprecated machine pseries-2.5
` [PATCH v4 06/13] ppc/spapr: remove deprecated machine pseries-2.6
` [PATCH v4 07/13] ppc/spapr: remove deprecated machine pseries-2.7
` [PATCH v4 08/13] ppc/spapr: remove deprecated machine pseries-2.8
` [PATCH v4 09/13] ppc/spapr: remove deprecated machine pseries-2.9
` [PATCH v4 10/13] ppc/spapr: remove deprecated machine pseries-2.10
` [PATCH v4 11/13] ppc/spapr: remove deprecated machine pseries-2.11
` [PATCH v4 12/13] ppc/spapr: remove deprecated machine pseries-2.12-sxxm
` [PATCH v4 13/13] ppc/spapr: remove deprecated machine pseries-2.12

[PATCH] configure, meson: synchronize defaults for configure and Meson Rust options
 2024-10-14 12:09 UTC  (3+ messages)

[PULL 00/27] tcg + linux patch queue
 2024-10-14 12:03 UTC  (29+ messages)
` [PULL 01/27] tcg: remove singlestep_enabled from DisasContextBase
` [PULL 02/27] include/exec: Introduce env_cpu_const()
` [PULL 03/27] linux-user/i386: Emulate orig_ax
` [PULL 04/27] target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()
` [PULL 05/27] target/i386/gdbstub: Expose orig_ax
` [PULL 06/27] tests/tcg: Run test-proc-mappings.py on i386
` [PULL 07/27] linux-user/vm86: Fix compilation with Clang
` [PULL 08/27] accel/tcg: Assert noreturn from write-only page for atomics
` [PULL 09/27] include/exec/memop: Move get_alignment_bits from tcg.h
` [PULL 10/27] include/exec/memop: Rename get_alignment_bits
` [PULL 11/27] include/exec/memop: Introduce memop_atomicity_bits
` [PULL 12/27] accel/tcg: Add TCGCPUOps.tlb_fill_align
` [PULL 13/27] accel/tcg: Use the alignment test in tlb_fill_align
` [PULL 14/27] target/hppa: Add MemOp argument to hppa_get_physical_address
` [PULL 15/27] target/hppa: Perform access rights before protection id check
` [PULL 16/27] target/hppa: Fix priority of T, D, and B page faults
` [PULL 17/27] target/hppa: Handle alignment faults in hppa_get_physical_address
` [PULL 18/27] target/hppa: Implement TCGCPUOps.tlb_fill_align
` [PULL 19/27] target/arm: Pass MemOp to get_phys_addr
` [PULL 20/27] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
` [PULL 21/27] target/arm: Pass MemOp to get_phys_addr_gpc
` [PULL 22/27] target/arm: Pass MemOp to get_phys_addr_nogpc
` [PULL 23/27] target/arm: Pass MemOp through get_phys_addr_twostage
` [PULL 24/27] target/arm: Pass MemOp to get_phys_addr_lpae
` [PULL 25/27] target/arm: Move device detection earlier in get_phys_addr_lpae
` [PULL 26/27] target/arm: Implement TCGCPUOps.tlb_fill_align
` [PULL 27/27] target/arm: Fix alignment fault priority in get_phys_addr_lpae

[PATCH 1/1] hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tables
 2024-10-14 11:57 UTC  (3+ messages)

[PATCH 1/1] chardev/char: fix qemu_chr_is_busy() check
 2024-10-14 11:44 UTC  (3+ messages)

[PATCH v3 0/8] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-10-14 11:22 UTC  (9+ messages)
` [PATCH v3 1/8] target/riscv: Add Ssdbltrp CSRs handling
` [PATCH v3 2/8] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
` [PATCH v3 3/8] target/riscv: Implement Ssdbltrp exception handling
` [PATCH v3 4/8] target/riscv: Add Ssdbltrp ISA extension enable switch
` [PATCH v3 5/8] target/riscv: Add Smdbltrp CSRs handling
` [PATCH v3 6/8] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
` [PATCH v3 7/8] target/riscv: Implement Smdbltrp behavior
` [PATCH v3 8/8] target/riscv: Add Smdbltrp ISA extension enable switch

[QEMU RFC] hw/mem/cxl_type3: add guard to avoid event log overflow during a DC extent add/release request
 2024-10-14 11:23 UTC  (2+ messages)

[PATCH -qemu] hw/cxl: Support get/set mctp response payload size
 2024-10-14 11:10 UTC  (3+ messages)

[PULL v3 00/18] Rust initial PoC + meson changes for 2024-10-07
 2024-10-14 10:57 UTC  (9+ messages)

[PATCH v1] hw/cxl: Fix background completion percentage calculation
 2024-10-14 10:48 UTC  (3+ messages)
  ` [EXT] "

[RFC PATCH 0/4] No-op support for Arm FEAT_XS, feedback needed
 2024-10-14 10:48 UTC  (5+ messages)
` [RFC PATCH 1/4] arm: Add FEAT_XS's TLBI NXS variants
` [RFC PATCH 2/4] arm/tcg: add decodetree entry for DSB nXS variant
` [RFC PATCH 3/4] arm/tcg/cpu64: add FEAT_XS feat in max cpu
` [RFC PATCH 4/4] tests/tcg/aarch64: add system test for FEAT_XS

possible bug in recent crypto patches in master branch
 2024-10-14 10:28 UTC  (2+ messages)

[PATCH] migration: Remove interface query-migrationthreads
 2024-10-14 10:18 UTC  (2+ messages)

[PATCH 00/17] Convert the Avocado tuxrun tests into new functional tests
 2024-10-14 10:13 UTC  (4+ messages)

[PATCH v2 0/4] qemu-ga: Fix some potential issues find by coverity
 2024-10-14 10:06 UTC  (9+ messages)
` [PATCH v2 1/4] sscanf return values are checked to ensure correct parsing
` [PATCH v2 2/4] Proper initialization of n to 0 for getline to function correctly
` [PATCH v2 3/4] Avoiding freeing line prematurely. It's now only freed at the end of the function
` [PATCH v2 4/4] For correcting code style: Variable declarations moved to the beginning of blocks Followed the coding style of using snake_case for variable names. And merged redundant route and networkroute variables

What is the status of the performance of D-Bus? Should it be used?
 2024-10-14  9:56 UTC  (2+ messages)

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-10-14  9:37 UTC  (4+ messages)
` [PULL v2 40/61] hw/acpi: Update GED _EVT method AML with CPU scan

[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2024-10-14  9:36 UTC  (6+ messages)

ALSA support in qemu-user?
 2024-10-14  9:21 UTC  (3+ messages)

[PATCH v6 0/5] target/riscv: Add Smrnmi support
 2024-10-14  9:04 UTC  (5+ messages)

[PATCH RESEND v4 0/4] target/i386: Various Hyper-V related fixes
 2024-10-14  9:04 UTC  (3+ messages)

[PATCH v16 00/13] hw/pci: SR-IOV related fixes and improvements
 2024-10-14  8:43 UTC  (11+ messages)
` [PATCH v16 03/13] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PATCH v16 04/13] s390x/pci: Avoid creating zpci for VFs

[PATCH v4] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-10-14  8:35 UTC  (2+ messages)

[PULL 00/20] Net patches
 2024-10-14  8:30 UTC  (3+ messages)
` [PULL 08/20] virtio-net: Add only one queue pair when realizing

[PATCH v2 0/8] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-10-14  7:43 UTC  (7+ messages)
` [PATCH v2 3/8] target/riscv: Implement Ssdbltrp exception handling
` [PATCH v2 4/8] target/riscv: Add Ssdbltrp ISA extension enable switch

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-14  7:25 UTC  (3+ messages)

[PATCH] migration: Put thread names together with macros
 2024-10-14  6:05 UTC  (2+ messages)

[PATCH v6] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
 2024-10-14  3:36 UTC  (6+ messages)

[PATCH v2 0/3] virtio_net: Add the check for vdpa's mac address
 2024-10-14  1:50 UTC  (7+ messages)
` [PATCH v2 2/3] virtio_net: Add the 2rd acceptable situation for Mac setup
` [PATCH v2 3/3] virtio_net: Add the 3rd "

[PATCH] linux-user/vm86: Fix compilation with Clang
 2024-10-13 20:51 UTC  (3+ messages)

[PATCH v2 0/3] target/i386: Use probe_access_full_mmu in ptw_translate
 2024-10-13 18:47 UTC  (4+ messages)
` [PATCH v2 1/3] include/exec: Improve probe_access_full{, _mmu} documentation
` [PATCH v2 2/3] target/i386: Use probe_access_full_mmu in ptw_translate
` [PATCH v2 3/3] target/i386: Remove ra parameter from ptw_translate

[PATCH] target/arm: Store FPSR cumulative exception bits in env->vfp.fpsr
 2024-10-13 17:30 UTC  (2+ messages)

[PATCH] tcg: remove singlestep_enabled from DisasContextBase
 2024-10-13 17:04 UTC  (2+ messages)

[PATCH v2 00/16] target/mips: Remove target-specific endianness knowledge
 2024-10-13 17:00 UTC  (29+ messages)
` [PATCH v2 01/16] target/mips: Declare mips_env_is_bigendian() in 'internal.h'
` [PATCH v2 02/16] target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()
` [PATCH v2 03/16] target/mips: Introduce mo_endian_env() helper
` [PATCH v2 04/16] target/mips: Replace MO_TE by mo_endian_env() in get_pte()
` [PATCH v2 06/16] target/mips: Factor mo_endian_rev() out of MXU code
` [PATCH v2 07/16] target/mips: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH v2 08/16] target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()
` [PATCH v2 09/16] target/mips: Introduce mo_endian() helper
` [PATCH v2 10/16] target/mips: Replace MO_TE by mo_endian()
` [PATCH v2 11/16] target/mips: Have gen_addiupc() expand $pc during translation
` [PATCH v2 12/16] target/mips: Use gen_op_addr_addi() when possible
` [PATCH v2 14/16] target/mips: Expose MIPSCPU::is_big_endian property
` [PATCH v2 15/16] hw/mips/cps: Set the vCPU 'cpu-big-endian' property
` [PATCH v2 16/16] hw/mips: Have mips_cpu_create_with_clock() take an endianness argument

[PATCH] rcu: Call drain_call_rcu at exit
 2024-10-13  7:31 UTC 

[PATCH v2] tests/vm: update openbsd image to 7.6
 2024-10-13  6:19 UTC 

[PATCH] tests/vm: update openbsd image to 7.6
 2024-10-13  6:16 UTC  (3+ messages)

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-10-13  5:18 UTC  (9+ messages)
` [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

[PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
 2024-10-12 16:46 UTC  (5+ messages)
` [PATCH v3 1/2] exec/tswap: Massage target_needs_bswap() definition
` [PATCH v3 2/2] gdbstub/helpers: Introduce ldtul_$endian_p() helpers

[PATCH v2 00/23] E500 Cleanup
 2024-10-12 13:48 UTC  (4+ messages)
` [PATCH v2 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers

[PATCH v2 0/2] Reuse TYPE_GPIO_PWR in ppce500 machine
 2024-10-12 13:41 UTC  (4+ messages)
` [PATCH v2 2/2] hw/ppc/e500: Reuse TYPE_GPIO_PWR

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-12 10:40 UTC  (7+ messages)
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region


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