qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 06:18:19 to 2024-08-01 07:02:15 UTC [more...]

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

[PATCH v2 00/24] riscv support for control flow integrity extensions
 2024-08-01  6:59 UTC  (4+ messages)
` [PATCH v2 05/24] target/riscv: tracking indirect branches (fcfi) for zicfilp

[PATCH v2 0/2] object,accel-system: allow Accel type globals
 2024-08-01  6:58 UTC  (8+ 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 v2 2/2] qom/object, accel-system: add support to Accel globals

[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 

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

[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] bsd-user/main: Allow setting tb-size
 2024-07-31 23:18 UTC  (5+ messages)

[PATCH v3 00/24] Convert avocado tests to normal Python unittests
 2024-07-31 23:00 UTC  (15+ 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 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] 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  (8+ messages)
` [PATCH v7 1/5] qemu/osdep: Move close_all_open_fds() to oslib-posix
` [PATCH v7 2/5] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
` [PATCH v7 3/5] net/tap: Factorize fd closing after forking
` [PATCH v7 4/5] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
` [PATCH v7 5/5] net/tap: Use 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 v2] hw/acpi: Add vmclock device
 2024-07-31 21:19 UTC  (6+ messages)

[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] hw/ppc: Implement -dtb support for PowerNV
 2024-07-31 20:10 UTC 

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

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

[PATCH] target/arm: Handle denormals correctly for FMOPA (widening)
 2024-07-31 16:26 UTC  (4+ 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 v1] target/i386: Always set leaf 0x1f
 2024-07-31 15:31 UTC  (13+ messages)

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

[RFC PATCH 0/6] Enable shared device assignment
 2024-07-31 11:18 UTC  (10+ messages)

[RFC PATCH v5 0/8] Add Rust support, implement ARM PL011
 2024-07-31 10:35 UTC  (15+ messages)

QEMU unexpectedly closed the monitor
 2024-07-31 10:34 UTC  (6+ messages)

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

[PATCH] roms/opensbi: Update to v1.5
 2024-07-31 10:05 UTC  (3+ messages)

[PATCH 00/18] qapi: Reduce use of 'prefix'
 2024-07-31  9:46 UTC  (13+ messages)
` [PATCH 01/18] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH 11/18] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix

[PATCH] target/riscv: Add asserts for out-of-bound access
 2024-07-31  9:44 UTC  (5+ messages)

[PATCH v2 00/13] Add RISC-V Counter delegation ISA extension support
 2024-07-31  9:24 UTC  (5+ messages)
` [PATCH v2 01/13] target/riscv: Add properties for Indirect CSR Access extension

[PATCH v5 0/8] virtio-net: add support for SR-IOV emulation
 2024-07-31  8:58 UTC  (5+ messages)

[PATCH] hw/acpi/ich9: Add periodic and swsmi timer
 2024-07-31  8:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+
 2024-07-31  8:26 UTC  (4+ messages)

[PATCH v4 0/6] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-31  8:00 UTC  (9+ messages)
` [PATCH v4 2/6] arm/virt: Wire up GPIO error source for ACPI / GHES
` [PATCH v4 6/6] acpi/ghes: Add a logic to inject ARM processor CPER

[PATCH v6 0/5] Power11 support for QEMU [PSeries]
 2024-07-31  7:15 UTC  (2+ messages)

[PULL 00/96] ppc-for-9.1-2 queue
 2024-07-31  7:12 UTC  (3+ messages)

[PULL 0/6] Docs testing patches
 2024-07-31  6:17 UTC  (2+ messages)

[PULL for 9.1-rc1 00/14] Minor bug fixes and documentation cleanups
 2024-07-31  6: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).