qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 15:38:07 to 2023-03-17 17:40:03 UTC [more...]

[RFC 0/2] vhost-user-fs: Stateful migration
 2023-03-17 17:39 UTC  (5+ messages)
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration
` [RFC 2/2] vhost-user-fs: Implement stateful migration

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-03-17 17:36 UTC  (5+ messages)
` [RFC PATCH v2 02/11] hw/arm/smmuv3: Update translation config to hold stage-2

[PULL v2 00/18] Display patches
 2023-03-17 17:34 UTC  (3+ messages)
` [PULL v2 08/18] ui: keep current cursor with QemuConsole

[PULL 0/3] Trivial branch for 8.0 patches
 2023-03-17 17:28 UTC  (5+ messages)
` [PULL 1/3] exec/memory: Fix kernel-doc warning
` [PULL 2/3] target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpu
` [PULL 3/3] docs/sphinx/kerneldoc.py: Honour --enable-werror

[PATCH] qtests: avoid printing comments before g_test_init()
 2023-03-17 17:28 UTC  (3+ messages)

[PULL 0/2] target/xtensa TCG test updates
 2023-03-17 17:27 UTC  (2+ messages)

[PATCH for-8.0] target/arm: Don't advertise aarch64-pauth.xml to gdb
 2023-03-17 17:26 UTC  (3+ messages)

Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine
 2023-03-17 17:24 UTC  (3+ messages)

[PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-17 17:16 UTC  (13+ messages)
` [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests

[RFC PATCH 0/4] hw/i386: Factor out PXB parts of DSDT into an SSDT table
 2023-03-17 16:54 UTC  (5+ messages)
` [RFC PATCH 1/4] hw/acpi: Make Aml and / or crs_range_set optional in build_crs
` [RFC PATCH 2/4] tests/acpi: Allow changes to DSDT.cxl/viot and SSDT.cxl/viot
` [RFC PATCH 3/4] hw/i386/acpi: Separate PXB related parts of DSDT into an SSDT table
` [RFC PATCH 4/4] tests/acpi: Updated DSDT and SSDT due to move of PXB info to SSDT

[PATCH] Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation"
 2023-03-17 16:55 UTC 

Call failed: MCTP Endpoint did not respond: Qemu CXL switch with mctp-1.0
 2023-03-17 16:37 UTC  (2+ messages)

[PATCH for 8.0 v3] memory: Prevent recursive memory access
 2023-03-17 16:30 UTC  (3+ messages)

[PATCH v2 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-17 15:54 UTC  (10+ messages)
` [PATCH v2 1/9] linux-user: Diagnose misaligned -R size
` [PATCH v2 2/9] linux-user: Rename max_reserved_va in main
` [PATCH v2 3/9] include/exec: Replace reserved_va with max_reserved_va
` [PATCH v2 4/9] accel/tcg: Pass last not end to page_set_flags
` [PATCH v2 5/9] accel/tcg: Pass last not end to page_reset_target_data
` [PATCH v2 6/9] accel/tcg: Pass last not end to PAGE_FOR_EACH_TB
` [PATCH v2 7/9] accel/tcg: Pass last not end to page_collection_lock
` [PATCH v2 8/9] accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked
` [PATCH v2 9/9] accel/tcg: Pass last not end to tb_invalidate_phys_range

[PATCH v2 0/3] qapi: allow unions to contain further unions
 2023-03-17 15:55 UTC  (8+ messages)
` [PATCH v2 1/3] qapi: improve specificity of type/member descriptions
` [PATCH v2 2/3] qapi: use env var to trigger qapi test output updates
` [PATCH v2 3/3] qapi: allow unions to contain further unions

[PATCH for 8.0] igb: Save more Tx states
 2023-03-17 15:26 UTC  (4+ messages)

[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support
 2023-03-17 15:21 UTC  (4+ messages)
    `  "

[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-17 15:05 UTC  (9+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size

[RFC PATCH for 8.1 0/6] Move ASID test to vhost-vdpa net initialization
 2023-03-17 14:55 UTC  (7+ messages)
` [RFC PATCH for 8.1 1/6] vdpa: Remove status in reset tracing
` [RFC PATCH for 8.1 2/6] vdpa: add vhost_vdpa_reset_status_fd
` [RFC PATCH for 8.1 3/6] vdpa: add vhost_vdpa_set_dev_features_fd
` [RFC PATCH for 8.1 4/6] vdpa: return errno in vhost_vdpa_get_vring_group error
` [RFC PATCH for 8.1 5/6] vdpa: move CVQ isolation check to net_init_vhost_vdpa
` [RFC PATCH for 8.1 6/6] vdpa: Cache cvq group in VhostVDPAState

[PATCH for-8.0] tests/unit/test-blockjob: Disable complete_in_standby test
 2023-03-17 14:35 UTC 

[PATCH] target/s390x/tcg/mem_helper: Remove bad assert() statement
 2023-03-17 14:33 UTC  (2+ messages)

[PATCH 00/14] qapi: Fix minor bugs, require boxed for conditional arguments
 2023-03-17 14:14 UTC  (28+ messages)
` [PATCH 01/14] qapi: Fix error message format regression
` [PATCH 03/14] qapi: Clean up after removal of simple unions
` [PATCH 04/14] qapi: Split up check_type()
` [PATCH 06/14] qapi: Simplify code a bit after previous commit
` [PATCH 07/14] qapi: Fix error message when type name or array is expected
` [PATCH 08/14] qapi: Fix to reject 'data': 'mumble' in struct
` [PATCH 09/14] tests/qapi-schema: Improve union discriminator coverage
` [PATCH 11/14] tests/qapi-schema: Clean up positive test for conditionals
` [PATCH 13/14] qapi: Fix code generated for optional conditional struct member
` [PATCH 14/14] qapi: Require boxed for conditional command and event arguments

[PATCH v2] hw/net/can: Add mcp25625 model
 2023-03-17 14:11 UTC  (2+ messages)

Question about TCG liveness_pass_1
 2023-03-17 14:02 UTC  (2+ messages)

[PATCH] hw/usb/imx: Fix out of bounds access in imx_usbphy_read()
 2023-03-17 13:46 UTC  (3+ messages)

[PATCH 0/2] Migration time prediction using calc-dirty-rate
 2023-03-17 13:29 UTC  (2+ messages)

[PULL 0/2] Seabios 1.16.2 20230316 patches
 2023-03-17 13:11 UTC  (2+ messages)

[PULL 0/7] Migration 20230316 patches
 2023-03-17 13:11 UTC  (2+ messages)

test-blockjob: intermittent CI failures in msys2-64bit job
 2023-03-17 12:35 UTC  (4+ messages)

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-17 12:16 UTC  (7+ messages)
` [PATCH v5 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

[PATCH v2 00/32] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-17 12:11 UTC  (20+ messages)
` [PATCH v2 02/32] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PATCH v2 05/32] gitlab: update centos-8-stream job
` [PATCH v2 06/32] include/qemu: add documentation for memory callbacks
` [PATCH v2 07/32] tests/tcg: add some help output for running individual tests
` [PATCH v2 09/32] include/exec: fix kerneldoc definition
` [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map
` [PATCH v2 31/32] contrib/gitdm: add more individual contributors

[PATCH for-8.1 v2 00/26] target/riscv: rework CPU extensions validation
 2023-03-17 11:54 UTC  (6+ messages)
` [PATCH for-8.1 v2 25/26] target/riscv: rework write_misa()

[PATCH for 8.0 v2] igb: Save the entire Tx context descriptor
 2023-03-17 11:24 UTC  (8+ messages)

[PATCH v4 00/12] target/s390x: Handle unaligned accesses
 2023-03-17 11:02 UTC  (17+ messages)
` [PATCH v4 01/12] target/s390x: Handle branching to odd addresses
` [PATCH v4 02/12] target/s390x: Handle EXECUTE of "
` [PATCH v4 03/12] target/s390x: Handle LGRL from non-aligned addresses
` [PATCH v4 04/12] target/s390x: Handle LRL and LGFRL "
` [PATCH v4 05/12] target/s390x: Handle LLGFRL "
` [PATCH v4 06/12] target/s390x: Handle CRL and CGFRL with "
` [PATCH v4 07/12] target/s390x: Handle CGRL and CLGRL "
` [PATCH v4 08/12] target/s390x: Handle CLRL and CLGFRL "
` [PATCH v4 09/12] target/s390x: Handle STRL to "
` [PATCH v4 10/12] target/s390x: Handle STGRL "
` [PATCH v4 11/12] target/s390x: Update do_unaligned_access() comment
` [PATCH v4 12/12] tests/tcg/s390x: Test unaligned accesses

[PATCH] migration: remove extra whitespace character for code style
 2023-03-17  9:57 UTC 

[PATCH v4] target/riscv: fix H extension TVM trap
 2023-03-17  8:45 UTC  (2+ messages)

[PATCH for-8.1] hw: Add compat machines for 8.1
 2023-03-17  8:23 UTC  (3+ messages)

[PATCH v8 0/6] migration: reduce time of loading non-iterable vmstate
 2023-03-17  8:19 UTC  (7+ messages)
` [PATCH v8 1/6] memory: Reference as->current_map directly in memory commit
` [PATCH v8 2/6] rcu: Introduce rcu_read_is_locked()
` [PATCH v8 3/6] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v8 4/6] memory: Add do_commit() and sanity check in address_space_to_flatview
` [PATCH v8 5/6] migration: Reduce time of loading non-iterable vmstate
` [PATCH v8 6/6] memory: Introduce address_space_to_flatview_rcu()

[RFC 0/2] Split padded I/O vectors exceeding IOV_MAX
 2023-03-17  8:05 UTC  (4+ messages)
` [RFC 1/2] block: "

[PATCH v2 0/6] Implement virtio-multitouch and enable GTK3 to use it
 2023-03-17  8:05 UTC  (9+ messages)
` [PATCH v2 2/6] ui: add the infrastructure to support MT events
` [PATCH v2 3/6] virtio-input: add a virtio-mulitouch device
` [PATCH v2 4/6] virtio-input-pci: add virtio-multitouch-pci
` [PATCH v2 6/6] ui/gtk: enable backend to send multi-touch events

dropping 32-bit host support
 2023-03-17  8:03 UTC  (12+ messages)

[PATCH] ui/gtk: fix error message regression
 2023-03-17  7:58 UTC 

[PATCH v3 0/2] target/s390x: Fix R[NOX]SBG with T=1
 2023-03-17  7:52 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tests/tcg/s390x: Add rxsbg.c

[PATCH qemu v2] linux-user: Emulate /proc/cpuinfo output for riscv
 2023-03-17  7:33 UTC  (2+ messages)

[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-03-17  6:29 UTC  (3+ messages)
` [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required

[PATCH v4 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-03-17  6:25 UTC  (4+ messages)
` [PATCH v4 1/3] numa: Validate cluster and NUMA node boundary if required
` [PATCH v4 2/3] hw/arm: Validate cluster and NUMA node boundary
` [PATCH v4 3/3] hw/riscv: "

[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver
 2023-03-17  3:44 UTC  (7+ messages)
` [PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v7 3/4] block: add accounting for zone append operation

[PATCH v2] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-17  0:27 UTC 

[PATCH v2 0/4] Basic Allwinner WDT emulation
 2023-03-17  0:12 UTC  (5+ messages)
` [PATCH v2 1/4] hw/watchdog: Allwinner WDT emulation for system reset
` [PATCH v2 2/4] hw/arm: Add WDT to Allwinner-A10 and Cubieboard
` [PATCH v2 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
` [PATCH v2 4/4] tests/avocado: Add reboot tests to Cubieboard

[PATCH docs_and_memory_encryption 0/1] An attempt to convert txt file to rst
 2023-03-16 22:31 UTC  (2+ messages)
` [PATCH docs_and_memory_encryption 1/1] initial commit

[PATCH v3] tests/tcg/x86_64: add cross-modifying code test
 2023-03-16 21:47 UTC 

[PATCH v3 0/2] Fix EXECUTE of relative long instructions
 2023-03-16 21:07 UTC  (3+ messages)
` [PATCH v3 1/2] target/s390x: "
` [PATCH v3 2/2] tests/tcg/s390x: Add ex-relative-long.c

[PATCH v2 0/2] Fix EXECUTE of relative long instructions
 2023-03-16 20:55 UTC  (4+ messages)
` [PATCH v2 2/2] tests/tcg/s390x: Add ex-relative-long.c

[PATCH v6 0/4] Add zone append write for zoned device
 2023-03-16 18:59 UTC  (7+ messages)
` [PATCH v6 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v6 2/4] block: introduce zone append write for zoned devices
` [PATCH v6 3/4] qemu-iotests: test zone append operation

[PATCH v16 0/8] Add support for zoned device
 2023-03-16 17:57 UTC  (2+ messages)

[PATCH v2 0/2] target/s390x: Fix R[NOX]SBG with T=1
 2023-03-16 17:15 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v3 0/5] Wire up USB controllers in i.MX6 emulations
 2023-03-16 17:07 UTC  (6+ messages)
` [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

[PATCH for 8.0 v2] memory: Prevent recursive memory access
 2023-03-16 16:32 UTC  (3+ messages)

[PATCH v2 0/3] vhost: memslot handling improvements
 2023-03-16 15:36 UTC  (3+ messages)
` [PATCH v2 1/3] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v2 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation


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