qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-04 12:38:05 to 2023-05-05 01:05:46 UTC [more...]

[PULL 00/89] riscv-to-apply queue
 2023-05-05  1:01 UTC  (13+ messages)
` [PULL 01/89] target/riscv: Avoid env_archcpu() when reading RISCVCPUConfig
` [PULL 02/89] target/riscv: Fix priv version dependency for vector and zfh
` [PULL 03/89] target/riscv: Simplify getting RISCVCPU pointer from env
` [PULL 04/89] target/riscv: Simplify type conversion for CPURISCVState
` [PULL 05/89] target/riscv: Simplify arguments for riscv_csrrw_check
` [PULL 07/89] target/riscv: redirect XVentanaCondOps to use the Zicond functions
` [PULL 08/89] target/riscv: fix invalid riscv, event-to-mhpmcounters entry
` [PULL 11/89] target/riscv: add support for Zcf extension
` [PULL 14/89] target/riscv: add support for Zcmp extension
` [PULL 22/89] target/riscv: Remove check on RVH for riscv_cpu_virt_enabled
` [PULL 25/89] target/riscv: Remove redundant parentheses
` [PULL 26/89] target/riscv: Fix addr type for get_physical_address

[PULL 00/16] Migration 20230505 patches
 2023-05-05  0:48 UTC  (17+ messages)
` [PULL 01/16] migration: Fix block_bitmap_mapping migration
` [PULL 02/16] migration/rdma: Don't pass the QIOChannelRDMA as an opaque
` [PULL 03/16] migration: Document all migration_stats
` [PULL 04/16] migration: Put zero_pages in alphabetical order
` [PULL 05/16] migration: Rename xbzrle_enabled xbzrle_started
` [PULL 06/16] migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
` [PULL 07/16] migration/rdma: simplify ram_control_load_hook()
` [PULL 08/16] migration/rdma: We can calculate the rioc from the QEMUFile
` [PULL 09/16] migration/rdma: It makes no sense to recive that flag without RDMA
` [PULL 10/16] migration/rdma: Check for postcopy sooner
` [PULL 11/16] migration: max_postcopy_bandwidth is a size parameter
` [PULL 12/16] migration: qemu_file_total_transferred() function is monotonic
` [PULL 13/16] qemu-file: No need to check for shutdown in qemu_file_rate_limit
` [PULL 14/16] qemu-file: remove shutdown member
` [PULL 15/16] qemu-file: Make total_transferred an uint64_t
` [PULL 16/16] qemu-file: Make ram_control_save_page() use accessors for rate_limit

[PATCH risu] use time() as random seed and introduce --randseed option
 2023-05-05  0:22 UTC  (3+ messages)

[PATCH 0/9] QEMU file cleanups
 2023-05-04 23:59 UTC  (30+ messages)
` [PATCH 1/9] migration: max_postcopy_bandwidth is a size parameter
` [PATCH 2/9] migration: qemu_file_total_transferred() function is monotonic
` [PATCH 3/9] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
` [PATCH 4/9] qemu-file: Make rate_limit_used "
` [PATCH 5/9] qemu-file: No need to check for shutdown in qemu_file_rate_limit
` [PATCH 6/9] qemu-file: remove shutdown member
` [PATCH 7/9] qemu-file: Make total_transferred an uint64_t
` [PATCH 8/9] qemu-file: Make ram_control_save_page() use accessors for rate_limit
` [PATCH 9/9] qemu-file: Account for rate_limit usage on qemu_fflush()

[PATCH 0/5] Migration RDMA cleanup
 2023-05-04 22:53 UTC  (12+ messages)
` [PATCH 1/5] migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
` [PATCH 2/5] migration/rdma: simplify ram_control_load_hook()
` [PATCH 3/5] migration/rdma: We can calculate the rioc from the QEMUFile
` [PATCH 4/5] migration/rdma: It makes no sense to recive that flag without RDMA
` [PATCH 5/5] migration/rdma: Check for postcopy sooner

[PATCH] migration: Rename xbzrle_enabled xbzrle_started
 2023-05-04 22:49 UTC  (4+ messages)

[PATCH v4 00/10] COLO: improve build options
 2023-05-04 22:46 UTC  (5+ messages)
` [PATCH v4 10/10] migration: block incoming colo when capability is disabled

[PATCH v5 00/21] block: remove aio_disable_external() API
 2023-05-04 21:44 UTC  (23+ messages)
` [PATCH v5 01/21] block: Fix use after free in blockdev_mark_auto_del()
` [PATCH v5 02/21] block-backend: split blk_do_set_aio_context()
` [PATCH v5 03/21] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v5 04/21] virtio-scsi: avoid race between unplug and transport event
` [PATCH v5 05/21] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v5 06/21] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v5 07/21] block/export: wait for vhost-user-blk requests when draining
` [PATCH v5 08/21] block/export: stop using is_external in vhost-user-blk server
` [PATCH v5 09/21] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v5 10/21] block: add blk_in_drain() API
` [PATCH v5 11/21] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v5 12/21] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v5 13/21] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v5 14/21] block/export: rewrite vduse-blk drain code
` [PATCH v5 15/21] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v5 16/21] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v5 17/21] virtio: make it possible to detach host notifier from any thread
` [PATCH v5 18/21] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v5 19/21] virtio-scsi: "
` [PATCH v5 20/21] virtio: do not set is_external=true on host notifiers
` [PATCH v5 21/21] aio: remove aio_disable_external() API

[PATCH v4 00/20] block: remove aio_disable_external() API
 2023-05-04 21:34 UTC  (9+ messages)
` [PATCH v4 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v4 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v4 18/20] virtio-scsi: "
` [PATCH v4 20/20] aio: remove aio_disable_external() API

[PATCH] hw/ppc/Kconfig: NVDIMM is a hard requirement for the pseries machine
 2023-05-04 21:19 UTC  (2+ messages)

[PATCH 0/4] vhost-user-fs: Internal migration
 2023-05-04 21:14 UTC  (3+ messages)

[PATCH v2] Add information how to fix common build error on Windows in symlink-install-tree
 2023-05-04 21:11 UTC 

[PATCH v4 0/7] Add EPYC-Genoa model and update previous EPYC Models
 2023-05-04 20:53 UTC  (8+ messages)
` [PATCH v4 1/7] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH v4 2/7] target/i386: Add new EPYC CPU versions with updated cache_info
` [PATCH v4 3/7] target/i386: Add a couple of feature bits in 8000_0008_EBX
` [PATCH v4 4/7] target/i386: Add feature bits for CPUID_Fn80000021_EAX
` [PATCH v4 5/7] target/i386: Add missing feature bits in EPYC-Milan model
` [PATCH v4 6/7] target/i386: Add VNMI and automatic IBRS feature bits
` [PATCH v4 7/7] target/i386: Add EPYC-Genoa model to support Zen 4 processor series

[PATCH] vfio/pci: Static Resizable BAR capability
 2023-05-04 20:42 UTC 

[PATCH v3 0/7] Add EPYC-Genoa model and update previous EPYC Models
 2023-05-04 20:00 UTC  (5+ messages)
` [PATCH v3 1/7] target/i386: allow versioned CPUs to specify new cache_info

[PATCH v3 0/5] virtio-gpu cleanups and obvious definitions
 2023-05-04 19:12 UTC  (6+ messages)
` [PATCH v3 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
` [PATCH v3 2/5] hw/display/virtio-gpu-virgl: make GL device more library agnostic
` [PATCH v3 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function
` [PATCH v3 4/5] virtio: Add shared memory capability
` [PATCH v3 5/5] virtio-gpu: CONTEXT_INIT feature

ssl fips self check fails with 7.2.0 on x86 TCG
 2023-05-04 19:03 UTC 

[PATCH] Hexagon (decode): look for pkts with multiple insns at the same slot
 2023-05-04 18:56 UTC 

[PATCH 0/2] Hexagon: improve output for arch version debugging
 2023-05-04 18:53 UTC  (3+ messages)
` [PATCH 1/2] Hexagon: list available CPUs with `-cpu help`
` [PATCH 2/2] Hexagon: append eflags to unknown cpu model string

[PATCH v2 0/6] misc tweaks for kvm and the 64bit pci window
 2023-05-04 18:22 UTC  (3+ messages)
` [PATCH v2 2/6] detect physical address space size

[PATCH v2 00/12] simpletrace: refactor and general improvements
 2023-05-04 18:03 UTC  (5+ messages)
` [PATCH v2 01/12] simpletrace: Improve parsing of sys.argv; fix files never closed

[PATCH v4 00/57] tcg: Improve atomicity support
 2023-05-04 17:17 UTC  (11+ messages)
` [PATCH v4 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads

[PATCH v2 0/2] tests/lcitool: Add mtools and xorriso and remove genisoimage as dependencies
 2023-05-04 17:23 UTC  (6+ messages)
` [PATCH v2 1/2] tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorriso
` [PATCH v2 2/2] tests/lcitool: Add mtools and xorriso and remove genisoimage as dependencies

[PATCH v2 0/2] target/arm: Fix handling of VSTCR_EL2.SW and VTCR_EL2.NSW
 2023-05-04 13:54 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: Don't allow stage 2 page table walks to downgrade to NS
` [PATCH v2 2/2] target/arm: Fix handling of SW and NSW bits for stage 2 walks

[PATCH] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
 2023-05-04 16:17 UTC 

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-04 15:01 UTC  (7+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE

[PATCH v3 0/6] Hexagon: add lldb support
 2023-05-04 15:37 UTC  (7+ messages)
` [PATCH v3 1/6] gdbstub: only send stop-reply packets when allowed to
` [PATCH v3 2/6] gdbstub: add test for untimely stop-reply packets
` [PATCH v3 3/6] Hexagon: add core gdbstub xml data for LLDB
` [PATCH v3 4/6] Hexagon (gdbstub): fix p3:0 read and write via stub
` [PATCH v3 5/6] Hexagon (gdbstub): add HVX support
` [PATCH v3 6/6] Hexagon (linux-user/hexagon): handle breakpoints

[PATCH 0/2] target/arm: Move more files to tcg/
 2023-05-04 13:25 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h "
` [PATCH 2/2] target/arm: Move helper-{a64,mve,sme,sve}.h "

[PATCH v10 0/8] memory: prevent dma-reentracy issues
 2023-05-04 14:08 UTC  (2+ messages)

[PATCH v4 0/5] igb: packet-split descriptors support
 2023-05-04 15:12 UTC  (9+ messages)
    ` [PATCH v4 1/5] igb: remove TCP ACK detection
    ` [PATCH v4 2/5] igb: rename E1000E_RingInfo_st
    ` [PATCH v4 3/5] igb: RX descriptors handling cleanup
    ` [PATCH v4 4/5] igb: add IPv6 extended headers traffic detection
    ` [PATCH v4 5/5] igb: packet-split descriptors support

[PATCH v5 00/44] Add LoongArch LSX instructions
 2023-05-04 12:28 UTC  (16+ messages)
` [PATCH v5 03/44] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [PATCH v5 05/44] target/loongarch: Implement vaddi/vsubi
` [PATCH v5 09/44] target/loongarch: Implement vaddw/vsubw
` [PATCH v5 10/44] target/loongarch: Implement vavg/vavgr
` [PATCH v5 11/44] target/loongarch: Implement vabsd
` [PATCH v5 15/44] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [PATCH v5 16/44] target/loongarch: Implement vdiv/vmod
` [PATCH v5 21/44] target/loongarch: Implement LSX logic instructions
` [PATCH v5 22/44] target/loongarch: Implement vsll vsrl vsra vrotr
` [PATCH v5 23/44] target/loongarch: Implement vsllwil vextl
` [PATCH v5 24/44] target/loongarch: Implement vsrlr vsrar
` [PATCH v5 26/44] target/loongarch: Implement vsrlrn vsrarn
` [PATCH v5 36/44] target/loongarch: Implement vfcmp
` [PATCH v5 38/44] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [PATCH v5 42/44] target/loongarch: Implement vldi

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-05-04  5:35 UTC  (5+ messages)

[PATCH] softfloat: Fix the incorrect computation in float32_exp2()
 2023-05-04 13:32 UTC  (2+ messages)

[PATCH v3 00/57] tcg: Improve atomicity support
 2023-05-04 14:52 UTC  (3+ messages)
` [PATCH v3 02/57] accel/tcg: Add cpu_in_serial_context

[PATCH 0/2] More migration stats
 2023-05-04 17:39 UTC  (9+ messages)
` [PATCH 1/2] migration: Document all migration_stats
` [PATCH 2/2] migration: Put zero_pages in alphabetical order

[Capstone] TriCore support in Capstone
 2023-05-04  5:15 UTC  (3+ messages)

[PATCH 0/3] target/arm: disable-tcg and without-default-devices fixes
 2023-05-04 13:01 UTC  (7+ messages)
` [PATCH 1/3] target/arm: Use CONFIG_SEMIHOSTING instead of TCG for semihosting

[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
 2023-05-04 12:56 UTC  (8+ messages)
` [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine

[PATCH v4] linux-user: fix getgroups/setgroups allocations
 2023-05-04 13:46 UTC  (2+ messages)

[PATCH] 9pfs/xen: Fix segfault on shutdown
 2023-05-04 13:30 UTC  (2+ messages)

[PATCH v4 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-05-04 12:47 UTC  (6+ messages)
` [PATCH v4 3/5] parallels: Add checking and repairing duplicate offsets in BAT

[PATCH] include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 API
 2023-05-04 15:13 UTC  (2+ messages)

[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-04 15:50 UTC  (6+ messages)

[PATCH v2] target/hexagon: fix = vs. == mishap
 2023-05-04 14:55 UTC  (2+ messages)

[PATCH v4] acpi: pcihp: allow repeating hot-unplug requests
 2023-05-04 14:33 UTC  (4+ messages)

[PATCH] scripts/coverity-scan: Add xtensa and openrisc components
 2023-05-04 13:45 UTC 

[PATCH v2 00/20] Graph locking, part 3 (more block drivers)
 2023-05-04 15:17 UTC  (4+ messages)
` [PATCH v2 12/20] mirror: Require GRAPH_RDLOCK for accessing a node's parent list

[RESEND PATCH 00/84] tcg: Build once for system, once for user
 2023-05-04 12:40 UTC  (3+ messages)
` [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t

[PATCH 0/2] Add mformat and xorriso dependencies in containers
 2023-05-04 15:56 UTC  (7+ messages)

[PATCH v4 0/2] docs: Speedup docs build
 2023-05-04 13:21 UTC  (6+ messages)
` [PATCH v4 2/2] meson: Deserialize the man pages and html builds

[PATCH] target/ppc: Fix fallback to MFSS for MFFSCRN, MFFSCRNI, MFFSCE and MFFSL
 2023-05-04 17:17 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).