messages from 2024-04-09 01:47:11 to 2024-04-09 16:51:14 UTC [more...]
[PATCH for-9.1 00/19] target/i386: convert 1-byte opcodes to new decoder
2024-04-09 16:43 UTC (17+ messages)
` [PATCH for-9.1 01/19] target/i386: use TSTEQ/TSTNE to test low bits
` [PATCH for-9.1 02/19] target/i386: use TSTEQ/TSTNE to check flags
` [PATCH for-9.1 03/19] target/i386: remove mask from CCPrepare
` [PATCH for-9.1 04/19] target/i386: do not use s->tmp0 and s->tmp4 to compute flags
` [PATCH for-9.1 05/19] target/i386: reintroduce debugging mechanism
` [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 17/19] target/i386: decode x87 instructions in a separate function
[PATCH 1/1] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
2024-04-09 16:41 UTC (7+ messages)
` [PATCH 1/1] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem);"
[PATCH] edk2: get version + date from git submodule
2024-04-09 16:33 UTC (6+ messages)
[PULL 0/4] Edk2 20240409 patches
2024-04-09 16:29 UTC (4+ messages)
` [PULL 1/4] edk2: get version + date from git submodule
` [PULL 2/4] edk2: commit version info
` [PULL 3/4] edk2/seabios: use common extra version
[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-04-09 16:12 UTC (5+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
[PATCH v6 00/12] Enabling DCD emulation support in Qemu
2024-04-09 16:10 UTC (8+ messages)
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine
2024-04-09 15:49 UTC (6+ messages)
` [PATCH v5 1/2] nbd/server: do not poll within a coroutine context
` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn
[PATCH for-9.0] linux-user: Fix waitid return of siginfo_t and rusage
2024-04-09 15:35 UTC (2+ messages)
[PATCH for-9.0? 0/9] accel/tcg: Fix can_do_io vs 2nd page mmio
2024-04-09 15:28 UTC (4+ messages)
` [PATCH 5/9] target/i386: Preserve DisasContextBase.insn_start across rewind
[PATCH-for-9.0 v2] hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
2024-04-09 15:28 UTC (3+ messages)
How to use pxb-pcie in correct way?
2024-04-09 15:14 UTC (2+ messages)
[PATCH v3 00/11] block: Convert qmp_query_block into a coroutine
2024-04-09 14:59 UTC (12+ messages)
` [PATCH v3 01/11] block: Allow the wrapper script to see functions declared in qapi.h
` [PATCH v3 02/11] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed
` [PATCH v3 03/11] block: Take the graph lock in bdrv_snapshot_list
` [PATCH v3 04/11] block: Reschedule query-block during qcow2 invalidation
` [PATCH v3 05/11] block: Run bdrv_do_query_node_info in a coroutine
` [PATCH v3 06/11] block: Convert bdrv_query_block_graph_info to coroutine
` [PATCH v3 07/11] block: Convert bdrv_query_image_info "
` [PATCH v3 08/11] block: Convert bdrv_block_device_info into co_wrapper
` [PATCH v3 09/11] block: Don't query all block devices at hmp_nbd_server_start
` [PATCH v3 10/11] block: Convert qmp_query_block and qmp_query_named_block_nodes to coroutine
` [PATCH v3 11/11] block: Add a thread-pool version of fstat
[PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register
2024-04-09 14:54 UTC (5+ messages)
[PATCH-for-9.0? v2] backends/cryptodev: Do not abort for invalid session ID
2024-04-09 14:36 UTC (3+ messages)
[PATCH-for-9.0 v2 0/4] hw/virtio: Protect from more DMA re-entrancy bugs
2024-04-09 14:35 UTC (7+ messages)
` [PATCH-for-9.0 v2 1/4] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [PATCH-for-9.0 v2 2/4] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [PATCH-for-9.0 v2 3/4] hw/char/virtio-serial-bus: "
` [PATCH-for-9.0 v2 4/4] hw/virtio/virtio-crypto: "
[PATCH] xen-hvm: Avoid livelock while handling buffered ioreqs
2024-04-09 14:35 UTC (4+ messages)
[PATCH-for-9.0 v2 00/11] hw/net/lan9118: Fix overflow in TX FIFO
2024-04-09 14:34 UTC (22+ messages)
` [PATCH-for-9.0 v2 01/11] hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
` [PATCH-for-9.0 v2 02/11] hw/net/lan9118: Fix overflow in MIL TX FIFO
` [PATCH-for-9.1 v2 03/11] hw/net/lan9118: Remove duplicated assignment
` [PATCH-for-9.1 v2 04/11] hw/net/lan9118: Replace magic '5' value by TX_FIF_SZ_RESET definition
` [PATCH-for-9.1 v2 05/11] hw/net/lan9118: Add definitions for FIFO allocated sizes
` [PATCH-for-9.1 v2 06/11] hw/net/lan9118: Use TX_DATA_FIFO_BYTES definition
` [PATCH-for-9.1 v2 07/11] hw/net/lan9118: Rename tx_fifo_size -> tx_fifo_bytes
` [PATCH-for-9.1 v2 08/11] hw/net/lan9118: Use RX_STATUS_FIFO_BYTES definition
` [PATCH-for-9.1 v2 09/11] hw/net/lan9118: Rename rx_status_fifo_size -> rx_status_fifo_wordcount
` [PATCH-for-9.1 v2 10/11] hw/net/lan9118: Use RX_DATA_FIFO_BYTES definition
` [PATCH-for-9.1 v2 11/11] hw/net/lan9118: Rename rx_fifo_size -> rx_fifo_wordcount
[PATCH-for-9.0 v2 0/3] hw/block/nand: Fix out-of-bound access in NAND block buffer
2024-04-09 14:31 UTC (7+ messages)
` [PATCH-for-9.0 v2 1/3] hw/block/nand: Factor nand_load_iolen() method out
` [PATCH-for-9.0 v2 2/3] hw/block/nand: Have blk_load() take unsigned offset and return boolean
` [PATCH-for-9.0 v2 3/3] hw/block/nand: Fix out-of-bound access in NAND block buffer
[PATCH v2 0/3] edk2: get version + date from git submodule
2024-04-09 14:23 UTC (4+ messages)
` [PATCH v2 1/3] "
[PATCH-for-9.0? 0/3] hw/block/nand: Fix out-of-bound access in NAND block buffer
2024-04-09 13:57 UTC (6+ messages)
` [PATCH-for-9.0? 1/3] hw/block/nand: Factor nand_load_iolen() method out
[PATCH] hw/dma: prevent overflow in soc_dma_set_request
2024-04-09 13:38 UTC (5+ messages)
[PATCH] target/riscv/cpu_helper.c: fix wrong exception raise
2024-04-09 12:11 UTC (2+ messages)
[PATCH-for-9.0? 0/2] hw/net/lan9118: Fix overflow in TX FIFO
2024-04-09 12:10 UTC (4+ messages)
` [PATCH-for-9.0? 2/2] "
[PATCH v2 0/3] qtest/migration: Fixes around multifd_tcp_channels_none migration qtest
2024-04-09 11:56 UTC (5+ messages)
` [PATCH v2 1/3] fixup! tests/qtest/migration: Add negative tests to validate migration QAPIs
` [PATCH v2 2/3] fixup! tests/qtest/migration: Add migrate_set_ports into migrate_qmp to update migration port value
` [PATCH v2 3/3] fixup! tests/qtest/migration: Add multifd_tcp_plain test using list of channels instead of uri
[PULL 0/3] 9.0 bugfixes for 2024-04-08
2024-04-09 11:47 UTC (2+ messages)
[PULL 0/7] virtio,pc,pci: bugfixes
2024-04-09 11:47 UTC (9+ messages)
` [PULL 1/7] Revert "hw/virtio: Add support for VDPA network simulation devices"
` [PULL 2/7] virtio-snd: Enhance error handling for invalid transfers
` [PULL 3/7] virtio-snd: rewrite invalid tx/rx message handling
` [PULL 4/7] hw/virtio: Fix packed virtqueue flush used_idx
` [PULL 5/7] vdpa-dev: Fix the issue of device status not updating when configuration interruption is triggered
` [PULL 6/7] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
` [PULL 7/7] qdev-monitor: fix error message in find_device_state()
[PATCH] mailmap: Fix Yuxue Liu author email
2024-04-09 11:06 UTC
[PATCH] target/i386: fix direction of "32-bit MMU" test
2024-04-09 11:13 UTC (5+ messages)
how does the qemu emulate the "atomic" semantics on host that DOES NOT support atomic instructions?
2024-04-09 11:00 UTC (5+ messages)
` "
` "
` "
[PATCH for-9.0] linux-user: Preserve unswapped siginfo_t for strace
2024-04-09 10:13 UTC (2+ messages)
[PULL 00/35] misc patch queue
2024-04-09 9:53 UTC (3+ messages)
[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
2024-04-09 9:43 UTC (3+ messages)
[RFC PATCH-for-9.1 0/4] hw/i2c: Convert to spec v7 (inclusive) terminology
2024-04-09 9:44 UTC (5+ messages)
` [RFC PATCH-for-9.1 3/4] hw/i2c: Convert to spec v7 terminology (automatically)
[PATCH v3 0/3] target/riscv: Support Zve32x and Zve64x extensions
2024-04-09 9:43 UTC (5+ messages)
` [PATCH v3 3/3] target/riscv: Relax vector register check in RISCV gdbstub
[PATCH] vhost: don't set vring call if no enabled msix
2024-04-09 9:32 UTC (4+ messages)
` [PATCH v2] vhost: don't set vring call if guest notifiers is not enabled
[PATCH] vhost: don't set vring call if no enabled msix
2024-04-09 9:31 UTC (2+ messages)
[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
2024-04-09 9:00 UTC (13+ messages)
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
Point where target instructions are read
2024-04-09 8:53 UTC (7+ messages)
[PULL 0/2] Migration 20240407 patches
2024-04-09 8:47 UTC (2+ messages)
[PULL 0/2] target-arm queue
2024-04-09 8:47 UTC (2+ messages)
[PATCH v2] hw/mem/cxl_type3: reset dvsecs in ct3d_reset()
2024-04-09 7:58 UTC
[PATCH for-9.1 v2 00/28] linux-user/i386: Properly align signal frame
2024-04-09 7:52 UTC (34+ messages)
` [PATCH v2 01/28] target/i386: Add tcg/access.[ch]
` [PATCH v2 02/28] target/i386: Convert do_fldt, do_fstt to X86Access
` [PATCH v2 03/28] target/i386: Convert helper_{fbld, fbst}_ST0 "
` [PATCH v2 04/28] target/i386: Convert do_fldenv "
` [PATCH v2 05/28] target/i386: Convert do_fstenv "
` [PATCH v2 06/28] target/i386: Convert do_fsave, do_frstor "
` [PATCH v2 07/28] target/i386: Convert do_xsave_{fpu, mxcr, sse} "
` [PATCH v2 08/28] target/i386: Convert do_xrstor_{fpu, "
` [PATCH v2 09/28] tagret/i386: Convert do_fxsave, do_fxrstor "
` [PATCH v2 10/28] target/i386: Convert do_xsave_* "
` [PATCH v2 11/28] target/i386: Convert do_xrstor_* "
` [PATCH v2 12/28] target/i386: Split out do_xsave_chk
` [PATCH v2 13/28] target/i386: Add rbfm argument to cpu_x86_{xsave, xrstor}
` [PATCH v2 14/28] target/i386: Add {hw, sw}_reserved to X86LegacyXSaveArea
` [PATCH v2 15/28] linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
` [PATCH v2 16/28] linux-user/i386: Remove xfeatures from target_fpstate_fxsave
` [PATCH v2 17/28] linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
` [PATCH v2 18/28] linux-user/i386: Split out struct target_fregs_state
` [PATCH v2 19/28] linux-user/i386: Fix -mregparm=3 for signal delivery
` [PATCH v2 20/28] linux-user/i386: Return boolean success from restore_sigcontext
` [PATCH v2 21/28] linux-user/i386: Return boolean success from xrstor_sigcontext
` [PATCH v2 22/28] linux-user/i386: Fix allocation and alignment of fp state
` [PATCH v2 23/28] target/i386: Honor xfeatures in xrstor_sigcontext
` [PATCH v2 24/28] target/i386: Convert do_xsave to X86Access
` [PATCH v2 25/28] target/i386: Convert do_xrstor "
` [PATCH v2 26/28] target/i386: Pass host pointer and size to cpu_x86_{fsave, frstor}
` [PATCH v2 27/28] target/i386: Pass host pointer and size to cpu_x86_{fxsave, fxrstor}
` [PATCH v2 28/28] target/i386: Pass host pointer and size to cpu_x86_{xsave, xrstor}
[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-04-09 7:47 UTC (3+ messages)
[PATCH] tests/avocado: add hotplug_blk test
2024-04-09 6:58 UTC
[PATCH] virtio-iommu: Do not process commands with bad size
2024-04-09 6:26 UTC (2+ messages)
[PATCH v4] hw/virtio: Fix packed virtqueue flush used_idx
2024-04-09 5:21 UTC
[PATCH v2 00/10] Add a host IOMMU device abstraction
2024-04-09 3:41 UTC (3+ messages)
` [PATCH v2 03/10] backends/iommufd: Introduce abstract HIODIOMMUFD device
[PATCH 0/2] virtio-net: Fix RSS
2024-04-09 3:40 UTC (4+ messages)
` [PATCH 1/2] virtio-net: Fix vhost virtqueue notifiers for RSS
[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-04-09 2:43 UTC (9+ messages)
[PATCH-for-9.0?] backends/cryptodev: Do not abort for invalid session ID
2024-04-09 1:51 UTC (2+ messages)
[PATCH] hw/intc/riscv_aplic: APLICs should add child earlier than realize
2024-04-09 1:46 UTC (3+ messages)
` "
[PATCH] Revert "hw/virtio: Add support for VDPA network simulation devices"
2024-04-09 1:46 UTC (2+ messages)
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).