qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-22 13:30:40 to 2023-08-23 06:58:51 UTC [more...]

[PATCH v2 00/24] tree-wide spelling fixes
 2023-08-23  6:53 UTC  (14+ messages)
` [PATCH 01/24] block: "
` [PATCH 02/24] bsd-user: "
` [PATCH 03/24] ui: "
` [PATCH 04/24] util: "
` [PATCH 05/24] tcg: "
` [PATCH 08/24] mips: "
` [PATCH 11/24] hexagon: "
` [PATCH 12/24] hw/net: "
` [PATCH 13/24] hw/pci: "
` [PATCH 17/24] xen: "
` [PATCH 22/24] tests/: "
` [PATCH 23/24] qga/: "

[RFC PATCH] docs/style: permit inline loop variables
 2023-08-23  5:59 UTC  (7+ messages)

[PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07
 2023-08-23  5:55 UTC  (31+ messages)
` [PATCH trivial for-8.1 1/3] hw/i2c: Fix bitbang_i2c_data trace event
` [PATCH trivial for-8.1 2/3] stubs/colo.c: spelling
` [PATCH trivial for-8.1 3/3] Fixed incorrect LLONG alignment for openrisc and cris
` [PATCH 02/24] bsd-user: spelling fixes
` [PATCH 03/24] ui: "
` [PATCH 04/24] util: "
` [PATCH 05/24] tcg: "
` [PATCH 06/24] docs: "
` [PATCH 07/24] i386: "
` [PATCH 08/24] mips: "
` [PATCH 09/24] ppc: "
` [PATCH 10/24] riscv: "
` [PATCH 11/24] hexagon: "
` [PATCH 12/24] hw/net: "
` [PATCH 13/24] hw/pci: "
` [PATCH 14/24] hw/tpm: "
` [PATCH 15/24] hw/usb hw/ide hw/i2c: "
` [PATCH 16/24] hw/display: "
` [PATCH 17/24] xen: "
` [PATCH 18/24] audio: "
` [PATCH 19/24] hw/other: "
` [PATCH 20/24] include/: "
` [PATCH 21/24] scripts/: "
` [PATCH 22/24] tests/: "
` [PATCH 23/24] qga/: "
` [PATCH 24/24] misc/other: "

[PATCH v4 00/10] linux-user: Detect and report host crashes
 2023-08-23  5:16 UTC  (11+ messages)
` [PATCH v4 01/10] linux-user: Split out die_with_signal
` [PATCH v4 02/10] linux-user: Exit not abort in die_with_backtrace
` [PATCH v4 03/10] linux-user: Use die_with_signal with abort
` [PATCH v4 04/10] linux-user: Detect and report host crashes
` [PATCH v4 05/10] linux-user: Only register handlers for core_dump_signal by default
` [PATCH v4 06/10] linux-user: Map unsupported signals to an out-of-bounds value
` [PATCH v4 07/10] linux-user: Remap SIGPROF when CONFIG_GPROF
` [PATCH v4 08/10] linux-user: Simplify signal_init
` [PATCH v4 09/10] linux-user: Split out host_sig{segv,bus}_handler
` [PATCH v4 10/10] linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP

[PATCH v2 00/58] TDX QEMU support
 2023-08-23  3:59 UTC  (14+ messages)
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM

[ANNOUNCE] QEMU 8.1.0 is now available
 2023-08-23  3:20 UTC 

[PATCH] target/loongarch: cpu: Implement get_arch_id callback
 2023-08-23  1:34 UTC  (3+ messages)

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-08-23  1:25 UTC  (10+ messages)
` [PATCH v11 1/9] virtio: Add shared memory capability
` [PATCH v11 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v11 3/9] virtio-gpu: hostmem
` [PATCH v11 4/9] virtio-gpu: blob prep
` [PATCH v11 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v11 7/9] gfxstream + rutabaga: meson support
` [PATCH v11 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v11 9/9] docs/system: add basic virtio-gpu documentation

[PATCH] target/arm: Fix bug in memory translation for executable Realm memory pages
 2023-08-22 16:26 UTC  (2+ messages)

[PATCH qemu 0/2] dump: Only use the makedumpfile flattened format when necessary
 2023-08-23  0:31 UTC  (5+ messages)
` [PATCH qemu 2/2] "

[PATCH] tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32
 2023-08-22 23:09 UTC  (3+ messages)

[PATCH v7 00/12] Add VIRTIO sound card
 2023-08-22 22:17 UTC  (14+ messages)
` [PATCH v7 01/12] Add virtio-sound device stub
` [PATCH v7 02/12] Add virtio-sound-pci device
` [PATCH v7 03/12] virtio-sound: handle control messages and streams
` [PATCH v7 04/12] virtio-sound: set PCM stream parameters
` [PATCH v7 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v7 06/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v7 07/12] virtio-sound: handle VIRTIO_SND_PCM_SET_PARAMS
` [PATCH v7 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v7 09/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v7 10/12] virtio-sound: implement audio output (TX)
` [PATCH v7 11/12] virtio-sound: implement audio capture (RX)
` [PATCH v7 12/12] docs/system: add basic virtio-snd documentation

[PATCH v3 0/3] linux-user: Detect and report host crashes
 2023-08-22 22:08 UTC  (6+ messages)
` [PATCH v3 1/3] linux-user: Split out die_with_signal
` [PATCH v3 2/3] linux-user: Exit not abort in die_with_backtrace
` [PATCH v3 3/3] linux-user: Detect and report host crashes

[PATCH 0/7] tcg: Document *swap/deposit helpers
 2023-08-22 22:04 UTC  (20+ messages)
` [PATCH 1/7] tcg/tcg-op: Document bswap16() byte pattern
` [PATCH 2/7] tcg/tcg-op: Document bswap32() "
` [PATCH 3/7] tcg/tcg-op: Document bswap64() "
` [PATCH 4/7] tcg/tcg-op: Document hswap() "
` [PATCH 5/7] tcg/tcg-op: Document wswap() "
` [PATCH 6/7] tcg/tcg-op: Document deposit_z()

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-08-22 21:00 UTC  (7+ messages)
` [PATCH 21/22] Implement shmat(2) and shmdt(2)

[PATCH v2 0/3] block: align CoR requests to subclusters
 2023-08-22 19:58 UTC  (6+ messages)

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-22 19:50 UTC  (5+ messages)
` [PATCH v2 3/4] qcow2: add zoned emulation capability
` [PATCH v2 4/4] iotests: test the zoned format feature for qcow2 file

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-08-22 19:44 UTC  (3+ messages)

[PATCH 00/21] Graph locking part 4 (node management)
 2023-08-22 19:40 UTC  (42+ messages)
` [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
` [PATCH 02/21] preallocate: Factor out preallocate_truncate_to_real_size()
` [PATCH 03/21] preallocate: Don't poll during permission updates
` [PATCH 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH 06/21] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PATCH 07/21] block-coroutine-wrapper: Allow arbitrary parameter names
` [PATCH 08/21] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PATCH 09/21] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PATCH 10/21] block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
` [PATCH 11/21] block: Call transaction callbacks with lock held
` [PATCH 12/21] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PATCH 13/21] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
` [PATCH 14/21] block: Mark bdrv_get_cumulative_perm() "
` [PATCH 15/21] block: Mark bdrv_child_perm() GRAPH_RDLOCK
` [PATCH 16/21] block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
` [PATCH 17/21] block: Take graph rdlock in bdrv_drop_intermediate()
` [PATCH 19/21] block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
` [PATCH 20/21] block: Mark bdrv_unref_child() GRAPH_WRLOCK
` [PATCH 21/21] block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK

[PATCH 00/12] tcg: Factor hrev{32,64}_{i32,i64,tl} out
 2023-08-22 19:35 UTC  (14+ messages)
` [PATCH 08/12] target/loongarch: Use generic hrev64_i64() in REVB.4H opcode
` [PATCH 11/12] target/loongarch: Use generic hrev64_i32() in REVB.2H opcode
` [PATCH 07/12] target/ppc: Use generic hrev64_i64() in BRH / BSWAP16x8 opcodes
` [PATCH 12/12] target/mips: Use generic hrev32_tl() in WSBH opcode

[PATCH v2 0/9] memory-backend-file related improvements and VM templating support
 2023-08-22 19:25 UTC  (12+ messages)
` [PATCH v2 1/9] nvdimm: Reject writing label data to ROM instead of crashing QEMU
` [PATCH v2 3/9] backends/hostmem-file: Add "rom" property to support VM templating with R/O files
  `  "
` [PATCH v2 9/9] docs: Start documenting VM templating

[PATCH] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
 2023-08-22 18:41 UTC  (2+ messages)

[PATCH for-8.2] target/m68k: Use tcg_gen_deposit_i32 in gen_partset_reg
 2023-08-22 18:15 UTC  (3+ messages)

[PATCH] tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
 2023-08-22 18:03 UTC 

[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
 2023-08-22 17:35 UTC  (5+ messages)

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-08-22 17:35 UTC  (6+ messages)

[PATCH] docs/devel/tcg-ops: Bury mentions of trunc_shr_i64_i32()
 2023-08-22 17:21 UTC  (3+ messages)

[PATCH v2 00/11] aspeed queue
 2023-08-22 17:20 UTC  (3+ messages)
` [PATCH v2 03/11] hw/misc: add a toy i2c echo device

[PATCH v1 00/23] Q35 support for Xen
 2023-08-22 17:15 UTC  (3+ messages)

[PATCH] tcg: Prohibit incomplete extr[lh]_i64_i32() implementation
 2023-08-22 17:10 UTC  (2+ messages)

[RFC PATCH] target/loongarch: Sign-extend REVB.2H result
 2023-08-22 17:09 UTC  (2+ messages)

[PATCH 0/3] linux-user/aarch64: Add ESR signal frame record
 2023-08-22 17:02 UTC  (4+ messages)
` [PATCH 1/3] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS
` [PATCH 2/3] linux-user/aarch64: Fix normal SIGILL si_code
` [PATCH 3/3] linux-user/aarch64: Add ESR signal frame for PACFAIL

[PATCH 0/4] linux-user: shmat/shmdt improvements
 2023-08-22 16:55 UTC  (3+ messages)
` [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c

[PATCH] tests/qtest/bios-tables-test: Check for virtio-iommu device before using it
 2023-08-22 16:49 UTC 

[PATCH 0/3] vhost-user-gpu: support dmabuf modifiers
 2023-08-22 16:46 UTC  (3+ messages)

[PATCH] tests/qtest/usb-hcd-xhci-test: Check availability of devices before using them
 2023-08-22 16:30 UTC 

A confusion about CXL in arm virt machine
 2023-08-22 15:23 UTC  (2+ messages)
  ` CXL Namespaces of ACPI disappearing in Qemu demo

[RFC] memory: avoid updating ioeventfds for some address_space
 2023-08-22 15:14 UTC 

[PATCH 0/6] target: Use TCG generic gen_hswap_i32/i64()
 2023-08-22 15:11 UTC  (14+ messages)
` [PATCH 1/6] target/arm: Use hswap_i32() in VREV/SMLAD opcodes
` [PATCH 2/6] target/cris: Use hswap_i32() in SWAPW opcode
` [PATCH 3/6] target/microblaze: Use hswap_i32() in SWAPH opcode
` [PATCH 4/6] target/sh4: Use hswap_i32() in SWAP.W opcode
` [PATCH 6/6] target/loongarch: Use hswap_i64() in REVH.D opcode

[PATCH] target/arm: Use deposit_z() in BCF opcode
 2023-08-22 14:56 UTC  (2+ messages)

[PATCH for-8.2] s390x: Convert DPRINTF to trace events
 2023-08-22 14:54 UTC  (2+ messages)

virtio queue numbering and optional queues
 2023-08-22 14:29 UTC  (3+ messages)
` [virtio-comment] "

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-08-22 13:56 UTC  (3+ messages)
` [PATCH 2/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_process()

[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
 2023-08-22 13:35 UTC  (12+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
          `  "
            `  "
              `  "
                `  "
                  `  "


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