qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-17 12:28:17 to 2024-07-18 08:28:26 UTC [more...]

[PATCH v4 0/3] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
 2024-07-18  8:27 UTC  (3+ messages)
` [PATCH v4 2/3] docs/interop/firmware.json: add new enum FirmwareArchitecture
` [PATCH v4 3/3] docs: add test for firmware.json QAPI

[PATCH v5 0/3] vhost-user-blk: live resize additional APIs
 2024-07-18  8:27 UTC  (3+ messages)
` [PATCH v5 3/3] qapi: introduce device-sync-config

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

[PATCH] hw/loongarch: Remove unimplemented extioi INT_encode mode
 2024-07-18  8:20 UTC  (2+ messages)

[PATCH v1 00/15] support ADC and I2C for AST2700
 2024-07-18  8:08 UTC  (20+ messages)
` [PATCH v1 01/15] aspeed/adc: Add AST2700 support
` [PATCH v1 02/15] aspeed/soc: support ADC for AST2700
` [PATCH v1 03/15] hw/i2c/aspeed: support to set the different memory size
` [PATCH v1 04/15] hw/i2c/aspeed: support discontinuous register memory region of I2C bus
` [PATCH v1 05/15] hw/i2c/aspeed: rename the I2C class pool attribute to share_pool
` [PATCH v1 06/15] hw/i2c/aspeed: introduce a new bus pool buffer attribute in AspeedI2Cbus
` [PATCH v1 07/15] hw/i2c/aspeed: support discontinuous poll buffer memory region of I2C bus
` [PATCH v1 08/15] hw/i2c/aspeed: introduce a new dma_dram_offset attribute in AspeedI2Cbus
` [PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support
` [PATCH v1 10/15] hw/i2c/aspeed: support Tx/Rx buffer 64 bits address
` [PATCH v1 11/15] hw/i2c/aspeed: support high part dram offset for DMA 64 bits
` [PATCH v1 12/15] aspeed/soc: introduce a new API to get the INTC orgate information
` [PATCH v1 13/15] aspeed/soc: support I2C for AST2700
` [PATCH v1 14/15] aspeed: fix coding style
` [PATCH v1 15/15] aspeed: add tmp105 in i2c bus 0 for AST2700

[PATCH 0/4] ui: fixes for dbus clipboard hanling
 2024-07-18  8:06 UTC  (6+ messages)
` [PATCH 1/4] ui: add more tracing for dbus
` [PATCH 2/4] ui/vdagent: improve vdagent_fe_open() trace
` [PATCH 3/4] ui/vdagent: notify clipboard peers of serial reset
` [PATCH 4/4] ui/vdagent: send caps on fe_open

[PATCH v3 00/17] Reconstruct loongson ipi driver
 2024-07-18  8:01 UTC  (20+ messages)
` [PATCH v3 01/17] hw/intc/loongson_ipi: Access memory in little endian
` [PATCH v3 02/17] hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIState
` [PATCH v3 03/17] hw/intc/loongson_ipi: Extract loongson_ipi_common_finalize()
` [PATCH v3 04/17] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()
` [PATCH v3 05/17] hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stub
` [PATCH v3 06/17] hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.h
` [PATCH v3 07/17] hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState
` [PATCH v3 08/17] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h
` [PATCH v3 09/17] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()
` [PATCH v3 10/17] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
` [PATCH v3 11/17] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler
` [PATCH v3 12/17] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers
` [PATCH v3 13/17] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c
` [PATCH v3 14/17] hw/intc/loongarch_ipi: Add loongarch IPI support
` [PATCH v3 15/17] hw/loongarch/virt: Replace loongson IPI with loongarch IPI
` [PATCH v3 16/17] hw/intc/loongson_ipi: Restrict to MIPS
` [PATCH v3 17/17] hw/intc/loongson_ipi: Remove unused headers

[PATCH v4 00/12] hw/iommufd: IOMMUFD Dirty Tracking
 2024-07-18  7:50 UTC  (34+ messages)
` [PATCH v4 05/12] vfio/iommufd: Introduce auto domain creation
` [PATCH v4 07/12] vfio/{iommufd, container}: Initialize HostIOMMUDeviceCaps during attach_device()
  ` [PATCH v4 07/12] vfio/{iommufd,container}: "
` [PATCH v4 08/12] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH v4 09/12] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
` [PATCH v4 10/12] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
` [PATCH v4 11/12] vfio/migration: Don't block migration device dirty tracking is unsupported

[PATCH v2] scripts/checkpatch: more checks on files imported from Linux
 2024-07-18  7:49 UTC  (2+ messages)

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-18  7:46 UTC  (10+ messages)
  ` [PATCH ats_vtd v5 20/22] pci: add a pci-level API for ATS

[PATCH] MAINTAINERS: Cover guest-agent in QAPI schema
 2024-07-18  7:08 UTC  (3+ messages)

[PATCH v5 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-07-18  7:06 UTC  (8+ messages)
` [PATCH v5 03/13] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v5 05/13] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v5 08/13] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)

[PATCH v3] chardev: add path option for pty backend
 2024-07-18  6:15 UTC  (2+ messages)

[RFC 0/5] accel/kvm: Support KVM PMU filter
 2024-07-18  5:28 UTC  (4+ messages)
` [RFC 3/5] i386/kvm: Support event with select&umask format in "

[PATCH v2 0/9] qapi: convert example sections to qmp-example rST directives
 2024-07-18  4:21 UTC  (7+ messages)
` [PATCH v2 6/9] qapi: convert "Example" sections without titles

[PULL 00/30] riscv-to-apply queue
 2024-07-18  2:10 UTC  (31+ messages)
` [PULL 01/30] target/riscv: Add zimop extension
` [PULL 02/30] disas/riscv: Support zimop disassemble
` [PULL 03/30] target/riscv: Add zcmop extension
` [PULL 04/30] disas/riscv: Support zcmop disassemble
` [PULL 05/30] target/riscv: Support Zama16b extension
` [PULL 06/30] target/riscv: Move gen_amo before implement Zabha
` [PULL 07/30] target/riscv: Add AMO instructions for Zabha
` [PULL 08/30] target/riscv: Move gen_cmpxchg before adding amocas.[b|h]
` [PULL 09/30] target/riscv: Add amocas.[b|h] for Zabha
` [PULL 10/30] target/riscv: Expose zabha extension as a cpu property
` [PULL 11/30] disas/riscv: Support zabha disassemble
` [PULL 12/30] target/riscv: Validate the mode in write_vstvec
` [PULL 13/30] disas/riscv: Add decode for Zawrs extension
` [PULL 14/30] target/riscv/kvm: update KVM regs to Linux 6.10-rc5
` [PULL 15/30] target/riscv: Combine set_mode and set_virt functions
` [PULL 16/30] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [PULL 17/30] target/riscv: Add cycle & instret privilege mode filtering properties
` [PULL 18/30] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PULL 19/30] target/riscv: Add cycle & instret privilege mode filtering support
` [PULL 20/30] target/riscv: Only set INH fields if priv mode is available
` [PULL 21/30] target/riscv: Implement privilege mode filtering for cycle/instret
` [PULL 22/30] target/riscv: Save counter values during countinhibit update
` [PULL 23/30] target/riscv: Enforce WARL behavior for scounteren/hcounteren
` [PULL 24/30] target/riscv: Start counters from both mhpmcounter and mcountinhibit
` [PULL 25/30] target/riscv: More accurately model priv mode filtering
` [PULL 26/30] target/riscv: Do not setup pmu timer if OF is disabled
` [PULL 27/30] target/riscv: Expose the Smcntrpmf config
` [PULL 28/30] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
` [PULL 29/30] hw/riscv/virt.c: re-insert and deprecate 'riscv, delegate'
` [PULL 30/30] roms/opensbi: Update to v1.5

[PATCH v2] pci-bridge: avoid linking a single downstream port more than once
 2024-07-18  1:09 UTC  (5+ messages)

[PULL 00/20] i386, bugfix changes for QEMU 9.1 soft freeze
 2024-07-18  0:07 UTC  (2+ messages)

[PATCH v2 0/4] Reconstruct loongson ipi driver
 2024-07-17 21:41 UTC  (8+ messages)

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-07-17 21:30 UTC  (11+ messages)
` [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters

[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
 2024-07-17 21:21 UTC  (14+ messages)

[RFC PATCH] hw/core/cpu.h: try and document CPU_FOREACH[_SAFE]
 2024-07-17 21:16 UTC  (2+ messages)

[PATCH] docs: fix the html docs search function
 2024-07-17 20:11 UTC 

[PATCH v5 00/13] WIP: Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-07-17 19:43 UTC  (8+ messages)
` [PATCH v5 08/13] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v5 09/13] migration/multifd: Prepare to introduce DSA acceleration on the multifd path

[PATCH V2 00/11] Live update: cpr-exec
 2024-07-17 19:24 UTC  (10+ messages)
` [PATCH V2 01/11] machine: alloc-anon option
` [PATCH V2 02/11] migration: cpr-state
` [PATCH V2 03/11] migration: save cpr mode
` [PATCH V2 04/11] migration: stop vm earlier for cpr

[PATCH v5 00/18] SMMUv3 nested translation support
 2024-07-17 19:06 UTC  (18+ messages)
` [PATCH v5 03/18] hw/arm/smmuv3: Fix encoding of CLASS in events
` [PATCH v5 08/18] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [PATCH v5 09/18] hw/arm/smmu-common: Rework TLB lookup for nesting
` [PATCH v5 11/18] hw/arm/smmu-common: Support nested translation
` [PATCH v5 15/18] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [PATCH v5 16/18] hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfo

[PATCH v4 0/8] semihosting: Restrict to TCG
 2024-07-17 18:21 UTC  (2+ messages)

[PATCH] plugins/execlog.c: correct dump of registers values
 2024-07-17 18:09 UTC  (2+ messages)

[RFC 0/2] Improve the performance of unit-stride RVV ld/st on
 2024-07-17 15:30 UTC  (3+ messages)
` [RFC 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
` [RFC 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

[PATCH v5 00/13] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-07-17 15:40 UTC  (6+ messages)
` [PATCH v5 10/13] hw/acpi: Generic Port Affinity Structure support

[PATCH v2 0/7] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-17 15:34 UTC  (3+ messages)
` [PATCH v2 1/7] arm/virt: place power button pin number on a define

[PATCH v5 10/13] migration/multifd: Enable DSA offloading in multifd sender path
 2024-07-17 14:59 UTC  (4+ messages)
` [PATCH v5 11/13] migration/multifd: Add migration option set packet size

[PATCH v3] hw/display/sm501: Fix potential overflow in memory size index
 2024-07-17 14:20 UTC 

[PATCH v6 0/1] Support IPv6 route info
 2024-07-17 13:57 UTC  (4+ messages)
` [PATCH v6 1/1] qga/linux: Add new api 'guest-network-get-route'

[PATCH] tests/avocado/machine_aspeed.py: Add eMMC boot tests
 2024-07-17 13:54 UTC  (4+ messages)

[PATCH 0/2] Postcopy migration and vhost-user errors
 2024-07-17 13:47 UTC  (10+ messages)

[RFC PATCH v5 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
 2024-07-17 13:39 UTC  (6+ messages)
` [RFC PATCH v5 1/5] target/riscv: Set vdata.vm field for vector load/store whole register instructions
` [RFC PATCH v5 2/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
` [RFC PATCH v5 3/5] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
` [RFC PATCH v5 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
` [RFC PATCH v5 5/5] target/riscv: Inline unit-stride ld/st and corresponding functions for performance

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2024-07-17 13:34 UTC  (5+ messages)
` [PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State

[PATCH v2] Cursor: 8 -> 1 bit alpha downsampling improvement
 2024-07-17 13:22 UTC  (5+ messages)

[PATCH v2] qga/commands-posix: Make ga_wait_child() return boolean
 2024-07-17 13:12 UTC  (3+ messages)

[RFC PATCH] gdbstub: Re-factor gdb command extensions
 2024-07-17 12:59 UTC  (5+ messages)

[PATCH v4] osdep: add a qemu_close_all_open_fd() helper
 2024-07-17 12:45 UTC 

[PATCH] scripts/checkpatch: emit a warning if an imported file is touched
 2024-07-17 12:36 UTC  (3+ messages)


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