qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 13:27:28 to 2021-10-07 20:23:04 UTC [more...]

[PATCH v2 00/48] tcg: optimize redundant sign extensions
 2021-10-07 19:54 UTC  (34+ messages)
` [PATCH v2 01/48] tcg/optimize: Rename "mask" to "z_mask"
` [PATCH v2 02/48] tcg/optimize: Split out OptContext
` [PATCH v2 03/48] tcg/optimize: Remove do_default label
` [PATCH v2 04/48] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface
` [PATCH v2 05/48] tcg/optimize: Move prev_mb into OptContext
` [PATCH v2 06/48] tcg/optimize: Split out init_arguments
` [PATCH v2 07/48] tcg/optimize: Split out copy_propagate
` [PATCH v2 08/48] tcg/optimize: Split out fold_call
` [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PATCH v2 10/48] tcg/optimize: Change fail return for do_constant_folding_cond*
` [PATCH v2 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PATCH v2 13/48] tcg/optimize: Use a boolean to avoid a mass of continues
` [PATCH v2 14/48] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
` [PATCH v2 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v2 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v2 17/48] tcg/optimize: Split out fold_brcond2
` [PATCH v2 18/48] tcg/optimize: Split out fold_brcond
` [PATCH v2 19/48] tcg/optimize: Split out fold_setcond
` [PATCH v2 20/48] tcg/optimize: Split out fold_mulu2_i32
` [PATCH v2 21/48] tcg/optimize: Split out fold_addsub2_i32
` [PATCH v2 22/48] tcg/optimize: Split out fold_movcond
` [PATCH v2 23/48] tcg/optimize: Split out fold_extract2
` [PATCH v2 25/48] tcg/optimize: Split out fold_deposit
` [PATCH v2 27/48] tcg/optimize: Split out fold_bswap
` [PATCH v2 28/48] tcg/optimize: Split out fold_dup, fold_dup2
` [PATCH v2 29/48] tcg/optimize: Split out fold_mov
` [PATCH v2 30/48] tcg/optimize: Split out fold_xx_to_i
` [PATCH v2 31/48] tcg/optimize: Split out fold_xx_to_x
` [PATCH v2 32/48] tcg/optimize: Split out fold_xi_to_i
` [PATCH v2 36/48] tcg/optimize: Split out fold_xi_to_x
` [PATCH v2 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v2 42/48] tcg/optimize: Add more simplifications for orc
` [PATCH v2 45/48] tcg/optimize: Propagate sign info for logical operations

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-07 19:51 UTC  (33+ messages)
` [PATCH v4 01/23] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v4 02/23] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v4 03/23] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v4 04/23] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v4 05/23] target/i386/sev: Prefix QMP errors with 'SEV'
` [PATCH v4 06/23] target/i386/monitor: Return QMP error when SEV is not enabled for guest
` [PATCH v4 07/23] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v4 08/23] target/i386/sev_i386.h: Remove unused headers
` [PATCH v4 09/23] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v4 10/23] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v4 11/23] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v4 12/23] target/i386/sev: Use g_autofree in sev_launch_get_measure()
` [PATCH v4 13/23] target/i386/sev: Restrict SEV to system emulation
` [PATCH v4 14/23] target/i386/sev: Rename sev_i386.h -> sev.h
` [PATCH v4 15/23] target/i386/sev: Declare system-specific functions in 'sev.h'
` [PATCH v4 16/23] target/i386/sev: Remove stubs by using code elision
` [PATCH v4 17/23] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v4 18/23] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v4 19/23] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v4 20/23] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v4 21/23] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v4 22/23] monitor: Reduce hmp_info_sev() declaration
` [PATCH v4 23/23] MAINTAINERS: Cover SEV-related files with X86/KVM section

[PATCH 00/24] configure->meson queue for 6.2
 2021-10-07 19:24 UTC  (20+ messages)
` [PATCH 01/24] configure: remove --oss-lib
` [PATCH 06/24] kconfig: split CONFIG_SPARSE_MEM from fuzzing
` [PATCH 10/24] configure, meson: move CONFIG_HOST_DSOSUF to Meson
` [PATCH 11/24] configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
` [PATCH 15/24] configure, meson: move libaio check to meson.build
` [PATCH 17/24] configure, meson: move netmap detection to meson
` [PATCH 18/24] configure, meson: move Spice configure handling "
` [PATCH 19/24] configure: remove obsolete Solaris ar check
` [PATCH 22/24] configure: accept "internal" for --enable-capstone/slirp/fdt
` [PATCH 23/24] configure: prepare for auto-generated option parsing
` [PATCH 24/24] configure: automatically parse command line for meson -D options

Approaches for same-on-same linux-user execve?
 2021-10-07 19:13 UTC  (4+ messages)

[PULL v2 00/15] jobs: mirror: Handle errors after READY cancel
 2021-10-07 19:06 UTC  (6+ messages)
` [PULL v2 01/15] block/backup: avoid integer overflow of `max-workers`
` [PULL v2 02/15] block/aio_task: assert `max_busy_tasks` is greater than 0
` [PULL v2 09/15] job: Do not soft-cancel after a job is done
` [PULL v2 10/15] job: Add job_cancel_requested()

[PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
 2021-10-07 17:56 UTC  (5+ messages)
` [PATCH 1/4] MAINTAINERS: Cover SGX documentation file with X86/KVM section
` [PATCH 2/4] hw/i386/sgx: Have sgx_epc_get_section() return a boolean
` [PATCH 3/4] hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
` [PATCH 4/4] hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() "

[RFC PATCH 00/13] target/riscv: Rationalize XLEN and operand length
 2021-10-07 17:47 UTC  (14+ messages)
` [PATCH 01/13] target/riscv: Move cpu_get_tb_cpu_state out of line
` [PATCH 02/13] target/riscv: Create RISCVMXL enumeration
` [PATCH 03/13] target/riscv: Split misa.mxl and misa.ext
` [PATCH 04/13] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH 05/13] target/riscv: Add MXL/SXL/UXL to TB_FLAGS
` [PATCH 06/13] target/riscv: Use REQUIRE_64BIT in amo_check64
` [PATCH 07/13] target/riscv: Properly check SEW in amo_op
` [PATCH 08/13] target/riscv: Replace is_32bit with get_xl/get_xlen
` [PATCH 09/13] target/riscv: Replace DisasContext.w with DisasContext.ol
` [PATCH 10/13] target/riscv: Use gen_arith_per_ol for RVM
` [PATCH 11/13] target/riscv: Adjust trans_rev8_32 for riscv64
` [PATCH 12/13] target/riscv: Use gen_unary_per_ol for RVB
` [PATCH 13/13] target/riscv: Use gen_shift*_per_ol for RVB, RVI

[PATCH 00/12] block: 64bit blk io
 2021-10-07 17:52 UTC  (3+ messages)
` [PATCH 13/12] block-backend: fix blk_co_flush prototype to mention coroutine_fn
` [PATCH 14/12] block-backend: update blk_co_pwrite() and blk_co_pread() wrappers

[PATCH] target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
 2021-10-07 17:53 UTC  (2+ messages)

[PATCH v7 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-07 17:30 UTC  (12+ messages)
` [PATCH v7 01/10] ACPI ERST: specification for ERST support
` [PATCH v7 02/10] ACPI ERST: PCI device_id for ERST
` [PATCH v7 03/10] ACPI ERST: header file "
` [PATCH v7 04/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v7 05/10] ACPI ERST: build the ACPI ERST table
` [PATCH v7 06/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v7 07/10] ACPI ERST: qtest for ERST
` [PATCH v7 08/10] ACPI ERST: bios-tables-test testcase
` [PATCH v7 09/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v7 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PULL 00/26] riscv-to-apply queue
 2021-10-07 17:25 UTC  (2+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-07 16:24 UTC  (16+ messages)
` [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512
` [PATCH 02/15] pcie: Add support for Single Root I/O Virtualization (SR/IOV)
` [PATCH 03/15] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt
` [PATCH 04/15] pcie: Add callback preceding SR-IOV VFs update
` [PATCH 05/15] hw/nvme: Add support for SR-IOV
` [PATCH 06/15] hw/nvme: Add support for Primary Controller Capabilities
` [PATCH 07/15] hw/nvme: Add support for Secondary Controller List
` [PATCH 08/15] pcie: Add 1.2 version token for the Power Management Capability
` [PATCH 09/15] hw/nvme: Implement the Function Level Reset
` [PATCH 10/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PATCH 11/15] hw/nvme: Calculate BAR atributes in a function
` [PATCH 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH 13/15] pcie: Add helpers to the SR/IOV API
` [PATCH 14/15] hw/nvme: Add support for the Virtualization Management command
` [PATCH 15/15] docs: Add documentation for SR-IOV and Virtualization Enhancements

[PATCH 0/2] pylint: fix new errors and warnings
 2021-10-07 16:25 UTC  (7+ messages)
` [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-10-07 16:58 UTC  (6+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-07 16:52 UTC  (14+ messages)
` [PATCH v2 04/17] python/aqmp: add send_fd_scm
` [PATCH v2 05/17] python/aqmp: Add dict conversion method to Greeting object
` [PATCH v2 06/17] python/aqmp: Reduce severity of EOFError-caused loop terminations
` [PATCH v2 07/17] python/aqmp: Disable logging messages by default
` [PATCH v2 12/17] python/machine: Handle QMP errors on close more meticulously

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-07 16:12 UTC  (11+ messages)

[PATCH 1/1] virtio: write back F_VERSION_1 before validate
 2021-10-07 16:16 UTC  (6+ messages)

[PATCH v3 00/17] iotests: support zstd
 2021-10-07 16:29 UTC  (3+ messages)

[PATCH V4] block/rbd: implement bdrv_co_block_status
 2021-10-07 16:28 UTC 

[PATCH V3] block/rbd: implement bdrv_co_block_status
 2021-10-07 16:30 UTC  (5+ messages)

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-07 15:42 UTC  (8+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-07 15:22 UTC  (6+ messages)
` [PATCH v3 2/3] "

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-07 15:18 UTC  (4+ messages)
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-07 14:54 UTC  (50+ messages)
` [RFC PATCH v2 04/25] include/block/block: split header into I/O and global state API
` [RFC PATCH v2 06/25] include/block/block_int: "
` [RFC PATCH v2 07/25] assertions for block_int "
` [RFC PATCH v2 08/25] block: introduce assert_bdrv_graph_writable
` [RFC PATCH v2 09/25] include/block/blockjob_int.h: split header into I/O and GS API
` [RFC PATCH v2 10/25] assertions for blockjob_int.h
` [RFC PATCH v2 11/25] include/block/blockjob.h: global state API
` [RFC PATCH v2 12/25] assertions for blockob.h "
` [RFC PATCH v2 13/25] include/systemu/blockdev.h: "
` [RFC PATCH v2 14/25] assertions for blockdev.h "
` [RFC PATCH v2 15/25] include/block/snapshot: global state API + assertions
` [RFC PATCH v2 16/25] block/backup-top.h: "
` [RFC PATCH v2 17/25] include/block/transactions: "
` [RFC PATCH v2 18/25] block/coroutines: I/O API
` [RFC PATCH v2 19/25] block_int-common.h: split function pointers in BlockDriver
` [RFC PATCH v2 20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [RFC PATCH v2 21/25] block_int-common.h: split function pointers in BdrvChildClass
` [RFC PATCH v2 22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [RFC PATCH v2 23/25] block-backend-common.h: split function pointers in BlockDevOps
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver
` [RFC PATCH v2 25/25] job.h: assertions in the callers of JobDriver funcion pointers

[RFC PATCH 0/4] aio: AIO_CONTEXT_ACQUIRE_GUARD() macro experiment
 2021-10-07 14:16 UTC  (3+ messages)

[RFC PATCH] tests/docker: add a debian-native image and make available
 2021-10-07 12:31 UTC  (2+ messages)

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-07 13:57 UTC  (4+ messages)
` [PATCH v3 1/3] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
` [PATCH v3 2/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
` [PATCH v3 3/3] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test

[PATCH 0/5] block/nvme: Fix a memory leak in nvme_free_queue_pair()
 2021-10-07 13:34 UTC  (12+ messages)
` [PATCH 1/5] block/nvme: Automatically free qemu_memalign() with QEMU_AUTO_VFREE
` [PATCH 2/5] block/nvme: Display CQ/SQ pointer in nvme_free_queue_pair()
` [PATCH 3/5] block/nvme: Extract nvme_free_queue() from nvme_free_queue_pair()
` [PATCH 4/5] block/nvme: Pass BDRVNVMeState* handle to nvme_free_queue_pair()
` [PATCH 5/5] block/nvme: Fix memory leak from nvme_init_queue()

[PATCH v7 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-10-07 13:27 UTC  (3+ messages)
` [PATCH v7 7/8] qmp: add QMP command x-debug-virtio-queue-element


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