qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-10 07:29:04 to 2024-04-11 10:18:26 UTC [more...]

[PATCH v2 00/13] misc: Remove sprintf() due to macOS deprecation
 2024-04-11 10:15 UTC  (9+ messages)
` [PATCH v2 01/13] ui/console-vc: Replace sprintf() by snprintf()
` [PATCH v2 02/13] hw/vfio/pci: "
` [PATCH v2 03/13] hw/ppc/spapr: "
` [PATCH v2 04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method
` [PATCH v2 10/13] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()
` [PATCH v2 11/13] hw/ide/atapi: "
` [PATCH v2 12/13] hw/dma/pl330: "
` [PATCH v2 13/13] backends/tpm: "

[PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
 2024-04-11 10:02 UTC  (22+ messages)
` [PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
` [PATCH 02/12] hw/vfio/pci: "
` [PATCH 03/12] hw/ppc/spapr: "
` [PATCH 04/12] hw/mips/malta: Replace sprintf() by g_string_append_printf()
` [PATCH 05/12] system/qtest: "
` [PATCH 06/12] util/hexdump: Rename @offset argument in qemu_hexdump_line()
` [PATCH 07/12] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer
` [PATCH 08/12] util/hexdump: Replace sprintf() by g_string_append_printf()
` [PATCH 09/12] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()
` [PATCH 10/12] hw/ide/atapi: "
` [PATCH 11/12] hw/dma/pl330: "
` [PATCH 12/12] backends/tpm: "

[PATCH 0/5] x86/loader: secure boot support for direct kernel load
 2024-04-11  9:48 UTC  (6+ messages)
` [PATCH 1/5] vl: fix qemu_validate_options() indention
` [PATCH 2/5] x86/loader: only patch linux kernels
` [PATCH 3/5] x86/loader: read complete kernel
` [PATCH 4/5] x86/loader: expose unpatched kernel
` [PATCH 5/5] x86/loader: add -shim option

[PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
 2024-04-11  9:41 UTC  (2+ messages)

[PATCH for-9.1 00/19] target/i386: convert 1-byte opcodes to new decoder
 2024-04-11  8:34 UTC  (32+ messages)
` [PATCH for-9.1 04/19] target/i386: do not use s->tmp0 and s->tmp4 to compute flags
` [PATCH for-9.1 06/19] target/i386: move 00-5F opcodes to new decoder
` [PATCH for-9.1 07/19] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PATCH for-9.1 08/19] target/i386: allow instructions with more than one immediate
` [PATCH for-9.1 09/19] target/i386: move 60-BF opcodes to new decoder
` [PATCH for-9.1 10/19] target/i386: generalize gen_movl_seg_T0
` [PATCH for-9.1 11/19] target/i386: move C0-FF opcodes to new decoder (except for x87)
` [PATCH for-9.1 12/19] target/i386: merge and enlarge a few ranges for call to disas_insn_new
` [PATCH for-9.1 13/19] target/i386: move remaining conditional operations to new decoder
` [PATCH for-9.1 14/19] target/i386: move BSWAP "
` [PATCH for-9.1 15/19] target/i386: port extensions of one-byte opcodes "
` [PATCH for-9.1 16/19] target/i386: remove now-converted opcodes from old decoder
` [PATCH for-9.1 17/19] target/i386: decode x87 instructions in a separate function
` [PATCH for-9.1 18/19] target/i386: split legacy decoder into "
` [PATCH for-9.1 19/19] target/i386: remove duplicate prefix decoding

[PATCH v5] virtio-pci: Fix the crash that the vector was used after released
 2024-04-11  8:02 UTC 

[PATCH] vhost-user-test: no set non-blocking for cal fd less than 0
 2024-04-11  7:35 UTC 

[PATCH v4] virtio-pci: Fix the crash that the vector was used after released
 2024-04-11  5:59 UTC  (4+ messages)

[PATCH RFC v1]display: fix heap use after free in cursor_put
 2024-04-11  1:55 UTC  (2+ messages)
  ` =?gb18030?B?u9i4tKO6IFtQQVRDSCBSRkMgdjFdZGlzcGxheTogZml4IGhlYXAgdXNlIGFmdGVyIGZyZWUgaW4gY3Vyc29yX3B1dA==?=

[PATCH v3] virtio-pci: Fix the crash that the vector was used after released
 2024-04-11  1:25 UTC  (3+ messages)

[PATCH v13 00/24] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-11  1:13 UTC  (4+ messages)

Point where target instructions are read
 2024-04-10 21:15 UTC  (8+ messages)

[PATCH for-9.0] target/riscv/debug: set tval=pc in breakpoint exceptions
 2024-04-10 20:24 UTC  (3+ messages)

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-10 19:49 UTC  (5+ messages)
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[QEMU][PATCH v3 0/7] Xen: support grant mappings
 2024-04-10 18:56 UTC  (27+ messages)
` [QEMU][PATCH v3 1/7] softmmu: physmem: Split ram_block_add()
` [QEMU][PATCH v3 2/7] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCH v3 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v3 4/7] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCH v3 5/7] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCH v3 6/7] xen: add map and unmap callbacks for grant region
` [QEMU][PATCH v3 7/7] hw: arm: Add grant mapping

[Bug 1926249] Re: postcopy migration fails in hirsute (solved)
 2024-04-10 18:47 UTC 

[PATCH] hw/misc/applesmc: Simplify DeviceReset handler
 2024-04-10 18:24 UTC  (2+ messages)

[PULL v2 00/20] misc patch queue
 2024-04-10 17:44 UTC  (5+ messages)

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-10 16:51 UTC  (7+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[PULL 00/16] Misc HW patches for 2024-04-10
 2024-04-10 15:08 UTC  (18+ messages)
` [PULL 01/16] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [PULL 02/16] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [PULL 03/16] hw/char/virtio-serial-bus: "
` [PULL 04/16] hw/virtio/virtio-crypto: "
` [PULL 05/16] qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
` [PULL 06/16] hw/block/nand: Factor nand_load_iolen() method out
` [PULL 07/16] hw/block/nand: Have blk_load() take unsigned offset and return boolean
` [PULL 08/16] hw/block/nand: Fix out-of-bound access in NAND block buffer
` [PULL 09/16] hw/misc/applesmc: Do not call DeviceReset from DeviceRealize
` [PULL 10/16] hw/misc/applesmc: Fix memory leak in reset() handler
` [PULL 11/16] backends/cryptodev: Do not abort for invalid session ID
` [PULL 12/16] hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
` [PULL 13/16] hw/net/lan9118: Fix overflow in MIL TX FIFO
` [PULL 14/16] hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
` [PULL 15/16] hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
` [PULL 16/16] hw/audio/virtio-snd: Remove unused assignment

[PATCH] x86/loader: only patch linux kernels
 2024-04-10 15:01 UTC  (6+ messages)
  ` secure boot & direct kernel load (was: Re: [PATCH] x86/loader: only patch linux kernels)

[PATCH 0/4] tests/qtest/migration: Add postcopy qtests for introducing 'channels' argument with new QAPI syntax
 2024-04-10 14:53 UTC  (10+ messages)
` [PATCH 1/4] Revert "migration: modify test_multifd_tcp_none() to use new QAPI syntax"
` [PATCH 2/4] tests/qtest/migration: Replace 'migrate-incoming' qtest_qmp_assert_success with migrate_incoming_qmp
` [PATCH 3/4] tests/qtest/migration: Add channels parameter in migrate_incoming_qmp
` [PATCH 4/4] tests/qtest/migration: Add postcopy migration qtests to use 'channels' argument instead of uri

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-04-10 13:49 UTC  (11+ messages)

[PATCH] tests/qtest: Standardize qtest function caller strings
 2024-04-10 13:46 UTC  (6+ messages)

[PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine
 2024-04-10 12:53 UTC  (6+ messages)
` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn

[PATCH] tests/vm: update openbsd image to 7.5
 2024-04-10 12:17 UTC 

[PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
 2024-04-10 11:03 UTC  (3+ messages)

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-10 10:03 UTC  (3+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap
` [RFC 2/2] vdpa: identify aliased maps in iova_tree

[PATCH] hw/audio/virtio-snd: Remove unused assignment
 2024-04-10  9:07 UTC  (2+ messages)

[PATCH v2 0/1] virtio-pci: Fix the crash that the vector was used after released
 2024-04-10  8:28 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH-for-9.0? v2] hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
 2024-04-10  8:27 UTC  (5+ messages)

vhost-user-blk reconnect issue
 2024-04-10  7:51 UTC  (7+ messages)

[Stable-8.2.3 00/87] Patch Round-up for stable 8.2.3, freeze on 2024-04-20
 2024-04-10  7:23 UTC  (65+ messages)
` [Stable-8.2.3 01/87] Revert "configure: run plugin TCG tests again"
` [Stable-8.2.3 12/87] make-release: switch to .xz format by default
` [Stable-8.2.3 13/87] migration/rdma: Fix a memory issue for migration
` [Stable-8.2.3 20/87] hw/nvme: generalize the mbar size helper
` [Stable-8.2.3 22/87] hw/nvme: Use pcie_sriov_num_vfs()
` [Stable-8.2.3 25/87] hw/audio/virtio-sound: return correct command response size
` [Stable-8.2.3 26/87] migration: Skip only empty block devices
` [Stable-8.2.3 27/87] mirror: Don't call job_pause_point() under graph lock
` [Stable-8.2.3 29/87] nbd/server: introduce NBDClient->lock to protect fields
` [Stable-8.2.3 31/87] iotests: Add test for reset/AioContext switches with NBD exports
` [Stable-8.2.3 32/87] tests/unit: Bump test-aio-multithread test timeout to 2 minutes
` [Stable-8.2.3 33/87] tests/unit: Bump test-crypto-block test timeout to 5 minutes
` [Stable-8.2.3 35/87] target/i386: introduce function to query MMU indices
` [Stable-8.2.3 36/87] target/i386: use separate MMU indexes for 32-bit accesses
` [Stable-8.2.3 37/87] target/i386: fix direction of "32-bit MMU" test
` [Stable-8.2.3 38/87] Revert "chardev/char-socket: Fix TLS io channels sending too much data to the backend"
` [Stable-8.2.3 39/87] ui: compile dbus-display1.c with -fPIC as necessary
` [Stable-8.2.3 40/87] target/i386: Revert monitor_puts() in do_inject_x86_mce()
` [Stable-8.2.3 41/87] target/hppa: Fix assemble_16 insns for wide mode
` [Stable-8.2.3 42/87] target/hppa: Fix assemble_11a "
` [Stable-8.2.3 43/87] target/hppa: Fix assemble_12a "
` [Stable-8.2.3 44/87] target/hppa: ldcw,s uses static shift of 3
` [Stable-8.2.3 45/87] target/hppa: fix shrp for wide mode
` [Stable-8.2.3 47/87] target/hppa: exit tb on flush cache instructions
` [Stable-8.2.3 48/87] target/hppa: mask privilege bits in mfia
` [Stable-8.2.3 49/87] target/hppa: fix do_stdby_e()
` [Stable-8.2.3 50/87] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
` [Stable-8.2.3 51/87] docs/conf.py: Remove usage of distutils
` [Stable-8.2.3 52/87] target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '-d int'
` [Stable-8.2.3 53/87] target/s390x: Use mutable temporary value for op_ts
` [Stable-8.2.3 54/87] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
` [Stable-8.2.3 55/87] block/io: accept NULL qiov in bdrv_pad_request
` [Stable-8.2.3 56/87] block-backend: fix edge case in bdrv_next() where BDS associated to BB changes
` [Stable-8.2.3 57/87] block-backend: fix edge case in bdrv_next_cleanup() "
` [Stable-8.2.3 58/87] iotests: add test for stream job with an unaligned prefetch read
` [Stable-8.2.3 59/87] target/i386/tcg: Enable page walking from MMIO memory
` [Stable-8.2.3 60/87] hw/scsi/scsi-generic: Fix io_timeout property not applying
` [Stable-8.2.3 61/87] monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
` [Stable-8.2.3 62/87] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [Stable-8.2.3 63/87] trans_rvv.c.inc: set vstart = 0 in int scalar move insns
` [Stable-8.2.3 64/87] target/riscv/vector_helper.c: fix 'vmvr_v' memcpy endianess
` [Stable-8.2.3 65/87] target/riscv: always clear vstart in whole vec move insns
` [Stable-8.2.3 66/87] target/riscv/vector_helpers: do early exit when vstart >= vl
` [Stable-8.2.3 67/87] target/riscv/vector_helper.c: optimize loops in ldst helpers
` [Stable-8.2.3 68/87] hw/intc: Update APLIC IDC after claiming iforce register
` [Stable-8.2.3 69/87] target/riscv: rvv: Remove the dependency of Zvfbfmin to Zfbfmin
` [Stable-8.2.3 70/87] target/riscv: Fix mode in riscv_tlb_fill
` [Stable-8.2.3 71/87] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
` [Stable-8.2.3 72/87] virtio-net: Fix vhost virtqueue notifiers for RSS
` [Stable-8.2.3 73/87] hw/net/net_tx_pkt: Fix virtio header without checksum offloading
` [Stable-8.2.3 74/87] tcg/optimize: Fix sign_mask for logical right-shift
` [Stable-8.2.3 75/87] target/hppa: Clear psw_n for BE on use_nullify_skip path
` [Stable-8.2.3 76/87] migration/postcopy: Ensure postcopy_start() sets errp if it fails
` [Stable-8.2.3 77/87] gitlab-ci/cirrus: switch from 'master' to 'latest'
` [Stable-8.2.3 78/87] hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled
` [Stable-8.2.3 79/87] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1
` [Stable-8.2.3 80/87] hw/net/virtio-net: fix qemu set used ring flag even vhost started
` [Stable-8.2.3 81/87] block/virtio-blk: Fix memory leak from virtio_blk_zone_report
` [Stable-8.2.3 82/87] migration/postcopy: ensure preempt channel is ready before loading states
` [Stable-8.2.3 83/87] target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3
` [Stable-8.2.3 84/87] hw/virtio: Fix packed virtqueue flush used_idx
` [Stable-8.2.3 85/87] vdpa-dev: Fix the issue of device status not updating when configuration interruption is triggered
` [Stable-8.2.3 86/87] virtio-snd: Enhance error handling for invalid transfers
` [Stable-8.2.3 87/87] virtio-snd: rewrite invalid tx/rx message handling

[PATCH] MAINTAINERS: Update Sriram Yagnaraman mail address
 2024-04-10  7:30 UTC  (2+ messages)


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