messages from 2024-06-19 05:01:39 to 2024-06-20 09:56:27 UTC [more...]
[PATCH 00/10] target/i386: make decoding entirely table based
2024-06-20 9:54 UTC (7+ messages)
` [PATCH 01/10] target/i386: use cpu_cc_dst for CC_OP_POPCNT
` [PATCH 02/10] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
` [PATCH 03/10] target/i386: convert bit test instructions to new decoder
` [PATCH 06/10] target/i386: convert CMPXCHG8B/CMPXCHG16B "
` [PATCH 07/10] target/i386: do not check PREFIX_LOCK in old-style decoder
` [PATCH 08/10] target/i386: list instructions still in translate.c
[PATCH] hw/net: Fix Coverity Issue for npcm-gmac
2024-06-20 9:52 UTC (3+ messages)
[PATCH v2 0/2] tests/avocado: make sbsa-ref working with >1 core
2024-06-20 9:34 UTC (5+ messages)
` [PATCH v2 1/2] tests/avocado: use default amount of cores on sbsa-ref
` [PATCH v2 2/2] tests/avocado: update firmware for sbsa-ref
[PATCH] plugins/execlog.c: correct dump of registers values
2024-06-20 8:38 UTC
[PATCH 0/5] s390x: Add Full Boot Order Support
2024-06-20 8:14 UTC (9+ messages)
` [PATCH 5/5] s390x: Enable and document boot device fallback on panic
[PATCH v2] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
2024-06-20 7:54 UTC
[RFC PATCH v4 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-06-20 7:50 UTC (11+ messages)
` [RFC PATCH v4 1/5] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
` [RFC PATCH v4 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
` [RFC PATCH v4 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
` [RFC PATCH v4 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
[PATCH 00/32] hw/sd: eMMC support
2024-06-20 7:23 UTC (4+ messages)
` [PATCH 22/32] hw/sd: Add emmc_cmd_SEND_EXT_CSD() handler
[PATCH v1 0/2] hw/net:ftgmac100: support AST2700
2024-06-20 7:01 UTC (4+ messages)
` [PATCH v1 1/2] hw/net:ftgmac100: fix coding style
` [PATCH v1 2/2] hw/net:ftgmac100: support 64 bits dma dram address for AST2700
[PATCH] hw/riscv/virt.c: Make block devices default to virtio
2024-06-20 6:47 UTC
[PATCH v3] hw/gpio/aspeed: Add reg_table_size to AspeedGPIOClass
2024-06-20 5:44 UTC (3+ messages)
[PULL 00/24] tcg patch queue
2024-06-20 4:45 UTC (26+ messages)
` [PULL 01/24] tcg/loongarch64: Import LASX, FP insns
` [PULL 02/24] tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs
` [PULL 03/24] tcg/loongarch64: Handle i32 and i64 moves between gr and fr
` [PULL 04/24] tcg/loongarch64: Support TCG_TYPE_V64
` [PULL 05/24] util/loongarch64: Detect LASX vector support
` [PULL 06/24] tcg/loongarch64: Simplify tcg_out_dup_vec
` [PULL 07/24] tcg/loongarch64: Support LASX in tcg_out_dup_vec
` [PULL 08/24] tcg/loongarch64: Support LASX in tcg_out_dupm_vec
` [PULL 09/24] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
` [PULL 10/24] tcg/loongarch64: Support LASX "
` [PULL 11/24] tcg/loongarch64: Simplify tcg_out_addsub_vec
` [PULL 12/24] tcg/loongarch64: Support LASX in tcg_out_addsub_vec
` [PULL 13/24] tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op
` [PULL 14/24] tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st}
` [PULL 15/24] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
` [PULL 16/24] tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op
` [PULL 17/24] tcg/loongarch64: Support LASX "
` [PULL 18/24] tcg/loongarch64: Enable v256 with LASX
` [PULL 19/24] util/bufferiszero: Split out host include files
` [PULL 20/24] util/bufferiszero: Add loongarch64 vector acceleration
` [PULL 21/24] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
` [PULL 22/24] linux-user: Make TARGET_NR_setgroups affect only the current thread
` [PULL 23/24] target/sparc: use signed denominator in sdiv helper
` [PULL 24/24] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
[PATCH v7 0/2] Support RISC-V IOPMP
2024-06-20 2:30 UTC (6+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
[PATCH 2/3] exec: avoid using C++ keywords in function parameters
2024-06-20 1:47 UTC (3+ messages)
[PATCH v3 00/11] migration: New postcopy state, and some cleanups
2024-06-19 22:30 UTC (12+ messages)
` [PATCH v3 01/11] migration/multifd: Avoid the final FLUSH in complete()
` [PATCH v3 02/11] migration: Rename thread debug names
` [PATCH v3 03/11] migration: Use MigrationStatus instead of int
` [PATCH v3 04/11] migration: Cleanup incoming migration setup state change
` [PATCH v3 05/11] migration/postcopy: Add postcopy-recover-setup phase
` [PATCH v3 06/11] migration/docs: Update postcopy recover session for SETUP phase
` [PATCH v3 07/11] tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests
` [PATCH v3 08/11] tests/migration-tests: Always enable migration events
` [PATCH v3 09/11] tests/migration-tests: migration_event_wait()
` [PATCH v3 10/11] tests/migration-tests: Verify postcopy-recover-setup status
` [PATCH v3 11/11] tests/migration-tests: Cover postcopy failure on reconnect
[PATCH v4 0/5] hw/ppc: SPI model
2024-06-19 22:14 UTC (6+ messages)
` [PATCH v4 1/5] ppc/pnv: Add "
` [PATCH v4 2/5] ppc/pnv: Extend "
[PATCH v2 00/10] migration: New postcopy state, and some cleanups
2024-06-19 20:39 UTC (5+ messages)
` [PATCH v2 08/10] tests/migration-tests: Always enable migration events
[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
2024-06-19 20:14 UTC (6+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v3 3/5] rust: add PL011 device model
` [RFC PATCH v3 4/5] DO NOT MERGE: add rustdoc build for gitlab pages
` [RFC PATCH v3 5/5] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine
[PULL v3 00/74] Misc patches for 2024-06-19
2024-06-19 20:14 UTC (3+ messages)
` [PULL v3 74/74] exec: Make the MemOp enum cast explicit
[PATCH v4] hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mapping
2024-06-19 20:12 UTC
[PATCH v3] hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mapping
2024-06-19 19:56 UTC (3+ messages)
[PATCH v2] target/riscv: fix instructions count handling in icount mode
2024-06-19 19:56 UTC (2+ messages)
[PATCH] linux-user: open_self_stat: Implement num_threads
2024-06-19 19:41 UTC
[PATCH] hw/gpio/aspeed: Add bounds checking for register table access
2024-06-19 18:37 UTC (5+ messages)
[PATCH v2 00/12] Add support for RISC-V ACPI tests
2024-06-19 18:05 UTC (22+ messages)
` [PATCH v2 05/12] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v2 06/12] tests/data/acpi/virt: Move ACPI tables under aarch64
` [PATCH v2 07/12] meson.build: Add RISC-V to the edk2-target list
` [PATCH v2 08/12] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
` [PATCH v2 09/12] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
` [PATCH v2 10/12] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
` [PATCH v2 11/12] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v2 12/12] tests/qtest/bios-tables-test: Add expected ACPI data files "
[PATCH v2] Consider discard option when writing zeros
2024-06-19 17:45 UTC (3+ messages)
[PATCH] configure: detect --cpu=mipsisa64r6
2024-06-19 17:43 UTC (5+ messages)
[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
2024-06-19 17:36 UTC (11+ messages)
` [RFC PATCH v2 1/5] build-sys: Add rust feature option
` [RFC PATCH v2 3/5] rust: add PL011 device model
[PATCH v14 00/14] Support blob memory and venus on qemu
2024-06-19 17:37 UTC (7+ messages)
` [PATCH v14 12/14] virtio-gpu: Handle resource blob commands
[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
2024-06-19 17:32 UTC (26+ messages)
` [PATCH 03/13] docs/qapidoc: delint a tiny portion of the module
` [PATCH 04/13] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 05/13] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH 06/13] docs/qapidoc: fix nested parsing under untagged sections
` [PATCH 07/13] qapi: fix non-compliant JSON examples
` [PATCH 08/13] qapi: ensure all errors sections are uniformly typset
` [PATCH 09/13] qapi: convert "Note" sections to plain rST
` [PATCH 10/13] qapi: update prose in note blocks
` [PATCH 11/13] qapi: add markup to "
` [PATCH 12/13] qapi/parser: don't parse rST markup as section headers
` [PATCH 13/13] qapi: convert "Example" sections to rST
[PATCH v2 0/6] target/riscv: Add support for Control Transfer Records Ext
2024-06-19 15:27 UTC (7+ messages)
` [PATCH v2 1/6] target/riscv: Remove obsolete sfence.vm instruction
` [PATCH v2 2/6] target/riscv: Add Control Transfer Records CSR definitions
` [PATCH v2 3/6] target/riscv: Add support for Control Transfer Records extension CSRs
` [PATCH v2 4/6] target/riscv: Add support to record CTR entries
` [PATCH v2 5/6] target/riscv: Add CTR sctrclr instruction
` [PATCH v2 6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs
[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
2024-06-19 15:06 UTC (12+ messages)
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling
[PATCH] hw/core: Rename CpuTopology to CPUTopology
2024-06-19 14:53 UTC (3+ messages)
[PATCH] hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCG
2024-06-19 14:44 UTC
[PATCH 0/3] target/i386/cpu: Misc Cleanup on host-cache-info
2024-06-19 14:42 UTC (4+ messages)
` [PATCH 1/3] target/i386/cpu: Use hex mask to check for valid cache CPUID leaf
` [PATCH 2/3] target/i386/cpu: Check guest_thread_ids_per_pkg for host-cache-info case
` [PATCH 3/3] target/i386/cpu: Add comment about adjusting the Guest cache topo for host-cache-info
[PATCH] MAINTAINERS: Cover all tests/qtest/migration-* files
2024-06-19 13:54 UTC (4+ messages)
[PATCH 1/1] tests/avocado: use default amount of cores on sbsa-ref
2024-06-19 13:45 UTC
[PULL 00/76] Misc patches for 2024-06-18
2024-06-19 13:27 UTC (6+ messages)
[PATCH] docs/cxl: fix some typos
2024-06-19 4:54 UTC
pipewire re-connect
2024-06-19 6:50 UTC
[PATCH v2] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
2024-06-19 13:03 UTC
[PATCH] hw/arm/virt-acpi-build: Drop local iort_node_offset
2024-06-19 12:59 UTC (2+ messages)
[PATCH v2 0/3] Add boot-mode property for zynq
2024-06-19 12:56 UTC (7+ messages)
` [PATCH v2 1/3] hw/misc/zynq_slcr: Add BootMode property
` [PATCH v2 2/3] hw/arm/xilinx_zynq: Add boot-mode property
` [PATCH v2 3/3] docs/system/arm: Add a doc for zynq board
[PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
2024-06-19 12:49 UTC (3+ messages)
` [PATCH 1/2] target/arm: Merge gdbstub64.c within gdbstub.c
` [PATCH 2/2] target/arm: Always build Aarch64 gdbstub helpers
[PATCH] block/file-posix: Consider discard flag when opening
2024-06-19 10:58 UTC (3+ messages)
[PATCH 1/3] exec: Make the MemOp enum cast explicit
2024-06-19 10:49 UTC (3+ messages)
[RFC] vhost: Introduce packed vq and add buffer elements
2024-06-19 10:19 UTC (4+ messages)
[RFC PATCH 0/3] Deprecate the qemu-system-i386 binary
2024-06-19 10:09 UTC (3+ messages)
[PATCH v1 0/2] Fix coverity issues for AST2700
2024-06-19 9:35 UTC (3+ messages)
` [PATCH v1 1/2] aspeed/soc: fix coverity issue
` [PATCH v1 2/2] aspeed/sdmc: "
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-06-19 9:24 UTC (3+ messages)
[PATCH 0/2] Add boot-mode property for zynq
2024-06-19 9:06 UTC (5+ messages)
` [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property
[PATCH] hw/net: Fix Coverity Issue for nocm-gmac
2024-06-19 8:34 UTC (3+ messages)
` [PATCH] hw/net: Fix Coverity Issue for npcm-gmac
[PATCH 3/3] exec: use char* for pointer arithmetic
2024-06-19 8:05 UTC (3+ messages)
[PATCH 0/3] semihosting: Restrict to TCG
2024-06-19 7:49 UTC (8+ messages)
` [PATCH 3/3] "
[PATCH] docs: Fix title format errors in the multi-process.rst
2024-06-19 7:38 UTC
[PATCH] block: m25p80: Fix heap-buffer-overflow in flash_erase function
2024-06-19 7:38 UTC (5+ messages)
[PATCH v2] hw/gpio/aspeed: Add reg_table_size to AspeedGPIOClass
2024-06-19 7:33 UTC
[PATCH v2] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
2024-06-19 6:50 UTC (2+ messages)
[PATCH 0/2] arch_dump: fix prstatus pid on s390x and ppc
2024-06-19 6:01 UTC (5+ messages)
` [PATCH 1/2] target/s390x/arch_dump: use correct byte order for pid
` [PATCH 2/2] target/ppc/arch_dump: set prstatus pid to cpuid
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).