qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-10 08:11:24 to 2023-05-10 15:20:20 UTC [more...]

[PATCH v2 0/5] Make the core disassembler functions target-independent
 2023-05-10 15:19 UTC  (9+ messages)
` [PATCH v2 1/5] disas: Move disas.c to disas/
` [PATCH v2 5/5] disas: Move disas.c into the target-independent source set

[RFC 0/3] Getting rid of "uint" and friends
 2023-05-10 15:12 UTC  (8+ messages)
` [RFC 1/3] ARM: Use normal types
` [RFC 2/3] linux-user: Drop uint and ulong
` [RFC 3/3] s390-ccw: Getting rid of ulong

[PATCH] target/i386: fix avx2 instructions vzeroall and vpermdq
 2023-05-10 14:52 UTC 

[PATCH v9 0/6] block: refactor blockdev transactions
 2023-05-10 15:06 UTC  (7+ messages)
` [PATCH v9 1/6] blockdev: refactor transaction to use Transaction API
` [PATCH v9 2/6] blockdev: transactions: rename some things
` [PATCH v9 3/6] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v9 4/6] blockdev: transaction: refactor handling transaction properties
` [PATCH v9 5/6] blockdev: use state.bitmap in block-dirty-bitmap-add action
` [PATCH v9 6/6] blockdev: qmp_transaction: drop extra generic layer

[PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig)
 2023-05-10 15:06 UTC  (9+ messages)
` [PULL 1/8] tests/docker: bump the xtensa base to debian:11-slim
` [PULL 2/8] docs: document breakpoint and watchpoint support
` [PULL 3/8] scripts/ci: add gitlab-runner to kvm group
` [PULL 4/8] scripts/ci: clean-up the 20.04/22.04 confusion in ansible
` [PULL 5/8] gitlab: add ubuntu-22.04-aarch64-without-defaults
` [PULL 6/8] gitlab: enable minimal device profile for aarch64 --disable-tcg
` [PULL 7/8] tests/avocado: use http for mipsdistros.mips.com
` [PULL 8/8] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine

[PATCH 00/16] tcg: Remove TARGET_ALIGNED_ONLY
 2023-05-10 15:11 UTC  (13+ messages)
` [PATCH 08/16] target/mips: Use MO_ALIGN instead of 0
` [PATCH 10/16] target/nios2: Remove TARGET_ALIGNED_ONLY
` [PATCH 11/16] target/sh4: Use MO_ALIGN where required
` [PATCH 12/16] target/sh4: Remove TARGET_ALIGNED_ONLY
` [PATCH 16/16] tcg: "

[PATCH HOTFIX] target/loongarch: Terminate vmstate subsections list
 2023-05-10 15:09 UTC  (3+ messages)

[PATCH v3 0/3] ACPI: i386: bump MADT to revision 5
 2023-05-10 15:08 UTC  (4+ messages)

Avocado not killing QEMU processes on test timeouts
 2023-05-10 15:03 UTC  (2+ messages)

[PATCH v3 0/2] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
 2023-05-10 15:01 UTC  (4+ messages)

[PULL v2 00/17] QAPI patches patches for 2023-05-09
 2023-05-10 14:59 UTC  (6+ messages)
` [PULL v2 12/17] qapi: Rewrite parsing of doc comment section symbols and tags
` [PULL v2 13/17] qapi: Relax doc string @name: description indentation rules
` [PULL v2 14/17] qapi: Section parameter @indent is no longer used, drop

[PULL 00/10] Migration 20230509 patches
 2023-05-10 14:46 UTC  (6+ messages)

[PATCH] qapi: Improve error message for description following section
 2023-05-10 14:40 UTC  (2+ messages)

[RFC PATCH 0/1] virtio-balloon: Add Working Set Reporting feature
 2023-05-10 14:38 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] block: Add zeroes discard option
 2023-05-10 14:27 UTC 

[PATCH v5 00/30] tcg: Simplify calls to load/store helpers
 2023-05-10 14:02 UTC  (62+ messages)
` [PATCH v5 01/30] tcg/i386: Introduce prepare_host_addr
` [PATCH v5 02/30] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v5 03/30] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v5 04/30] tcg/arm: "
` [PATCH v5 05/30] tcg/loongarch64: "
` [PATCH v5 06/30] tcg/mips: "
` [PATCH v5 07/30] tcg/ppc: "
` [PATCH v5 08/30] tcg/riscv: "
` [PATCH v5 09/30] tcg/s390x: "
` [PATCH v5 10/30] tcg: Add routines for calling slow-path helpers
` [PATCH v5 11/30] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v5 12/30] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v5 13/30] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v5 14/30] tcg/arm: "
` [PATCH v5 15/30] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v5 16/30] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
  ` [PATCH v5 16/30] tcg/mips: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v5 17/30] tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v5 18/30] tcg/riscv: "
  ` [PATCH v5 18/30] tcg/riscv: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v5 19/30] tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path
  ` [PATCH v5 19/30] tcg/s390x: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v5 20/30] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v5 21/30] tcg/mips: Remove MO_BSWAP handling
` [PATCH v5 22/30] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v5 23/30] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v5 24/30] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v5 25/30] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v5 26/30] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v5 27/30] tcg/ppc: Remove unused constraint J
` [PATCH v5 28/30] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v5 29/30] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v5 30/30] tcg/s390x: Simplify constraints on qemu_ld/st

[PATCH v4 00/10] COLO: improve build options
 2023-05-10 13:48 UTC  (8+ messages)
` [PATCH v4 04/10] configure: add --disable-colo-proxy option

[RFC PATCH] QCOW2: Add zeroes discard option
 2023-05-10 13:43 UTC  (3+ messages)

[PATCH v8 0/5] block: refactor blockdev transactions
 2023-05-10 13:37 UTC  (12+ messages)
` [PATCH v8 1/5] blockdev: refactor transaction to use Transaction API
` [PATCH v8 2/5] blockdev: transactions: rename some things
` [PATCH v8 3/5] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v8 4/5] blockdev: transaction: refactor handling transaction properties
` [PATCH v8 5/5] blockdev: qmp_transaction: drop extra generic layer

[PATCH] target/riscv: Move zc* out of the experimental properties
 2023-05-10 12:39 UTC  (4+ messages)

[PATCH] chardev: report the handshake error
 2023-05-10 12:33 UTC  (9+ messages)

[PATCH 0/4] Virtio shared dma-buf
 2023-05-10 12:30 UTC  (6+ messages)
` [PATCH 4/4] libvhost-user: add write_msg cb to dev struct

[PULL 00/28] Block layer patches
 2023-05-10 12:21 UTC  (29+ messages)
` [PULL 01/28] block: add configure options for excluding vmdk, vhdx and vpc
` [PULL 02/28] block: add missing coroutine_fn annotations
` [PULL 03/28] aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
` [PULL 04/28] block: Fix use after free in blockdev_mark_auto_del()
` [PULL 05/28] iotests/nbd-reconnect-on-open: Fix NBD socket path
` [PULL 06/28] migration: Attempt disk reactivation in more failure scenarios
` [PULL 07/28] qcow2: Don't call bdrv_getlength() in coroutine_fns
` [PULL 08/28] block: Consistently call bdrv_activate() outside coroutine
` [PULL 09/28] block: bdrv/blk_co_unref() for calls in coroutine context
` [PULL 10/28] block: Don't call no_coroutine_fns in qmp_block_resize()
` [PULL 11/28] iotests: Test resizing image attached to an iothread
` [PULL 12/28] test-bdrv-drain: Don't modify the graph in coroutines
` [PULL 13/28] graph-lock: Add GRAPH_UNLOCKED(_PTR)
` [PULL 14/28] graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
` [PULL 15/28] block: .bdrv_open is non-coroutine and unlocked
` [PULL 16/28] nbd: Remove nbd_co_flush() wrapper function
` [PULL 17/28] nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
` [PULL 18/28] vhdx: Require GRAPH_RDLOCK for accessing a node's parent list
` [PULL 19/28] mirror: "
` [PULL 20/28] block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
` [PULL 21/28] block: Mark bdrv_co_get_info() "
` [PULL 22/28] block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
` [PULL 23/28] block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
` [PULL 24/28] block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
` [PULL 25/28] block: Mark bdrv_query_block_graph_info() "
` [PULL 26/28] block: Mark bdrv_recurse_can_replace() "
` [PULL 27/28] block: Mark bdrv_refresh_limits() "
` [PULL 28/28] block: compile out assert_bdrv_graph_readable() by default

[PATCH v10 0/8] memory: prevent dma-reentracy issues
 2023-05-10 12:21 UTC  (12+ messages)
` [PATCH v10 1/8] "

Question about issue #1576: Migration from v8.0.0-rc2 to v7.2.0 with pcie-root-port device fails
 2023-05-10 12:19 UTC  (2+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-10 12:04 UTC  (3+ messages)
` [PATCH v20 12/21] qapi/s390x/cpu topology: query-cpu-polarization qmp command

[PULL 0/3] VFIO updates 2023-05-09
 2023-05-10 12:07 UTC  (2+ messages)

[PULL v2 00/45] loongarch-to-apply queue
 2023-05-10 12:06 UTC  (3+ messages)

[PATCH v3] target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
 2023-05-10 11:58 UTC  (3+ messages)

[PATCH v2] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
 2023-05-10 11:10 UTC  (2+ messages)

[PATCH v2 0/1] s390x/pv: Fix spurious warning with asynchronous teardown
 2023-05-10 10:55 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-10 10:30 UTC  (11+ messages)
` [PATCH v4 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
` [PATCH v4 02/11] hw/arm/allwinner-r40: add Clock Control Unit
` [PATCH v4 03/11] hw: allwinner-r40: Complete uart devices
` [PATCH v4 04/11] hw: arm: allwinner-r40: Add i2c0 device
` [PATCH v4 05/11] hw/misc: Rename axp209 to axp22x and add support AXP221 PMU
` [PATCH v4 06/11] hw/arm/allwinner-r40: add SDRAM controller device
` [PATCH v4 07/11] hw: sd: allwinner-sdhost: Add sun50i-a64 SoC support
` [PATCH v4 08/11] hw: arm: allwinner-r40: Add emac and gmac support
` [PATCH v4 09/11] hw: arm: allwinner-sramc: Add SRAM Controller support for R40
` [PATCH v4 10/11] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH v4 11/11] docs: system: arm: Introduce bananapi_m2u
 2023-05-10 10:31 UTC 

[PATCH for-8.1 00/12] tcg/mips: Backend improvements
 2023-05-10 10:24 UTC  (2+ messages)

[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-05-10 10:23 UTC  (2+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-05-10 10:13 UTC  (3+ messages)
` [PULL 45/51] hw/acpi/aml-build: Only generate cluster node in PPTT when specified

[PATCH 1/3] hw/loongarch/virt: Modify ipi as percpu device
 2023-05-10 10:12 UTC  (4+ messages)
` [PATCH 3/3] hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine

[PATCH v2 00/12] Start replacing target_ulong with vaddr
 2023-05-10 10:05 UTC  (19+ messages)
` [PATCH v2 01/12] accel: Replace target_ulong in tlb_*()
` [PATCH v2 02/12] accel/tcg/translate-all.c: Widen pc and cs_base
` [PATCH v2 03/12] target: Widen pc/cs_base in cpu_get_tb_cpu_state
` [PATCH v2 04/12] accel/tcg/cputlb.c: Widen CPUTLBEntry access functions
` [PATCH v2 05/12] accel/tcg/cputlb.c: Widen addr in MMULookupPageData
` [PATCH v2 06/12] accel/tcg/cpu-exec.c: Widen pc to vaddr
` [PATCH v2 07/12] accel/tcg: Widen pc to vaddr in CPUJumpCache
` [PATCH v2 11/12] accel/tcg: Replace target_ulong with vaddr in page_*()
` [PATCH v2 12/12] cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()

[PATCH v2 0/3] ROM migration
 2023-05-10  9:38 UTC  (8+ messages)
` [PATCH v2 3/3] pci: ROM preallocation for incoming migration

[PATCH] docs/devel: remind developers to run CI container pipeline when updating images
 2023-05-10  9:11 UTC  (2+ messages)

[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
 2023-05-10  9:12 UTC  (16+ messages)
` [PATCH 1/8] migration: Add precopy initial data capability
` [PATCH 2/8] migration: Add precopy initial data handshake
` [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality
` [PATCH 4/8] migration: Enable precopy initial data capability
` [PATCH 5/8] tests: Add migration precopy initial data capability test
` [PATCH 6/8] vfio/migration: Refactor vfio_save_block() to return saved data size

[PATCH v5] qapi/qmp: Add timestamps to qmp command responses
 2023-05-10  8:53 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v5 0/6] igb: packet-split descriptors support
 2023-05-10  8:22 UTC  (7+ messages)
    ` [PATCH v5 1/6] igb: remove TCP ACK detection
    ` [PATCH v5 2/6] igb: rename E1000E_RingInfo_st
    ` [PATCH v5 3/6] igb: RX descriptors guest writting refactoring
    ` [PATCH v5 4/6] igb: RX payload "
    ` [PATCH v5 5/6] igb: add IPv6 extended headers traffic detection
    ` [PATCH v5 6/6] igb: packet-split descriptors support


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