qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-28 11:37:40 to 2021-06-28 20:15:52 UTC [more...]

[PATCH 00/11] Python: packaging cleanups
 2021-06-28 20:14 UTC  (5+ messages)
` [PATCH 01/11] python: expose typing information via PEP 561
` [PATCH 02/11] python: Remove global pylint suppressions

[PULL 00/10] Block Jobs patches
 2021-06-28 20:03 UTC  (4+ messages)

[PATCH v4 0/2] semihosting/next (SYS_HEAPINFO)
 2021-06-28 20:01 UTC  (5+ messages)
` [PATCH v4 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
` [PATCH v4 2/2] tests/tcg: port SYS_HEAPINFO to a system test

[PATCH v6 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-28 19:53 UTC  (9+ messages)
` [PATCH v6 1/7] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v6 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH v6 3/7] qemu-nbd: "
` [PATCH v6 4/7] chardev/socket: "
` [PATCH v6 5/7] migration/tls: "
` [PATCH v6 6/7] ui/vnc: "
` [PATCH v6 7/7] crypto: Make QCryptoTLSCreds* structures private

[PATCH 0/5] hw/mips: Fix the Fuloong 2E machine with PMON bios
 2021-06-28 19:38 UTC  (5+ messages)
` [PATCH 4/5] tests/acceptance: Test Linux on the Fuloong 2E machine
` [PATCH 5/5] tests/acceptance: Test PMON "

[PATCH v2 0/6] block: block-status cache for data regions
 2021-06-28 19:10 UTC  (5+ messages)
` [PATCH v2 3/6] block: Clarify that @bytes is no limit on *pnum

[PATCH v7 0/7] virtiofsd: Add support to enable/disable posix acls
 2021-06-28 18:51 UTC  (21+ messages)
` [PATCH v7 1/7] virtiofsd: Fix fuse setxattr() API change issue
    ` [Virtio-fs] "
` [PATCH v7 2/7] virtiofsd: Fix xattr operations overwriting errno
` [PATCH v7 3/7] virtiofsd: Add support for extended setxattr
` [PATCH v7 5/7] virtiofsd: Add capability to change/restore umask
` [PATCH v7 6/7] virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr
` [PATCH v7 7/7] virtiofsd: Add an option to enable/disable posix acls

[PATCH 00/20] Add LoongArch linux-user emulation support
 2021-06-28 18:46 UTC  (24+ messages)
` [PATCH 01/20] target/loongarch: Add README
` [PATCH 02/20] target/loongarch: Add CSR registers definition
` [PATCH 03/20] target/loongarch: Add core definition
` [PATCH 04/20] target/loongarch: Add interrupt handling support
` [PATCH 05/20] target/loongarch: Add memory management support
` [PATCH 06/20] target/loongarch: Add main translation routines
` [PATCH 07/20] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH 08/20] target/loongarch: Add fixed point shift "
` [PATCH 09/20] target/loongarch: Add fixed point bit "
` [PATCH 10/20] target/loongarch: Add fixed point load/store "
` [PATCH 11/20] target/loongarch: Add fixed point atomic "
` [PATCH 12/20] target/loongarch: Add fixed point extra "
` [PATCH 13/20] target/loongarch: Add floating point arithmetic "
` [PATCH 14/20] target/loongarch: Add floating point comparison "
` [PATCH 15/20] target/loongarch: Add floating point conversion "
` [PATCH 16/20] target/loongarch: Add floating point move "
` [PATCH 17/20] target/loongarch: Add floating point load/store "
` [PATCH 18/20] target/loongarch: Add branch "
` [PATCH 19/20] target/loongarch: Add disassembler
` [PATCH 20/20] target/loongarch: Add linux-user emulation support

[PATCH v2] target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL
 2021-06-28 18:45 UTC  (2+ messages)

[PATCH v3 0/3] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-06-28 18:27 UTC  (5+ messages)
` [PATCH v3 1/3] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection
` [PATCH v3 2/3] avocado_qemu: Add SMMUv3 tests

[PATCH] target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL
 2021-06-28 17:49 UTC  (6+ messages)

[PATCH 00/18] target/arm: Second slice of MVE implementation
 2021-06-28 17:45 UTC  (40+ messages)
` [PATCH 01/18] target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculation
` [PATCH 02/18] target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH 03/18] target/arm: Make asimd_imm_const() public
` [PATCH 04/18] target/arm: Use asimd_imm_const for A64 decode
` [PATCH 05/18] target/arm: Use dup_const() instead of bitfield_replicate()
` [PATCH 06/18] target/arm: Implement MVE logical immediate insns
` [PATCH 07/18] target/arm: Implement MVE vector shift left by "
` [PATCH 08/18] target/arm: Implement MVE vector shift right "
` [PATCH 09/18] target/arm: Implement MVE VSHLL
` [PATCH 10/18] target/arm: Implement MVE VSRI, VSLI
` [PATCH 11/18] target/arm: Implement MVE VSHRN, VRSHRN
` [PATCH 12/18] target/arm: Implement MVE saturating narrowing shifts
` [PATCH 13/18] target/arm: Implement MVE VSHLC
` [PATCH 14/18] target/arm: Implement MVE VADDLV
` [PATCH 15/18] target/arm: Implement MVE long shifts by immediate
` [PATCH 16/18] target/arm: Implement MVE long shifts by register
` [PATCH 17/18] target/arm: Implement MVE shifts by immediate
` [PATCH 18/18] target/arm: Implement MVE shifts by register

[PULL 0/7] misc fixes (docs, plugins, tests)
 2021-06-28 17:42 UTC  (2+ messages)

[PATCH v2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-06-28 17:42 UTC  (8+ messages)
` [PATCH v2 2/1] qemu-img: Add "backing":true to unallocated map segments

[PATCH] tests: Boot and halt a Linux guest on the Raspberry Pi 2 machine
 2021-06-28 17:39 UTC  (2+ messages)

[PATCH v3] Add basic power management to raspi
 2021-06-28 17:38 UTC  (3+ messages)

[PATCH v2 00/11] hw/nvme: reimplement all multi-aio commands with custom aiocbs
 2021-06-28 17:08 UTC  (5+ messages)
` [PATCH v2 11/11] Partially revert "hw/block/nvme: drain namespaces on sq deletion"

[PATCH v3 1/2] hw/nvme: fix endianess conversion and add controller list
 2021-06-28 17:06 UTC  (3+ messages)

[PATCH] tests/qtest/nvme-test: add persistent memory region test
 2021-06-28 17:07 UTC  (2+ messages)

[PATCH v3 0/2] hw/nvme: namespace parameter for EUI-64
 2021-06-28 17:06 UTC  (2+ messages)

[PATCH] hw/nvme: fix missing check for PMR capability
 2021-06-28 17:03 UTC  (3+ messages)

[PATCH v2] hw/nvme: fix pin-based interrupt behavior (again)
 2021-06-28 17:02 UTC  (2+ messages)

[PATCH v7 00/16] qemu_iotests: improve debugging options
 2021-06-28 16:48 UTC  (18+ messages)
` [PATCH v7 01/16] python: qemu: add timer parameter for qmp.accept socket
` [PATCH v7 02/16] python: Reduce strictness of pylint's duplicate-code check
` [PATCH v7 03/16] python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
` [PATCH v7 04/16] docs/devel/testing: add debug section to the QEMU iotests chapter
` [PATCH v7 05/16] qemu-iotests: add option to attach gdbserver
` [PATCH v7 06/16] qemu-iotests: delay QMP socket timers
` [PATCH v7 07/16] qemu_iotests: insert gdbserver command line as wrapper for qemu binary
` [PATCH v7 08/16] qemu-iotests: add gdbserver option to script tests too
` [PATCH v7 09/16] docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
` [PATCH v7 10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests
` [PATCH v7 11/16] qemu-iotests: extend QMP socket timeout when using valgrind
` [PATCH v7 12/16] qemu-iotests: allow valgrind to read/delete the generated log file
` [PATCH v7 13/16] qemu-iotests: insert valgrind command line as wrapper for qemu binary
` [PATCH v7 14/16] docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
` [PATCH v7 15/16] qemu-iotests: add option to show qemu binary logs on stdout
` [PATCH v7 16/16] docs/devel/testing: add -p option to the debug section of QEMU iotests

[PATCH v3 1/1] yank: Unregister function when using TLS migration
 2021-06-28 16:35 UTC  (6+ messages)

[PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE apart
 2021-06-28 16:33 UTC  (6+ messages)
` [PATCH 1/4] target/mips: Add declarations for generic TCG helpers

[PATCH 0/2] Updates docs/system/arm to include new bmc machines
 2021-06-28 16:25 UTC  (3+ messages)

[PATCH v3 00/29] tcg: bswap improvements
 2021-06-28 16:22 UTC  (10+ messages)
` [PATCH v3 03/29] tcg/aarch64: Merge tcg_out_rev{16,32,64}
` [PATCH v3 12/29] tcg/ppc: Use power10 byte-reverse instructions
` [PATCH v3 13/29] tcg/s390: Support bswap flags

[PULL 0/6] Floppy patches
 2021-06-28 16:06 UTC  (2+ messages)

[PATCH v2 0/7] target/nios2: Convert to TranslatorOps
 2021-06-28 16:04 UTC  (17+ messages)
` [PATCH v2 1/7] target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PATCH v2 2/7] target/nios2: Use global cpu_env
` [PATCH v2 3/7] target/nios2: Use global cpu_R
` [PATCH v2 4/7] target/nios2: Add DisasContextBase to DisasContext
` [PATCH v2 5/7] target/nios2: Convert to TranslatorOps
` [PATCH v2 6/7] target/nios2: Remove assignment to env in handle_instruction
` [PATCH v2 7/7] target/nios2: Clean up goto "

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-28 15:55 UTC  (4+ messages)
` [PATCH v4 3/8] hw/intc: GICv3 ITS command queue framework

[PATCH v6 0/9] Allow changing bs->file on reopen
 2021-06-28 15:39 UTC  (2+ messages)

[PATCH RFC 0/6] i386/pc: Fix creation of >= 1Tb guests on AMD systems with IOMMU
 2021-06-28 15:37 UTC  (20+ messages)
` [PATCH RFC 1/6] i386/pc: Account IOVA reserved ranges above 4G boundary
` [PATCH RFC 4/6] i386/pc: Keep PCI 64-bit hole within usable IOVA space

[PATCH 0/7] target/nios2: Convert to TranslatorOps
 2021-06-28 15:27 UTC  (5+ messages)
` [PATCH 2/7] target/nios2: Use global cpu_env
` [PATCH 4/7] target/nios2: Add DisasContextBase to DisasContext

[PATCH 0/1] target/arm: Check NaN mode before silencing NaN
 2021-06-28 15:04 UTC  (3+ messages)

[PATCH v3 00/15] target/cris: Convert to TranslatorOps
 2021-06-28 14:56 UTC  (6+ messages)
` [PATCH v3 11/15] target/cris: Add DISAS_DBRANCH

[PATCH 0/4] docs: improve -smp documentation
 2021-06-28 14:55 UTC  (10+ messages)
` [PATCH 1/4] docs: fix typo s/Intel/AMD/ in CPU model notes
` [PATCH 2/4] qemu-options: re-arrange CPU topology options
` [PATCH 3/4] qemu-options: tweak to show that CPU count is optional
` [PATCH 4/4] qemu-options: rewrite help for -smp options

[PULL 0/5] target/alpha patch queue
 2021-06-28 14:42 UTC  (7+ messages)
` [PULL 1/5] hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappings
` [PULL 2/5] hw/alpha: Provide console information to the PALcode at start-up
` [PULL 3/5] hw/alpha: Provide a PCI-ISA bridge device node
` [PULL 4/5] pc-bios: Update the palcode-clipper image
` [PULL 5/5] target/alpha: Honor the FEN bit

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-06-28 14:30 UTC  (5+ messages)
` [RFC PATCH 03/11] hw/intc: Add CLIC device

[PATCH v4 0/3] Clean up MMU translation
 2021-06-28 13:36 UTC  (4+ messages)
` [PATCH v4 1/3] target/ppc: fix address translation bug for radix mmus
` [PATCH v4 2/3] target/ppc: change ppc_hash32_xlate to use mmu_idx
` [PATCH v4 3/3] target/ppc: changed ppc_hash64_xlate "

[PATCH v5 0/6] crypto: Make QCryptoTLSCreds* structures private
 2021-06-28 13:22 UTC  (3+ messages)

[PATCH] target/i386: Fix cpuid level for AMD
 2021-06-28 13:20 UTC 

[PATCH 0/2] pc: acpi: revert back to 5.2 PCI slot enumeration
 2021-06-28 13:06 UTC  (2+ messages)

[PATCH v2] hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h
 2021-06-24  9:38 UTC  (2+ messages)

[PULL 00/15] MIPS patches for 2021-06-25
 2021-06-28 13:00 UTC  (2+ messages)

[PATCH] ui/cocoa: Update the state if absolute gets disabled
 2021-06-28 12:47 UTC 

[PATCH v2 0/2] introduce QEMU_AUTO_VFREE
 2021-06-28 12:11 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] block/commit: use QEMU_AUTO_VFREE

[PATCH v2] ui/cocoa: Use NSWindow's ability to resize
 2021-06-28 12:01 UTC  (3+ messages)

[RFC PATCH v4 0/7] hw/arm/virt: Introduce cpu topology support
 2021-06-28 11:53 UTC  (12+ messages)

[PATCH 0/2] introduce QEMU_AUTO_VFREE
 2021-06-28 11:39 UTC  (4+ 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).