qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 11:19:32 to 2024-08-01 10:36:56 UTC [more...]

[PULL 00/19] virtio,pci,pc: fixes
 2024-08-01 10:35 UTC  (2+ messages)
` [PULL 05/19] Revert "pcie_sriov: Allow user to create SR-IOV device"

More than 255 vcpus Windows VM setup without viommu ?
 2024-08-01 10:28 UTC  (6+ messages)

[PATCH-for-9.1?] hw/pci/pci-hmp-cmds: Avoid displaying bogus size in 'info pci'
 2024-08-01 10:27 UTC  (2+ messages)

[PATCH v2] vhsot-user: Do not wait for replay for not sent VHOST_USER_SET_LOG_BASE
 2024-08-01 10:26 UTC  (6+ messages)

[PATCH v1] target/i386: Always set leaf 0x1f
 2024-08-01 10:25 UTC  (15+ messages)

[PATCH] include: Fix typo in name of MAKE_IDENTFIER macro
 2024-08-01 10:25 UTC 

[PATCH-for-9.1] hw/pci-host/gt64120: Set PCI base address register write mask
 2024-08-01 10:24 UTC  (2+ messages)

[PATCH v3 00/24] Convert avocado tests to normal Python unittests
 2024-08-01 10:10 UTC  (20+ messages)
` [PATCH v3 01/24] python: Install pycotap in our venv if necessary
` [PATCH v3 02/24] tests/functional: Add base classes for the upcoming pytest-based tests
` [PATCH v3 03/24] tests/functional: Set up logging
` [PATCH v3 04/24] tests/Makefile.include: Increase the level of indentation in the help text
` [PATCH v3 06/24] tests/functional: Convert simple avocado tests into standalone python tests
` [PATCH v3 07/24] tests/functional: Convert avocado tests that just need a small adjustment
` [PATCH v3 16/24] tests/functional: Convert the riscv_opensbi avocado test into a standalone test

[PATCH v2] hw/acpi: Add vmclock device
 2024-08-01 10:00 UTC  (9+ messages)

[PATCH v2] hw/ppc: Implement -dtb support for PowerNV
 2024-08-01  9:52 UTC  (2+ messages)

[PULL 00/22] testing and misc updates
 2024-08-01  9:48 UTC  (3+ messages)
` [PULL 02/22] tests/avocado: use snapshot=on in kvm_xen_guest

[PATCH 0/8] Introduce SMP Cache Topology
 2024-08-01  9:37 UTC  (8+ messages)
` [PATCH 8/8] qemu-options: Add the description of smp-cache object

[PATCH v2 00/24] riscv support for control flow integrity extensions
 2024-08-01  9:12 UTC  (8+ messages)
` [PATCH v2 05/24] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v2 09/24] linux-user/riscv: implement indirect branch tracking prctls

[PATCH] hw/ppc: Implement -dtb support for PowerNV
 2024-08-01  8:51 UTC  (4+ messages)

[PATCH] char-socket: grow timeout from smaller value
 2024-08-01  8:44 UTC 

[PATCH v5 0/3] vhost-user-blk: live resize additional APIs
 2024-08-01  8:42 UTC  (6+ messages)

[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto
 2024-08-01  8:39 UTC  (5+ messages)

[PATCH v3 0/7] Add ACPI CPER firmware first error injection for Arm Processor
 2024-08-01  8:36 UTC  (6+ messages)
` [PATCH v3 4/7] acpi/ghes: Add a logic to handle block addresses and FW first ARM processor error injection

[PATCH] bsd-user/main: Allow setting tb-size
 2024-08-01  8:23 UTC  (6+ messages)

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-08-01  8:22 UTC  (18+ messages)

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-08-01  8:22 UTC  (4+ messages)
` [PULL v2 17/61] virtio-snd: check for invalid param shift operands

[PATCH 0/2] target/i386: Fix carry flag for BLSI
 2024-08-01  7:58 UTC  (3+ messages)
` [PATCH 1/2] target/i386: Split out gen_prepare_val_nz
` [PATCH 2/2] target/i386: Fix carry flag for BLSI

[PATCH v5 0/8] virtio-net: add support for SR-IOV emulation
 2024-08-01  7:51 UTC  (7+ messages)

[PATCH v2 0/1] Brief description of the patch series
 2024-08-01  2:53 UTC  (2+ messages)
` [PATCH v2 1/1] virtio-gpu: customize EDID for vms

[RFC PATCH 0/6] Enable shared device assignment
 2024-08-01  7:32 UTC  (7+ messages)

[PATCH] Cleanup: rename virtio_split_packed_update_used_idx
 2024-08-01  5:35 UTC 

QEMU unexpectedly closed the monitor
 2024-08-01  7:20 UTC  (7+ messages)

[PATCH v2 0/2] object,accel-system: allow Accel type globals
 2024-08-01  6:58 UTC  (4+ messages)
` [PATCH v2 1/2] qom/object, qdev: move globals functions to object.c
    ` object_new() cannot fail, and that's fundamental (was: [PATCH v2 1/2] qom/object, qdev: move globals functions to object.c)

[PATCH] hw/arm/mps2-tz.c: fix RX/TX interrupts order
 2024-08-01  6:42 UTC  (3+ messages)

[PATCH RFC v4 0/7] virtio-net: add support for SR-IOV emulation
 2024-08-01  5:52 UTC  (6+ messages)

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)
 2024-08-01  5:51 UTC  (31+ messages)
` [PATCH v2 4/4] virtio-net: Add support for USO features

[RFC PATCH] Makefile: trigger re-configure on updated pythondeps
 2024-08-01  5:19 UTC  (3+ messages)

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-01  3:39 UTC  (18+ messages)
` [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout
` [PATCH 06/13] tests/avocado: use more distinct names for assets
` [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
` [PATCH 12/13] Bump avocado to 103.0

[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
 2024-08-01  3:30 UTC  (4+ messages)
` [PATCH 06/10] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements

[ANNOUNCE] QEMU 9.1.0-rc0 is now available
 2024-08-01  0:50 UTC 

[PULL 00/10] i386, tests/vm changes for QEMU 9.1-rc
 2024-08-01  0:00 UTC  (12+ messages)
` [PULL 01/10] tests/vm/openbsd: Install tomli
` [PULL 02/10] target/i386: Change unavail from u32 to u64
` [PULL 03/10] target/i386/cpu: Remove unnecessary SGX feature words checks
` [PULL 04/10] target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependency
` [PULL 05/10] target/i386/cpu: Add dependencies of CPUID 0x12 leaves
` [PULL 06/10] target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machine
` [PULL 07/10] target/i386: Fix typo that assign same value twice
` [PULL 08/10] target/i386: Clean up error cases for vmsr_read_thread_stat()
` [PULL 09/10] qemu-vmsr-helper: fix socket loop breakage
` [PULL 10/10] qemu-vmsr-helper: implement --verbose/-v

[PATCH] bsd-user/x86_64/target_arch_thread.h: Align stack
 2024-07-31 23:18 UTC  (4+ messages)

[PATCH] target/ppc: Set ctx->opcode for decode_insn32()
 2024-07-31 22:12 UTC  (3+ messages)

[PATCH v7 0/5] qemu/osdep: add a qemu_close_all_open_fd() helper
 2024-07-31 21:56 UTC  (5+ messages)
` [PATCH v7 2/5] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
` [PATCH v7 4/5] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()

[PATCH] MAINTAINERS: Add my hexagon git tree
 2024-07-31 21:40 UTC  (2+ messages)

[PATCH-for-9.1? v2 0/4] hw/sd/sdhci: Check ADMA descriptors can be accessed
 2024-07-31 21:25 UTC  (5+ messages)
` [PATCH-for-9.1? v2 1/4] hw/sd/sdhci: Reduce variables scope in sdhci_do_adma()
` [PATCH-for-9.1? v2 2/4] hw/sd/sdhci: Reduce variables scope in get_adma_description()
` [PATCH-for-9.1? v2 3/4] hw/sd/sdhci: Read ADMA2_64 descriptor with a single dma_memory_read()
` [PATCH-for-9.1? v2 4/4] hw/sd/sdhci: Check ADMA descriptors can be accessed

[PATCH] target/xtensa: Correct assert condition in handle_interrupt()
 2024-07-31 21:10 UTC  (3+ messages)

[PATCH] hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()
 2024-07-31 21:07 UTC  (2+ messages)

[PATCH 0/7] block: Miscellaneous minor Coverity fixes
 2024-07-31 21:02 UTC  (23+ messages)
` [PATCH 1/7] block/vdi.c: Avoid potential overflow when calculating size of write
` [PATCH 2/7] block/gluster: Use g_autofree for string in qemu_gluster_parse_json()
` [PATCH 3/7] hw/block/pflash_cfi01: Don't decrement pfl->counter below 0
` [PATCH 4/7] hw/ide/atapi: Be explicit that assigning to s->lcyl truncates
` [PATCH 5/7] hw/block/fdc-isa: Assert that isa_fdc_get_drive_max_chs() found something
` [PATCH 6/7] hw/ide/pci.c: Remove dead code from bmdma_prepare_buf()
` [PATCH 7/7] block/ssh.c: Don't double-check that characters are hex digits

[PATCH v5 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-07-31 19:17 UTC  (9+ messages)
` [PATCH v5 11/13] hw/riscv/riscv-iommu: Add another irq for mrif notifications
` [PATCH v5 13/13] docs/specs: add riscv-iommu

[RFC PATCH] hw/ppc: Implement -dtb support for PowerNV
 2024-07-31 19:08 UTC  (6+ messages)

[PATCH] target/hexagon/idef-parser: Remove self-assignment
 2024-07-31 17:15 UTC  (4+ messages)

[PATCH-for-9.1 0/5] hw/sd: SDcard & SDHCI fixes
 2024-07-31 16:49 UTC  (3+ messages)
` [PATCH-for-9.1 5/5] hw/sd/sdhci: Check ADMA descriptors can be accessed

[PATCH] target/hexagon: switch to dc set_props() list
 2024-07-31 16:40 UTC  (2+ messages)

[PATCH] target/hexagon: define a v66 CPU
 2024-07-31 16:37 UTC  (2+ messages)

[PATCH] target/arm: Handle denormals correctly for FMOPA (widening)
 2024-07-31 16:26 UTC  (2+ messages)

[PATCH 0/3] virtio-gpu-gl: Improve OpenGL and related display error messages
 2024-07-31 15:59 UTC  (5+ messages)
` [PATCH 1/3] hw/display/virtio-gpu: Improve "opengl is not available" error message
` [PATCH 2/3] system/vl.c: Expand OpenGL related errors
` [PATCH 3/3] ui/console: Note in '-display help' that some backends support suboptions

[PATCH] util: retry open() when it gets interrupted by a signal
 2024-07-31 15:34 UTC  (10+ messages)
    ` [PATCH] util: use RETRY_ON_EINTR() on open() more consistently

[PATCH] qdev-monitor: QAPIfy QMP device_add
 2024-07-31 14:42 UTC  (4+ messages)

[PATCH] qmp: Fix higher half vaddrs for [p]memsave
 2024-07-31 13:50 UTC 

Silent parameters for Qemu installer
 2024-07-31 10:07 UTC 

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2024-07-31 12:56 UTC 

[PATCH] iotests/024: exclude 'backing file format' field from the output
 2024-07-31 12:59 UTC  (2+ messages)

[RFC 0/2] Improve the performance of unit-stride RVV ld/st on
 2024-07-31 12:38 UTC  (4+ messages)
` [RFC 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores

[PATCH] arm/kvm: add support for MTE
 2024-07-31 12:36 UTC  (6+ messages)

[PATCH v2 0/4] scsi-block: Fix error handling with r/werror=stop
 2024-07-31 12:32 UTC  (5+ messages)
` [PATCH v2 1/4] scsi-disk: Use positive return value for status in dma_readv/writev
` [PATCH v2 2/4] scsi-block: Don't skip callback for sgio error status/driver_status
` [PATCH v2 3/4] scsi-disk: Add warning comments that host_status errors take a shortcut
` [PATCH v2 4/4] scsi-disk: Always report RESERVATION_CONFLICT to guest

[PATCH] accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
 2024-07-31 12:32 UTC  (5+ messages)

[PATCH 0/8] target/arm: Implement FEAT_EBF16
 2024-07-31 12:32 UTC  (7+ messages)
` [PATCH 3/8] target/arm: Pass env pointer through to gvec_bfdot helper
` [PATCH 6/8] target/arm: Prepare bfdotadd() callers for FEAT_EBF support

[PATCH] linux-user/main: Allow setting tb-size
 2024-07-31 12:21 UTC  (2+ messages)

[PATCH 1/1] target/riscv: Remove redundant insn length check for zama16b
 2024-07-31 11:21 UTC  (7+ 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).