qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 23:57:45 to 2021-06-14 09:59:43 UTC [more...]

[PATCH v8] introduce vfio-user protocol specification
 2021-06-14  9:57 UTC  (7+ messages)

[PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
 2021-06-14  9:56 UTC  (3+ messages)

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14  9:53 UTC  (8+ messages)
` [RFC PATCH V1 1/3] acpi: Eliminate all "
` [RFC PATCH V1 2/3] arm: "
` [RFC PATCH V1 3/3] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

[PATCH 00/28] tcg: bswap improvements
 2021-06-14  9:42 UTC  (35+ messages)
` [PATCH 01/28] tcg: Add flags argument to bswap opcodes
` [PATCH 02/28] tcg/i386: Support bswap flags
` [PATCH 03/28] tcg/aarch64: "
` [PATCH 04/28] tcg/arm: "
` [PATCH 05/28] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PATCH 06/28] tcg/ppc: Split out tcg_out_sari{32,64}
` [PATCH 07/28] tcg/ppc: Split out tcg_out_bswap16
` [PATCH 08/28] tcg/ppc: Split out tcg_out_bswap32
` [PATCH 09/28] tcg/ppc: Split out tcg_out_bswap64
` [PATCH 10/28] tcg/ppc: Support bswap flags
` [PATCH 11/28] tcg/ppc: Use power10 byte-reverse instructions
` [PATCH 12/28] tcg/s390: Support bswap flags
` [PATCH 13/28] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH 14/28] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH 15/28] tcg/tci: Support bswap flags
` [PATCH 16/28] tcg: Handle new bswap flags during optimize
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH 18/28] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH 19/28] tcg: Make use of bswap flags in tcg_gen_qemu_st_*
` [PATCH 20/28] target/arm: Improve REV32
` [PATCH 21/28] target/arm: Improve vector REV
` [PATCH 22/28] target/arm: Improve REVSH
` [PATCH 23/28] target/i386: Improve bswap translation
` [PATCH 24/28] target/sh4: Improve swap.b translation
` [PATCH 25/28] target/mips: Fix gen_mxu_s32ldd_s32lddr
` [PATCH 26/28] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH 27/28] tcg/aarch64: "
` [PATCH 28/28] tcg/riscv: Remove MO_BSWAP handling

[PULL 00/34] tcg patch queue
 2021-06-14  9:35 UTC  (22+ messages)
` [PULL 13/34] accel/tcg: Use MiB in tcg_init_machine
` [PULL 16/34] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PULL 18/34] tcg: Rename region.start to region.after_prologue
` [PULL 20/34] tcg: Tidy split_cross_256mb
` [PULL 21/34] tcg: Move in_code_gen_buffer and tests to region.c
` [PULL 22/34] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PULL 24/34] tcg: Sink qemu_madvise call to common code
` [PULL 25/34] util/osdep: Add qemu_mprotect_rw
` [PULL 26/34] tcg: Round the tb_size default from qemu_get_host_physmem
` [PULL 27/34] tcg: Merge buffer protection and guard page protection
` [PULL 28/34] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PULL 29/34] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
` [PULL 30/34] tcg: Introduce tcg_remove_ops_after
` [PULL 32/34] tcg/arm: Fix tcg_out_op function signature
` [PULL 33/34] softfloat: Fix tp init in float32_exp2
` [PULL 34/34] docs/devel: Explain in more detail the TB chaining mechanisms

[PATCH v15 0/7] MTE support for KVM guest
 2021-06-14  9:05 UTC  (8+ messages)
` [PATCH v15 1/7] arm64: mte: Handle race when synchronising tags
` [PATCH v15 2/7] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v15 3/7] KVM: arm64: Introduce MTE VM feature
` [PATCH v15 4/7] KVM: arm64: Save/restore MTE registers
` [PATCH v15 5/7] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v15 6/7] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v15 7/7] KVM: arm64: Document MTE capability and ioctl

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-14  9:01 UTC 

[RFC PATCH] migration: Add missing dependency on GNUTLS
 2021-06-14  8:44 UTC  (3+ messages)

[PATCH] esp: fix migration version check in esp_is_version_5()
 2021-06-14  9:01 UTC  (5+ messages)

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-14  8:48 UTC  (2+ messages)

[PATCH v5 0/6] blkdebug: fix racing condition when iterating on
 2021-06-14  8:29 UTC  (7+ messages)
` [PATCH v5 1/6] blkdebug: refactor removal of a suspended request
` [PATCH v5 2/6] blkdebug: move post-resume handling to resume_req_by_tag
` [PATCH v5 3/6] blkdebug: track all actions
` [PATCH v5 4/6] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
` [PATCH v5 5/6] block/blkdebug: remove new_state field and instead use a local variable
` [PATCH v5 6/6] blkdebug: protect rules and suspended_reqs with a lock

[PATCH v2 00/18] modules: add metadata database
 2021-06-14  8:34 UTC  (7+ messages)
` [PATCH v2 02/18] qapi: add ModuleInfo schema
` [PATCH v2 03/18] modules: add qemu-modinfo utility

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-14  8:18 UTC  (4+ messages)
` [PATCH v3 1/5] ratelimit: treat zero speed as unlimited
` [PATCH v3 2/5] block-copy: let ratelimit handle a speed of 0

[PATCH v3 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-14  8:14 UTC  (4+ messages)

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-14  8:17 UTC  (7+ messages)
` [PATCH v3 1/5] ratelimit: treat zero speed as unlimited
` [PATCH v3 2/5] block-copy: let ratelimit handle a speed of 0
` [PATCH v3 3/5] blockjob: "
` [PATCH v3 4/5] progressmeter: protect with a mutex
` [PATCH v3 5/5] co-shared-resource: "

[PATCH] esp: store lun coming from the MESSAGE OUT phase
 2021-06-14  8:16 UTC  (3+ messages)

[PATCH 0/5] dp8393x: fixes for MacOS toolbox ROM
 2021-06-14  7:51 UTC  (8+ messages)
` [PATCH 1/5] dp8393x: checkpatch fixes
` [PATCH 2/5] dp8393x: convert to trace-events
` [PATCH 3/5] dp8393x: fix PROM checksum and MAC address storage
` [PATCH 4/5] dp8393x: don't force 32-bit register access
` [PATCH 5/5] dp8393x: fix CAM descriptor entry index

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-14  7:33 UTC  (7+ messages)
` [PATCH v4 1/6] block-copy: small refactor in block_copy_task_entry and block_copy_common
` [PATCH v4 2/6] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 4/6] block-copy: move progress_set_remaining in block_copy_task_end
` [PATCH v4 5/6] block-copy: add a CoMutex
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-06-14  7:08 UTC  (2+ messages)

[PATCH] meson.build: Support ncurses on MacOS
 2021-06-14  5:45 UTC  (4+ messages)

[PULL v2 00/34] tcg patch queue
 2021-06-14  5:24 UTC  (3+ messages)
` [PULL v2 22/34] tcg: Allocate code_gen_buffer into struct tcg_region_state

[PULL 0/9] migration queue
 2021-06-14  5:14 UTC  (3+ messages)
` [PULL 1/9] yank: Unregister function when using TLS migration

[PATCH v2 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-13 11:59 UTC  (3+ messages)

[PATCH v3 0/2] QOMify Sifive UART Model
 2021-06-14  2:13 UTC  (4+ messages)
` [PATCH v3 1/2] hw/char: sifive_uart
` [PATCH v3 2/2] "

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-13 21:49 UTC  (7+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()
` [PATCH 2/3] hw/acpi: Provide function acpi_ghes_present()
` [PATCH 3/3] target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-13 21:15 UTC  (5+ messages)
` [PATCH 1/4] mc146818rtc: Make PF independent of PIE
` [PATCH 2/4] alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
` [PATCH 3/4] alpha: Provide a PCI-ISA bridge device node for guest OS's that expect it
` [PATCH 4/4] alpha: Provide console information to the PALcode at start-up

[PATCH v2 0/1] PALcode fixes for guest OS console initialization
 2021-06-13 21:09 UTC  (2+ messages)
` [PATCH v2 1/1] Provide a minimal Console Terminal Block in the HWRPB

[PATCH] target/i386/tcg/sysemu/bpt_helper.c: typo since cpu_breakpoint and cpu_watchpoint are in a union, the code should access only one of them
 2021-06-13 18:08 UTC 

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-13 16:26 UTC  (12+ messages)
` [PATCH v4 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v4 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v4 3/8] hw/intc: GICv3 ITS command queue framework
` [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing
` [PATCH v4 6/8] hw/intc: GICv3 redistributor ITS processing

[PATCH] block: fix build waring
 2021-06-13 15:03 UTC  (2+ messages)

[PATCH v2] semihosting/arm-compat: remove heuristic softmmu SYS_HEAPINFO
 2021-06-13 14:58 UTC  (6+ messages)

[Qemu-devel] GSoC Introduction
 2021-06-13 12:44 UTC 

tb_flush() calls causing long Windows XP boot times
 2021-06-13 14:03 UTC  (8+ messages)

[PATCH] Fix assertion failure in lsi53c810 emulator
 2021-06-13 13:44 UTC  (3+ messages)

[PATCH] virtio-gpu: move scanout_id sanity check
 2021-06-13 13:23 UTC  (2+ messages)

[PATCH v2] fuzz: Display hexadecimal value with '0x' prefix
 2021-06-13 12:47 UTC  (5+ messages)

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-06-13 10:10 UTC  (3+ messages)
` [RFC PATCH 03/11] hw/intc: Add CLIC device

[gitlab] Renamed issue labels for target architecture
 2021-06-13  6:52 UTC  (2+ messages)

QEMU | USB Ethernet device (RNDIS) does not work on several tested operating systems (#198)
 2021-06-13  1:09 UTC  (5+ messages)

[PATCH] accel/tcg: Probe the proper permissions for atomic ops
 2021-06-13  0:25 UTC 

[PATCH] target/arm: Implement MTE3
 2021-06-12 21:19 UTC  (2+ messages)

[PATCH] target/arm: Fix mte page crossing test
 2021-06-12 19:57 UTC 

[PATCH] fuzz: Display hexadecimal value with '0x' prefix
 2021-06-12 16:31 UTC  (3+ messages)

[PATCH v1 0/3] RISC-V ACLINT Support
 2021-06-12 16:06 UTC  (4+ messages)
` [PATCH v1 1/3] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v1 2/3] hw/riscv: virt: Re-factor FDT generation
` [PATCH v1 3/3] hw/riscv: virt: Add optional ACLINT support to virt machine

[PATCH v7 00/27] TCI fixes and cleanups
 2021-06-12 15:40 UTC  (12+ messages)
` [PATCH v7 15/27] tcg/tci: Change encoding to uint32_t units
` [PATCH v7 16/27] tcg/tci: Implement goto_ptr
` [PATCH v7 22/27] tcg/tci: Implement add2, sub2
` [PATCH v7 24/27] Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"
` [PATCH v7 26/27] tcg/tci: Use {set,clear}_helper_retaddr

[PATCH] linux-user: Set CF_PARALLEL when mapping shared memory
 2021-06-12 10:29 UTC  (2+ messages)

[PATCH] meson.build: Support ncurses on MacOS
 2021-06-12  8:51 UTC 

Subject: [PATCH] hw/vmxnet3: fix vmxnet3 g_assert_not_reached bug
 2021-06-12  6:03 UTC 

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-12  5:28 UTC  (3+ messages)
` [RFC PATCH 4/5] qmp: Added qemu-ebpf-rss-path command

[PATCH v2 0/3] hw/nvme: namespace parameter for EUI-64
 2021-06-11 23:46 UTC  (4+ messages)
` [PATCH v2 1/3] hw: virt: consider hw_compat_6_0
` [PATCH v2 2/3] hw/nvme: namespace parameter for EUI-64
` [PATCH v2 3/3] hw/nvme: default for namespace EUI-64


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