qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 22:07:37 to 2022-08-24 17:38:12 UTC [more...]

[RFC PATCH 00/17] (The beginning of) a new i386 decoder
 2022-08-24 17:31 UTC  (3+ messages)
` [PATCH 02/17] target/i386: introduce insn_get_addr
` [PATCH 05/17] target/i386: add 00-07, 10-17 opcodes

[RFC PATCH] tests/vm: Remove obsolete Fedora VM test
 2022-08-24 17:29 UTC  (2+ messages)

[PATCH] gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64
 2022-08-24 17:15 UTC  (2+ messages)

EBUSY when using NVMe Block Driver with multiple devices in the same IOMMU group
 2022-08-24 17:18 UTC  (3+ messages)

Page alignment & memory regions expectations
 2022-08-24 16:42 UTC  (2+ messages)

[RFC PATCH 0/4] Support multiple deocde path for RISC-V
 2022-08-24 16:30 UTC  (6+ messages)
` [RFC PATCH 1/4] target/riscv: Use xl instead of mxl for disassemble
` [RFC PATCH 2/4] disas/riscv: Move down the struct rv_decode
` [RFC PATCH 3/4] disas/riscv: Add used_opcode_data field
` [RFC PATCH 4/4] target/riscv: Support Ventana disassemble

[PULL v2 for 7.1 0/6] testing and doc updates
 2022-08-24 16:29 UTC  (2+ messages)

[PATCH 0/4] enable ATS per pcie root port, not globally
 2022-08-24 16:16 UTC  (4+ messages)
` [PATCH 2/4] hw/acpi: set ATS capability explicitly per pcie root port

[PATCH 00/10] hw/arm/virt: Fix dt-schema warnings
 2022-08-24 15:51 UTC  (11+ messages)
` [PATCH 01/10] hw/arm/virt: Fix devicetree warning about the root node
` [PATCH 02/10] hw/arm/boot: Fix devicetree warning about the PSCI node
` [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC node
` [PATCH 04/10] hw/arm/virt: Use "msi-map" devicetree property for PCI
` [PATCH 05/10] hw/arm/virt: Fix devicetree warning about the timer node
` [PATCH 06/10] hw/arm/virt: Fix devicetree warning about the gpio-key node
` [PATCH 07/10] hw/arm/virt: Fix devicetree warnings about node names
` [PATCH 08/10] hw/arm/virt: Fix devicetree warnings about the GPIO node
` [PATCH 09/10] hw/arm/virt: Fix devicetree warnings about the SMMU node
` [PATCH 10/10] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node

[PATCH v2 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-08-24 16:00 UTC  (3+ messages)
` [PATCH v2 1/5] "

[PATCH] crypto/luks: Support creating LUKS image on Darwin
 2022-08-24 12:53 UTC  (2+ messages)

[PATCH v2 for-7.2 0/6] Drop libslirp submodule
 2022-08-24 15:11 UTC  (7+ messages)
` [PATCH 1/6] tests/docker: Update the debian-all-test-cross container to Debian 11
` [PATCH 2/6] tests/vm: Add libslirp to the VM tests
` [PATCH 3/6] tests/lcitool/libvirt-ci: Update the lcitool module to the latest version
` [PATCH 4/6] tests: Refresh dockerfiles and FreeBSD vars with lcitool
` [PATCH 5/6] tests/avocado: Do not run tests that require libslirp if it is not available
` [PATCH v2 6/6] Remove the slirp submodule (i.e. compile only with an external libslirp)

[PATCH v2] hw/acpi: Add ospm_status hook implementation for acpi-ged
 2022-08-24 15:04 UTC  (2+ messages)

[PATCH] target/riscv: Remove sideleg and sedeleg
 2022-08-24 14:52 UTC 

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-08-24 14:42 UTC  (57+ 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 17/51] tests/qtest: Build virtio-net-test "
` [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 21/51] tests/qtest: migration-test: Skip running test_migrate_fd_proto on win32
` [PATCH 22/51] tests/qtest: qmp-test: Skip running test_qmp_oob for win32
` [PATCH 23/51] accel/qtest: Support qtest accelerator for Windows
` [PATCH 24/51] tests/qtest: libqos: Drop inclusion of <sys/wait.h>
` [PATCH 25/51] tests/qtest: libqos: Rename malloc.h to libqos-malloc.h
` [PATCH 26/51] tests/qtest: libqtest: Move global_qtest definition back to libqtest.c
` [PATCH 27/51] tests/qtest: Use send/recv for socket communication
` [PATCH 28/51] tests/qtest: libqtest: Exclude the *_fds APIs for win32
` [PATCH 29/51] tests/qtest: libqtest: Install signal handler via signal()
` [PATCH 30/51] tests: Skip iotests and qtest when '--without-default-devices'
` [PATCH 31/51] tests/qtest: Support libqtest to build and run on Windows
` [PATCH 32/51] tests/qtest: Fix ERROR_SHARING_VIOLATION for win32
` [PATCH 33/51] tests/qtest: {ahci, ide}-test: Use relative path for temporary files
` [PATCH 34/51] tests/qtest: bios-tables-test: Adapt the case for win32
` [PATCH 35/51] tests/qtest: device-plug-test: Reverse the usage of double/single quotes
` [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 38/51] tests/qtest: {ahci,ide}-test: Open file in binary mode
` [PATCH 39/51] tests/qtest: virtio-net-failover: Disable migration tests for win32
` [PATCH 40/51] chardev/char-file: Add FILE_SHARE_WRITE when openning the file "
` [PATCH 41/51] tests/qtest: migration-test: Kill "to" after migration is canceled
` [PATCH 42/51] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
` [PATCH 43/51] tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32
` [PATCH 44/51] tests/qtest: microbit-test: Fix socket access for win32
` [PATCH 45/51] tests/qtest: prom-env-test: Use double quotes to pass the prom-env option
` [PATCH 46/51] tests/qtest: libqtest: Replace the call to close a socket with closesocket()
` [PATCH 47/51] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
` [PATCH 48/51] io/channel-watch: Drop a superfluous '#ifdef WIN32'
` [PATCH 49/51] io/channel-watch: Fix socket watch on Windows
` [PATCH 50/51] .gitlab-ci.d/windows.yml: Increase the timeout to the runner limit
` [PATCH 51/51] docs/devel: testing: Document writing portable test cases

[PATCH 0/1] hw/i2c/aspeed: Fix old reg slave receive
 2022-08-24 14:31 UTC  (5+ messages)
` [PATCH 1/1] "

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

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-24 13:16 UTC  (6+ messages)
` [PATCH 4/4] hw/nvme: add MSI-x mask handlers for irqfd

[PATCH] virtiofsd: use g_date_time_get_microsecond to get subsecond
 2022-08-24 11:05 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (20+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH 00/24] Support VIRTIO_F_RING_RESET for virtio-net, vhost-user, vhost-kernel in virtio pci-modern
 2022-08-24 11:27 UTC  (52+ 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()

[RFC] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
 2022-08-24 11:08 UTC 

[PATCH v5 0/2] block: add missed block_acct_setup with new block device init procedure
 2022-08-24  9:50 UTC  (3+ 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

[PULL for 7.1 0/6] testing and doc updates
 2022-08-24  9:42 UTC  (5+ messages)
` [PULL 1/6] tests/avocado: push default timeout to QemuBaseTest

[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 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

[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  (8+ 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  (6+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[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  (2+ messages)

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

[PATCH v7 00/20] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-23 22:05 UTC  (19+ messages)
` [PATCH v7 03/20] linux-user/x86_64: Allocate vsyscall page as a commpage
` [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


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