messages from 2024-07-18 21:53:35 to 2024-07-19 20:20:10 UTC [more...]
[PATCH 0/3] util/fifo8: Introduce fifo8_change_capacity()
2024-07-19 20:19 UTC (6+ messages)
` [PATCH 1/3] chardev/char-fe: Document returned value on error
` [PATCH 2/3] util/fifo8: Use fifo8_reset() in fifo8_create()
` [PATCH 3/3] util/fifo8: Introduce fifo8_change_capacity()
[PATCH v2 RESEND] target/ppc/arch_dump: set prstatus pid to cpuid
2024-07-19 18:39 UTC
[PATCH v3] target/s390x: filter deprecated properties based on model expansion type
2024-07-19 18:17 UTC
[PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2024-07-19 18:10 UTC (17+ messages)
` [PATCH v5 01/16] tests/avocado: Add 'device:pl011' tag to tests exercising PL011 UART
` [PATCH v5 02/16] hw/char/pl011: Remove unused 'readbuff' field
` [PATCH v5 03/16] hw/char/pl011: Move pl011_put_fifo() earlier
` [PATCH v5 04/16] hw/char/pl011: Move pl011_loopback_enabled|tx() around
` [PATCH v5 05/16] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH v5 06/16] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH v5 07/16] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH v5 08/16] hw/char/pl011: Warn when using disabled transmitter
` [PATCH v5 09/16] tests/qtest: Update tests using PL011 UART
` [PATCH v5 10/16] hw/char/pl011: Check if receiver is enabled
` [PATCH v5 11/16] hw/char/pl011: Rename RX FIFO methods
` [PATCH v5 12/16] hw/char/pl011: Add transmit FIFO to PL011State
` [PATCH v5 13/16] hw/char/pl011: Introduce pl011_xmit() as GSource
` [PATCH v5 14/16] hw/char/pl011: Consider TX FIFO overrun error
` [PATCH v5 15/16] hw/char/pl011: Drain TX FIFO when no backend connected
` [RFC PATCH v5 16/16] hw/char/pl011: Implement TX FIFO
[PATCH] tests/avocado: Allow overwritting AVOCADO_SHOW env variable
2024-07-19 18:02 UTC
[RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters
2024-07-19 17:58 UTC (15+ messages)
[RFC PATCH v3] contrib/plugins: control flow plugin
2024-07-19 17:55 UTC (4+ messages)
[PATCH] tests/avocado: Move common Avocado tags to class
2024-07-19 17:40 UTC (2+ messages)
[PATCH v1 0/9] target:386/ Emulate Intel RDT features needed to mount ResCtrl in Linux
2024-07-19 16:29 UTC (10+ messages)
` [PATCH v1 1/9] Add Intel RDT device to config
` [PATCH v1 2/9] Add state for RDT device
` [PATCH v1 3/9] Add init and realize funciontality "
` [PATCH v1 4/9] Add RDT functionality
` [PATCH v1 5/9] Add RDT device interface through MSRs
` [PATCH v1 6/9] Add CPUID enumeration for RDT
` [PATCH v1 7/9] Add RDT feature flags
` [PATCH v1 8/9] Adjust CPUID level for RDT features
` [PATCH v1 9/9] Adjust level for RDT on full_cpuid_auto_level
[PATCH] hw/acpi/ich9: Add periodic and swsmi timer
2024-07-19 10:20 UTC
[PATCH v5 00/13] hw/iommufd: IOMMUFD Dirty Tracking
2024-07-19 17:26 UTC (21+ messages)
` [PATCH v5 01/13] vfio/pci: Extract mdev check into an helper
` [PATCH v5 02/13] vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
` [PATCH v5 03/13] backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
` [PATCH v5 04/13] vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
` [PATCH v5 05/13] vfio/iommufd: Introduce auto domain creation
` [PATCH v5 06/13] vfio/{iommufd,container}: Remove caps::aw_bits
` [PATCH v5 07/13] vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCaps
` [PATCH v5 08/13] vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_device()
` [PATCH v5 08/13] vfio/{iommufd,container}: "
` [PATCH v5 09/13] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH v5 10/13] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
` [PATCH v5 11/13] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
` [PATCH v5 12/13] vfio/migration: Don't block migration device dirty tracking is unsupported
` [PATCH v5 13/13] vfio/common: Allow disabling device dirty page tracking
[PATCH] hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()
2024-07-19 16:50 UTC
[PATCH v3 0/5] target/arm/kvm: Report PMU unavailability
2024-07-19 16:29 UTC (6+ messages)
` [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
[PATCH V2 00/11] Live update: cpr-exec
2024-07-19 16:28 UTC (5+ messages)
` [PATCH V2 02/11] migration: cpr-state
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-07-19 16:04 UTC (6+ messages)
[PATCH v9 0/7] blockdev-replace
2024-07-19 16:00 UTC (7+ messages)
` [PATCH v9 2/7] block/export: add blk_by_export_id()
` [PATCH v9 4/7] qapi: add blockdev-replace command
[PATCH v5 00/18] SMMUv3 nested translation support
2024-07-19 15:57 UTC (6+ messages)
[PATCH v2] target/s390x: filter deprecated properties based on model expansion type
2024-07-19 15:18 UTC (7+ messages)
[PATCH] tests/avocado: Move LinuxTest related code into a separate file
2024-07-19 15:09 UTC (4+ messages)
[RFC PATCH 0/7] migration/multifd: Introduce storage slots
2024-07-19 14:40 UTC (3+ messages)
` [RFC PATCH 5/7] migration/multifd: Isolate ram pages packet data
[PATCH] hw/x86: add a couple of comments explaining how the kernel image is parsed
2024-07-19 13:49 UTC
[PATCH v6 0/4] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
2024-07-19 13:06 UTC (9+ messages)
` [PATCH v6 1/4] docs/interop/firmware.json: add new enum FirmwareFormat
` [PATCH v6 2/4] docs/interop/firmware.json: add new enum FirmwareArchitecture
` [PATCH v6 3/4] docs/interop/firmware.json: convert "Example" section
` [PATCH v6 4/4] docs: add test for firmware.json QAPI
[PATCH v5 00/19] Reconstruct loongson ipi driver
2024-07-19 13:04 UTC (4+ messages)
[PATCH] tests/avocado/mem-addr-space-check: Remove unused "import signal"
2024-07-19 12:47 UTC (3+ messages)
[PATCH v2] scripts/checkpatch: more checks on files imported from Linux
2024-07-19 12:05 UTC (2+ messages)
[PATCH v2 0/3] block-jobs: add final flush
2024-07-19 10:35 UTC (4+ messages)
` [PATCH v2 1/3] block/commit: implement "
Windows 10 and 11 VMs fails to boot with SapphireRapids CPU definition
2024-07-19 10:00 UTC (3+ messages)
[PATCH v2 0/2] RISC-V: Add preliminary textra trigger CSR functions
2024-07-19 9:40 UTC (3+ messages)
` [PATCH v2 1/2] target/riscv: Preliminary textra trigger CSR writting support
[PATCH v5 00/13] riscv: QEMU RISC-V IOMMU Support
2024-07-19 9:34 UTC (7+ messages)
` [PATCH v5 09/13] hw/riscv/riscv-iommu: add ATS support
` [PATCH v5 12/13] qtest/riscv-iommu-test: add init queues test
` [PATCH v5 13/13] docs/specs: add riscv-iommu
[PULL 0/3] loongarch-to-apply queue
2024-07-19 9:22 UTC (7+ messages)
` [PULL 1/3] target/loongarch/gdbstub: Add vector registers support
` [PULL 2/3] hw/loongarch: Remove unimplemented extioi INT_encode mode
` [PULL 3/3] hw/loongarch: Modify flash block size to 256K
[PATCH v1 00/15] support ADC and I2C for AST2700
2024-07-19 9:19 UTC (15+ messages)
` [PATCH v1 03/15] hw/i2c/aspeed: support to set the different memory size
` [PATCH v1 08/15] hw/i2c/aspeed: introduce a new dma_dram_offset attribute in AspeedI2Cbus
` [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 v5 0/3] vhost-user-blk: live resize additional APIs
2024-07-19 9:10 UTC (8+ messages)
` [PATCH v5 3/3] qapi: introduce device-sync-config
[PATCH v2] block-backend: per-device throttling of BLOCK_IO_ERROR reports
2024-07-19 9:09 UTC (5+ messages)
[PATCH v6 0/1] Support IPv6 route info
2024-07-19 8:57 UTC (5+ messages)
` [PATCH v6 1/1] qga/linux: Add new api 'guest-network-get-route'
[PATCH] tests/tcg/aarch64: Fix test-mte.py
2024-07-19 8:55 UTC (4+ messages)
[PATCH] guest-agent: document allow-rpcs in config file section
2024-07-19 8:51 UTC (2+ messages)
[RFC 0/5] accel/kvm: Support KVM PMU filter
2024-07-19 8:40 UTC (6+ messages)
` [RFC 3/5] i386/kvm: Support event with select&umask format in "
[PATCH v5 0/5] vvfat: Fix write bugs for large files and add iotests
2024-07-19 8:22 UTC (6+ messages)
` [PATCH v5 4/5] vvfat: Fix reading files with non-continuous clusters
[PATCH v3 00/22] qga: clean up command source locations and conditionals
2024-07-19 7:36 UTC (11+ messages)
` [PATCH v3 07/22] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options
` [PATCH v3 11/22] qga: conditionalize schema for commands requiring linux/win32
` [PATCH v3 18/22] qga: don't disable fsfreeze commands if vss_init fails
` [PATCH v3 21/22] qga: allow configuration file path via the cli
` [PATCH v3 22/22] qga: centralize logic for disabling/enabling commands
[PATCH v3 0/9] XIVE changes for Cache Watch, VSTs, STT and info pic
2024-07-19 7:17 UTC (4+ messages)
[PATCH v2] mem/cxl_type3: Fix overlapping region validation error
2024-07-19 7:16 UTC (2+ messages)
[PATCH v4 00/12] hw/iommufd: IOMMUFD Dirty Tracking
2024-07-19 6:06 UTC (18+ messages)
` [PATCH v4 05/12] vfio/iommufd: Introduce auto domain creation
[PATCH v6 0/5] Implement QATzip compression method
2024-07-19 6:05 UTC (5+ messages)
` [PATCH v6 3/5] migration: Add migration parameters for QATzip
` [PATCH v6 4/5] migration: Introduce 'qatzip' compression method
[PATCH v5] virtio-pci: Fix the use of an uninitialized irqfd
2024-07-19 5:25 UTC
[PATCH] docs: add more information about CXL2.0 device type
2024-07-19 4:57 UTC
[PATCH v1 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-07-19 4:26 UTC (13+ messages)
` [PATCH v1 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
` [PATCH v1 16/17] intel_iommu: Modify x-scalable-mode to be string option
[PATCH] qapi/machine: Belatedly document target loongarch64 is since 7.1
2024-07-19 1:44 UTC (2+ messages)
[PATCH v2] hw/loongarch: Remove unimplemented extioi INT_encode mode
2024-07-19 1:41 UTC (2+ messages)
[PULL 00/26] target-arm queue
2024-07-19 1:26 UTC (2+ messages)
[PATCH v3 00/12] Fixes for user-only munmap races
2024-07-19 1:07 UTC (13+ messages)
` [PATCH v3 01/12] accel/tcg: Move {set, clear}_helper_retaddr to cpu_ldst.h
` [PATCH v3 02/12] target/arm: Use set/clear_helper_retaddr in helper-a64.c
` [PATCH v3 03/12] target/arm: Use set/clear_helper_retaddr in SVE and SME helpers
` [PATCH v3 04/12] target/ppc/mem_helper.c: Remove a conditional from dcbz_common()
` [PATCH v3 05/12] target/ppc: Hoist dcbz_size out of dcbz_common
` [PATCH v3 06/12] target/ppc: Split out helper_dbczl for 970
` [PATCH v3 07/12] target/ppc: Merge helper_{dcbz,dcbzep}
` [PATCH v3 08/12] target/ppc: Improve helper_dcbz for user-only
` [PATCH v3 09/12] target/s390x: Use user_or_likely in do_access_memset
` [PATCH v3 10/12] target/s390x: Use user_or_likely in access_memmove
` [PATCH v3 11/12] target/s390x: Use set/clear_helper_retaddr in mem_helper.c
` [PATCH v3 12/12] target/riscv: Simplify probing in vext_ldff
[PATCH v6 0/7] plugins: access values during a memory read/write
2024-07-19 1:01 UTC (7+ messages)
` [PATCH v6 7/7] tests/tcg/x86_64: add test for plugin memory access
[PATCH] mem/cxl_type3: Fix overlapping region validation error
2024-07-19 0:50 UTC (6+ messages)
[PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+
2024-07-18 23:00 UTC
[PATCH v4 00/18] Reconstruct loongson ipi driver
2024-07-18 22:48 UTC (33+ messages)
` [PATCH v4 01/18] hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macro
` [PATCH v4 03/18] hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIState
` [PATCH v4 04/18] hw/intc/loongson_ipi: Extract loongson_ipi_common_finalize()
` [PATCH v4 05/18] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()
` [PATCH v4 06/18] hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stub
` [PATCH v4 07/18] hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.h
` [PATCH v4 08/18] hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState
` [PATCH v4 09/18] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h
` [PATCH v4 10/18] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()
` [PATCH v4 11/18] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
` [PATCH v4 12/18] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler
` [PATCH v4 13/18] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers
` [PATCH v4 14/18] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c
` [PATCH v4 16/18] hw/loongarch/virt: Replace loongson IPI with loongarch IPI
` [PATCH v4 17/18] hw/intc/loongson_ipi: Restrict to MIPS
` [PATCH v4 18/18] hw/intc/loongson_ipi: Remove unused headers
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).