qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 18:41:11 to 2021-02-10 08:09:25 UTC [more...]

[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 0/2] hw/block/nvme: oncs and write uncorrectable support
 2021-02-10  7:06 UTC  (3+ messages)
` [PATCH 1/2] hw/block/nvme: add oncs device parameter
` [PATCH 2/2] hw/block/nvme: add write uncorrectable command

[PATCH] hw/block/nvme: add broadcast nsid support flush command
 2021-02-10  6:42 UTC  (5+ messages)

[PATCH 0/3] virtio-net: graceful drop of vhost for TAP
 2021-02-10  6:19 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 v3 0/3]
 2021-02-10  2:16 UTC  (4+ messages)

[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 0/2] Additional vIOMMU fixes related to UNMAP notifiers
 2021-02-10  0:05 UTC  (5+ messages)
` [PATCH 1/2] vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier
` [PATCH 2/2] spapr_iommu: Fix vhost integration regression

[PATCH 00/26] ppc: qemu: Convert qemu-ppce500 to driver model
 2021-02-10  0:36 UTC  (2+ messages)

[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-10  0:02 UTC  (32+ 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 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 v2 0/9] ACPI related fixes
 2021-02-09 20:02 UTC  (7+ 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/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  (43+ messages)
` [PATCH v2 01/42] esp: checkpatch fixes
` [PATCH v2 02/42] esp: rename existing ESP QOM type to SYSBUS_ESP
` [PATCH v2 03/42] esp: QOMify the internal ESP device state
` [PATCH v2 04/42] esp: add vmstate_esp version to embedded ESPState
` [PATCH v2 05/42] esp: add trace event when receiving a TI command
` [PATCH v2 06/42] esp: fix esp_reg_read() trace event
` [PATCH v2 07/42] esp: add PDMA trace events
` [PATCH v2 08/42] esp: determine transfer direction directly from SCSI phase
` [PATCH v2 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH v2 10/42] esp: introduce esp_get_stc()
` [PATCH v2 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v2 12/42] esp: remove dma_counter from ESPState
` [PATCH v2 13/42] esp: remove dma_left "
` [PATCH v2 14/42] esp: remove minlen restriction in handle_ti
` [PATCH v2 15/42] esp: introduce esp_pdma_read() and esp_pdma_write() functions
` [PATCH v2 16/42] esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
` [PATCH v2 17/42] esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PATCH v2 19/42] esp: remove buf parameter from do_cmd()
` [PATCH v2 20/42] esp: remove the buf and buflen parameters from get_cmd()
` [PATCH v2 21/42] esp: remove redundant pdma_start from ESPState
` [PATCH v2 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PATCH v2 24/42] esp: use in-built TC to determine PDMA transfer length
` [PATCH v2 25/42] esp: remove CMD pdma_origin
` [PATCH v2 26/42] esp: rename get_cmd_cb() to esp_select()
` [PATCH v2 27/42] esp: fix PDMA target selection
` [PATCH v2 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [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 33/42] esp: defer command completion interrupt on incoming data transfers
` [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 36/42] esp: add maxlen parameter to get_cmd()
` [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 40/42] esp: add trivial implementation of the ESP_RFLAGS register
` [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  (5+ messages)
` [PATCH 14/22] Acceptance Tests: introduce LinuxTest base class
` [PATCH 15/22] Acceptance Tests: move useful ssh methods to "

eMMC support
 2021-02-09 19:39 UTC  (9+ messages)

meson: why no target_user_arch in target/xxx/meson.build ?
 2021-02-09 19:31 UTC  (2+ messages)

[PATCH 00/24] virtiofs dax patches
 2021-02-09 19:02 UTC  (25+ messages)
` [PATCH 01/24] DAX: vhost-user: Rework slave return values
` [PATCH 02/24] DAX: libvhost-user: Route slave message payload
` [PATCH 03/24] DAX: libvhost-user: Allow popping a queue element with bad pointers
` [PATCH 04/24] DAX subprojects/libvhost-user: Add virtio-fs slave types
` [PATCH 05/24] DAX: virtio: Add shared memory capability
` [PATCH 06/24] DAX: virtio-fs: Add cache BAR
` [PATCH 07/24] DAX: virtio-fs: Add vhost-user slave commands for mapping
` [PATCH 08/24] DAX: virtio-fs: Fill in "
` [PATCH 09/24] DAX: virtiofsd Add cache accessor functions
` [PATCH 10/24] DAX: virtiofsd: Add setup/remove mappings fuse commands
` [PATCH 11/24] DAX: virtiofsd: Add setup/remove mapping handlers to passthrough_ll
` [PATCH 12/24] DAX: virtiofsd: Wire up passthrough_ll's lo_setupmapping
` [PATCH 13/24] DAX: virtiofsd: Make lo_removemapping() work
` [PATCH 14/24] DAX: virtiofsd: route se down to destroy method
` [PATCH 15/24] DAX: virtiofsd: Perform an unmap on destroy
` [PATCH 16/24] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
` [PATCH 17/24] DAX/unmap virtiofsd: Add wrappers for VHOST_USER_SLAVE_FS_IO
` [PATCH 18/24] DAX/unmap virtiofsd: Parse unmappable elements
` [PATCH 19/24] DAX/unmap virtiofsd: Route unmappable reads
` [PATCH 20/24] DAX/unmap virtiofsd: route unmappable write to slave command
` [PATCH 21/24] DAX:virtiofsd: implement FUSE_INIT map_alignment field
` [PATCH 22/24] vhost-user-fs: Extend VhostUserFSSlaveMsg to pass additional info
` [PATCH 23/24] vhost-user-fs: Implement drop CAP_FSETID functionality
` [PATCH 24/24] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it

[PATCH] meson: adjust timeouts for some slower tests
 2021-02-09 18:45 UTC  (3+ messages)

[PATCH 0/7] qcow2: compressed write cache
 2021-02-09 18:51 UTC  (8+ messages)

[PATCH] iotests/210: Fix reference output
 2021-02-09 18:42 UTC  (3+ messages)

[PATCH] iotests: Fix unsupported_imgopts for refcount_bits
 2021-02-09 18:49 UTC  (2+ 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).