qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 15:34:27 to 2024-07-30 10:24:35 UTC [more...]

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)
 2024-07-30 10:23 UTC  (27+ messages)
` [PATCH v2 4/4] virtio-net: Add support for USO features

[PULL 00/14] Docs / testing patches for 2024-07-29
 2024-07-30 10:14 UTC  (4+ messages)

[PATCH] osdep.h: Clean up no-longer-needed back-compat for macOS 10
 2024-07-30 10:02 UTC  (2+ messages)

[PATCH v5 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-07-30  9:58 UTC  (9+ messages)
` [PATCH v5 05/11] exec/ioport: Add portio_list_set_address()
` [PATCH v5 11/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions

[PATCH] iotests/024: exclude 'backing file format' field from the output
 2024-07-30  9:47 UTC 

[PULL 00/21] target-arm queue
 2024-07-30  9:40 UTC  (22+ messages)
` [PULL 01/21] hw/char/bcm2835_aux: Fix assert when receive FIFO fills up
` [PULL 02/21] hw/arm/smmuv3: Assert input to oas2bits() is valid
` [PULL 03/21] target/arm/kvm: Set PMU for host only when available
` [PULL 04/21] target/arm/kvm: Do not silently remove PMU
` [PULL 05/21] hvf: arm: Raise an exception for sysreg by default
` [PULL 06/21] hvf: arm: Properly disable PMU
` [PULL 07/21] hvf: arm: Do not advance PC when raising an exception
` [PULL 08/21] hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTE
` [PULL 09/21] hw/misc/bcm2835_property: Avoid overflow in OTP access properties
` [PULL 10/21] hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_row
` [PULL 11/21] hw/misc/bcm2835_property: Reduce scope of variables in mbox push function
` [PULL 12/21] target/arm: Don't assert for 128-bit tile accesses when SVL is 128
` [PULL 13/21] target/arm: Fix UMOPA/UMOPS of 16-bit values
` [PULL 14/21] target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()
` [PULL 15/21] target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
` [PULL 16/21] target/tricore: Use unsigned types for bitops in helper_eq_b()
` [PULL 17/21] target/xtensa: Make use of 'segment' in pptlb helper less confusing
` [PULL 18/21] target/m68k: avoid shift into sign bit in dump_address_map()
` [PULL 19/21] target/i386: Remove dead assignment to ss in do_interrupt64()
` [PULL 20/21] target/sh4: Avoid shift into sign bit in update_itlb_use()
` [PULL 21/21] system/physmem: Where we assume we have a RAM MR, assert it

[PULL 00/27] Block layer patches
 2024-07-30  9:43 UTC  (4+ messages)
` [PULL 06/27] iotests/{024, 271}: add testcases for qemu-img rebase

[PATCH] target/arm: Fix BTI versus CF_PCREL
 2024-07-30  9:30 UTC  (3+ messages)

[PATCH-for-9.1 0/5] hw/sd: SDcard & SDHCI fixes
 2024-07-30  9:21 UTC  (6+ messages)
` [PATCH-for-9.1 1/5] hw/sd/sdcard: Explicit dummy byte value
` [PATCH-for-9.1 2/5] hw/sd/sdcard: Do not abort when reading DAT lines on invalid cmd state
` [PATCH-for-9.1 3/5] hw/sd/sdhci: Reset @data_count index on invalid ADMA transfers
` [PATCH-for-9.1 4/5] hw/sd/sdhci: Trace ADMA descriptors
` [PATCH-for-9.1 5/5] hw/sd/sdhci: Check ADMA descriptors can be accessed

[PATCH 00/18] qapi: Reduce use of 'prefix'
 2024-07-30  9:28 UTC  (33+ messages)
` [PATCH 01/18] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH 02/18] tests/qapi-schema: Drop temporary 'prefix'
` [PATCH 03/18] qapi/block-core: "
` [PATCH 04/18] qapi/common: "
` [PATCH 05/18] qapi/crypto: "
` [PATCH 06/18] qapi/ebpf: "
` [PATCH 07/18] qapi/machine: "
` [PATCH 08/18] qapi/ui: "
` [PATCH 09/18] qapi/machine: Rename CpuS390* to S390Cpu, and drop 'prefix'
` [PATCH 10/18] qapi/crypto: Drop unwanted 'prefix'
` [PATCH 11/18] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
` [PATCH 12/18] qapi/crypto: Rename QCryptoCipherAlgorithm "
` [PATCH 13/18] qapi/crypto: Rename QCryptoIVGenAlgorithm "
` [PATCH 14/18] qapi/crypto: Rename QCryptoAkCipherAlgorithm "
` [PATCH 15/18] qapi/crypto: Rename QCryptoRSAPaddingAlgorithm "
` [PATCH 16/18] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
` [PATCH 17/18] qapi/cryptodev: Drop unwanted 'prefix'
` [PATCH 18/18] qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix

[PATCH] virtio-rng: block max-bytes=0
 2024-07-30  9:07 UTC  (2+ messages)

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-07-30  8:47 UTC  (20+ messages)

[PATCH v3 0/7] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-30  8:40 UTC  (8+ messages)
` [PATCH v3 1/7] arm/virt: place power button pin number on a define
` [PATCH v3 2/7] arm/virt: Wire up GPIO error source for ACPI / GHES
` [PATCH v3 3/7] acpi/ghes: Support GPIO error source

[PATCH v4 0/6] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-30  8:39 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

[PULL 0/1] s390x updates
 2024-07-30  8:08 UTC  (2+ messages)
` [PULL 1/1] target/s390x: move @deprecated-props to CpuModelExpansion Info

[PATCH] hw/arm/mps2-tz.c: fix RX/TX interrupts order
 2024-07-30  7:31 UTC 

[PATCH v2 0/2] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations
 2024-07-30  7:03 UTC  (4+ messages)
` [PATCH v2 1/2] crypto: add support for accumulative hashing
` [PATCH v2 2/2] hw/misc/aspeed_hace: Fix SG Accumulative hashing

[PATCH 1/1] qemu-options.hx: correct formatting -smbios type=4
 2024-07-30  6:54 UTC  (2+ messages)

[PULL 0/5] misc patch queue
 2024-07-30  6:53 UTC  (9+ messages)
` [PULL 1/5] target/rx: Use target_ulong for address in LI
` [PATCH for-9.1] tests/vm/openbsd: Install tomli
` [PULL 2/5] util/getauxval: Ensure setting errno if not found
` [PULL 3/5] linux-user/main: Check errno when getting AT_EXECFD
` [PULL 4/5] util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD
` [PULL 5/5] linux-user: open_self_stat: Implement num_threads

[PATCH v5] osdep: add a qemu_close_all_open_fd() helper
 2024-07-30  6:30 UTC  (5+ messages)

[PATCH v2 00/24] riscv support for control flow integrity extensions
 2024-07-30  6:26 UTC  (30+ messages)
` [PATCH v2 01/24] target/riscv: Add zicfilp extension
` [PATCH v2 02/24] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v2 03/24] target/riscv: save and restore elp state on priv transitions
` [PATCH v2 04/24] target/riscv: additional code information for sw check
` [PATCH v2 05/24] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v2 06/24] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v2 07/24] disas/riscv: enabled `lpad` disassembly
` [PATCH v2 08/24] linux-user/syscall: introduce prctl for indirect branch tracking
` [PATCH v2 09/24] linux-user/riscv: implement indirect branch tracking prctls
` [PATCH v2 10/24] target/riscv: Add zicfiss extension
` [PATCH v2 11/24] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v2 12/24] target/riscv: tb flag for shadow stack instructions
` [PATCH v2 13/24] target/riscv: implement zicfiss instructions
` [PATCH v2 14/24] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v2 15/24] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v2 16/24] target/riscv: shadow stack mmu index for shadow stack instructions
` [PATCH v2 17/24] linux-user/syscall: introduce prctl for shadow stack enable/disable
` [PATCH v2 18/24] linux-user/riscv: setup/teardown zicfiss shadow stack for qemu-user
` [PATCH v2 19/24] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v2 20/24] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v2 21/24] target/riscv: add trace-hooks for each case of sw-check exception
` [PATCH v2 22/24] linux-user: permit RISC-V CFI dynamic entry in VDSO
` [PATCH v2 23/24] linux-user: Add RISC-V zicfilp support "
` [PATCH v2 24/24] linux-user/riscv: Adding zicfiss/lp extension in hwprobe syscall

[PATCH 0/4] scsi-block: Fix error handling with r/werror=stop
 2024-07-30  6:06 UTC  (7+ messages)
` [PATCH 4/4] scsi-disk: Always report RESERVATION_CONFLICT to guest

[PATCH 0/4] i386: Clean up SGX for microvm, completely
 2024-07-30  4:55 UTC  (5+ messages)
` [PATCH 1/4] target/i386/cpu: Remove unnecessary SGX feature words checks
` [PATCH 2/4] target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependency
` [PATCH 3/4] target/i386/cpu: Add dependencies of CPUID 0x12 leaves
` [PATCH 4/4] target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machine

[PATCH 00/14] Various fixes and tweaks for 9.1-rc0/1
 2024-07-29 22:30 UTC  (19+ messages)
` [PATCH 01/14] gitlab: record installed packages in /packages.txt in containers
` [PATCH 02/14] gitlab: display /packages.txt in build jobs
` [PATCH 05/14] tests/tcg: update README
` [PATCH 06/14] docs/devel: update the testing introduction
` [PATCH 07/14] docs/devel: document how to run individual TCG tests
` [PATCH 08/14] tests/avocado: remove tcg_plugins virt_mem_icount test
` [PATCH 09/14] tests/tcg: move test plugins into tcg subdir
` [PATCH 10/14] docs: split TCG plugin usage from devel section
` [PATCH 11/14] contrib/plugins/cache.c: Remove redundant check of l2_access

[PATCH] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use
 2024-07-30  3:45 UTC  (5+ messages)

[PATCH] roms/opensbi: Update to v1.5
 2024-07-29 22:31 UTC  (2+ messages)

[PATCH v3] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-07-29 21:55 UTC  (3+ messages)

[PATCH] nbd: Prevent NULL pointer dereference in nbd_blockdev_client_closed()
 2024-07-30  2:35 UTC  (3+ messages)

query dirty areas according to bitmap via QMP or qemu-nbd
 2024-07-29 20:02 UTC  (4+ messages)

[PULL 0/2] QAPI patches patches for 2024-07-29
 2024-07-30  0:18 UTC  (2+ messages)

[PATCH v1] target/s390x: move @deprecated-props to CpuModelExpansion Info
 2024-07-29 19:48 UTC  (7+ messages)

[PATCH v2] Hexagon: fix F2_conv_* instructions for negative zero
 2024-07-29 19:24 UTC 

[PATCH] Hexagon: fix F2_conv_* instructions for negative zero
 2024-07-29 18:51 UTC  (2+ messages)

[PULL 00/96] ppc-for-9.1-2 queue
 2024-07-29 16:39 UTC  (6+ messages)
` [PULL 38/96] hw/ssi: Extend SPI model

[PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
 2024-07-29 16:32 UTC  (4+ messages)
` [PATCH v4 3/6] target/arm: Always add pmu property for Armv7-A/R+

[PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+
 2024-07-29 16:27 UTC  (2+ messages)

[PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-29 16:16 UTC  (3+ messages)

[PATCH] system/physmem: Where we assume we have a RAM MR, assert it
 2024-07-29 16:04 UTC  (2+ messages)

[PATCH] target/i386: Remove dead assignment to ss in do_interrupt64()
 2024-07-29 16:02 UTC  (2+ messages)

[PATCH] target/sh4: Avoid shift into sign bit in update_itlb_use()
 2024-07-29 16:00 UTC  (2+ messages)

[PATCH] target/m68k: avoid shift into sign bit in dump_address_map()
 2024-07-29 15:59 UTC  (2+ messages)

[PATCH] target/xtensa: Make use of 'segment' in pptlb helper less confusing
 2024-07-29 15:58 UTC  (2+ messages)

[PATCH] target/tricore: Use unsigned types for bitops in helper_eq_b()
 2024-07-29 15:57 UTC  (2+ messages)

[PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2024-07-29 15:51 UTC  (11+ messages)
` [PATCH v5 02/16] hw/char/pl011: Remove unused 'readbuff' field
` [PATCH v5 03/16] hw/char/pl011: Move pl011_put_fifo() earlier
` [PATCH v5 04/16] hw/char/pl011: Move pl011_loopback_enabled|tx() around
` [PATCH v5 09/16] tests/qtest: Update tests using PL011 UART
` [PATCH v5 10/16] hw/char/pl011: Check if receiver is enabled


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