messages from 2023-05-15 13:24:24 to 2023-05-15 20:34:22 UTC [more...]
[PATCH 0/3] ACPI: i386: bump MADT to revision 3
2023-05-15 20:33 UTC
[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)
[PATCH v2 00/16] Migration: More migration atomic counters
2023-05-15 19:57 UTC (17+ 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 v3 00/14] qemu patches for 64-bit NBD extensions
2023-05-15 19:53 UTC (15+ 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
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 (7+ messages)
` [PATCH 10/21] migration: Move rate_limit_max and rate_limit_used to migration_stats
[PATCH v5 00/54] tcg: Improve atomicity support
2023-05-15 17:14 UTC (65+ 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: "
[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)
[PATCH v4 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-05-15 16:42 UTC (16+ 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 "
[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 v3 0/3] docs/interop: Convert QMP related txt docs to rst
2023-05-15 16:22 UTC (4+ 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
[PATCH 0/8] block: Honour graph read lock even in the main thread
2023-05-15 16:19 UTC (4+ messages)
` [PATCH 1/8] block: Call .bdrv_co_create(_opts) unlocked
[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)
[PULL v2 00/16] Block patches
2023-05-15 16:05 UTC (17+ 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] target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
2023-05-15 16:01 UTC
[PATCH v4] target/ppc: Add POWER9 DD2.2 model
2023-05-15 16:02 UTC
[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 (10+ 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 (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 (15+ messages)
` [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 (4+ messages)
` [PATCH v3 1/9] target/ppc: Fix width of some 32-bit SPRs
[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 (6+ messages)
` [PATCH v5 2/3] migration: split migration_incoming_co
` [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
[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] 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).