messages from 2024-10-07 09:59:49 to 2024-10-07 20:07:14 UTC [more...]
[PATCH 0/2] Fix for multi-process gdbstub breakpoints
2024-10-07 20:06 UTC (5+ messages)
` [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions
` [PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID
[PATCH v2 00/25] misc: Use explicit endian LD/ST API
2024-10-07 19:59 UTC (6+ messages)
` [PATCH v2 13/25] target/sh4: Use explicit little-endian "
[PATCH] hw/char/pl011: Use correct masks for IBRD and FBRD
2024-10-07 19:56 UTC (3+ messages)
[PATCH 00/10] linux-user pre-PR
2024-10-07 19:50 UTC (5+ messages)
` [PATCH 02/10] linux-user: Fix parse_elf_properties GNU0_MAGIC check
` [PATCH 06/10] linux-user: Correct print_sockaddr() format
[PATCH V2 00/13] Live update: cpr-transfer
2024-10-07 19:44 UTC (42+ messages)
` [PATCH V2 01/13] machine: alloc-anon option
` [PATCH V2 02/13] migration: cpr-state
` [PATCH V2 03/13] migration: save cpr mode
` [PATCH V2 04/13] migration: stop vm earlier for cpr
` [PATCH V2 05/13] physmem: preserve ram blocks "
` [PATCH V2 06/13] hostmem-memfd: preserve "
` [PATCH V2 07/13] migration: SCM_RIGHTS for QEMUFile
` [PATCH V2 08/13] migration: VMSTATE_FD
` [PATCH V2 09/13] migration: cpr-transfer save and load
` [PATCH V2 10/13] migration: cpr-uri parameter
` [PATCH V2 11/13] migration: cpr-uri option
` [PATCH V2 12/13] migration: split qmp_migrate
` [PATCH V2 13/13] migration: cpr-transfer mode
[PATCH] hw/arm: add Quanta GSZ bmc machine
2024-10-07 19:16 UTC (2+ messages)
[PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu
2024-10-07 19:26 UTC (7+ messages)
` [PATCH v1 1/2] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v1 2/2] ui/gtk: "
[Stable-9.1.1 00/32] Patch Round-up for stable 9.1.1, freeze on 2024-10-16
2024-10-07 19:16 UTC (33+ messages)
` [Stable-9.1.1 01/32] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
` [Stable-9.1.1 02/32] iotests: fix expected output from gnutls
` [Stable-9.1.1 03/32] crypto: run qcrypto_pbkdf2_count_iters in a new thread
` [Stable-9.1.1 04/32] crypto: check gnutls & gcrypt support the requested pbkdf hash
` [Stable-9.1.1 05/32] crypto: avoid leak of ctx when bad cipher mode is given
` [Stable-9.1.1 06/32] tests/docker: remove debian-armel-cross
` [Stable-9.1.1 07/32] tests/docker: update debian i686 and mipsel images to bookworm
` [Stable-9.1.1 08/32] contrib/plugins/Makefile: Add a 'distclean' target
` [Stable-9.1.1 09/32] hw/audio/virtio-sound: fix heap buffer overflow
` [Stable-9.1.1 10/32] hw/intc/arm_gic: fix spurious level triggered interrupts
` [Stable-9.1.1 11/32] ui/sdl2: set swap interval explicitly when OpenGL is enabled
` [Stable-9.1.1 12/32] gitlab: fix logic for changing docker tag on stable branches
` [Stable-9.1.1 13/32] softmmu: Support concurrent bounce buffers
` [Stable-9.1.1 14/32] softmmu/physmem: fix memory leak in dirty_memory_extend()
` [Stable-9.1.1 15/32] softmmu/physmem.c: Keep transaction attribute in address_space_map()
` [Stable-9.1.1 16/32] mac_dbdma: Remove leftover `dma_memory_unmap` calls
` [Stable-9.1.1 17/32] migration/multifd: Fix rb->receivedmap cleanup race
` [Stable-9.1.1 18/32] hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
` [Stable-9.1.1 19/32] target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
` [Stable-9.1.1 20/32] target/hppa: Fix random 32-bit linux-user crashes
` [Stable-9.1.1 21/32] target/ppc: Fix migration of CPUs with TLB_EMB TLB type
` [Stable-9.1.1 22/32] migration/multifd: Fix p->iov leak in multifd-uadk.c
` [Stable-9.1.1 23/32] hw/loongarch/virt: Add description for virt machine type
` [Stable-9.1.1 24/32] tcg: Fix iteration step in 32-bit gvec operation
` [Stable-9.1.1 25/32] target/ppc: Fix lxvx/stxvx facility check
` [Stable-9.1.1 26/32] hw/mips/jazz: fix typo in in-built NIC alias
` [Stable-9.1.1 27/32] util/timer: avoid deadlock when shutting down
` [Stable-9.1.1 28/32] block/reqlist: allow adding overlapping requests
` [Stable-9.1.1 29/32] target/arm: Avoid target_ulong for physical address lookups
` [Stable-9.1.1 30/32] hw/sd/sdcard: Fix handling of disabled boot partitions
` [Stable-9.1.1 31/32] testing: bump mips64el cross to bookworm and fix package list
` [Stable-9.1.1 32/32] vnc: fix crash when no console attached
[PULL 00/12] Rust initial PoC + meson changes for 2024-10-07
2024-10-07 19:15 UTC (20+ messages)
` [PULL 01/12] Require meson version 1.5.0
` [PULL 02/12] build-sys: Add rust feature option
` [PULL 03/12] configure, meson: detect Rust toolchain
` [PULL 04/12] rust: add bindgen step as a meson dependency
` [PULL 05/12] .gitattributes: add Rust diff and merge attributes
` [PULL 06/12] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PULL 07/12] rust: add crate to expose bindings and interfaces
` [PULL 08/12] rust: add utility procedural macro crate
` [PULL 09/12] rust: add PL011 device model
` [PULL 10/12] meson: fix machine option for x86_version
` [PULL 11/12] meson: define qemu_isa_flags
` [PULL 12/12] meson: ensure -mcx16 is passed when detecting ATOMIC128
[PATCH v3 0/2] meson: ensure we enable CMPXCHG128 on x86_64
2024-10-07 19:12 UTC (5+ messages)
` [PATCH 1/2] meson: define qemu_isa_flags
` [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128
[PATCH v6 00/16] Introduce support for IGVM files
2024-10-07 18:53 UTC (3+ messages)
` [PATCH v6 05/16] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
[PATCH 0/2] dockerfiles, gitlab-ci: add CI job using nightly Rust
2024-10-07 18:18 UTC (6+ messages)
` [PATCH 1/2] dockerfiles: add a Dockerfile using a nightly Rust toolchain
` [PATCH 2/2] gitlab-ci: add Rust-enabled CI job
[PATCH 0/6] refactor RDMA live migration based on rsocket API
2024-10-07 18:15 UTC (15+ messages)
[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
2024-10-07 18:10 UTC (9+ messages)
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk
[PATCH 00/16] UI-related fixes & shareable 2d memory with -display dbus
2024-10-07 17:34 UTC (15+ messages)
` [PATCH 07/16] ui/dbus: discard pending CursorDefine on new one
` [PATCH 09/16] ui/pixman: generalize shared_image_destroy
` [PATCH 12/16] ui/surface: allocate shared memory on !win32
` [PATCH 16/16] tests: add basic -display dbus Map.Unix test
[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
2024-10-07 16:52 UTC (7+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree
[PULL 00/12] CI fixes and various clean-ups
2024-10-07 16:51 UTC (17+ messages)
` [PULL 01/12] docs: Mark "gluster" support in QEMU as deprecated
` [PULL 02/12] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura)
` [PULL 03/12] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
` [PULL 04/12] disas: Remove CRIS disassembler
` [PULL 05/12] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
` [PULL 06/12] hw/m68k: Use explicit big-endian LD/ST API
` [PULL 07/12] target/m68k: "
` [PULL 08/12] hw/s390x: "
` [PULL 09/12] target/s390x: Replace ldtul_p() -> ldq_p()
` [PULL 10/12] target/s390x: Use explicit big-endian LD/ST API
` [PULL 11/12] tests/functional: Switch back to the gitlab URLs for the advent calendar tests
` [PULL 12/12] tests/functional: Bump timeout of some tests
[PATCH 0/3] scripts: mandate use of SPDX-License-Identifier tags in new files
2024-10-07 16:49 UTC (8+ messages)
` [PATCH 1/3] scripts: mandate that new files have SPDX-License-Identifier
` [PATCH 2/3] scripts: validate SPDX license choices
` [PATCH 3/3] scripts: forbid use of arbitrary SPDX tags besides license identifiers
[PATCH v2 0/2] meson: ensure we enable CMPXCHG128 on x86_64
2024-10-07 16:40 UTC (10+ messages)
` [PATCH 1/2] meson: define qemu_isa_flags
` [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128
[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
2024-10-07 16:09 UTC (2+ messages)
[PATCH] Use multifd state to determine if multifd cleanup is needed
2024-10-07 16:26 UTC (2+ messages)
[PATCH v5 00/12] tcg/riscv: Add support for vector
2024-10-07 16:24 UTC (5+ messages)
` [PATCH v5 02/12] tcg/riscv: Add basic "
` [PATCH v5 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops
[PATCH] net/tap-win32: Fix gcc 14 format truncation errors
2024-10-07 15:47 UTC (3+ messages)
[PATCH] target/loongarch: Support 4K page size
2024-10-07 15:45 UTC (4+ messages)
[PULL v2 0/5] Xen Queue
2024-10-07 15:42 UTC (3+ messages)
` [PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq
[PATCH v3 00/14] ppc/spapr: remove deprecated machines specific code
2024-10-07 15:38 UTC (15+ messages)
` [PATCH v3 01/14] ppc/spapr: remove deprecated machine pseries-2.1
` [PATCH v3 02/14] ppc/spapr: remove deprecated machine pseries-2.2
` [PATCH v3 03/14] ppc/spapr: remove deprecated machine pseries-2.3
` [PATCH v3 04/14] ppc/spapr: remove deprecated machine pseries-2.4
` [PATCH v3 05/14] ppc/spapr: remove deprecated machine pseries-2.5
` [PATCH v3 06/14] ppc/spapr: remove deprecated machine pseries-2.6
` [PATCH v3 07/14] ppc/spapr: remove deprecated machine pseries-2.7
` [PATCH v3 08/14] ppc/spapr: remove deprecated machine pseries-2.8
` [PATCH v3 09/14] ppc/spapr: remove deprecated machine pseries-2.9
` [PATCH v3 10/14] ppc/spapr: remove deprecated machine pseries-2.10
` [PATCH v3 11/14] ppc/spapr: remove deprecated machine pseries-2.11
` [PATCH v3 12/14] ppc/spapr: remove deprecated machine pseries-2.12-sxxm
` [PATCH v3 13/14] ppc/spapr: remove deprecated machine pseries-2.12
` [PATCH v3 14/14] ppc/spapr: remove deprecated machine pseries-3.0
[PATCH v4] hw/acpi: Add vmclock device
2024-10-07 13:53 UTC
[RFC V2 PATCH 00/11] Support ACPI Control Method Sleep button
2024-10-07 13:41 UTC (8+ messages)
` [RFC V2 PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
` [RFC V2 PATCH 02/11] acpi: Implement control method sleep button
` [RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86
[PATCH v4] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
2024-10-07 12:33 UTC (2+ messages)
[PATCH v1 00/14] s390x: virtio-mem support
2024-10-07 12:23 UTC (12+ messages)
[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
2024-10-07 12:04 UTC (7+ messages)
[PATCH v1 0/6] Support virtio-gpu DRM native context
2024-10-07 12:02 UTC (7+ messages)
` [PATCH v1 5/6] virtio-gpu: Support asynchronous fencing
` [PATCH v1 6/6] virtio-gpu: Support DRM native context
[RFC PATCH 0/5] Specifying cache topology on ARM
2024-10-07 12:01 UTC (3+ messages)
` [PATCH 2/5] i386/cpu: add IsDefined flag to smp-cache property
[PATCH v2 0/7] Introduce SMP Cache Topology
2024-10-07 11:53 UTC (14+ messages)
` [PATCH v2 2/7] qapi/qom: Define cache enumeration and properties
` [PATCH v2 3/7] hw/core: Add smp cache topology for machine
` [PATCH v2 4/7] hw/core: Check smp cache topology support "
` [PATCH v2 5/7] i386/cpu: Support thread and module level cache topology
` [PATCH v2 6/7] i386/cpu: Update cache topology with machine's configuration
` [PATCH v2 7/7] i386/pc: Support cache topology in -machine for PC machine
[PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq
2024-10-07 11:24 UTC (4+ messages)
` [PATCH v4 1/3] xilink_zynq: Add various missing unimplemented devices
` [PATCH v4 2/3] xilink-zynq-devcfg: Fix up for memory address range size not set correctly
` [PATCH v4 3/3] xilink-zynq-devcfg: Avoid disabling devcfg memory region during initialization
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).