qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-26 04:52:43 to 2024-09-27 08:03:06 UTC [more...]

[PATCH v3 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-09-27  8:02 UTC  (41+ messages)
` [PATCH v3 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [PATCH v3 02/17] intel_iommu: Make pasid entry type check accurate
` [PATCH v3 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
` [PATCH v3 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v3 05/17] intel_iommu: Rename slpte to pte
` [PATCH v3 06/17] intel_iommu: Implement stage-1 translation
` [PATCH v3 07/17] intel_iommu: Check if the input address is canonical
` [PATCH v3 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
` [PATCH v3 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH v3 10/17] intel_iommu: Process PASID-based "
` [PATCH v3 11/17] intel_iommu: Add an internal API to find an address space with PASID
` [PATCH v3 12/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v3 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
` [PATCH v3 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose "
` [PATCH v3 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
` [PATCH v3 17/17] tests/qtest: Add intel-iommu test

[PATCH v4 0/7] Support GPIO for AST2700
 2024-09-27  7:31 UTC  (8+ messages)
` [PATCH v4 1/7] hw/gpio/aspeed: Fix coding style
` [PATCH v4 2/7] hw/gpio/aspeed: Support to set the different memory size
` [PATCH v4 3/7] hw/gpio/aspeed: Support different memory region ops
` [PATCH v4 4/7] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PATCH v4 5/7] hw/gpio/aspeed: Add AST2700 support
` [PATCH v4 6/7] aspeed/soc: Support GPIO for AST2700 and correct irq 130
` [PATCH v4 7/7] hw/gpio/aspeed: Add test case for AST2700

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-09-27  7:28 UTC  (5+ messages)

[PATCH] hw/x86: Always treat the PVH entrypoint as a 32-bit field
 2024-09-27  7:19 UTC 

[PATCH v2] target/arm: Avoid target_ulong for physical address lookups
 2024-09-27  7:10 UTC 

[PATCH v2] docs: Mark "gluster" support in QEMU as deprecated
 2024-09-27  7:02 UTC  (2+ messages)

[PATCH v3 0/6] Support GPIO for AST2700
 2024-09-27  6:29 UTC  (20+ messages)
` [PATCH v3 1/6] hw/gpio/aspeed: Fix coding style
` [PATCH v3 2/6] hw/gpio/aspeed: Support to set the different memory size
` [PATCH v3 3/6] hw/gpio/aspeed: Support different memory region ops
` [PATCH v3 4/6] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PATCH v3 5/6] hw/gpio/aspeed: Add AST2700 support
` [PATCH v3 6/6] aspeed/soc: Support GPIO for AST2700

[PATCH resend v3 00/27] qemu-img: refersh options and --help handling, cleanups
 2024-09-27  6:11 UTC  (28+ messages)
` [PATCH 01/27] qemu-img: measure: convert img_size to signed, simplify handling
` [PATCH 02/27] qemu-img: create: "
` [PATCH 03/27] qemu-img: global option processing and error printing
` [PATCH 04/27] qemu-img: pass current cmd info into command handlers
` [PATCH 05/27] qemu-img: create: refresh options/--help
` [PATCH 06/27] qemu-img: factor out parse_output_format() and use it in the code
` [PATCH 07/27] qemu-img: check: refresh options/--help
` [PATCH 08/27] qemu-img: simplify --repair error message
` [PATCH 09/27] qemu-img: commit: refresh options/--help
` [PATCH 10/27] qemu-img: compare: "
` [PATCH 11/27] qemu-img: convert: "
` [PATCH 12/27] qemu-img: info: "
` [PATCH 13/27] qemu-img: map: "
` [PATCH 14/27] qemu-img: snapshot: allow specifying -f fmt
` [PATCH 15/27] qemu-img: snapshot: make -l (list) the default, simplify option handling
` [PATCH 16/27] qemu-img: snapshot: refresh options/--help
` [PATCH 17/27] qemu-img: rebase: "
` [PATCH 18/27] qemu-img: resize: do not always eat last argument
` [PATCH 19/27] qemu-img: resize: refresh options/--help
` [PATCH 20/27] qemu-img: amend: "
` [PATCH 21/27] qemu-img: bench: "
` [PATCH 22/27] qemu-img: bitmap: "
` [PATCH 23/27] qemu-img: dd: "
` [PATCH 24/27] qemu-img: measure: "
` [PATCH 25/27] qemu-img: implement short --help, remove global help() function
` [PATCH 26/27] qemu-img: inline list of supported commands, remove qemu-img-cmds.h include
` [PATCH 27/27] qemu-img: extend cvtnum() and use it in more places

[PATCH v1 0/7] migration: auto-converge refinements for huge VM
 2024-09-27  2:50 UTC  (10+ messages)
` [PATCH v1 1/7] migration: Introduce structs for background sync

[PATCH V2 0/18] s390x: Add Full Boot Order Support
 2024-09-27  0:51 UTC  (19+ messages)
` [PATCH 01/18] hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
` [PATCH 02/18] pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints
` [PATCH 03/18] pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
` [PATCH 04/18] hw/s390x: Remove the possibility to load the s390-netboot.img binary
` [PATCH 05/18] pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
` [PATCH 06/18] docs/system/s390x/bootdevices: Update the documentation about network booting
` [PATCH 07/18] pc-bios/s390-ccw: Remove panics from ISO IPL path
` [PATCH 08/18] pc-bios/s390-ccw: Remove panics from ECKD "
` [PATCH 09/18] pc-bios/s390-ccw: Remove panics from SCSI "
` [PATCH 10/18] pc-bios/s390-ccw: Remove panics from DASD "
` [PATCH 11/18] pc-bios/s390-ccw: Remove panics from Netboot "
` [PATCH 12/18] pc-bios/s390-ccw: Enable failed IPL to return after error
` [PATCH 13/18] include/hw/s390x: Add include files for common IPL structs
` [PATCH 14/18] s390x: Add individual loadparm assignment to CCW device
` [PATCH 15/18] hw/s390x: Build an IPLB for each boot device
` [PATCH 16/18] s390x: Rebuild IPLB for SCSI device directly from DIAG308
` [PATCH 17/18] pc-bios/s390x: Enable multi-device boot loop
` [PATCH 18/18] docs/system: Update documentation for s390x IPL

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-27  0:53 UTC  (9+ messages)
` [PATCH v2 08/17] migration: Add load_finish handler and associated functions

[PATCH v7 0/8] target/riscv: Expose RV32 cpu to RV64 QEMU
 2024-09-26 21:55 UTC  (5+ messages)
` [PATCH v7 7/8] target/riscv: Add max32 CPU for "
` [PATCH v7 8/8] tests/avocado: Boot Linux for RV32 cpu on "

[PATCH v3 0/1] hw/nvme: add atomic write support
 2024-09-26 21:24 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v1 0/2] Re: Drop ignore_memory_transaction_failures for xilink_zynq
 2024-09-26 19:15 UTC  (2+ messages)

[PATCH v2 0/1] hw/nvme: add atomic write support
 2024-09-26 17:21 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1 0/2] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-09-26 17:05 UTC 

[RFC 0/1] Introduce vfio-cxl to support CXL type-2 device passthrough
 2024-09-26 16:52 UTC  (2+ messages)

[PATCH V3] arm/kvm: add support for MTE
 2024-09-26 16:11 UTC  (6+ messages)

[PATCH 00/15] Prepare GHES driver to support error injection
 2024-09-26 14:24 UTC  (17+ messages)
` [PATCH 09/15] acpi/ghes: make the GHES record generation more generic
` [PATCH 10/15] acpi/ghes: move offset calculus to a separate function
` [PATCH 11/15] acpi/ghes: better name GHES memory error function
` [PATCH 12/15] acpi/ghes: don't crash QEMU if ghes GED is not found
` [PATCH 13/15] acpi/ghes: rename etc/hardware_error file macros
` [PATCH 14/15] better name the offset of the hardware error firmware
` [PATCH 15/15] docs: acpi_hest_ghes: fix documentation for CPER size

[PATCH] MAINTAINERS: Add myself as maintainer of e500 machines
 2024-09-26 14:07 UTC  (3+ messages)

[PATCH v2] hw/smbios: support for type 7 (cache information)
 2024-09-26 14:05 UTC  (3+ messages)
` [PATCH v3] "

Are floating-point exceptions usable on AArch64?
 2024-09-26 13:52 UTC  (2+ messages)

[PATCH v2] tests/qemu-iotests/testenv: Use the "r2d" machine for sh4
 2024-09-26 12:52 UTC  (4+ messages)

[PATCH 0/2] kvm: Improve register failure reports for migration
 2024-09-26 11:57 UTC  (4+ messages)
` [PATCH 1/2] kvm: Allow kvm_arch_get/put_registers to accept Error**

[PATCH v6 00/16] Introduce support for IGVM files
 2024-09-26 11:42 UTC  (17+ messages)
` [PATCH v6 01/16] meson: Add optional dependency on IGVM library
` [PATCH v6 02/16] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v6 03/16] backends/igvm: Add IGVM loader and configuration
` [PATCH v6 04/16] hw/i386: Add igvm-cfg object and processing for IGVM files
` [PATCH v6 05/16] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v6 06/16] sev: Update launch_update_data functions to use Error handling
` [PATCH v6 07/16] target/i386: Allow setting of R_LDTR and R_TR with cpu_x86_load_seg_cache()
` [PATCH v6 08/16] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v6 09/16] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v6 10/16] docs/system: Add documentation on support for IGVM
` [PATCH v6 11/16] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v6 12/16] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v6 13/16] backends/igvm: Process initialization sections in IGVM file
` [PATCH v6 14/16] backends/igvm: Handle policy for SEV guests
` [PATCH v6 15/16] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v6 16/16] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH] hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
 2024-09-26 11:35 UTC  (2+ messages)

[PATCH 0/5] Building PPTT with root node and identical implementation flag
 2024-09-26 11:33 UTC  (6+ messages)
` [PATCH 1/5] tests: virt: Allow changes to PPTT test table
` [PATCH 2/5] hw/acpi/aml-build: Set identical implementation flag for PPTT processor nodes
` [PATCH 3/5] hw/acpi/aml-build: Build a root node in the PPTT table
` [PATCH 4/5] hw/acpi/aml-build: Update the revision of "
` [PATCH 5/5] tests: virt: Update expected ACPI tables for virt test

[PATCH v4] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-09-26 11:32 UTC  (2+ messages)

[PATCH] Remove the unused sh4eb target
 2024-09-26 10:58 UTC 

[PATCH 0/2] Xen: Update sector-size handling in block backend
 2024-09-26 10:14 UTC  (3+ messages)
` [PATCH 1/2] include: update Xen public headers io/blkif.h
` [PATCH 2/2] hw/block/xen-block: Update sector-size handling

[PATCH v6] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-09-26 10:32 UTC  (3+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-26 10:22 UTC  (7+ messages)
` [PATCH v1 10/14] s390x/pv: check initial, not maximum RAM size
` [PATCH v1 12/14] s390x: introduce s390_get_max_pagesize()

[PULL 00/22] Trivial patches for 2024-09-20
 2024-09-26  9:58 UTC  (2+ messages)

[PATCH 00/23] E500 Cleanup
 2024-09-26  9:15 UTC  (5+ messages)

[PATCH v2] virtio: kconfig: memory devices are PCI only
 2024-09-26  8:51 UTC  (3+ messages)

[PATCH] target/riscv/csr.c: Fix an access to VXSAT
 2024-09-26  8:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] softmmu: Support concurrent bounce buffers
 2024-09-26  8:12 UTC  (5+ messages)

[PATCH v13 00/10] Support persistent reservation operations
 2024-09-26  7:45 UTC  (11+ messages)
` [PATCH v13 01/10] block: add persistent reservation in/out api
` [PATCH v13 02/10] block/raw: add persistent reservation in/out driver
` [PATCH v13 03/10] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v13 04/10] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v13 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v13 06/10] block/nvme: add reservation command protocol constants
` [PATCH v13 07/10] hw/nvme: add helper functions for converting reservation types
` [PATCH v13 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v13 09/10] hw/nvme: add reservation protocal command
` [PATCH v13 10/10] block/iscsi: add persistent reservation in/out driver

[PATCH v2] qemu-timer: Remove unused timer functions
 2024-09-26  7:00 UTC  (2+ messages)

[PULL 00/38] target-arm queue
 2024-09-26  6:09 UTC  (3+ messages)
` [PULL 32/38] tests: add FreeBSD tests for aarch64/sbsa-ref

[PATCH] hw/nvme: add knob for CTRATT.MEM
 2024-09-24  6:35 UTC  (2+ messages)

[PATCH v2] hw/nvme: i/o cmd set independent namespace data structure
 2024-09-25  0:44 UTC 

[PATCH v2 0/6] Support GPIO for AST2700
 2024-09-26  5:06 UTC  (7+ messages)
` [PATCH v2 4/6] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PATCH v2 5/6] hw/gpio/aspeed: Add AST2700 support

[PATCH v2 00/22] -Werror=maybe-uninitialized fixes
 2024-09-26  4:52 UTC  (5+ messages)
` [PATCH v2 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH v2 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive


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