messages from 2021-02-09 21:43:51 to 2021-02-10 13:38:34 UTC [more...]
eMMC support
2021-02-10 13:37 UTC (13+ messages)
[PATCH] hw/block: nvme: Fix a build error in nvme_process_sq()
2021-02-10 13:31 UTC (8+ messages)
[PATCH v2 0/9] ACPI related fixes
2021-02-10 13:17 UTC (10+ messages)
` [PATCH v2 3/9] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region
[PATCH 0/6] qapi: Add support for aliases
2021-02-10 13:09 UTC (6+ messages)
` [PATCH 5/6] "
` [PATCH 6/6] tests/qapi-schema: Test cases "
[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
2021-02-10 12:26 UTC (3+ messages)
` [Bug 1914117] "
[PATCH v16 00/23] i386 cleanup PART 2
2021-02-10 12:37 UTC (11+ messages)
` [PATCH v16 01/23] cpu: Introduce TCGCpuOperations struct
` [PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v16 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
[PATCH 0/7] qcow2: compressed write cache
2021-02-10 12:35 UTC (13+ messages)
[PULL 0/1] tricore queue
2021-02-10 12:18 UTC (4+ messages)
` [PULL 1/1] tricore: added triboard with tc27x_soc
About creating machines on the command line
2021-02-10 12:13 UTC (5+ messages)
[PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
2021-02-10 12:12 UTC (9+ messages)
` [PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition
` [PATCH 2/3] target/tricore: Pass MMUAccessType to get_physical_address()
` [PATCH 3/3] target/tricore: Remove unused definitions
[Bug 1913505] [NEW] Windows XP slow on Apple M1
2021-02-10 12:03 UTC (2+ messages)
` [Bug 1913505] "
[PATCH v3 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
2021-02-10 11:54 UTC (11+ 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 00/21] target-arm queue
2021-02-10 11:54 UTC (5+ messages)
` [PULL 16/21] hw/timer: Refactor NPCM7XX Timer to use CLK clock
[PATCH 0/2] hw/block/nvme: oncs and write uncorrectable support
2021-02-10 11:42 UTC (6+ messages)
` [PATCH 1/2] hw/block/nvme: add oncs device parameter
` [PATCH 2/2] hw/block/nvme: add write uncorrectable command
[PATCH v2] hw/block: nvme: Fix a build error in nvme_get_feature()
2021-02-10 11:34 UTC (10+ messages)
[PATCH v3] hw/block: nvme: Fix a build error in nvme_get_feature()
2021-02-10 11:22 UTC
[PATCH 0/3] fix build failures from incorrectly skipped container build jobs
2021-02-10 11:17 UTC (5+ messages)
` [PATCH 1/3] gitlab: always build container images
[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] 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
[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
[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 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 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 (9+ 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
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).