qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 14:14:51 to 2021-02-09 20:17:12 UTC [more...]

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-09 19:30 UTC  (42+ 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 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 v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-09 20:09 UTC  (5+ messages)

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-09 19:56 UTC  (18+ messages)
` [PATCH 07/22] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PATCH 10/22] Python: add utility function for retrieving port redirection
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [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 v2 0/9] ACPI related fixes
 2021-02-09 19:23 UTC  (14+ messages)
` [PATCH v2 3/9] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v2 4/9] acpi: set fadt.smi_cmd to zero when SMM is not supported
` [PATCH v2 5/9] acpi: add test case for smm unsupported -machine smm=off
` [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region
` [PATCH v2 7/9] i386: acpi: Don't build HPET ACPI entry if HPET is disabled
` [PATCH v2 8/9] acpi: add test case for -no-hpet

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

[PATCH 0/7] qcow2: compressed write cache
 2021-02-09 18:51 UTC  (9+ 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)

[PATCH v1 00/12] fix plugins double counting with mmio, cleanup CF_ flags
 2021-02-09 18:41 UTC  (15+ messages)
` [PATCH v1 01/12] exec: Move TranslationBlock typedef to qemu/typedefs.h
` [PATCH v1 02/12] accel/tcg: Create io_recompile_replay_branch hook
` [PATCH v1 03/12] target/mips: Create mips_io_recompile_replay_branch
` [PATCH v1 04/12] target/sh4: Create superh_io_recompile_replay_branch
` [PATCH v1 05/12] tests/plugin: expand insn test to detect duplicate instructions
` [PATCH v1 06/12] tests/acceptance: add a new set of tests to exercise plugins
` [PATCH v1 07/12] accel/tcg: actually cache our partial icount TB
` [PATCH v1 08/12] accel/tcg: cache single instruction TB on pending replay exception
` [PATCH v1 09/12] accel/tcg: re-factor non-RAM execution code
` [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 v1 12/12] tests/acceptance: add a new tests to detect counting errors

[PATCH 0/4] linux-user: Support o32 ABI with 64-bit MIPS CPUs
 2021-02-09 18:31 UTC  (3+ messages)

[PATCH v2 2/4] Implementation of enhanced PMP(ePMP) support
 2021-02-09 18:25 UTC  (2+ messages)

getting the console output for s390 cdrom-test?
 2021-02-09 18:25 UTC  (10+ messages)

[PATCH v3] travis-ci: Disable C++ optional objects on AArch64 container
 2021-02-09 18:09 UTC  (9+ messages)

[RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding
 2021-02-09 18:11 UTC  (11+ messages)
` [RFC v2 1/7] vhost: Delete trailing dot in errpr_setg argument
` [RFC v2 2/7] virtio: Add virtio_queue_host_notifier_status
` [RFC v2 3/7] vhost: Save masked_notifier state
` [RFC v2 4/7] vhost: Add VhostShadowVirtqueue
` [RFC v2 5/7] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC v2 6/7] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 7/7] vhost: Route host->guest "

[PATCH v4 0/9] hw/sd: Support block read/write in SPI mode
 2021-02-09 17:36 UTC  (4+ messages)

[PATCH] hw/block/nvme: fix Close Zone
 2021-02-09 17:31 UTC  (7+ messages)

[RFC PATCH] block/null: Use 'read-zeroes' mode by default
 2021-02-09 17:19 UTC  (4+ messages)

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-09 17:17 UTC  (3+ messages)

[PATCH] vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
 2021-02-09 17:15 UTC  (8+ messages)

[PATCH 0/4] accel/tcg: Create io_recompile_replay_branch hook
 2021-02-09 17:05 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-02-09 16:55 UTC  (8+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[PATCH 0/6] m68k: Overhaul of MOVEC instruction to support exception/MSP
 2021-02-09 16:53 UTC  (2+ messages)

[PATCH 0/2] failover: trivial cleanup and fix
 2021-02-09 16:50 UTC  (5+ messages)
` [PATCH 1/2] pci: cleanup failover sanity check
` [PATCH 2/2] virtio-net: add missing object_unref()

[PATCH v5 0/2] System Generation ID driver and VMGENID backend
 2021-02-09 16:44 UTC  (10+ messages)
` [PATCH v5 1/2] drivers/misc: sysgenid: add system generation id driver
` [PATCH v5 2/2] drivers/virt: vmgenid: add vm "

[PULL v3 00/27] Block patches
 2021-02-09 16:22 UTC  (8+ messages)

[PATCH v3 0/2] NBD socket backlog
 2021-02-09 16:14 UTC  (7+ messages)
` [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
` [PATCH v3 2/2] qemu-nbd: Permit --shared=0 for unlimited clients

[PATCH] Deprecate pmem=on with non-DAX capable backend file
 2021-02-09 16:09 UTC  (2+ messages)

[PATCH 0/6] qapi: Add support for aliases
 2021-02-09 16:02 UTC  (3+ messages)
` [PATCH 4/6] qapi: Apply aliases in qobject-input-visitor

[PATCH] scsi: Silence gcc warning
 2021-02-09 15:44 UTC  (2+ messages)

[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
 2021-02-09 15:35 UTC  (15+ messages)
` [RFC 05/10] vhost: Add vhost_dev_from_virtio
` [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue

[PATCH 0/3] virtio-net: graceful drop of vhost for TAP
 2021-02-09 15:18 UTC  (5+ messages)

[PATCH 0/2] trace: fix "-trace file=...."
 2021-02-09 14:57 UTC  (3+ messages)
` [PATCH 1/2] trace: fix "-trace file=..."
` [PATCH 2/2] trace: skip qemu_set_log_filename if no "-D" option was passed

[PULL 00/56] emulated nvme patches
 2021-02-09 14:52 UTC  (2+ messages)

[PATCH 1/1] qga-vss: Use dynamic linking for GLib
 2021-02-09 14:54 UTC 

[PATCH v2 0/2] add error handling in multifd_tls_handshake_thread
 2021-02-09 10:42 UTC  (3+ messages)
` [PATCH v2 1/2] migration/tls: fix inverted semantics in multifd_channel_connect
` [PATCH v2 2/2] migration/tls: add error handling in multifd_tls_handshake_thread

[Bug 304636] Re: -hda FAT:. limited to 504MBytes
 2021-02-09 14:29 UTC  (2+ messages)

[PATCH] Raspberry PI GPIO interrupt support
 2021-02-09  9:03 UTC 

[PATCH] migration/tls: add error handling in multifd_tls_handshake_thread
 2021-02-09  7:52 UTC 

[Qemu-devel] [Bug 1294227] [NEW] migration wrong handling of KVM_GET_DIRTY_LOG ioctl
 2021-02-09 14:25 UTC  (2+ messages)
` [Bug 1294227] "

[PATCH] hw/sd/sdhci: Do not modify BlockSizeRegister if transaction in progress
 2021-02-09 14:34 UTC  (6+ messages)

[PATCH 0/2] travis: remove all use of Travis CI
 2021-02-09 14:32 UTC  (6+ messages)
` [PATCH 2/2] travis: remove travis configuration and all references to "

[PULL hvf 0/5] HVF updates for 2021-02-09
 2021-02-09 14:12 UTC  (5+ messages)
` [PULL hvf 3/5] hvf: x86: Remove unused definitions
` [PULL hvf 4/5] target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT
` [PULL hvf 5/5] hvf: Fetch cr4 before evaluating CPUID(1)


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).