qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-02 19:59:48 to 2023-06-04 13:17:25 UTC [more...]

[PATCH v3 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-04 13:14 UTC  (15+ messages)
` [PATCH v3 01/23] q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
` [PATCH v3 03/23] q800: introduce Q800MachineState
` [PATCH v3 04/23] q800: rename q800_init() to q800_machine_init()
` [PATCH v3 05/23] q800: move CPU object into Q800MachineState
` [PATCH v3 07/23] q800: move GLUE device into separate q800-glue.c file
` [PATCH v3 09/23] q800: introduce mac-io container memory region
` [PATCH v3 10/23] q800: reimplement mac-io region aliasing using IO "
` [PATCH v3 11/23] q800: move VIA1 device to Q800MachineState
` [PATCH v3 13/23] hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.h
` [PATCH v3 14/23] q800: move dp8393x device to Q800MachineState
` [PATCH v3 15/23] q800: move ESCC "
` [PATCH v3 19/23] q800: move mac-nubus-bridge "
` [PATCH v3 22/23] mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
` [PATCH v3 23/23] mac_via: fix rtc command decoding for the PRAM seconds registers

[PATCH v3 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-04 12:55 UTC  (4+ messages)
` [PATCH v3 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [PATCH v3 2/2] pc: q35: Bump max_cpus to 1024

[PATCH v3 00/48] tcg: Build once for system, once for user
 2023-06-04 11:57 UTC  (43+ messages)
` [PATCH v3 01/48] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH v3 20/48] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PATCH v3 22/48] tcg: Split tcg_gen_callN
` [PATCH v3 23/48] tcg: Split helper-gen.h
` [PATCH v3 24/48] tcg: Split helper-proto.h
` [PATCH v3 25/48] tcg: Add insn_start_words to TCGContext
` [PATCH v3 27/48] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PATCH v3 30/48] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v3 39/48] *: Add missing includes of exec/translation-block.h
` [PATCH v3 40/48] *: Add missing includes of exec/exec-all.h
` [PATCH v3 41/48] accel/tcg: Tidy includes for translator.[ch]
` [PATCH v3 42/48] tcg: Fix PAGE/PROT confusion
` [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c
` [PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH v3 47/48] exec/poison: Do not poison CONFIG_SOFTMMU

[PATCH 00/35] crypto: Provide aes-round.h and host accel
 2023-06-04 10:47 UTC  (44+ messages)
` [PATCH 01/35] tests/multiarch: Add test-aes
` [PATCH 02/35] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH 03/35] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH 04/35] crypto: Add aesenc_SB_SR
` [PATCH 05/35] target/i386: Use aesenc_SB_SR
` [PATCH 06/35] target/arm: Demultiplex AESE and AESMC
` [PATCH 07/35] target/arm: Use aesenc_SB_SR
` [PATCH 08/35] target/ppc: "
` [PATCH 09/35] target/riscv: "
` [PATCH 10/35] crypto: Add aesdec_ISB_ISR
` [PATCH 11/35] target/i386: Use aesdec_ISB_ISR
` [PATCH 12/35] target/arm: "
` [PATCH 13/35] target/ppc: "
` [PATCH 14/35] target/riscv: "
` [PATCH 15/35] crypto: Add aesenc_MC
` [PATCH 16/35] target/arm: Use aesenc_MC
` [PATCH 17/35] crypto: Add aesdec_IMC
` [PATCH 18/35] target/i386: Use aesdec_IMC
` [PATCH 19/35] target/arm: "
` [PATCH 20/35] target/riscv: "
` [PATCH 21/35] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH 22/35] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH 23/35] target/ppc: "
` [PATCH 24/35] target/riscv: "
` [PATCH 25/35] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH 26/35] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH 27/35] target/riscv: "
` [PATCH 28/35] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH 29/35] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH 30/35] host/include/i386: Implement aes-round.h
` [PATCH 31/35] host/include/aarch64: "
` [PATCH 32/35] crypto: Remove AES_shifts, AES_ishifts
` [PATCH 33/35] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH 34/35] crypto: Remove AES_imc
` [PATCH 35/35] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN

[PATCH 1/4] target/ppc: Fix lqarx to set cpu_reserve
 2023-06-04 10:28 UTC  (4+ messages)
` [PATCH 2/4] target/ppc: Ensure stcx size matches larx
` [PATCH 3/4] target/ppc: Remove larx/stcx. memory barrier semantics
` [PATCH 4/4] target/ppc: Rework store conditional to avoid branch

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-04  9:33 UTC  (4+ messages)
` [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property

[PATCH 1/2] block/file-posix: fix g_file_get_contents return path
 2023-06-04  6:16 UTC  (2+ messages)
` [PATCH 2/2] block/file-posix: fix wps checking in raw_co_prw

[PATCH 00/20] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-04  1:36 UTC  (44+ messages)
` [PATCH 01/20] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
` [PATCH 02/20] target/arm: Convert hint instruction space to decodetree
` [PATCH 03/20] target/arm: Convert barrier insns "
` [PATCH 04/20] target/arm: Convert CFINV, XAFLAG and AXFLAG "
` [PATCH 05/20] target/arm: Convert MSR (immediate) "
` [PATCH 06/20] target/arm: Convert MSR (reg), MRS, SYS, SYSL "
` [PATCH 07/20] target/arm: Convert exception generation instructions "
` [PATCH 08/20] target/arm: Convert load/store exclusive and ordered "
` [PATCH 09/20] target/arm: Convert LDXP, STXP, CASP, CAS "
` [PATCH 10/20] target/arm: Convert load reg (literal) group "
` [PATCH 11/20] target/arm: Convert load/store-pair "
` [PATCH 12/20] target/arm: Convert ld/st reg+imm9 insns "
` [PATCH 13/20] target/arm: Convert LDR/STR with 12-bit immediate "
` [PATCH 14/20] target/arm: Convert LDR/STR reg+reg "
` [PATCH 15/20] target/arm: Convert atomic memory ops "
` [PATCH 16/20] target/arm: Convert load (pointer auth) insns "
` [PATCH 17/20] target/arm: Convert LDAPR/STLR (imm) "
` [PATCH 18/20] target/arm: Convert load/store (multiple structures) "
` [PATCH 19/20] target/arm: Convert load/store single structure "
` [PATCH 20/20] target/arm: Convert load/store tags insns "

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-03 23:36 UTC  (5+ messages)
` [PATCH 1/4] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH 2/4] target/ppc: Tidy POWER book4 SPR registration
` [PATCH 3/4] target/ppc: add TFMR SPR implementation with read and write helpers
` [PATCH 4/4] target/ppc: Implement core timebase state machine and TFMR

[PATCH 00/15] linux-user: Fix syscalls_def.h for target abi
 2023-06-03 22:23 UTC  (16+ messages)
` [PATCH 01/15] linux-user: Reformat syscall_defs.h
` [PATCH 02/15] linux-user: Remove #if 0 block in syscall_defs.h
` [PATCH 03/15] linux-user: Use abi_uint not uint32_t "
` [PATCH 04/15] linux-user: Use abi_int not int32_t "
` [PATCH 05/15] linux-user: Use abi_ullong not uint64_t "
` [PATCH 06/15] linux-user: Use abi_llong not int64_t "
` [PATCH 07/15] linux-user: Use abi_uint not unsigned int "
` [PATCH 08/15] linux-user: Use abi_ullong not unsigned long long "
` [PATCH 09/15] linux-user: Use abi_llong not "
` [PATCH 10/15] linux-user: Use abi_int not int "
` [PATCH 11/15] linux-user: Use abi_ushort not unsigned short "
` [PATCH 12/15] linux-user: Use abi_short not "
` [PATCH 13/15] linux-user: Use abi_uint not unsigned "
` [PATCH 14/15] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
` [PATCH 15/15] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2

[PATCH] scripts: remove dead file
 2023-06-03 22:04 UTC  (2+ messages)

[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-03 20:42 UTC  (14+ messages)
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState
` [PATCH v2 19/23] q800: move mac-nubus-bridge device to Q800MachineState
` [PATCH v2 21/23] q800: move macfb "

[PULL 0/5] tcg patch queue
 2023-06-03 20:35 UTC  (4+ messages)
` [PULL 3/5] tcg: add perfmap and jitdump

[PATCH 15/15] hw/timer/arm_timer: QOM'ify ARM_TIMER
 2023-06-03 18:12 UTC  (2+ messages)

[PULL 00/35] target-arm queue
 2023-06-03 18:06 UTC  (5+ messages)
` [PULL 31/35] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()

[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-03 17:48 UTC  (9+ messages)

[PATCH] linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
 2023-06-03 17:23 UTC 

[PATCH] linux-user: Return EINVAL for getgroups() with negative gidsetsize
 2023-06-03 17:11 UTC  (4+ messages)

[PATCH] target/sh4: Emit insn_start for each insn in gUSA region
 2023-06-03 16:55 UTC 

[PATCH 0/4] target/riscv: Fix mstatus related problems
 2023-06-03 13:46 UTC  (8+ messages)
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV

[PATCH v2 0/3] target/riscv: Fix mstatus related problems
 2023-06-03 13:42 UTC  (4+ messages)
` [PATCH v2 1/3] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH v2 2/3] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH v2 3/3] target/riscv: Remove redundant assignment to SXL

[PATCH v2] Use named constants in BCM props
 2023-06-03  9:29 UTC 

[PATCH 0/4] hw/mips/loongson3_virt: Wire up loongarch_ipi device
 2023-06-03  8:37 UTC  (15+ messages)
` [PATCH 1/4] hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes

[PULL 00/21] NBD and miscellaneous patches for 2023-06-01
 2023-06-03  8:17 UTC  (3+ messages)
` [PULL 07/21] cutils: Fix wraparound parsing in qemu_strtoui

[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
 2023-06-03  7:18 UTC  (3+ messages)

[PATCH] target/arm: trap DCC access in user mode emulation
 2023-06-03  4:52 UTC  (2+ messages)

[PATCH v3 35/48] accel/tcg: Introduce translator_io_start
 2023-06-03  4:30 UTC  (3+ messages)
` [PATCH 35.5] target/pcc: Inline gen_icount_io_start()

[RFC PATCH 0/2] bulk: Replace !CONFIG_SOFTMMU and !CONFIG_USER_ONLY
 2023-06-03  3:49 UTC  (6+ messages)
` [RFC PATCH 1/2] bulk: Replace !CONFIG_SOFTMMU -> CONFIG_USER_ONLY
` [RFC PATCH 2/2] bulk: Replace !CONFIG_USER_ONLY -> CONFIG_SOFTMMU

[PATCH 0/2] target/i386/helper: Minor #ifdef'ry simplifications
 2023-06-03  3:43 UTC  (4+ messages)
` [PATCH 1/2] target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
` [PATCH 2/2] target/i386/helper: Shuffle do_cpu_init()

[PATCH] target/hppa/meson: Only build int_helper.o with system emulation
 2023-06-03  3:39 UTC  (2+ messages)

[PATCH 0/3] meson.build: Group some entries in separate summary sections
 2023-06-03  3:38 UTC  (8+ messages)
` [PATCH 1/3] meson.build: Group the UI entries in a separate summary section
` [PATCH 2/3] meson.build: Group the network backend "
` [PATCH 3/3] meson.build: Group the audio "

[PATCH] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
 2023-06-03  3:36 UTC  (2+ messages)

[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-06-03  3:32 UTC  (2+ messages)

[PATCH v2] meson.build: Use -Wno-undef only for SDL2 versions that need it
 2023-06-03  3:30 UTC  (2+ messages)

RFC: target/riscv: Add support for Zacas extension
 2023-06-03  3:28 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add Zacas ISA extension support

[PULL 00/10] Migration 20230602 patches
 2023-06-03  2:36 UTC  (2+ messages)

[PULL v2 00/21] NBD and miscellaneous patches for 2023-06-01
 2023-06-03  0:33 UTC  (2+ messages)

[PATCH] vhost: fix vhost_dev_enable_notifiers() error case
 2023-06-02 19:59 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).