qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-15 09:54:13 to 2022-04-17 18:59:02 UTC [more...]

[PATCH v3 00/39] Logging cleanup and per-thread logfiles
 2022-04-17 18:29 UTC  (7+ messages)
` [PATCH v3 01/39] util/log: Drop manual log buffering
` [PATCH v3 02/39] target/hexagon: Remove qemu_set_log in hexagon_translate_init
` [PATCH v3 03/39] util/log: Return bool from qemu_set_log_filename
` [PATCH v3 06/39] util/log: Move qemu_log_lock, qemu_log_unlock out of line
` [PATCH v3 10/39] util/log: Remove qemu_log_vprintf
` [PATCH v3 11/39] tcg: Pass the locked filepointer to tcg_dump_ops

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-17 17:44 UTC  (61+ messages)
` [PATCH v3 01/60] tcg: Add tcg_constant_ptr
` [PATCH v3 02/60] target/arm: Update ISAR fields for ARMv8.8
` [PATCH v3 03/60] target/arm: Update SCR_EL3 bits to ARMv8.8
` [PATCH v3 04/60] target/arm: Update SCTLR bits to ARMv9.2
` [PATCH v3 05/60] target/arm: Change DisasContext.aarch64 to bool
` [PATCH v3 06/60] target/arm: Change CPUArchState.aarch64 "
` [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
` [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
` [PATCH v3 09/60] target/arm: Change CPUArchState.thumb "
` [PATCH v3 10/60] target/arm: Remove fpexc32_access
` [PATCH v3 11/60] target/arm: Split out set_btype_raw
` [PATCH v3 12/60] target/arm: Split out gen_rebuild_hflags
` [PATCH v3 13/60] target/arm: Use tcg_constant in translate-a64.c
` [PATCH v3 14/60] target/arm: Simplify GEN_SHIFT in translate.c
` [PATCH v3 15/60] target/arm: Simplify gen_sar
` [PATCH v3 16/60] target/arm: Simplify aa32 DISAS_WFI
` [PATCH v3 17/60] target/arm: Use tcg_constant in translate.c
` [PATCH v3 18/60] target/arm: Use tcg_constant in translate-m-nocp.c
` [PATCH v3 19/60] target/arm: Use tcg_constant in translate-neon.c
` [PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32
` [PATCH v3 21/60] target/arm: Use tcg_constant in translate-sve.c
` [PATCH v3 22/60] target/arm: Use tcg_constant in translate-vfp.c
` [PATCH v3 23/60] target/arm: Use tcg_constant_i32 in translate.h
` [PATCH v3 24/60] target/arm: Split out cpregs.h
` [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PATCH v3 27/60] target/arm: Make some more cpreg data static const
` [PATCH v3 28/60] target/arm: Reorg ARMCPRegInfo type field bits
` [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
` [PATCH v3 30/60] target/arm: Name CPState type
` [PATCH v3 31/60] target/arm: Name CPSecureState type
` [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
` [PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
` [PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
` [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
` [PATCH v3 36/60] target/arm: Drop EL3 no EL2 fallbacks
` [PATCH v3 37/60] target/arm: Merge zcr reginfo
` [PATCH v3 38/60] target/arm: Add isar predicates for FEAT_Debugv8p2
` [PATCH v3 39/60] target/arm: Adjust definition of CONTEXTIDR_EL2
` [PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v3 42/60] target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
` [PATCH v3 43/60] target/arm: Split out aa32_max_features
` [PATCH v3 44/60] target/arm: Annotate arm_max_initfn with FEAT identifiers
` [PATCH v3 45/60] target/arm: Use field names for manipulating EL2 and EL3 modes
` [PATCH v3 46/60] target/arm: Enable FEAT_Debugv8p2 for -cpu max
` [PATCH v3 47/60] target/arm: Enable FEAT_Debugv8p4 "
` [PATCH v3 48/60] target/arm: Add isar_feature_{aa64,any}_ras
` [PATCH v3 49/60] target/arm: Add minimal RAS registers
` [PATCH v3 50/60] target/arm: Enable SCR and HCR bits for RAS
` [PATCH v3 51/60] target/arm: Implement virtual SError exceptions
` [PATCH v3 52/60] target/arm: Implement ESB instruction
` [PATCH v3 53/60] target/arm: Enable FEAT_RAS for -cpu max
` [PATCH v3 54/60] target/arm: Enable FEAT_IESB "
` [PATCH v3 55/60] target/arm: Enable FEAT_CSV2 "
` [PATCH v3 56/60] target/arm: Enable FEAT_CSV2_2 "
` [PATCH v3 57/60] target/arm: Enable FEAT_CSV3 "
` [PATCH v3 58/60] target/arm: Enable FEAT_DGH "
` [PATCH v3 59/60] target/arm: Define cortex-a76
` [PATCH v3 60/60] target/arm: Define neoverse-n1

[PATCH 0/4] target/rx: Track PSW.U in tb->flags
 2022-04-17 16:51 UTC  (5+ messages)
` [PATCH 1/4] target/rx: Put tb_flags into DisasContext
` [PATCH 2/4] target/rx: Store PSW.U in tb->flags
` [PATCH 3/4] target/rx: Move DISAS_UPDATE check for write to PSW
` [PATCH 4/4] target/rx: Swap stack pointers on clrpsw/setpsw instruction

[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
 2022-04-17 16:34 UTC  (3+ messages)

[PATCH] target/rx: update PC correctly in wait instruction
 2022-04-17 16:06 UTC  (2+ messages)

[PATCH] target/rx: set PSW.I when executing wait instruction
 2022-04-17 16:02 UTC  (2+ messages)

[PATCH] target/rx: swap stack pointers on clrpsw/setpsw instruction
 2022-04-17 16:01 UTC  (2+ messages)

[PATCH v3] hw/misc: applesmc: use host osk as default on macs
 2022-04-17 13:43 UTC  (3+ messages)

[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
 2022-04-17 12:55 UTC  (4+ messages)

[RFC 00/18] vfio: Adopt iommufd
 2022-04-17 10:30 UTC  (3+ messages)

[PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
 2022-04-16 19:03 UTC  (20+ messages)
` [PATCH v2 for-7.1 1/9] nbd: safeguard against waking up invalid coroutine
` [PATCH v2 for-7.1 2/9] nbd: mark more coroutine_fns
` [PATCH v2 for-7.1 3/9] nbd: remove peppering of nbd_client_connected
` [PATCH v2 for-7.1 4/9] nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
` [PATCH v2 for-7.1 5/9] nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
` [PATCH v2 for-7.1 6/9] nbd: code motion and function renaming
` [PATCH v2 for-7.1 7/9] nbd: move s->state under requests_lock
` [PATCH v2 for-7.1 8/9] nbd: take receive_mutex when reading requests[].receiving
` [PATCH v2 for-7.1 9/9] nbd: document what is protected by the CoMutexes

[RFC PATCH 00/18] user-creatable cpu clusters
 2022-04-16 18:06 UTC  (7+ messages)
` [RFC PATCH 02/18] hw/cpu/cpus: introduce _cpus_ device
` [RFC PATCH 08/18] hw/arm/arm_cpus: add arm_cpus device
` [RFC PATCH 09/18] hw/arm/xlnx-zynqmp: convert cpu clusters to arm_cpus

[PATCH] hw/nvme: allow to pass a memory backend object for the CMB
 2022-04-16  9:16 UTC 

[PATCH v2] hw/vfio/common: Fix a small boundary issue of a trace
 2022-04-16  9:08 UTC 

[PATCH] softmmu/memory: Skip translation size instead of fixed granularity if translate() successfully
 2022-04-16  8:34 UTC 

[PATCH v2] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
 2022-04-16  7:38 UTC 

[PATCH] hw/arm/smmuv3: Pass the real perm to returned IOMMUTLBEntry in smmuv3_translate()
 2022-04-16  7:00 UTC  (3+ messages)

[PATCH v1 00/43] Add LoongArch softmmu support
 2022-04-16  3:49 UTC  (47+ messages)
` [PATCH v1 07/43] target/loongarch: Add fixed point load/store instruction translation
` [PATCH v1 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v1 09/43] target/loongarch: Add fixed point extra "
` [PATCH v1 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v1 11/43] target/loongarch: Add floating point comparison "
` [PATCH v1 12/43] target/loongarch: Add floating point conversion "
` [PATCH v1 13/43] target/loongarch: Add floating point move "
` [PATCH v1 14/43] target/loongarch: Add floating point load/store "
` [PATCH v1 15/43] target/loongarch: Add branch "
` [PATCH v1 16/43] target/loongarch: Add disassembler
` [PATCH v1 17/43] target/loongarch: Add target build suport
` [PATCH v1 18/43] target/loongarch: Add system emulation introduction
` [PATCH v1 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v1 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v1 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v1 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v1 24/43] target/loongarch: Add constant timer support
` [PATCH v1 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v1 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v1 27/43] target/loongarch: Add TLB instruction support
` [PATCH v1 28/43] target/loongarch: Add other core instructions support
` [PATCH v1 29/43] target/loongarch: Add timer related "
` [PATCH v1 30/43] target/loongarch: Add gdb support
` [PATCH v1 31/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v1 32/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v1 33/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v1 34/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v1 35/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v1 36/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v1 37/43] Enable common virtio pci support for LoongArch
` [PATCH v1 38/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v1 39/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v1 40/43] hw/loongarch: Add LoongArch boot code and load elf function
` [PATCH v1 41/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v1 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v1 43/43] target/loongarch: 'make check-tcg' support

[PATCH v10 00/14] support subsets of scalar crypto extension
 2022-04-16  2:51 UTC  (17+ messages)
` [PATCH v10 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
` [PATCH v10 02/14] target/riscv: rvk: add support for zbkb extension
` [PATCH v10 03/14] target/riscv: rvk: add support for zbkc extension
` [PATCH v10 04/14] target/riscv: rvk: add support for zbkx extension
` [PATCH v10 05/14] crypto: move sm4_sbox from target/arm
` [PATCH v10 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
` [PATCH v10 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
` [PATCH v10 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
` [PATCH v10 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 "
` [PATCH v10 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 "
` [PATCH v10 11/14] target/riscv: rvk: add support for zksed/zksh extension
` [PATCH v10 12/14] target/riscv: rvk: add CSR support for Zkr
` [PATCH v10 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
` [PATCH v10 14/14] target/riscv: rvk: expose zbk* and zk* properties

[PATCH v7 00/12] Improve PMU support
 2022-04-15 23:54 UTC  (4+ messages)
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support

[PATCH] hw/nvme: fix control flow statement
 2022-04-15 20:27 UTC  (5+ messages)

[PATCH v2] hw/nvme: add missing return statement
 2022-04-15 20:48 UTC 

[PATCH v2 0/6] hw/riscv: Add TPM support to the virt board
 2022-04-15 15:25 UTC  (3+ messages)
` [PATCH v2 1/6] hw/riscv: virt: Add a machine done notifier

[PATCH 00/19] block: fix coroutine_fn annotations
 2022-04-15 13:19 UTC  (27+ messages)
` [PATCH 01/26] block: remove incorrect "
` [PATCH 02/26] qcow2: "
` [PATCH 03/26] nbd: "
` [PATCH 04/26] coroutine: "
` [PATCH 05/26] blkdebug: add missing "
` [PATCH 06/26] blkverify: "
` [PATCH 07/26] block: "
` [PATCH 08/26] file-posix: "
` [PATCH 09/26] iscsi: "
` [PATCH 10/26] nbd: "
` [PATCH 11/26] nfs: "
` [PATCH 12/26] nvme: "
` [PATCH 13/26] parallels: "
` [PATCH 14/26] qcow2: "
` [PATCH 15/26] copy-before-write: "
` [PATCH 16/26] curl: "
` [PATCH 17/26] qed: "
` [PATCH 18/26] quorum: "
` [PATCH 19/26] throttle: "
` [PATCH 20/26] vmdk: "
` [PATCH 21/26] job: "
` [PATCH 22/26] coroutine-lock: "
` [PATCH 23/26] raw-format: "
` [PATCH 24/26] 9p: "
` [PATCH 25/26] migration: "
` [PATCH 26/26] test-coroutine: "

[PATCH v1] virtio/virtio.c: include virtio prefix in error message
 2022-04-15 11:10 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).