messages from 2021-02-09 20:04:20 to 2021-02-10 11:17:41 UTC [more...]
[PATCH v2] hw/block: nvme: Fix a build error in nvme_get_feature()
2021-02-10 11:15 UTC (5+ messages)
[PATCH 0/2] hw/block/nvme: oncs and write uncorrectable support
2021-02-10 11:14 UTC (5+ messages)
` [PATCH 1/2] hw/block/nvme: add oncs device parameter
` [PATCH 2/2] hw/block/nvme: add write uncorrectable command
[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
2021-02-10 11:05 UTC (33+ messages)
` [PATCH v6 01/31] tcg: Introduce target-specific page data for user-only
` [PATCH v6 02/31] linux-user: Introduce PAGE_ANON
` [PATCH v6 03/31] exec: Use uintptr_t for guest_base
` [PATCH v6 04/31] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v6 05/31] exec: Improve types for guest_addr_valid
` [PATCH v6 06/31] linux-user: Check for overflow in access_ok
` [PATCH v6 07/31] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v6 08/31] bsd-user: "
` [PATCH v6 09/31] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v6 10/31] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v6 11/31] exec: Introduce cpu_untagged_addr
` [PATCH v6 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v6 13/31] linux-user: Explicitly untag memory management syscalls
` [PATCH v6 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v6 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
` [PATCH v6 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v6 17/31] linux-user: Move lock_user et al out of line
` [PATCH v6 18/31] linux-user: Fix types in uaccess.c
` [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user
` [PATCH v6 20/31] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v6 21/31] target/arm: Improve gen_top_byte_ignore
` [PATCH v6 22/31] target/arm: Use the proper TBI settings for linux-user
` [PATCH v6 23/31] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v6 24/31] linux-user/aarch64: Implement PROT_MTE
` [PATCH v6 25/31] target/arm: Split out syndrome.h from internals.h
` [PATCH v6 26/31] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v6 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v6 28/31] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v6 29/31] target/arm: Add allocation tag storage for user mode
` [PATCH v6 30/31] target/arm: Enable MTE for user-only
` [PATCH v6 31/31] tests/tcg/aarch64: Add mte smoke tests
[PATCH] hw/block: nvme: Fix a build error in nvme_process_sq()
2021-02-10 11:01 UTC (6+ messages)
[PATCH] util/osdep: Avoid mprotect() RWX->NONE on Big Sur 11.2
2021-02-10 10:55 UTC
[PULL 00/24] tcg patch queue
2021-02-10 10:38 UTC (3+ messages)
` [PULL 14/24] tcg: Use tcg_constant_{i32,i64} with tcg int expanders
[PATCH 0/7] qcow2: compressed write cache
2021-02-10 10:10 UTC (12+ messages)
[PATCH v3 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
2021-02-10 10:10 UTC (6+ messages)
` [PATCH v3 1/5] hw/dma: xlnx_csu_dma: Implement a basic XLNX CSU DMA model
` [PATCH v3 2/5] hw/arm: xlnx-zynqmp: Clean up coding convention issues
` [PATCH v3 3/5] hw/arm: xlnx-zynqmp: Add XLNX CSU DMA module
` [PATCH v3 4/5] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH v3 5/5] hw/ssi: xilinx_spips: Remove DMA related code from zynqmp_qspips
[PULL v4 00/27] Block patches
2021-02-10 9:26 UTC (28+ messages)
` [PULL v4 01/27] .github: point Repo Lockdown bot to GitLab repo
` [PULL v4 02/27] gitmodules: use GitLab repos instead of qemu.org
` [PULL v4 03/27] gitlab-ci: remove redundant GitLab repo URL command
` [PULL v4 04/27] docs: update README to use GitLab repo URLs
` [PULL v4 05/27] pc-bios: update mirror URLs to GitLab
` [PULL v4 06/27] get_maintainer: update repo URL "
` [PULL v4 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PULL v4 08/27] multi-process: add configure and usage information
` [PULL v4 09/27] memory: alloc RAM from file at offset
` [PULL v4 10/27] multi-process: Add config option for multi-process QEMU
` [PULL v4 11/27] multi-process: setup PCI host bridge for remote device
` [PULL v4 12/27] multi-process: setup a machine object for remote device process
` [PULL v4 13/27] io: add qio_channel_writev_full_all helper
` [PULL v4 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PULL v4 15/27] multi-process: define MPQemuMsg format and transmission functions
` [PULL v4 16/27] multi-process: Initialize message handler in remote device
` [PULL v4 17/27] multi-process: Associate fd of a PCIDevice with its object
` [PULL v4 18/27] multi-process: setup memory manager for remote device
` [PULL v4 19/27] multi-process: introduce proxy object
` [PULL v4 20/27] multi-process: add proxy communication functions
` [PULL v4 21/27] multi-process: Forward PCI config space acceses to the remote process
` [PULL v4 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PULL v4 23/27] multi-process: Synchronize remote memory
` [PULL v4 24/27] multi-process: create IOHUB object to handle irq
` [PULL v4 25/27] multi-process: Retrieve PCI info from remote process
` [PULL v4 26/27] multi-process: perform device reset in the "
` [PULL v4 27/27] docs: fix Parallels Image "dirty bitmap" section
[PATCH v2 0/2] ZynqMP QSPI supports SPI transfer using DMA mode, but currently this
2021-02-10 10:04 UTC (10+ messages)
` [PATCH v2 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support
[PULL 0/1] tricore queue
2021-02-10 9:29 UTC (2+ messages)
` [PULL 1/1] tricore: added triboard with tc27x_soc
eMMC support
2021-02-10 9:56 UTC (10+ messages)
[PATCH] iotests: Consistent $IMGOPTS boundary matching
2021-02-10 9:51 UTC
[PATCH v3 0/3]
2021-02-10 9:31 UTC (5+ messages)
[PATCH 0/6] qapi: Add support for aliases
2021-02-10 9:17 UTC (3+ messages)
` [PATCH 5/6] "
[PATCH RFC] pvrdma: wean code off pvrdma_ring.h kernel header
2021-02-10 8:56 UTC (2+ messages)
[PATCH] iotests: Fix unsupported_imgopts for refcount_bits
2021-02-10 8:48 UTC (3+ messages)
[PATCH 0/3] virtio-net: graceful drop of vhost for TAP
2021-02-10 8:38 UTC (6+ messages)
[PATCH v2 0/9] ACPI related fixes
2021-02-10 8:31 UTC (6+ messages)
` [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region
[PATCH 0/1] tricore: fixed faulty conditions for extr and imask
2021-02-10 8:26 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 0/2] Additional vIOMMU fixes related to UNMAP notifiers
2021-02-10 8:19 UTC (9+ messages)
` [PATCH 1/2] vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier
` [PATCH 2/2] spapr_iommu: Fix vhost integration regression
[PATCH] spapr: Adjust firmware path of PCI devices
2021-02-10 8:08 UTC (6+ messages)
[PATCH v2 0/5] Move remaining x86 Travis jobs to the gitlab-CI
2021-02-10 7:17 UTC (4+ messages)
[PATCH] hw/block/nvme: add broadcast nsid support flush command
2021-02-10 6:42 UTC (5+ messages)
[PULL 00/19] ppc-for-6.0 queue 20210210
2021-02-10 6:17 UTC (20+ messages)
` [PULL 01/19] spapr.c: use g_auto* with 'nodename' in CPU DT functions
` [PULL 02/19] spapr.c: add 'name' property for hotplugged CPUs nodes
` [PULL 03/19] spapr: Adjust firmware path of PCI devices
` [PULL 04/19] target/ppc: Remove unused MMU definitions
` [PULL 05/19] ppc/pnv: Add trace events for PCI event notification
` [PULL 06/19] ppc/xive: Add firmware bit when dumping the ENDs
` [PULL 07/19] ppc/pnv: Use skiboot addresses to load kernel and ramfs
` [PULL 08/19] ppc/pnv: Simplify pnv_bmc_create()
` [PULL 09/19] ppc/pnv: Discard internal BMC initialization when BMC is external
` [PULL 10/19] ppc/pnv: Remove default disablement of the PNOR contents
` [PULL 11/19] ppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR
` [PULL 12/19] spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
` [PULL 13/19] spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helper
` [PULL 14/19] spapr_numa.c: fix ibm, max-associativity-domains calculation
` [PULL 15/19] ppc/pnv: Set default RAM size to 1 GB
` [PULL 16/19] hw/ppc: e500: Use a macro for the platform clock frequency
` [PULL 17/19] hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
` [PULL 18/19] hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
` [PULL 19/19] target/ppc: Add E500 L2CSR0 write helper
[PATCH] linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
2021-02-10 6:12 UTC
[PATCH] hw/block/nvme: improve invalid zasl value reporting
2021-02-10 6:09 UTC (3+ messages)
[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
2021-02-10 5:57 UTC (17+ messages)
` [RFC 05/10] vhost: Add vhost_dev_from_virtio
` [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue
[PATCH] target/ppc: Fix truncation of env->hflags
2021-02-10 4:34 UTC (2+ messages)
[PATCH] vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
2021-02-10 4:05 UTC (14+ messages)
[PATCH v3] hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
2021-02-10 3:38 UTC (2+ messages)
[PATCH v2] target/ppc: Add E500 L2CSR0 write helper
2021-02-10 2:45 UTC
[PATCH] target/ppc: Add E500 L2CSR0 write helper
2021-02-10 2:12 UTC (5+ messages)
[PATCH v2] hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
2021-02-10 1:37 UTC (4+ messages)
[PATCH v5 0/9] block: Add retry for werror=/rerror= mechanism
2021-02-10 1:22 UTC (2+ messages)
[PATCH 00/26] ppc: qemu: Convert qemu-ppce500 to driver model
2021-02-10 0:36 UTC (2+ messages)
[PATCH v2] i386: Add the support for AMD EPYC 3rd generation processors
2021-02-09 23:26 UTC (2+ messages)
[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
2021-02-09 22:53 UTC (7+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode
[PATCH v2 00/93] TCI fixes and cleanups
2021-02-09 21:54 UTC (15+ messages)
` [PATCH v2 63/93] tcg/tci: Use ffi for calls
[Qemu-devel] [Bug 1625216] [NEW] memory writes via gdb don't work for memory mapped hardware
2021-02-09 20:52 UTC (2+ messages)
` [Bug 1625216] "
[PATCH v1 00/12] fix plugins double counting with mmio, cleanup CF_ flags
2021-02-09 21:05 UTC (11+ messages)
` [PATCH v1 05/12] tests/plugin: expand insn test to detect duplicate instructions
` [PATCH v1 07/12] accel/tcg: actually cache our partial icount TB
` [PATCH v1 10/12] accel/tcg: remove CF_NOCACHE and special cases
` [PATCH v1 11/12] accel/tcg: allow plugin instrumentation to be disable via cflags
[PATCH 0/5] Drop float32/float64 accessors used by gdbstub code
2021-02-09 20:55 UTC (4+ messages)
` [PATCH 2/5] target/m68k: Drop use of gdb_get_float64() and ldfq_p()
[PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
2021-02-09 20:40 UTC (4+ messages)
[PATCH v13 0/5] UFFD write-tracking migration/snapshots
2021-02-09 20:31 UTC (6+ messages)
[PATCH 0/2] trace: fix "-trace file=...."
2021-02-09 19:36 UTC (5+ messages)
` [PATCH 1/2] trace: fix "-trace file=..."
` [PATCH 2/2] trace: skip qemu_set_log_filename if no "-D" option was passed
[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
2021-02-09 19:30 UTC (14+ messages)
` [PATCH v2 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 25/42] esp: remove CMD pdma_origin
` [PATCH v2 29/42] esp: remove pdma_origin from ESPState
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers
` [PATCH v2 31/42] esp: implement FIFO flush command
` [PATCH v2 32/42] esp: latch individual bits in ESP_RINTR register
` [PATCH v2 34/42] esp: remove old deferred command completion mechanism
` [PATCH v2 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PATCH v2 37/42] esp: transition to message out phase after SATN and stop command
` [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8
` [PATCH v2 39/42] esp: convert cmdbuf "
` [PATCH v2 41/42] esp: implement non-DMA transfers in PDMA mode
` [PATCH v2 42/42] esp: add support for unaligned accesses
[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
2021-02-09 19:56 UTC (3+ messages)
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to base class
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).