messages from 2022-04-16 01:06:31 to 2022-04-18 13:20:05 UTC [more...]
[PATCH] target/rx: set PSW.I when executing wait instruction
2022-04-18 13:17 UTC (3+ messages)
[PATCH 0/3] Repair duplicated clusters in parallels image
2022-04-18 11:41 UTC (6+ messages)
` [PATCH 1/3] qemu-img check: fixing duplicated clusters for parallels format
` [PATCH 2/3] iotests: 314 test on duplicated clusters (parallels format)
` [PATCH 3/3] docs: parallels image format supports consistency checks
[PATCH v1 00/43] Add LoongArch softmmu support
2022-04-18 12:38 UTC (28+ messages)
` [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)
[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
2022-04-18 12:31 UTC (6+ messages)
[RFC 00/18] vfio: Adopt iommufd
2022-04-18 12:09 UTC (5+ messages)
[PATCH 00/19] block: fix coroutine_fn annotations
2022-04-18 11:08 UTC (3+ messages)
` [PATCH 24/26] 9p: add missing "
[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
2022-04-18 10:55 UTC (7+ messages)
` [RFC PATCH v7 08/25] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v7 16/25] vdpa: control virtqueue support on shadow virtqueue
[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
2022-04-18 10:34 UTC (4+ messages)
` [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
[PATCH 2/2] Use io_ring_register_ring_fd() to skip fd operations
2022-04-18 9:05 UTC
[PATCH] Use io_uring_register_ring_fd() to skip fd operations
2022-04-18 8:32 UTC (2+ messages)
[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
2022-04-18 8:15 UTC (4+ messages)
[PATCH for-7.1] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
2022-04-18 8:12 UTC (2+ messages)
[PATCH] hw/nvme: fix narrowing conversion
2022-04-18 6:13 UTC (2+ messages)
[PATCH v2] hw/nvme: add missing return statement
2022-04-18 6:13 UTC (2+ messages)
[PATCH v6 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-18 2:09 UTC (5+ messages)
` [PATCH v6 1/4] qapi/machine.json: Add cluster-id
` [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v6 3/4] hw/arm/virt: Fix CPU's default NUMA node ID
` [PATCH v6 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
A couple of new device-tree helpers
2022-04-17 21:38 UTC (6+ messages)
` [PATCH 1/4] device_tree: add qemu_fdt_setprop_reg64 helper
` [PATCH 2/4] hw/riscv: use qemu_fdt_setprop_reg64() in sifive_u.c
` [PATCH 3/4] device_tree: add qemu_fdt_setprop_strings() helper
` [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c
[PATCH v3 00/39] Logging cleanup and per-thread logfiles
2022-04-17 18:30 UTC (40+ 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 04/39] util/log: Pass Error pointer to qemu_set_log
` [PATCH v3 05/39] os-posix: Use qemu_log_enabled
` [PATCH v3 06/39] util/log: Move qemu_log_lock, qemu_log_unlock out of line
` [PATCH v3 07/39] util/log: Rename qemu_log_lock to qemu_log_trylock
` [PATCH v3 08/39] hw/xen: Split out xen_pv_output_msg
` [PATCH v3 09/39] *: Use fprintf between qemu_log_trylock/unlock
` [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 12/39] exec/translator: Pass the locked filepointer to disas_log hook
` [PATCH v3 13/39] exec/log: Remove log_disas and log_target_disas
` [PATCH v3 14/39] accel/tcg: Use cpu_dump_state between qemu_log_trylock/unlock
` [PATCH v3 15/39] target/nios2: Remove log_cpu_state from reset
` [PATCH v3 16/39] util/log: Use qemu_log_trylock/unlock in qemu_log
` [PATCH v3 17/39] util/log: Drop return value from qemu_log
` [PATCH v3 18/39] util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULT
` [PATCH v3 19/39] util/log: Remove qemu_log_flush
` [PATCH v3 20/39] util/log: Drop call to setvbuf
` [PATCH v3 21/39] bsd-user: Expand log_page_dump inline
` [PATCH v3 22/39] linux-user: "
` [PATCH v3 23/39] tests/unit: Do not reference QemuLogFile directly
` [PATCH v3 24/39] include/exec/log: "
` [PATCH v3 25/39] include/qemu/log: Move entire implementation out-of-line
` [PATCH v3 26/39] sysemu/os-win32: Test for and use _lock_file/_unlock_file
` [PATCH v3 27/39] util/log: Introduce qemu_set_log_filename_flags
` [PATCH v3 28/39] bsd-user: Use qemu_set_log_filename_flags
` [PATCH v3 29/39] linux-user: "
` [PATCH v3 30/39] softmmu: "
` [PATCH v3 31/39] util/log: Remove qemu_log_close
` [PATCH v3 32/39] util/log: Rename logfilename to global_filename
` [PATCH v3 33/39] util/log: Rename qemu_logfile to global_file
` [PATCH v3 34/39] util/log: Rename qemu_logfile_mutex to global_mutex
` [PATCH v3 35/39] util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
` [PATCH v3 36/39] util/log: Combine two logfile closes
` [PATCH v3 37/39] util/log: Rename QemuLogFile to RCUCloseFILE
` [PATCH v3 38/39] util/log: Limit RCUCloseFILE to file closing
` [PATCH v3 39/39] util/log: Support per-thread log files
[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] target/rx: update PC correctly in wait instruction
2022-04-17 16:06 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)
[PATCH v2 for-7.1 0/9] nbd: actually make s->state thread-safe
2022-04-16 19:03 UTC (14+ messages)
` [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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).