qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 16:11:24 to 2022-11-03 13:47:00 UTC [more...]

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-11-03 13:46 UTC  (30+ messages)
` [PATCH 01/26] target/s390x: Use tcg_constant_* in local contexts
` [PATCH 02/26] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH 03/26] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH 05/26] target/s390x: Change help_goto_direct to work on displacements
` [PATCH 06/26] target/s390x: Introduce gen_psw_addr_disp
` [PATCH 07/26] target/s390x: Remove pc argument to pc_to_link_into
` [PATCH 08/26] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
` [PATCH 09/26] target/s390x: Use gen_psw_addr_disp in save_link_info
    ` [PATCH] tests/tcg/s390x: Add bal.S
` [PATCH 10/26] target/s390x: Use gen_psw_addr_disp in op_sam
` [PATCH 11/26] target/s390x: Use ilen instead in branches
` [PATCH 12/26] target/s390x: Move masking of psw.addr to cpu_get_tb_cpu_state
` [PATCH 13/26] target/s390x: Add disp argument to update_psw_addr
` [PATCH 14/26] target/s390x: Don't set gbea for user-only

[PATCH 0/9] Still more coroutine and various fixes in block layer
 2022-11-03 13:42 UTC  (10+ messages)
` [PATCH 1/9] block: call bdrv_co_drain_begin in a coroutine
` [PATCH 2/9] block-copy: add missing coroutine_fn annotations
` [PATCH 3/9] nbd/server.c: "
` [PATCH 4/9] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH 5/9] block: distinguish between bdrv_create running in coroutine and not
` [PATCH 6/9] block/vmdk: add missing coroutine_fn annotations
` [PATCH 7/9] block: bdrv_create_file is a coroutine_fn
` [PATCH 8/9] block: bdrv_create is never called in non-coroutine context
` [PATCH 9/9] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case

[PULL v2 00/82] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-03 13:31 UTC  (73+ messages)
` [PULL v2 07/82] virtio-crypto: Support asynchronous mode
` [PULL v2 08/82] crypto: Support DER encodings
` [PULL v2 09/82] crypto: Support export akcipher to pkcs8
` [PULL v2 10/82] cryptodev: Add a lkcf-backend for cryptodev
` [PULL v2 11/82] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
` [PULL v2 13/82] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PULL v2 14/82] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PULL v2 17/82] hw/smbios: add core_count2 to smbios table type 4
` [PULL v2 20/82] bios-tables-test: add test for number of cores > 255
` [PULL v2 23/82] acpi: fadt: support revision 6.0 of the ACPI specification
` [PULL v2 25/82] tests/acpi: virt: update ACPI MADT and FADT binaries
` [PULL v2 26/82] hw/pci: PCIe Data Object Exchange emulation
` [PULL v2 27/82] hw/mem/cxl-type3: Add MSIX support
` [PULL v2 28/82] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PULL v2 29/82] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PULL v2 30/82] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE
` [PULL v2 31/82] vhost: Change the sequence of device start
` [PULL v2 32/82] vhost-user: Support vhost_dev_start
` [PULL v2 33/82] hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus
` [PULL v2 34/82] virtio: re-order vm_running and use_started checks
` [PULL v2 35/82] virtio: introduce __virtio_queue_reset()
` [PULL v2 36/82] virtio: introduce virtio_queue_reset()
` [PULL v2 37/82] virtio: introduce virtio_queue_enable()
` [PULL v2 38/82] virtio: core: vq reset feature negotation support
` [PULL v2 39/82] virtio-pci: support queue reset
` [PULL v2 40/82] virtio-pci: support queue enable
` [PULL v2 41/82] vhost: expose vhost_virtqueue_start()
` [PULL v2 42/82] vhost: expose vhost_virtqueue_stop()
` [PULL v2 43/82] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PULL v2 44/82] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PULL v2 45/82] virtio-net: introduce flush_or_purge_queued_packets()
` [PULL v2 46/82] virtio-net: support queue reset
` [PULL v2 47/82] virtio-net: support queue_enable
` [PULL v2 48/82] vhost: vhost-kernel: enable vq reset feature
` [PULL v2 49/82] virtio-net: "
` [PULL v2 50/82] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
` [PULL v2 51/82] vhost-user: Fix out of order vring host notification handling
` [PULL v2 52/82] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
` [PULL v2 53/82] tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automatically
` [PULL v2 54/82] acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeration generate AML
` [PULL v2 55/82] tests: acpi: update expected DSDT after ISA bridge is moved directly under PCI host bridge
` [PULL v2 56/82] tests: acpi: whitelist DSDT before generating ICH9_SMB AML automatically
` [PULL v2 57/82] acpi: add get_dev_aml_func() helper
` [PULL v2 58/82] acpi: enumerate SMB bridge automatically along with other PCI devices
` [PULL v2 59/82] tests: acpi: update expected blobs
` [PULL v2 60/82] tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanup
` [PULL v2 61/82] acpi: pc/35: sanitize _GPE declaration order
` [PULL v2 62/82] tests: acpi: update expected blobs
` [PULL v2 63/82] hw/acpi/erst.c: Fix memory handling issues
` [PULL v2 64/82] MAINTAINERS: Add qapi/virtio.json to section "virtio"
` [PULL v2 65/82] msix: Assert that specified vector is in range
` [PULL v2 66/82] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
` [PULL v2 67/82] hw/i386/acpi-build: Remove unused struct
` [PULL v2 68/82] hw/i386/acpi-build: Resolve redundant attribute
` [PULL v2 69/82] hw/i386/acpi-build: Resolve north rather than south bridges
` [PULL v2 70/82] hmat acpi: Don't require initiator value in -numa
` [PULL v2 71/82] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PULL v2 72/82] tests: acpi: q35: add test for hmat nodes without initiators
` [PULL v2 73/82] tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT:
` [PULL v2 74/82] tests: Add HMAT AArch64/virt empty table files
` [PULL v2 75/82] hw/arm/virt: Enable HMAT on arm virt machine
` [PULL v2 76/82] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators
` [PULL v2 77/82] tests: virt: Update expected *.acpihmatvirt tables
` [PULL v2 78/82] vfio: move implement of vfio_get_xlat_addr() to memory.c
` [PULL v2 79/82] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PULL v2 80/82] intel-iommu: drop VTDBus
` [PULL v2 81/82] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PULL v2 82/82] intel-iommu: PASID support

[PATCH] target/arm: Two fixes for secure ptw
 2022-11-03 13:23 UTC  (3+ messages)

[PATCH v3 0/4] irqfd, iothread and polling support
 2022-11-03 13:19 UTC  (11+ messages)
` [PATCH v3 3/4] hw/nvme: add iothread support
` [PATCH v3 4/4] hw/nvme: add polling support

[PATCH v3] target/arm: honor HCR_E2H and HCR_TGE in ats_write64()
 2022-11-03 13:15 UTC  (3+ messages)

[PATCH v6 0/3] ppc/e500: Add support for eSDHC
 2022-11-03 12:51 UTC  (4+ messages)

[PULL 0/7] loongarch-to-apply queue
 2022-11-03 12:39 UTC  (8+ messages)
` [PULL 1/7] hw/intc: Convert the memops to with_attrs in LoongArch extioi
` [PULL 2/7] hw/intc: Fix LoongArch extioi coreisr accessing
` [PULL 3/7] hw/loongarch: Load FDT table into dram memory space
` [PULL 4/7] hw/loongarch: Improve fdt for LoongArch virt machine
` [PULL 5/7] hw/loongarch: Add TPM device "
` [PULL 6/7] target/loongarch: Add exception subcode
` [PULL 7/7] target/loongarch: Fix raise_mmu_exception() set wrong exception_index

[PATCH v2] target/loongarch: Fix emulation of float-point disable exception
 2022-11-03 12:25 UTC 

[PATCH v4 0/6] Only generate cluster node in PPTT when specified
 2022-11-03 12:18 UTC  (3+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 12:13 UTC  (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH for 7.2] Fix broken configure with -Wunused-parameter
 2022-11-03 12:08 UTC  (5+ messages)

[PATCH] tests/unit: simpler variable sequence for test-io-channel
 2022-11-03 11:32 UTC  (4+ messages)

[PATCH v14 00/17] qapi: net: add unix socket type support to netdev backend
 2022-11-03 11:21 UTC  (6+ messages)
` [PATCH v14 16/17] tests/qtest: netdev: test stream and dgram backends

[PATCH v3] target/i386: Fix calculation of LOCK NEG eflags
 2022-11-03 11:22 UTC  (2+ messages)

[PATCH] tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000
 2022-11-03 11:09 UTC  (2+ messages)

[PATCH] Add missing include statement for global xml_builtin
 2022-11-03 11:08 UTC  (2+ messages)

[PATCH] tests/qtest/e1000e-test: Use e1000_regs.h
 2022-11-03 11:04 UTC  (2+ messages)

[PATCH] qom.json: default the prealloc-threads to smp-cpus
 2022-11-03 11:00 UTC  (2+ messages)

[PATCH v3 0/4] compare machine type compat_props
 2022-11-03 10:27 UTC  (5+ messages)
` [PATCH v3 1/4] qom: add default value
` [PATCH v3 2/4] python/qmp: increase read buffer size
` [PATCH v3 3/4] qmp: add dump machine type compatible properties
` [PATCH v3 4/4] scripts: add script to compare "

Issue with VDUSE (QSD vduse-blk export) and vhost-vdpa
 2022-11-03 10:37 UTC  (4+ messages)

[PATCH v7 0/7] hw/arm/virt: Improve address assignment for high memory regions
 2022-11-03 10:12 UTC  (3+ messages)
` [PATCH v7 7/7] hw/arm/virt: Add properties to disable "

[PATCH 0/2] file-posix: alignment probing improvements
 2022-11-03  9:52 UTC  (9+ messages)
` [PATCH 1/2] file-posix: fix Linux alignment probing when EIO is returned
` [PATCH 2/2] file-posix: add statx(STATX_DIOALIGN) support

[PATCH] tests/unit/test-io-channel-command: Silence GCC error "maybe-uninitialized"
 2022-11-03  9:48 UTC  (4+ messages)

[PATCH] migration: check magic value for deciding the mapping of channels
 2022-11-03  9:29 UTC  (6+ messages)

[PULL 0/4] Linux user for 7.2 patches
 2022-11-03  8:49 UTC  (5+ messages)
` [PULL 1/4] linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handler
` [PULL 2/4] linux-user: Add close_range() syscall
` [PULL 3/4] linux-user: Add strace output for timer_settime64() syscall
` [PULL 4/4] linux-user: always translate cmsg when recvmsg

[PATCH 0/3] Emulate status feature in vhost-vdpa net
 2022-11-03  8:11 UTC  (12+ messages)
` [PATCH 3/3] vdpa: Expose VIRTIO_NET_F_STATUS unconditionally

[PATCH] i386/cpu: Adjust cpuid addresable id count to match the spec
 2022-11-03  8:11 UTC  (3+ messages)

[PATCH] tests/qtest/libqos/e1000e: Refer common PCI ID definitions
 2022-11-03  7:06 UTC  (2+ messages)

[PATCH] e1000: Use hw/net/mii.h
 2022-11-03  6:02 UTC 

[PATCH] fsl_etsec: Use hw/net/mii.h
 2022-11-03  6:01 UTC 

[PATCH] tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU
 2022-11-03  2:54 UTC 

[PATCH] virtio-blk: simplify virtio_blk_dma_restart_cb()
 2022-11-02 23:54 UTC  (2+ messages)

[PATCH] Run docker probe only if docker or podman are available
 2022-11-02 23:30 UTC  (3+ messages)

[RFC v4 0/3] Add zoned storage emulation to virtio-blk driver
 2022-11-02 21:21 UTC  (6+ messages)
` [RFC v4 2/3] virtio-blk: add zoned storage emulation for zoned devices
` [RFC v4 3/3] virtio-blk: add some trace events for zoned emulation

[PATCH v4 0/2] Refactoring: expand usage of TFR() macro
 2022-11-02 20:30 UTC  (2+ messages)

[PULL 00/62] ppc queue
 2022-11-02 19:49 UTC  (5+ messages)
` [PULL 59/62] hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two

[PATCH 0/3] target: Rename headers using .def extension to .h.inc
 2022-11-02 18:30 UTC  (7+ messages)
` [PATCH 1/3] target/m68k: Rename qregs.def -> qregs.h.inc
` [PATCH 2/3] target/s390x: Rename insn-data/format.def -> insn-data/format.h.inc
` [PATCH 3/3] target/tricore: Rename csfr.def -> csfr.h.inc

[PATCH 0/3] libvhost-user: Add format attribute and fix format strings
 2022-11-02 18:24 UTC  (7+ messages)
` [PATCH 1/3] libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM)
` [PATCH 2/3] libvhost-user: Fix format strings
` [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

[PATCH v4 0/2] xen/pt: fix FTBFS and reserve PCI slot 2 for the Intel IGD
 2022-11-02 18:14 UTC  (3+ messages)
` [PATCH v4 1/2] xen/pt: fix syntax error that causes FTBFS in some configurations

[PATCH] Add nsis.py to W32/W64 section in MAINTAINERS
 2022-11-02 18:08 UTC  (4+ messages)

[PATCH v2] Fix some typos in documentation and comments
 2022-11-02 18:02 UTC  (4+ messages)

[PATCH] qapi: virtio: Fix the introduced version
 2022-11-02 17:56 UTC  (2+ messages)

[PATCH 1/2] target/mips: Don't check COP1X for 64 bit FP mode
 2022-11-02 16:57 UTC  (2+ messages)
` [PATCH 2/2] target/mips: Correct check for CABS instructions

[PATCH] linux-user: always translate cmsg when recvmsg
 2022-11-02 16:29 UTC  (3+ messages)

[PATCH] linux-user: Add strace output for timer_settime64() syscall
 2022-11-02 16:21 UTC  (2+ messages)

[PATCH] linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handler
 2022-11-02 16:14 UTC  (2+ messages)

[PATCH v5] linux-user: Add close_range() syscall
 2022-11-02 16:17 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).