qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 10:36:39 to 2023-05-15 15:50:46 UTC [more...]

[PULL 0/9] Linux user for 8.1 patches
 2023-05-15 15:50 UTC  (3+ messages)

[RFC PATCH v3 00/10] Add stage-2 translation for SMMUv3
 2023-05-15 15:37 UTC  (13+ messages)
` [RFC PATCH v3 05/10] hw/arm/smmuv3: Parse STE config for stage-2
` [RFC PATCH v3 08/10] hw/arm/smmuv3: Add CMDs related to stage-2
` [RFC PATCH v3 10/10] hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2

[PATCH] target/arm: Fix vd == vm overlap in sve_ldff1_z
 2023-05-15 15:30 UTC  (3+ messages)

[PATCH] sbsa-ref: switch default cpu core to Neoverse-N1
 2023-05-15 15:28 UTC  (4+ messages)

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-05-15 15:22 UTC  (18+ messages)
    ` [RFC 1/7] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
    ` [RFC 2/7] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
    ` [RFC 3/7] hw/mem/cxl_type3: Add a parameter to pass number of DC regions the device supports in qemu command line
    ` [RFC 4/7] hw/mem/cxl_type3: Add DC extent representative to cxl type3 device
    ` [RFC 5/7] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
    ` [RFC 6/7] Add qmp interfaces to add/release dynamic capacity extents
    ` [RFC 7/7] hw/mem/cxl_type3: add read/write support to dynamic capacity

[PATCH v3 0/9] target/ppc: Assorted ppc target fixes
 2023-05-15 15:19 UTC  (8+ messages)
` [PATCH v3 1/9] target/ppc: Fix width of some 32-bit SPRs

[PATCH v4 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-05-15 15:17 UTC  (26+ messages)
` [PATCH v4 2/8] migration: Converts uri parameter into 'MigrateAddress' struct
` [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct
` [PATCH v4 4/8] migration: converts rdma "
` [PATCH v4 5/8] migration: converts exec "
` [PATCH v4 6/8] migration: modified 'migrate' QAPI to accept 'channels' argument for migration
` [PATCH v4 7/8] migration: modified 'migrate-incoming' "
` [PATCH v4 8/8] migration: Introduced MigrateChannelList struct to migration code flow

[PATCH] Maintainers: add myself as reviewer for sbsa-ref
 2023-05-15 15:11 UTC  (2+ messages)

[PATCH] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
 2023-05-15 15:11 UTC 

[PATCH] xen: Fix host pci for stubdom
 2023-05-15 15:03 UTC  (2+ messages)

[PATCH] hw/pci-bridge: make building pcie-to-pci bridge configurable
 2023-05-15 14:28 UTC 

[PATCH v5 0/3] COLO: improve build options
 2023-05-15 14:55 UTC  (7+ messages)
` [PATCH v5 1/3] configure: add --disable-colo-proxy option
` [PATCH v5 2/3] migration: split migration_incoming_co
` [PATCH v5 3/3] migration: process_incoming_migration_co(): move colo part to colo

[PATCH] scsi-generic: fix buffer overflow on block limits inquiry
 2023-05-15 14:49 UTC  (2+ messages)

[PATCH v5 00/54] tcg: Improve atomicity support
 2023-05-15 14:33 UTC  (55+ messages)
` [PATCH v5 01/54] include/exec/memop: Add MO_ATOM_*
` [PATCH v5 02/54] accel/tcg: Honor atomicity of loads
` [PATCH v5 03/54] accel/tcg: Honor atomicity of stores
` [PATCH v5 04/54] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v5 05/54] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v5 06/54] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v5 07/54] tcg: Add 128-bit guest memory primitives
` [PATCH v5 08/54] meson: Detect atomic128 support with optimization
` [PATCH v5 09/54] tcg/i386: Add have_atomic16
` [PATCH v5 10/54] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v5 11/54] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v5 12/54] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v5 13/54] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v5 14/54] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v5 15/54] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v5 16/54] tcg/aarch64: "
` [PATCH v5 17/54] tcg/ppc: "
` [PATCH v5 18/54] tcg/loongarch64: "
` [PATCH v5 19/54] tcg/riscv: "
` [PATCH v5 20/54] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v5 21/54] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v5 22/54] tcg/mips: "
` [PATCH v5 23/54] tcg/s390x: "
` [PATCH v5 24/54] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v5 25/54] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v5 26/54] target/sparc64: Remove tcg_out_movi_s13 case from tcg_out_movi_imm32
` [PATCH v5 27/54] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v5 28/54] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v5 29/54] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v5 30/54] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v5 31/54] tcg/loongarch64: Check the host supports unaligned accesses
` [PATCH v5 32/54] tcg/loongarch64: Support softmmu "
` [PATCH v5 33/54] tcg/riscv: "
` [PATCH v5 34/54] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v5 35/54] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v5 36/54] tcg: Introduce tcg_out_movext3
` [PATCH v5 37/54] tcg: Merge tcg_out_helper_load_regs into caller
` [PATCH v5 38/54] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v5 39/54] tcg: Introduce atom_and_align_for_opc
` [PATCH v5 40/54] tcg/i386: Use atom_and_align_for_opc
` [PATCH v5 41/54] tcg/aarch64: "
` [PATCH v5 42/54] tcg/arm: "
` [PATCH v5 43/54] tcg/loongarch64: "
` [PATCH v5 44/54] tcg/mips: "
` [PATCH v5 45/54] tcg/ppc: "
` [PATCH v5 46/54] tcg/riscv: "
` [PATCH v5 47/54] tcg/s390x: "
` [PATCH v5 48/54] tcg/sparc64: "
` [PATCH v5 49/54] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v5 50/54] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v5 51/54] tcg/aarch64: Rename temporaries
` [PATCH v5 52/54] tcg/aarch64: Support 128-bit load/store
` [PATCH v5 53/54] tcg/ppc: "
` [PATCH v5 54/54] tcg/s390x: "

[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
 2023-05-15 14:41 UTC  (6+ messages)
` [REPOST PATCH v3 5/5] amd_iommu: report x2APIC support to the operating system

[PULL 00/28] Block layer patches
 2023-05-15 14:25 UTC  (5+ messages)
` [PULL 09/28] block: bdrv/blk_co_unref() for calls in coroutine context

[PATCH] coverity: the definitive COMPONENTS.md update
 2023-05-15 14:00 UTC 

Resources on deeper understanding of Translation blocks
 2023-05-15 13:45 UTC  (2+ messages)

[PATCH 00/21] Migration: More migration atomic counters
 2023-05-15 13:33 UTC  (27+ messages)
` [PATCH 02/21] migration: Don't use INT64_MAX for unlimited rate
` [PATCH 03/21] migration: We set the rate_limit by a second
` [PATCH 08/21] migration: Move setup_time to mig_stats
` [PATCH 09/21] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PATCH 10/21] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PATCH 11/21] migration: Move migration_total_bytes() to migration-stats.c
` [PATCH 12/21] migration: Add a trace for migration_transferred_bytes
` [PATCH 13/21] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PATCH 14/21] migration: We don't need the field rate_limit_used anymore

[PATCH] gtk: add gl-area support on win32
 2023-05-15 13:25 UTC 

[PATCH] ui/dbus: add a FIXME about texture/dmabuf scanout handling
 2023-05-15 13:25 UTC 

[PATCH] win32: wrap socket close() with an exception handler
 2023-05-15 13:24 UTC 

[PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()
 2023-05-15 13:25 UTC 

[PATCH] egl: no need to lookup EGL functions manually
 2023-05-15 13:24 UTC 

[PATCH] ui/dbus: fix compilation when GBM && !OPENGL
 2023-05-15 13:23 UTC 

Question about QMP and BQL
 2023-05-15 13:18 UTC  (3+ messages)

[PULL 00/21] Tests, docs, s390x and misc patches
 2023-05-15 13:02 UTC  (22+ messages)
` [PULL 01/21] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
` [PULL 02/21] sysemu/kvm: Remove unused headers
` [PULL 03/21] net: stream: test reconnect option with an unix socket
` [PULL 04/21] tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success
` [PULL 05/21] hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIBridge
` [PULL 06/21] Add information how to fix common build error on Windows in symlink-install-tree
` [PULL 07/21] tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorriso
` [PULL 08/21] tests/lcitool: Add mtools and xorriso and remove genisoimage as dependencies
` [PULL 09/21] util/async-teardown: wire up query-command-line-options
` [PULL 10/21] s390x/pv: Fix spurious warning with asynchronous teardown
` [PULL 11/21] docs/devel: remind developers to run CI container pipeline when updating images
` [PULL 12/21] docs/about/emulation: fix typo
` [PULL 13/21] hw/core: Use a callback for target specific query-cpus-fast information
` [PULL 14/21] cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
` [PULL 15/21] hw/core: Move machine-qmp-cmds.c into the target independent source set
` [PULL 16/21] hw/net: Move xilinx_ethlite.c to the target-independent "
` [PULL 17/21] s390x/tcg: Fix LDER instruction format
` [PULL 18/21] tests/tcg/multiarch: Make the system memory test work on big-endian
` [PULL 19/21] tests/tcg/s390x: Enable the multiarch system tests
` [PULL 20/21] target/s390x: Fix EXECUTE of relative branches
` [PULL 21/21] tests/tcg/s390x: Test "

[PATCH] target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV
 2023-05-15 13:11 UTC  (2+ messages)

[PATCH v3 0/3] ROM migration
 2023-05-15 13:01 UTC  (6+ messages)
` [PATCH v3 1/3] pci: pci_add_option_rom(): improve style
` [PATCH v3 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable
` [PATCH v3 3/3] pci: ROM preallocation for incoming migration

[PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst
 2023-05-15 12:58 UTC  (6+ messages)
` [PATCH v2 1/2] docs/interop: Convert qmp-spec.txt to rST
` [PATCH v2 2/2] docs/interop: Delete qmp-intro.txt

[PATCH] pnv_lpc: disable reentrancy detection for lpc-hc
 2023-05-15 12:48 UTC  (4+ messages)

[RESEND PATCH 00/84] tcg: Build once for system, once for user
 2023-05-15 12:39 UTC  (3+ messages)
` [PATCH 31/84] tcg: Add page_bits and page_mask to TCGContext

[PULL 00/11] Migration 20230515 patches
 2023-05-15 12:33 UTC  (12+ messages)
` [PULL 01/11] migration/calc-dirty-rate: replaced CRC32 with xxHash
` [PULL 02/11] softmmu: Create qemu_target_pages_to_MiB()
` [PULL 03/11] Use new created qemu_target_pages_to_MiB()
` [PULL 04/11] migration: Teach dirtyrate about qemu_target_page_size()
` [PULL 05/11] migration: Teach dirtyrate about qemu_target_page_bits()
` [PULL 06/11] migration: Make dirtyrate.c target independent
` [PULL 07/11] migration: A rate limit value of 0 is valid
` [PULL 08/11] migration: We set the rate_limit by a second
` [PULL 09/11] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
` [PULL 10/11] qemu-file: Make rate_limit_used "
` [PULL 11/11] qemu-file: Remove total from qemu_file_total_transferred_*()

[PATCH V2] hw/arm: enable qxl for aarch64
 2023-05-15 11:54 UTC  (7+ messages)

[PATCH v6 0/7] igb: packet-split descriptors support
 2023-05-15 11:41 UTC  (9+ messages)
  ` [PATCH v6 4/7] igb: RX payload guest writting refactoring
  ` [PATCH v6 1/7] igb: remove TCP ACK detection
  ` [PATCH v6 2/7] igb: rename E1000E_RingInfo_st
  ` [PATCH v6 5/7] igb: add IPv6 extended headers traffic detection

[PATCH 0/2] vhost-user-gpu get_edid feature
 2023-05-15 11:38 UTC  (2+ messages)

[PULL 0/5] loongarch-to-apply queue
 2023-05-15 11:19 UTC  (6+ messages)
` [PULL 1/5] loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
` [PULL 2/5] tests/avocado: Add LoongArch machine start test
` [PULL 3/5] hw/loongarch/virt: Modify ipi as percpu device
` [PULL 4/5] hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
` [PULL 5/5] hw/intc: Add NULL pointer check on LoongArch ipi device

[PATCH v2 0/6] eBPF RSS through QMP support
 2023-05-15 10:53 UTC  (4+ messages)
` [PATCH v2 3/6] virtio-net: Added property to load eBPF RSS with fds

[PATCH 1/6] target/ppc: Fix width of some 32-bit SPRs
 2023-05-15 10:54 UTC  (8+ messages)
` [PATCH 6/6] target/ppc: Implement HEIR SPR

[PATCH 00/18] Allow qtests with --without-default-devices (part 1)
 2023-05-15 10:42 UTC  (5+ messages)
` [PATCH 16/18] tests/qtest/meson.build: Run the net filter tests only with default devices


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