qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 23:21:45 to 2022-06-08 16:34:44 UTC [more...]

[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
 2022-06-08 16:30 UTC  (13+ messages)
` [RFC PATCH v8 01/21] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v8 09/21] vhost: Add svq copy desc mode
` [RFC PATCH v8 11/21] vhost: Update kernel headers
` [RFC PATCH v8 12/21] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH v8 14/21] vhost: Make possible to check for device exclusive vq group

[PATCH v7 00/14] migration: Postcopy Preemption
 2022-06-08 16:26 UTC  (3+ messages)
` [PATCH v7 14/14] tests: Add postcopy preempt tests

[PATCH v5 00/10] qmp, hmp: statistics subsystem and KVM suport
 2022-06-08 16:17 UTC  (21+ messages)
` [PATCH v5 02/10] kvm: Support for querying fd-based stats
` [PATCH v5 06/10] hmp: add basic "info stats" implementation
` [PATCH v5 07/10] qmp: add filtering of statistics by provider
` [PATCH v5 08/10] hmp: "
` [PATCH v5 09/10] qmp: add filtering of statistics by name
` [PATCH v5 10/10] hmp: "

[PATCH v4 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-08 16:14 UTC  (5+ messages)
` [PATCH v4 1/4] target/riscv: Don't force update priv spec version to latest
` [PATCH v4 2/4] target/riscv: Add dummy mcountinhibit CSR for priv spec v1.11 or higher
` [PATCH v4 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v4 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v4 00/53] semihosting cleanup
 2022-06-08 16:10 UTC  (3+ messages)
` [PATCH v4 07/53] semihosting: Simplify softmmu_lock_user_string

[PATCH] gitlab: compare CIRRUS_nn vars against 'null' not ""
 2022-06-08 16:06 UTC 

dbus-display-test is flakey
 2022-06-08 16:07 UTC  (3+ messages)

gitlab: convert Cirrus jobs to .base_job_template
 2022-06-08 16:07 UTC  (2+ messages)

[PATCH] microvm: turn off io reservations for pcie root ports
 2022-06-08 16:06 UTC  (2+ messages)

[PATCH] configure: ignore --make
 2022-06-08 15:54 UTC  (3+ messages)

[PATCH] disas: Remove libvixl disassembler
 2022-06-08 15:51 UTC  (4+ messages)

[PATCH] tests/tcg/i386: Use explicit suffix on fist insns
 2022-06-08 15:43 UTC  (2+ messages)

[PATCH 0/3] target/riscv: Fix issue 1060
 2022-06-08 15:32 UTC  (2+ messages)

[PATCH] target/mips: make SEMIHOSTING conditional on TCG
 2022-06-08 15:22 UTC  (3+ messages)

[PATCH] gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobs
 2022-06-08 14:59 UTC  (2+ messages)

[PATCH v3 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-08 14:54 UTC  (9+ messages)
` [PATCH v3 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH v3 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH v3 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH v3 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH v3 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH v3 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH v3 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH v3 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH] test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef
 2022-06-08 14:58 UTC  (2+ messages)

[PATCH untested] tests/tcg: disable xtensa-linux-user again
 2022-06-08 14:53 UTC  (2+ messages)

[PATCH v4 0/3] target/m68k: semihosting cleanup
 2022-06-08 14:53 UTC  (9+ messages)
` [PATCH v4 1/3] target/m68k: Eliminate m68k_semi_is_fseek
` [PATCH v4 2/3] target/m68k: Make semihosting system only
` [PATCH v4 3/3] target/m68k: Use semihosting/syscalls.h

[PULL v1 0/2] Merge tpm 2022/06/07 v1
 2022-06-08 14:40 UTC  (4+ messages)
` [PULL v1 1/2] hw/tpm/tpm_tis_common.c: Assert that locty is in range
` [PULL v1 2/2] tpm_crb: mark command buffer as dirty on request completion

[PATCH] edk2: Use TPM2_ENABLE and TPM2_CONFIG_ENABLE for newer edk2
 2022-06-08 13:55 UTC  (2+ messages)

[PATCH v2 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-06-08 13:53 UTC  (36+ messages)
` [PATCH v2 01/35] acpi: add interface to build device specific AML
` [PATCH v2 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface
` [PATCH v2 03/35] acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml
` [PATCH v2 04/35] acpi: parallel port: "
` [PATCH v2 05/35] acpi: serial-is: "
` [PATCH v2 06/35] acpi: mc146818rtc: "
` [PATCH v2 07/35] acpi: pckbd: "
` [PATCH v2 08/35] isa-bus: drop no longer used ISADeviceClass::build_aml
` [PATCH v2 09/35] tests: acpi: add and whitelist DSDT.ipmismbus expected blob
` [PATCH v2 10/35] tests: acpi: q35: add test for smbus-ipmi device
` [PATCH v2 11/35] tests: acpi: update expected blob DSDT.ipmismbus
` [PATCH v2 12/35] tests: acpi: whitelist DSDT.ipmismbus expected blob
` [PATCH v2 13/35] ipmi: acpi: use relative path to resource source
` [PATCH v2 14/35] tests: acpi: update expected DSDT.ipmismbus blob
` [PATCH v2 15/35] acpi: ich9-smb: add support for AcpiDevAmlIf interface
` [PATCH v2 16/35] acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
` [PATCH v2 17/35] q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi
` [PATCH v2 18/35] tests: acpi: white-list to be re-factored pc/q35 DSDT
` [PATCH v2 19/35] acpi: pc: isa bridge: use AcpiDevAmlIf interface to build ISA device descriptors
` [PATCH v2 20/35] acpi: q35: "
` [PATCH v2 21/35] tests: acpi: update expected blobs
` [PATCH v2 22/35] tests: acpi: add and white-list DSDT.applesmc expected blob
` [PATCH v2 23/35] tests: acpi: add applesmc testcase
` [PATCH v2 24/35] acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 25/35] tests: acpi: update expected blobs
` [PATCH v2 26/35] tests: acpi: white-lists expected DSDT.pvpanic-isa blob
` [PATCH v2 27/35] tests: acpi: add pvpanic-isa: testcase
` [PATCH v2 28/35] acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 29/35] tests: acpi: update expected DSDT.pvpanic-isa blob
` [PATCH v2 30/35] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PATCH v2 31/35] acpi: pc/q35: tpm-tis: fix TPM device scope
` [PATCH v2 32/35] acpi: pc/q35: remove not needed 'if' condition on pci bus
` [PATCH v2 33/35] acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH v2 34/35] tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobs
` [PATCH v2 35/35] x86: acpi-build: do not include hw/isa/isa.h directly

[PATCH] MAINTAINERS: change Ben Widawsky's email address
 2022-06-08 13:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-08 13:08 UTC 

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-08 12:50 UTC  (8+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[RFC v2 00/15] vfio: Adopt iommufd
 2022-06-08 12:31 UTC  (16+ messages)
` [RFC v2 01/15] scripts/update-linux-headers: Add iommufd.h
` [RFC v2 02/15] linux-headers: Import latest vfio.h and iommufd.h
` [RFC v2 03/15] vfio/common: Split common.c into common.c, container.c and as.c
` [RFC v2 04/15] vfio: Add base container
` [RFC v2 05/15] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC v2 06/15] vfio/platform: Use vfio_[attach/detach]_device
` [RFC v2 07/15] vfio/ap: "
` [RFC v2 08/15] vfio/ccw: "
` [RFC v2 09/15] vfio/container-base: Introduce [attach/detach]_device container callbacks
` [RFC v2 10/15] vfio/container-base: Introduce VFIOContainer reset callback
` [RFC v2 11/15] backends/iommufd: Introduce the iommufd object
` [RFC v2 12/15] util/char_dev: Add open_cdev()
` [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend
` [RFC v2 14/15] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC v2 15/15] vfio/as: Allow the selection of a given iommu backend

[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-08 12:14 UTC  (4+ messages)
` [PATCH v2 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-06-08 11:49 UTC  (15+ messages)
` [PATCH v5 15/45] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH v5 16/45] block: drop bdrv_detach_child()
` [PATCH v5 17/45] block: drop bdrv_remove_filter_or_cow_child
` [PATCH v5 18/45] block: bdrv_refresh_perms(): allow external tran
` [PATCH v5 19/45] block: refactor bdrv_list_refresh_perms to allow any list of nodes
` [PATCH v5 20/45] block: make permission update functions public
` [PATCH v5 21/45] block: add bdrv_try_set_aio_context_tran transaction action

[PATCH v13 0/8] MSG_ZEROCOPY + multifd
 2022-06-08 11:41 UTC  (8+ messages)
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
  ` [External] "

[PATCH 0/3] Cavium Octeon MIPS extensions
 2022-06-08 11:12 UTC  (4+ messages)
` [PATCH 2/3] target/mips: implement Octeon-specific BBIT instructions

[PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-06-08 10:38 UTC  (3+ messages)

[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-06-08 10:37 UTC  (2+ messages)

[PATCH] util: NUMA aware memory preallocation
 2022-06-08 10:34 UTC  (5+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-08 10:14 UTC  (2+ messages)

[PATCH v3] hw/nvme: clean up CC register write logic
 2022-06-08  9:04 UTC  (2+ messages)

[PATCH v7 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-06-08  8:50 UTC  (5+ messages)
` [PATCH v7 01/13] multifd: Document the locking of MultiFD{Send/Recv}Params
` [PATCH v7 05/13] multifd: Count the number of bytes sent correctly

[PATCH] ebpf: replace deprecated bpf_program__set_socket_filter
 2022-06-08  8:12 UTC  (3+ messages)

[PATCH v6 00/18] job: replace AioContext lock with job_mutex
 2022-06-08  7:28 UTC  (6+ messages)
` [PATCH v6 02/18] job.h: categorize fields in struct Job

[PATCH v5 0/3] Implement Sstc extension
 2022-06-08  7:18 UTC  (5+ messages)
` [PATCH v5 2/3] target/riscv: Add stimecmp support

[PATCH] hw/riscv: boot: Reduce FDT address alignment constraints
 2022-06-08  6:41 UTC  (2+ messages)

[PATCH v3] target/riscv: Don't expose the CPU properties on names CPUs
 2022-06-08  6:14 UTC 

[PATCH v3 0/4] In v3:
 2022-06-08  5:50 UTC  (5+ messages)
` [PATCH v3 2/4] docs: rSTify MailingLists wiki; move it to QEMU Git
` [PATCH v3 4/4] Add a new doc "contacting-the-project.rst"

[PATCH v4 0/2] target/xtensa: semihosting cleanup
 2022-06-08  5:36 UTC  (3+ messages)
` [PATCH v4 1/2] target/xtensa: Use an exception for semihosting
` [PATCH v4 2/2] target/xtensa: Use semihosting/syscalls.h

[PATCH v4 00/11] target/mips: semihosting cleanup
 2022-06-08  5:19 UTC  (12+ messages)
` [PATCH v4 01/11] target/mips: Use an exception for semihosting
` [PATCH v4 02/11] target/mips: Add UHI errno values
` [PATCH v4 03/11] target/mips: Create report_fault for semihosting
` [PATCH v4 04/11] target/mips: Drop link syscall from semihosting
` [PATCH v4 05/11] target/mips: Drop pread and pwrite syscalls "
` [PATCH v4 06/11] target/mips: Use semihosting/syscalls.h
` [PATCH v4 07/11] target/mips: Avoid qemu_semihosting_log_out for UHI_plog
` [PATCH v4 08/11] target/mips: Use error_report for UHI_assert
` [PATCH v4 09/11] semihosting: Remove qemu_semihosting_log_out
` [PATCH v4 10/11] target/mips: Simplify UHI_argnlen and UHI_argn
` [PATCH v4 11/11] target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING

[PATCH v3 0/1] target/riscv: Add Zihintpause support
 2022-06-08  3:44 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH qemu] ppc/spapr: Implement H_WATCHDOG
 2022-06-08  3:01 UTC 

[PATCH v4 0/3] target/nios2: semihosting cleanup
 2022-06-08  2:38 UTC  (4+ messages)
` [PATCH v4 1/3] target/nios2: Eliminate nios2_semi_is_lseek
` [PATCH v4 2/3] target/nios2: Move nios2-semi.c to nios2_softmmu_ss
` [PATCH v4 3/3] target/nios2: Use semihosting/syscalls.h

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-08  2:18 UTC  (5+ messages)

[PATCH 0/6] bsd-user upstreaming: read, write and exit
 2022-06-08  2:02 UTC  (15+ messages)
` [PATCH 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec
` [PATCH 3/6] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
` [PATCH 4/6] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH 5/6] bsd-user/bsd-file.h: Meat of the write system calls

[RFC PATCH v4 00/36] TDX QEMU support
 2022-06-08  1:50 UTC  (10+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus

[PATCH 0/2] hw/nvme: Add shadow doorbell buffer support
 2022-06-08  1:36 UTC  (3+ messages)
` [PATCH 1/2] hw/nvme: Implement "
` [PATCH 2/2] hw/nvme: Add trace events for shadow doorbell buffer

[PATCH 0/4] hw/nvme: add support for TP4084
 2022-06-08  1:28 UTC  (5+ messages)
` [PATCH 1/4] hw/nvme: claim NVMe 2.0 compliance
` [PATCH 2/4] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
` [PATCH 3/4] hw/nvme: add support for ratified TP4084
` [PATCH 4/4] hw/nvme: add new never_ready parameter to test the DNR bit

[PATCH v2] target/riscv: Don't expose the CPU properties on names CPUs
 2022-06-08  0:22 UTC  (4+ messages)

[PATCH v2 1/1] target/riscv: Add Zihintpause support
 2022-06-08  0:03 UTC  (4+ messages)

[PATCH RFC 0/5] CPU: Detect put cpu register errors for migrations
 2022-06-07 23:06 UTC  (6+ messages)
` [PATCH RFC 1/5] cpus-common: Introduce run_on_cpu_func2 which allows error returns
` [PATCH RFC 2/5] cpus-common: Add run_on_cpu2()
` [PATCH RFC 3/5] accel: Allow synchronize_post_init() to take an Error**
` [PATCH RFC 4/5] cpu: Allow cpu_synchronize_all_post_init() to take an errp
` [PATCH RFC 5/5] KVM: Hook kvm_arch_put_registers() errors to the caller


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