qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 14:43:46 to 2023-05-16 08:58:47 UTC [more...]

[PATCH v4 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-05-16  8:57 UTC  (20+ messages)
` [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] vfio/pci: Fix a use-after-free issue
 2023-05-16  8:57 UTC  (2+ messages)

[PATCH v2 0/6] eBPF RSS through QMP support
 2023-05-16  8:54 UTC  (5+ messages)
` [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob

[RFC PATCH 0/1] virtio-balloon: Add Working Set Reporting feature
 2023-05-16  8:54 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH] target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
 2023-05-16  8:44 UTC  (3+ messages)

[PATCH v4] target/ppc: Add POWER9 DD2.2 model
 2023-05-16  8:44 UTC  (4+ messages)

[PATCH] memory: stricter checks prior to unsetting engaged_in_io
 2023-05-16  8:40 UTC 

[PATCH] cryptodev-vhost-user: add asymmetric crypto support
 2023-05-16  8:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
 2023-05-16  8:04 UTC  (3+ messages)

[PATCH 0/3] ACPI: i386: bump MADT to revision 3
 2023-05-16  7:39 UTC  (8+ messages)
` [PATCH 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries)
` [PATCH 2/3] ACPI: i386: bump to MADT to revision 3
` [PATCH 3/3] ACPI: bios-tables-test.c step 5 (update expected table binaries)

[PULL SUBSYSTEM arm 0/8] TivaC Implementation
 2023-05-16  7:29 UTC  (9+ messages)
` [PULL 1/8] the tivac machine def init commit
` [PULL 2/8] tivac usart module implementation
` [PULL 3/8] tivac gpio "
` [PULL 4/8] tivac system control implementation
` [PULL 5/8] tivac general purpose timers implementation
` [PULL 6/8] tivac watchdog "
` [PULL 7/8] editing the meson and KConfig files to add tivac to qemu build system
` [PULL 8/8] code style fixes

[PULL 00/21] Tests, docs, s390x and misc patches
 2023-05-16  7:11 UTC  (3+ messages)

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

[PATCH v3 0/3] docs/interop: Convert QMP related txt docs to rst
 2023-05-16  6:49 UTC  (8+ messages)
` [PATCH v3 1/3] docs/interop: Convert qmp-spec.txt to rST
` [PATCH v3 2/3] docs/interop/qmp-spec: Update error description for parsing errors
` [PATCH v3 3/3] docs/interop: Delete qmp-intro.txt

Gpio in vexpress
 2023-05-15 15:17 UTC 

[PATCH] qapi/parser: Fix type hints
 2023-05-16  5:22 UTC  (3+ messages)

[PATCH v2 00/16] Migration: More migration atomic counters
 2023-05-16  4:49 UTC  (18+ messages)
` [PATCH v2 01/16] migration: Don't use INT64_MAX for unlimited rate
` [PATCH v2 02/16] migration: Correct transferred bytes value
` [PATCH v2 03/16] migration: Move setup_time to mig_stats
` [PATCH v2 04/16] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PATCH v2 05/16] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PATCH v2 06/16] migration: Move migration_total_bytes() to migration-stats.c
` [PATCH v2 07/16] migration: Add a trace for migration_transferred_bytes
` [PATCH v2 08/16] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore
` [PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA
` [PATCH v2 11/16] migration/RDMA: It is accounting for zero/normal pages in two places
` [PATCH v2 12/16] migration/rdma: Remove QEMUFile parameter when not used
` [PATCH v2 13/16] migration/rdma: Don't use imaginary transfers
` [PATCH v2 14/16] migration: Remove unused qemu_file_credit_transfer()
` [PATCH v2 15/16] migration/rdma: Simplify the function that saves a page
` [PATCH v2 16/16] migration/multifd: Compute transferred bytes correctly

[PATCH] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-16  3:59 UTC 

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-05-16  3:13 UTC  (7+ messages)

[PATCH v4] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
 2023-05-16  0:53 UTC 

[PULL v2 00/16] Block patches
 2023-05-15 23:37 UTC  (18+ messages)
` [PULL v2 01/16] block/block-common: add zoned device structs
` [PULL v2 02/16] block/file-posix: introduce helper functions for sysfs attributes
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PULL v2 04/16] block/raw-format: add zone operations to pass through requests
` [PULL v2 05/16] block: add zoned BlockDriver check to block layer
` [PULL v2 06/16] iotests: test new zone operations
` [PULL v2 07/16] block: add some trace events for new block layer APIs
` [PULL v2 08/16] docs/zoned-storage: add zoned device documentation
` [PULL v2 09/16] file-posix: add tracking of the zone write pointers
` [PULL v2 10/16] block: introduce zone append write for zoned devices
` [PULL v2 11/16] qemu-iotests: test zone append operation
` [PULL v2 12/16] block: add some trace events for zone append
` [PULL v2 13/16] virtio-blk: add zoned storage emulation for zoned devices
` [PULL v2 14/16] block: add accounting for zone append operation
` [PULL v2 15/16] virtio-blk: add some trace events for zoned emulation
` [PULL v2 16/16] docs/zoned-storage:add zoned emulation use case

[PATCH v5 00/54] tcg: Improve atomicity support
 2023-05-15 23:24 UTC  (40+ 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 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 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 15/54] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v5 16/54] tcg/aarch64: "
` [PATCH v5 20/54] tcg/arm: Adjust constraints on qemu_ld/st
` [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 31/54] tcg/loongarch64: Check the host supports unaligned accesses
` [PATCH v5 32/54] tcg/loongarch64: Support softmmu "
` [PATCH v5 34/54] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v5 40/54] tcg/i386: Use atom_and_align_for_opc
` [PATCH v5 41/54] tcg/aarch64: "
` [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 52/54] tcg/aarch64: Support 128-bit load/store
` [PATCH v5 53/54] tcg/ppc: "
` [PATCH v5 54/54] tcg/s390x: "

[PATCH] python: honour message limit when using pre-opened socket
 2023-05-15 21:14 UTC  (4+ messages)

[PATCH 0/8] block: Honour graph read lock even in the main thread
 2023-05-15 21:08 UTC  (5+ messages)
` [PATCH 1/8] block: Call .bdrv_co_create(_opts) unlocked

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-05-15 21:05 UTC  (16+ messages)
` [PATCH v3 01/14] nbd/client: Use smarter assert
` [PATCH v3 02/14] nbd/client: Add safety check on chunk payload length
` [PATCH v3 03/14] nbd/server: Prepare for alternate-size headers
` [PATCH v3 04/14] nbd: Prepare for 64-bit request effect lengths
` [PATCH v3 05/14] nbd: Add types for extended headers
` [PATCH v3 06/14] nbd/server: Refactor handling of request payload
` [PATCH v3 07/14] nbd/server: Refactor to pass full request around
` [PATCH v3 08/14] nbd/server: Support 64-bit block status
` [PATCH v3 09/14] nbd/server: Initial support for extended headers
` [PATCH v3 10/14] nbd/client: "
` [PATCH v3 11/14] nbd/client: Accept 64-bit block status chunks
` [PATCH v3 12/14] nbd/client: Request extended headers during negotiation
` [PATCH v3 13/14] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [PATCH v3 14/14] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
` [Libguestfs] [PATCH v3 00/14] qemu patches for 64-bit NBD extensions

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-05-15 20:52 UTC  (4+ messages)

[PULL 00/11] Migration 20230515 patches
 2023-05-15 20:26 UTC  (2+ messages)

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-15 20:25 UTC  (14+ messages)
` [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-15 20:21 UTC  (2+ messages)

missing boot rom: is it really a fatal error?
 2023-05-15 17:46 UTC  (6+ messages)

[PATCH 00/21] Migration: More migration atomic counters
 2023-05-15 17:16 UTC  (6+ messages)
` [PATCH 10/21] migration: Move rate_limit_max and rate_limit_used to migration_stats

[PULL 0/5] loongarch-to-apply queue
 2023-05-15 17:13 UTC  (2+ messages)

[RFC 0/3] Getting rid of "uint" and friends
 2023-05-15 16:56 UTC  (5+ messages)
` [RFC 1/3] ARM: Use normal types

[PATCH] ARM: Use normal types
 2023-05-15 16:55 UTC  (2+ messages)

[PATCH] scsi-generic: fix buffer overflow on block limits inquiry
 2023-05-15 16:53 UTC  (3+ messages)

[RESEND PATCH 00/84] tcg: Build once for system, once for user
 2023-05-15 16:41 UTC  (3+ messages)
` [PATCH 32/84] tcg: Add tlb_dyn_max_bits to TCGContext

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-05-15 16:26 UTC 

[PATCH v2 0/2] docs/interop: Convert QMP related txt docs to rst
 2023-05-15 16:18 UTC  (4+ messages)
` [PATCH v2 1/2] docs/interop: Convert qmp-spec.txt to rST

[RFC] cxl: Multi-headed device design
 2023-05-15 16:18 UTC  (2+ messages)

[PATCH trivial for-8.0] hw/virtio/virtio-qmp.c: spelling: suppoted
 2023-05-15 16:17 UTC  (2+ messages)

[PATCH 1/1] ui/gtk: Launching GTK UI with OpenGL on causes the refreshrate update to not run
 2023-05-15 16:17 UTC  (2+ messages)

[PATCH qemu] timer/i8254: Fix one shot PIT mode
 2023-05-15 16:15 UTC  (2+ messages)

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-05-15 16:13 UTC  (2+ messages)

[PATCH v3] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-05-15 16:09 UTC  (9+ messages)

[PATCH v4] spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
 2023-05-15 16:02 UTC 

tcg_target_long to pointer conversion?
 2023-05-15 15:51 UTC  (3+ messages)

[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  (7+ 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

[PATCH] target/arm: Fix vd == vm overlap in sve_ldff1_z
 2023-05-15 15:30 UTC  (2+ 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  (5+ messages)
  ` [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] Maintainers: add myself as reviewer for sbsa-ref
 2023-05-15 15:11 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v5 3/3] migration: process_incoming_migration_co(): move colo part to colo

[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


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