qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-09 13:28:54 to 2021-04-12 03:23:32 UTC [more...]

[PATCH v2 00/10] Acceptance Test: introduce base class for Linux based tests
 2021-04-12  3:22 UTC  (16+ messages)
` [PATCH v2 03/10] Python: add utility function for retrieving port redirection
` [PATCH v2 04/10] Acceptance Tests: move useful ssh methods to base class
` [PATCH v2 05/10] Acceptance Tests: add port redirection for ssh by default
` [PATCH v2 09/10] Acceptance Tests: add basic documentation on LinuxTest base class

[PATCH 1/2] target/arm: Needn't validate the target in scratch host
 2021-04-12  4:11 UTC  (4+ messages)
` [PATCH 2/2] target/arm: Initlaize PMU feature for scratch vcpu

[PATCH v1 0/8] RISC-V: Add support for ePMP v0.9.1
 2021-04-11 23:03 UTC  (4+ messages)
` [PATCH v1 5/8] target/riscv: Implementation of enhanced PMP (ePMP)

[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
 2021-04-11 15:12 UTC  (7+ messages)
` [PATCH 1/1] Set TARGET_PAGE_BITS to be 10 instead of 8 bits

Better alternative to strncpy in QEMU
 2021-04-11 13:50 UTC 

[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2021-04-11 12:09 UTC  (30+ messages)
` [RFC v9 01/29] hw/vfio/common: trace vfio_connect_container operations
` [RFC v9 02/29] update-linux-headers: Import iommu.h
` [RFC v9 03/29] header update against 5.12-rc6 and IOMMU/VFIO nested stage APIs
` [RFC v9 04/29] memory: Add new fields in IOTLBEntry
` [RFC v9 05/29] hw/arm/smmuv3: Improve stage1 ASID invalidation
` [RFC v9 06/29] hw/arm/smmu-common: Allow domain invalidation for NH_ALL/NSNH_ALL
` [RFC v9 07/29] memory: Add IOMMU_ATTR_VFIO_NESTED IOMMU memory region attribute
` [RFC v9 08/29] memory: Add IOMMU_ATTR_MSI_TRANSLATE "
` [RFC v9 09/29] memory: Introduce IOMMU Memory Region inject_faults API
` [RFC v9 10/29] iommu: Introduce generic header
` [RFC v9 11/29] pci: introduce PCIPASIDOps to PCIDevice
` [RFC v9 12/29] vfio: Force nested if iommu requires it
` [RFC v9 13/29] vfio: Introduce hostwin_from_range helper
` [RFC v9 14/29] vfio: Introduce helpers to DMA map/unmap a RAM section
` [RFC v9 15/29] vfio: Set up nested stage mappings
` [RFC v9 16/29] vfio: Pass stage 1 MSI bindings to the host
` [RFC v9 17/29] vfio: Helper to get IRQ info including capabilities
` [RFC v9 18/29] vfio/pci: Register handler for iommu fault
` [RFC v9 19/29] vfio/pci: Set up the DMA FAULT region
` [RFC v9 20/29] vfio/pci: Implement the DMA fault handler
` [RFC v9 21/29] hw/arm/smmuv3: Advertise MSI_TRANSLATE attribute
` [RFC v9 22/29] hw/arm/smmuv3: Store the PASID table GPA in the translation config
` [RFC v9 23/29] hw/arm/smmuv3: Fill the IOTLBEntry arch_id on NH_VA invalidation
` [RFC v9 24/29] hw/arm/smmuv3: Fill the IOTLBEntry leaf field "
` [RFC v9 25/29] hw/arm/smmuv3: Pass stage 1 configurations to the host
` [RFC v9 26/29] hw/arm/smmuv3: Implement fault injection
` [RFC v9 27/29] hw/arm/smmuv3: Allow MAP notifiers
` [RFC v9 28/29] pci: Add return_page_response pci ops
` [RFC v9 29/29] vfio/pci: Implement return_page_response page response callback

[PULL 0/2] x86 and CPU bug fixes for 6.0-rc3
 2021-04-11 12:00 UTC  (4+ messages)
` [PULL 1/2] i386: Add missing cpu feature bits in EPYC-Rome model
` [PULL 2/2] cpu/core: Fix "help" of CPU core device types

[Question] Binaries of virtio-gpu-wddm-dod?
 2021-04-11  9:19 UTC  (2+ messages)

[PATCH] vhost-user-fs: fix features handling
 2021-04-11  6:21 UTC  (3+ messages)
` [Virtio-fs] "

[PATCH v2 0/8] RISC-V: Add support for ePMP v0.9.1
 2021-04-11  4:06 UTC  (4+ messages)
` [PATCH v2 5/8] target/riscv: Implementation of enhanced PMP (ePMP)

[PATCH] target/riscv: fix wfi exception behavior
 2021-04-10 19:40 UTC 

[RFC PATCH-for-6.1 0/9] hw/clock: Strengthen machine (non-qdev) clock propagation
 2021-04-10 16:14 UTC  (8+ messages)

[PULL 00/10] Block layer fixes for 6.0-rc3
 2021-04-10 15:58 UTC  (12+ messages)
` [PULL 01/10] block/rbd: fix memory leak in qemu_rbd_connect()
` [PULL 02/10] block/rbd: fix memory leak in qemu_rbd_co_create_opts()
` [PULL 03/10] iotests/qsd-jobs: Filter events in the first test
` [PULL 04/10] iotests: add test for removing persistent bitmap from backing file
` [PULL 05/10] iotests: Test mirror-top filter permissions
` [PULL 06/10] hw/block/fdc: Fix 'fallback' property on sysbus floppy disk controllers
` [PULL 07/10] mirror: Move open_backing_file to exit_common
` [PULL 08/10] mirror: Do not enter a paused job on completion
` [PULL 09/10] job: Allow complete for jobs on standby
` [PULL 10/10] test-blockjob: Test job_wait_unpaused()

[RFC PATCH-for-6.1 v2 0/6] target/mips/cp0_timer: Use new clock_ns_to_ticks()
 2021-04-10 14:05 UTC  (14+ messages)
` [RFC PATCH-for-6.1 v2 1/6] target/mips/cpu: Use clock_has_source() instead of clock_get()
` [RFC PATCH-for-6.1 v2 2/6] target/mips/cpu: Update CP0 clock when CPU clock is propagated
` [RFC PATCH-for-6.1 v2 3/6] target/mips/cp0_timer: Add ns_to_count() helper
` [RFC PATCH-for-6.1 v2 4/6] target/mips/cp0_timer: Add ns_substract_to_count() helper
` [RFC PATCH-for-6.1 v2 5/6] target/mips/cp0_timer: Use new clock_ns_to_ticks()
` [RFC PATCH-for-6.1 v2 6/6] hw/mips/loongson3_virt: Raise CPU clock to 2 GHz

[PATCH for-6.0] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
 2021-04-10 13:58 UTC  (4+ messages)

[PATCH for-6.0 0/2] block/nbd: assorted bugfixes
 2021-04-10 12:20 UTC  (8+ messages)
` [PATCH for-6.0 1/2] block/nbd: fix channel object leak
` [PATCH for-6.0 2/2] block/nbd: ensure ->connection_thread is always valid

Mac OS real USB device support issue
 2021-04-10 11:29 UTC  (12+ messages)

[RFC PATCH 0/5] mptcp support
 2021-04-10  9:03 UTC  (11+ messages)
` [RFC PATCH 4/5] migration/socket: Close the listener at the end
` [RFC PATCH 5/5] sockets: Support multipath TCP

gitlab-ci check-dco test
 2021-04-10  9:03 UTC  (2+ messages)

[PATCH 0/2] cpu/core: Fix "help" of CPU core device types
 2021-04-10  8:59 UTC  (9+ messages)
` [PATCH 1/2] qdev: Separate implementations of qdev_get_machine() for user and system
` [PATCH 2/2] cpu/core: Fix "help" of CPU core device types

[PATCH] accel/tcg: Logs num_insns in translate_block trace events
 2021-04-10  5:36 UTC 

[PATCH 00/24] aspeed: fixes and extensions
 2021-04-10  7:08 UTC  (4+ messages)
` [PATCH 15/24] aspeed/smc: Add extra controls to request DMA

[PATCH] docs: Add a QEMU Code of Conduct and Conflict Resolution Policy document
 2021-04-10  6:29 UTC  (6+ messages)

Discussion: Patch series that adds disable-tcg option for ppc targets
 2021-04-10  5:43 UTC  (3+ messages)

[PATCH 0/2] docs/devel/qgraph: add troubleshooting information
 2021-04-10  4:41 UTC  (5+ messages)
` [PATCH 1/2] libqos/qgraph: fix "UNAVAILBLE" typo
` [PATCH 2/2] docs/devel/qgraph: add troubleshooting information

[PATCH v2 0/4] hw/i2c: Adds pca954x i2c mux switch device
 2021-04-09 21:32 UTC  (14+ messages)
` [PATCH v2 1/4] hw/i2c: name I2CNode list in I2CBus
` [PATCH v2 2/4] hw/i2c: add match method for device search
` [PATCH v2 3/4] hw/i2c: move search to i2c_scan_bus method
` [PATCH v2 4/4] hw/i2c: add pca954x i2c-mux switch

[RFC PATCH 0/4] target/ppc: add disable-tcg option
 2021-04-09 20:40 UTC  (8+ messages)
` [PATCH 1/4] target/ppc: Code motion required to build disabling tcg
` [PATCH 2/4] target/ppc: added solutions for building with disable-tcg
` [PATCH 3/4] target/ppc: Add stubs for tcg functions, so it builds
` [PATCH 4/4] target/ppc: updated build rules for disable-tcg option

[PATCH v3 0/4] hw/i2c: Adds pca954x i2c mux switch device
 2021-04-09 20:14 UTC  (5+ messages)
` [PATCH v3 1/4] hw/i2c: name I2CNode list in I2CBus
` [PATCH v3 2/4] hw/i2c: add match method for device search
` [PATCH v3 3/4] hw/i2c: move search to i2c_scan_bus method
` [PATCH v3 4/4] hw/i2c: add pca954x i2c-mux switch

[Bug 1923197] [NEW] RISC-V priviledged instruction error
 2021-04-09 18:23 UTC  (2+ messages)
` [Bug 1923197] "

[PULL for-6.0 0/1] s390x fix
 2021-04-09 18:25 UTC  (3+ messages)
` [PULL for-6.0 1/1] s390x: css: report errors from ccw_dstream_read/write

Resetting non-qdev children in a 3-phase reset device
 2021-04-09 18:13 UTC 

[PATCH] checkpatch: Fix use of uninitialized value
 2021-04-09 17:55 UTC  (5+ messages)

[PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes
 2021-04-09 17:39 UTC  (5+ messages)
` [PATCH for-6.0 v2 6/8] hw/block/nvme: update dmsrl limit on namespace detachment

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-04-09 17:08 UTC  (10+ messages)
` [PATCH v4 02/19] flake8: Enforce shorter line length for comments and docstrings

General question about parsing an rbd filename
 2021-04-09 17:06 UTC  (3+ messages)

[PATCH] hw/block/nvme: slba equal to nsze is out of bounds if nlb is 1-based
 2021-04-09 16:57 UTC  (5+ messages)

[PATCH for-6.0? 0/3] job: Add job_wait_unpaused() for block-job-complete
 2021-04-09 16:54 UTC  (6+ messages)
` [PATCH for-6.0? 1/3] "

[PATCH] Document qemu-img options data_file and data_file_raw
 2021-04-09 16:47 UTC  (5+ messages)

[RFC PATCH v2 00/11] qemu_iotests: improve debugging options
 2021-04-09 16:37 UTC  (13+ messages)
` [RFC PATCH v2 01/11] python: qemu: add timer parameter for qmp.accept socket
` [RFC PATCH v2 02/11] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [RFC PATCH v2 04/11] qemu-iotests: delay QMP socket timers

[PULL 0/1] Linux user for 6.0 patches
 2021-04-09 16:20 UTC  (2+ messages)

trace_FOO_tcg bit-rotted?
 2021-04-09 16:29 UTC  (3+ messages)

[PATCH 0/4] job: Allow complete for jobs on standby
 2021-04-09 16:15 UTC  (2+ messages)

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-04-09 15:54 UTC  (4+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

[PATCH v3] hw/block/nvme: add device self test command support
 2021-04-09 15:35 UTC  (2+ messages)

[PATCH v2] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-04-09 15:30 UTC  (2+ messages)

[PATCH v4 cxl-2.0-doe 0/3] QEMU PCIe DOE for PCIe and CXL2.0
 2021-04-09 15:27 UTC  (7+ messages)
` [PATCH v4 cxl-2.0-doe 1/3] PCIe Data Object Exchange implementation
` [PATCH v4 cxl-2.0-doe 2/3] CXL "
` [PATCH v4 cxl-2.0-doe 3/3] PCIe standard header for DOE

[PATCH for-6.0 0/2] mps3-an524: Fix MPC setting for SRAM block
 2021-04-09 15:28 UTC  (5+ messages)
` [PATCH for-6.0 1/2] hw/arm/mps2-tz: Fix MPC setting for AN524 "
` [PATCH for-6.0 2/2] hw/arm/mps2-tz: Assert if more than one RAM is attached to an MPC

[PATCH] virtiofsd: Fix side-effect in assert()
 2021-04-09 15:24 UTC  (6+ messages)
` [Virtio-fs] "

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2021-04-09 15:03 UTC  (2+ messages)
` [Bug 1893040] "

[PATCH 0/3] tests/acceptance: Handle tests with "cpu" tag
 2021-04-09 14:53 UTC  (6+ messages)

[PATCH v2] Revert "target/mips: Deprecate nanoMIPS ISA"
 2021-04-09 14:44 UTC  (4+ messages)

[PATCH v3 0/2] Fix segfault in qemu_rbd_parse_filename
 2021-04-09 14:38 UTC  (3+ messages)
` [PATCH v3 1/2] iotests/231: Update expected deprecation message
` [PATCH v3 2/2] block/rbd: Add an escape-aware strchr helper

[PATCH v2 00/10] block/nbd: move connection code to separate file
 2021-04-09 14:38 UTC  (4+ messages)
` [PATCH v2 03/10] util/async: aio_co_enter(): do aio_co_schedule in general case

[PATCH v2 0/2] Fix segfault in qemu_rbd_parse_filename
 2021-04-09 14:19 UTC  (5+ messages)
` [PATCH v2 2/2] block/rbd: Add an escape-aware strchr helper

QMP introspecting device props common to a bus type
 2021-04-09 14:04 UTC  (8+ messages)

[PATCH-for-6.0?] hw/rx/rx-gdbsim: Do not accept invalid memory size
 2021-04-09 14:01 UTC  (2+ messages)

[PATCH v4 1/1] docs/devel: Add VFIO device migration documentation
 2021-04-09 13:43 UTC 

[Bug 1922887] [NEW] STR in Thumb 32 decode problem
 2021-04-09 13:43 UTC  (2+ messages)
` [Bug 1922887] "

[PATCH v2 0/3] job: Add job_wait_unpaused() for block-job-complete
 2021-04-09 13:45 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] test-blockjob: Test job_wait_unpaused()
` [PATCH v2 3/3] iotests/041: block-job-complete on user-paused job
` [PATCH v2 4/3] iotests: Test completion immediately after drain

iotests 041 intermittent failure (netbsd)
 2021-04-09 13:41 UTC  (5+ 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).