qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 14:06:45 to 2022-08-24 10:26:25 UTC [more...]

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-08-24  9:40 UTC  (25+ messages)
` [PATCH 01/51] tests/qtest: Use g_setenv()
` [PATCH 02/51] tests/qtest: Use g_mkdtemp()
` [PATCH 03/51] block: Unify the get_tmp_filename() implementation
` [PATCH 04/51] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH 05/51] tcg: "
` [PATCH 06/51] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH 07/51] tests: Avoid using hardcoded /tmp in test cases
` [PATCH 08/51] block/vvfat: Unify the mkdir() call
` [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()
` [PATCH 10/51] hw/usb: dev-mtp: "
` [PATCH 11/51] qga/commands-posix-ssh: "
` [PATCH 12/51] tests: "
` [PATCH 13/51] tests/qtest: migration-test: Handle link() for win32
` [PATCH 14/51] backends/tpm: Exclude headers and macros that don't exist on win32
` [PATCH 15/51] tests/qtest: Adapt {m48t59,rtc}-test cases for win32
` [PATCH 16/51] tests/qtest: Build e1000e-test for posix only
` [PATCH 18/51] tests/qtest: Build cases that use memory-backend-file "
` [PATCH 19/51] tests/qtest: Build test-filter-{mirror, redirector} cases "
` [PATCH 20/51] tests/qtest: i440fx-test: Skip running request_{bios, pflash} for win32
` [PATCH 25/51] tests/qtest: libqos: Rename malloc.h to libqos-malloc.h
` [PATCH 32/51] tests/qtest: Fix ERROR_SHARING_VIOLATION for win32
` [PATCH 36/51] tests/qtest: machine-none-test: Use double quotes to pass the cpu option
` [PATCH 37/51] tests/qtest: migration-test: Disable IO redirection for win32
` [PATCH 40/51] chardev/char-file: Add FILE_SHARE_WRITE when openning the file "

[PATCH v1 0/5] vhost-user-blk: dynamically resize config space based on features
 2022-08-24  9:18 UTC  (6+ messages)
` [PATCH v1 1/5] virtio-blk: decouple config size determination code from VirtIOBlock
` [PATCH v1 2/5] virtio-blk: move config space sizing code to virtio-blk-common
` [PATCH v1 3/5] vhost-user-blk: make it possible to disable write-zeroes/discard
` [PATCH v1 4/5] vhost-user-blk: make 'config_wce' part of 'host_features'
` [PATCH v1 5/5] vhost-user-blk: dynamically resize config space based on features

[PATCH 00/24] Support VIRTIO_F_RING_RESET for virtio-net, vhost-user, vhost-kernel in virtio pci-modern
 2022-08-24  9:18 UTC  (51+ messages)
` [PATCH v2 06/24] virtio-pci: support queue reset
` [PATCH v2 07/24] virtio-pci: support queue enable
` [PATCH v2 09/24] vhost: introduce vhost_dev_virtqueue_stop()
` [PATCH v2 10/24] vhost: introduce vhost_dev_virtqueue_restart()
` [PATCH v2 11/24] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_stop()
` [PATCH v2 12/24] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PATCH v2 13/24] docs: vhost-user: add VHOST_USER_RESET_VRING message
` [PATCH v2 14/24] vhost-user: introduce vhost_reset_vring() interface
` [PATCH v2 15/24] vhost-user: add op to enable or disable a single vring
` [PATCH v2 16/24] vhost: vhost-user: update vhost_dev_virtqueue_stop()
` [PATCH v2 17/24] vhost: vhost-user: update vhost_dev_virtqueue_restart()
` [PATCH v2 18/24] vhost-net: vhost-user: update vhost_net_virtqueue_stop()
` [PATCH v2 19/24] vhost-net: vhost-user: update vhost_net_virtqueue_restart()

[PULL for 7.1 0/6] testing and doc updates
 2022-08-24  9:19 UTC  (9+ messages)
` [PULL 1/6] tests/avocado: push default timeout to QemuBaseTest
` [PULL 2/6] tests/qtest/migration-test: Only wait for serial output where migration succeeds
` [PULL 3/6] tests/migration/aarch64: Speed up the aarch64 migration test
` [PULL 4/6] tests/migration/i386: Speed up the i386 migration test (when using TCG)
` [PULL 5/6] tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan
` [PULL 6/6] qemu-options: try and clarify preferred block semantics

[PATCH 0/5] Vhost-vdpa Shadow Virtqueue multiqueue support
 2022-08-24  9:18 UTC  (12+ messages)
` [PATCH 1/5] vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_load
` [PATCH 2/5] vdpa: Add vhost_vdpa_net_load_mq
` [PATCH 4/5] virtio-net: Update virtio-net curr_queue_pairs in vdpa backends

[PULL v2 for 7.1 0/6] testing and doc updates
 2022-08-24  9:19 UTC 

[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-08-24  8:52 UTC  (3+ messages)
` [PATCH v3 2/3] util/main-loop: Avoid adding the same HANDLE twice
` [PATCH v3 3/3] util/aio-win32: Correct the event array size in aio_poll()

[PATCH v5 0/9] parallels: Refactor the code of images checks and fix a bug
 2022-08-24  8:50 UTC  (10+ messages)
` [PATCH v5 1/9] parallels: Out of image offset in BAT leads to image inflation

[PATCH v8 00/12] s390x: CPU Topology
 2022-08-24  8:41 UTC  (18+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology

[PATCH v5 0/2] This patch updates AVX512 support for xbzrle
 2022-08-24  8:42 UTC  (3+ messages)
` [PATCH v5 1/2] Update AVX512 support for xbzrle_encode_buffer

[PATCH v9 0/3] Implement Sstc extension
 2022-08-24  8:15 UTC  (4+ messages)
` [PATCH v9 1/3] hw/intc: Move mtimer/mtimecmp to aclint

[PATCH] tests/avocado: Fix trivial typo
 2022-08-24  8:09 UTC 

[PATCH v2 0/4] hw/arm/virt: Improve address assignment for high memory regions
 2022-08-24  8:06 UTC  (3+ messages)

[PATCH 0/2] target/s390x: s390_probe_access fixes
 2022-08-24  7:34 UTC  (6+ messages)
` [PATCH 1/2] Revert "target/s390x: Use probe_access_flags in s390_probe_access"
` [PATCH 2/2] target/s390x: Align __excp_addr in s390_probe_access

[PATCH v2] hw/nvme: Support for Namespaces Management from guest OS - create-ns
 2022-08-24  6:36 UTC 

[PATCH v10 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-08-24  2:32 UTC  (14+ messages)
` [PATCH v10 01/12] vhost: stop transfer elem ownership in vhost_handle_guest_kick
` [PATCH v10 02/12] vhost: use SVQ element ndescs instead of opaque data for desc validation
` [PATCH v10 03/12] vhost: Delete useless read memory barrier
` [PATCH v10 04/12] vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flush
` [PATCH v10 05/12] vhost_net: Add NetClientInfo start callback
` [PATCH v10 06/12] vhost_net: Add NetClientInfo stop callback
` [PATCH v10 07/12] vdpa: add net_vhost_vdpa_cvq_info NetClientInfo
` [PATCH v10 08/12] vdpa: Move command buffers map to start of net device
` [PATCH v10 09/12] vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
` [PATCH v10 10/12] vhost_net: add NetClientState->load() callback
` [PATCH v10 11/12] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH v10 12/12] vdpa: Delete CVQ migration blocker

[PATCH] net: tulip: Restrict DMA engine to memories
 2022-08-24  2:28 UTC  (3+ messages)

EBUSY when using NVMe Block Driver with multiple devices in the same IOMMU group
 2022-08-23 22:36 UTC 

[PATCH 0/9] QOM'ify VT82xx devices
 2022-08-23 23:36 UTC  (13+ messages)
` [PATCH 1/9] hw/isa/vt82c686: QOM'ify Super I/O creation
` [PATCH 7/9] hw/isa/vt82c686: QOM'ify ac97 and mc97 creation
` [PATCH 8/9] hw/isa/vt82c686: QOM'ify RTC creation

[PATCH v7 00/20] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-23 22:05 UTC  (21+ messages)
` [PATCH v7 01/20] linux-user/arm: Mark the commpage executable
` [PATCH v7 02/20] linux-user/hppa: Allocate page zero as a commpage
` [PATCH v7 03/20] linux-user/x86_64: Allocate vsyscall page "
` [PATCH v7 04/20] linux-user: Honor PT_GNU_STACK
` [PATCH v7 05/20] linux-user: Clear translations and tb_jmp_cache on mprotect()
` [PATCH v7 06/20] tests/tcg/i386: Move smc_code2 to an executable section
` [PATCH v7 07/20] accel/tcg: Introduce is_same_page()
` [PATCH v7 08/20] accel/tcg: Properly implement get_page_addr_code for user-only
` [PATCH v7 09/20] accel/tcg: Unlock mmap_lock after longjmp
` [PATCH v7 10/20] accel/tcg: Make tb_htable_lookup static
` [PATCH v7 11/20] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
` [PATCH v7 12/20] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
` [PATCH v7 13/20] accel/tcg: Document the faulting lookup in tb_lookup_cmp
` [PATCH v7 14/20] accel/tcg: Remove translator_ldsw
` [PATCH v7 15/20] accel/tcg: Add pc and host_pc params to gen_intermediate_code
` [PATCH v7 16/20] accel/tcg: Add fast path for translator_ld*
` [PATCH v7 17/20] target/s390x: Make translator stop before the end of a page
` [PATCH v7 18/20] target/i386: "
` [PATCH v7 19/20] target/riscv: Add MAX_INSN_LEN and insn_len
` [PATCH v7 20/20] target/riscv: Make translator stop before the end of a page

[PATCH 0/2] target/arm: armv7m_load_kernel() improvements
 2022-08-23 21:56 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Remove useless TARGET_BIG_ENDIAN check in armv7m_load_kernel()
` [PATCH 2/2] target/arm: Make boards pass base address to armv7m_load_kernel()

[PATCH v2 00/10] target/arm: Implement FEAT_PMUv3p5
 2022-08-23 21:53 UTC  (2+ messages)

[PATCH 0/6] target/arm: Fix v8 AArch32 RAZ ID regs; implement FEAT_ETS
 2022-08-23 21:48 UTC  (2+ messages)

[PATCH] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
 2022-08-23 21:45 UTC  (2+ messages)

[PATCH v2] target/arm: Add cortex-a35
 2022-08-23 21:40 UTC  (2+ messages)

[PATCH] gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64
 2022-08-23 21:03 UTC 

[PATCH v13 0/6] Improve PMU support
 2022-08-23 21:00 UTC  (5+ messages)
` [PATCH v13 3/6] target/riscv: Add few cache related PMU events

[RFC v4 00/11] blkio: add libblkio BlockDriver
 2022-08-23 20:35 UTC  (6+ messages)
` [RFC v4 11/11] virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hint

[PULL 0/1] Block layer patches
 2022-08-23 19:16 UTC  (3+ messages)
` [PULL 1/1] scsi-generic: Fix emulated block limits VPD page

[PATCH] audio: exit(1) if audio backend failed to be found or initialized
 2022-08-23 18:43 UTC  (2+ messages)

[PATCH v2 0/7] vDPA shadow virtqueue iova tree fixes
 2022-08-23 18:20 UTC  (8+ messages)
` [PATCH v2 1/7] vdpa: Skip the maps not in the iova tree
` [PATCH v2 2/7] vdpa: do not save failed dma maps in SVQ "
` [PATCH v2 3/7] util: accept iova_tree_remove_parameter by value
` [PATCH v2 4/7] vdpa: Remove SVQ vring from iova_tree at shutdown
` [PATCH v2 5/7] vdpa: Make SVQ vring unmapping return void
` [PATCH v2 6/7] vhost: Always store new kick fd on vhost_svq_set_svq_kick_fd
` [PATCH v2 7/7] vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ring

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-23 18:09 UTC  (9+ messages)
` [PATCH for-7.2 v2 10/20] hw/ppc: set machine->fdt in spapr machine

Leif's email issues resolved
 2022-08-23 17:48 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 17:41 UTC  (12+ messages)

[PATCH 0/1] hw/i2c/aspeed: Fix old reg slave receive
 2022-08-23 17:27 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v4 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-08-23 17:14 UTC  (2+ messages)

[PATCH v3 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-08-23 17:09 UTC  (7+ messages)

[PATCH v4 0/2] block: add missed block_acct_setup with new block device init procedure
 2022-08-23 16:52 UTC  (5+ messages)
` [PATCH 1/2] block: pass OnOffAuto instead of bool to block_acct_setup()
` [PATCH 2/2] block: add missed block_acct_setup with new block device init procedure

[PATCH] hw/nvme: Abort copy command when format is one while pif is zero
 2022-08-23 16:47 UTC 

[PATCH 00/14] target/i386: Use atomic operations for pte updates
 2022-08-23 16:09 UTC  (5+ messages)
` [PATCH 03/14] accel/tcg: Suppress auto-invalidate in probe_access_internal

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23 16:05 UTC  (7+ messages)

Teensy 4.1 Implementation
 2022-08-23 15:59 UTC  (10+ messages)

[PATCH] gdbstub: only send stop-reply upon request
 2022-08-23 15:56 UTC  (3+ messages)

KVM call for agenda for 2022-09-06
 2022-08-23 15:26 UTC 

[PATCH v5 00/18] dump: Add arch section and s390x PV dump
 2022-08-23 15:26 UTC  (5+ messages)
` [PATCH v5 17/18] s390x: Add KVM PV dump interface
` [PATCH v5 18/18] s390x: pv: Add dump support

[PATCH] docs/devel/testing: fix minor typo
 2022-08-23 13:46 UTC 

[PATCH v5 0/3] Enable notify VM exit
 2022-08-23 14:44 UTC  (4+ messages)
` [PATCH v5 1/3] Update linux headers to 6.0-rc1

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-23 14:43 UTC  (4+ messages)
` [PATCH 4/4] hw/nvme: add MSI-x mask handlers for irqfd

[qemu-web PATCH] Add signing pubkey for python-qemu-qmp package
 2022-08-23 14:29 UTC  (3+ messages)

Issues related to the polling system on Windows
 2022-08-23 14:20 UTC 


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