messages from 2023-10-13 17:11:08 to 2023-10-14 18:20:16 UTC [more...]
[PATCH v2 0/3] gdbstub and TCG plugin improvements
2023-10-14 18:19 UTC (6+ messages)
` [PATCH v2 1/3] target/riscv: Do not allow MXL_RV32 for TARGET_RISCV64
` [PATCH v2 2/3] target/riscv: Initialize gdb_core_xml_file only once
` [PATCH v2 3/3] plugins: Remove an extra parameter
[RFC] virtio: enforce link up
2023-10-14 16:37 UTC (2+ messages)
[PATCH v2 0/3] Add emulation of AmigaOne XE board
2023-10-14 16:13 UTC (4+ messages)
` [PATCH v2 1/3] via-ide: Fix legacy mode emulation
[PATCH 00/18] target/i386: decoder changes for 8.2
2023-10-14 16:06 UTC (20+ messages)
` [PATCH 01/18] target/i386: group common checks in the decoding phase
` [PATCH 02/18] target/i386: validate VEX.W for AVX instructions
` [PATCH 03/18] target/i386: implement SHA instructions
` [PATCH 04/18] tests/tcg/i386: initialize more registers in test-avx
` [PATCH 05/18] tests/tcg/i386: test-avx: add test cases for SHA new instructions
` [PATCH 06/18] target/i386: accept full MemOp in gen_ext_tl
` [PATCH 07/18] target/i386: introduce flags writeback mechanism
` [PATCH 08/18] target/i386: implement CMPccXADD
` [PATCH 09/18] target/i386: do not clobber A0 in POP translation
` [PATCH 10/18] target/i386: reintroduce debugging mechanism
` [PATCH 11/18] target/i386: move 00-5F opcodes to new decoder
` [PATCH 12/18] target/i386: adjust decoding of J operand
` [PATCH 13/18] target/i386: split eflags computation out of gen_compute_eflags
` [PATCH 14/18] target/i386: move 60-BF opcodes to new decoder
` [PATCH 15/18] target/i386: move operand load and writeback out of gen_cmovcc1
` [PATCH 16/18] target/i386: move remaining conditional operations to new decoder
` [PATCH 17/18] target/i386: remove now converted opcodes from old decoder
` [PATCH 18/18] target/i386: remove gen_op
[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
2023-10-14 15:10 UTC (7+ messages)
` [PATCH 1/3] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/3] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
` [PATCH 3/3] hw/pci-host/sh_pcic: Replace magic value by proper definition
[PATCH v1 0/9] qapi-go: add generator for Golang interface
2023-10-14 14:26 UTC (4+ messages)
` [PATCH v1 7/9] qapi: golang: Generate qapi's command types in Go
[PATCH] qemu-ui-gtk clipboard: fix for freeze-crashes v2
2023-10-14 8:48 UTC
[PATCH for-8.1] vfio/display: Fix missing update to set backing fields
2023-10-14 9:09 UTC
[PATCH 1/1] block: improve alignment detection and fix 271 test
2023-10-14 11:23 UTC (2+ messages)
[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
2023-10-14 7:35 UTC (3+ messages)
` [PATCH v2 1/2] qdev: add IOThreadVirtQueueMappingList property type
[PATCH v3 0/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-10-14 6:40 UTC (5+ messages)
` [PATCH v3 9/10] hw/char/pl011: Add transmit FIFO to PL011State
[PATCH 00/11] qdev: Make array properties user accessible again
2023-10-14 6:36 UTC (5+ messages)
` [PATCH 11/11] qdev: Rework array properties based on list visitor
[PATCH 00/85] target/sparc: Convert to decodetree
2023-10-14 6:32 UTC (87+ messages)
` [PATCH 01/85] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH 02/85] configs: Enable MTTCG for sparc, sparc64
` [PATCH 03/85] target/sparc: Remove always-set cpu features
` [PATCH 04/85] target/sparc: Add decodetree infrastructure
` [PATCH 05/85] target/sparc: Define AM_CHECK for sparc32
` [PATCH 06/85] target/sparc: Move CALL to decodetree
` [PATCH 07/85] target/sparc: Move BPcc and Bicc "
` [PATCH 08/85] target/sparc: Move BPr "
` [PATCH 09/85] target/sparc: Move FBPfcc and FBfcc "
` [PATCH 10/85] target/sparc: Merge gen_cond with only caller
` [PATCH 11/85] target/sparc: Merge gen_fcond "
` [PATCH 12/85] target/sparc: Merge gen_branch_[an] "
` [PATCH 13/85] target/sparc: Pass DisasCompare to advance_jump_cond
` [PATCH 14/85] target/sparc: Move SETHI to decodetree
` [PATCH 15/85] target/sparc: Move Tcc "
` [PATCH 16/85] target/sparc: Move RDASR, STBAR, MEMBAR "
` [PATCH 17/85] target/sparc: Move RDPSR, RDHPR "
` [PATCH 18/85] target/sparc: Move RDWIM, RDPR "
` [PATCH 19/85] target/sparc: Move RDTBR, FLUSHW "
` [PATCH 20/85] target/sparc: Move WRASR "
` [PATCH 21/85] target/sparc: Move WRPSR, SAVED, RESTORED "
` [PATCH 22/85] target/sparc: Move WRWIM, WRPR "
` [PATCH 23/85] target/sparc: Move WRTBR, WRHPR "
` [PATCH 24/85] target/sparc: Move basic arithmetic "
` [PATCH 25/85] target/sparc: Move ADDC "
` [PATCH 26/85] target/sparc: Move MULX "
` [PATCH 27/85] target/sparc: Move UMUL, SMUL "
` [PATCH 28/85] target/sparc: Move SUBC "
` [PATCH 29/85] target/sparc: Move UDIVX, SDIVX "
` [PATCH 30/85] target/sparc: Move UDIV, SDIV "
` [PATCH 31/85] target/sparc: Move TADD, TSUB, MULS "
` [PATCH 32/85] target/sparc: Move SLL, SRL, SRA "
` [PATCH 33/85] target/sparc: Move MOVcc, MOVR "
` [PATCH 34/85] target/sparc: Move POPC "
` [PATCH 35/85] target/sparc: Convert remaining v8 coproc insns "
` [PATCH 36/85] target/sparc: Move JMPL, RETT, RETURN "
` [PATCH 37/85] target/sparc: Move FLUSH, SAVE, RESTORE "
` [PATCH 38/85] target/sparc: Move DONE, RETRY "
` [PATCH 39/85] target/sparc: Split out resolve_asi
` [PATCH 40/85] target/sparc: Drop ifdef around get_asi and friends
` [PATCH 41/85] target/sparc: Split out ldst functions with asi pre-computed
` [PATCH 42/85] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for GET_ASI_DTWINX
` [PATCH 43/85] target/sparc: Move simple integer load/store to decodetree
` [PATCH 44/85] target/sparc: Move asi "
` [PATCH 45/85] target/sparc: Move LDSTUB, LDSTUBA "
` [PATCH 46/85] target/sparc: Move SWAP, SWAPA "
` [PATCH 47/85] target/sparc: Move CASA, CASXA "
` [PATCH 48/85] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH 49/85] target/sparc: Split out fp ldst functions with asi precomputed
` [PATCH 50/85] target/sparc: Move simple fp load/store to decodetree
` [PATCH 51/85] target/sparc: Move asi "
` [PATCH 52/85] target/sparc: Move LDFSR, STFSR "
` [PATCH 53/85] target/sparc: Merge LDFSR, LDXFSR implementations
` [PATCH 54/85] target/sparc: Move EDGE* to decodetree
` [PATCH 55/85] target/sparc: Move ARRAY* "
` [PATCH 56/85] target/sparc: Move ADDRALIGN* "
` [PATCH 57/85] target/sparc: Move BMASK "
` [PATCH 58/85] target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S "
` [PATCH 59/85] target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D "
` [PATCH 60/85] target/sparc: Use tcg_gen_vec_{add,sub}*
` [PATCH 61/85] target/sparc: Move gen_ne_fop_FFF insns to decodetree
` [PATCH 62/85] target/sparc: Move gen_ne_fop_DDD "
` [PATCH 63/85] target/sparc: Move PDIST "
` [PATCH 64/85] target/sparc: Move gen_gsr_fop_DDD insns "
` [PATCH 65/85] target/sparc: Move gen_fop_FF "
` [PATCH 66/85] target/sparc: Move gen_fop_DD "
` [PATCH 67/85] target/sparc: Move FSQRTq "
` [PATCH 68/85] target/sparc: Move gen_fop_FFF insns "
` [PATCH 69/85] target/sparc: Move gen_fop_DDD "
` [PATCH 70/85] target/sparc: Move gen_fop_QQQ "
` [PATCH 71/85] target/sparc: Move FSMULD "
` [PATCH 72/85] target/sparc: Move FDMULQ "
` [PATCH 73/85] target/sparc: Move gen_fop_FD insns "
` [PATCH 74/85] target/sparc: Move FiTOd, FsTOd, FsTOx "
` [PATCH 75/85] target/sparc: Move FqTOs, FqTOi "
` [PATCH 76/85] target/sparc: Move FqTOd, FqTOx "
` [PATCH 77/85] target/sparc: Move FiTOq, FsTOq "
` [PATCH 78/85] target/sparc: Move FdTOq, FxTOq "
` [PATCH 79/85] target/sparc: Move FMOVq, FNEGq, FABSq "
` [PATCH 80/85] target/sparc: Move FMOVR, FMOVcc, FMOVfcc "
` [PATCH 81/85] target/sparc: Convert FCMP, FCMPE "
` [PATCH 82/85] target/sparc: Move FPCMP* "
` [PATCH 83/85] target/sparc: Move FPACK16, FPACKFIX "
` [PATCH 84/85] target/sparc: Convert FZERO, FONE "
` [PATCH 85/85] target/sparc: Remove disas_sparc_legacy
[PATCH v12 00/18] plugins: Allow to read registers
2023-10-14 3:39 UTC (19+ messages)
` [PATCH v12 01/18] gdbstub: Add num_regs member to GDBFeature
` [PATCH v12 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v12 03/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v12 04/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v12 05/18] target/ppc: "
` [PATCH v12 06/18] target/riscv: "
` [PATCH v12 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v12 08/18] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v12 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v12 10/18] gdbstub: Simplify XML lookup
` [PATCH v12 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v12 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v12 13/18] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v12 14/18] gdbstub: Expose functions to read registers
` [PATCH v12 15/18] cpu: Call plugin hooks only when ready
` [PATCH v12 16/18] plugins: Use different helpers when reading registers
` [PATCH v12 17/18] plugins: Allow to read registers
` [PATCH v12 18/18] contrib/plugins: Allow to log registers
[RFC PATCH 00/78] Strict disable implicit fallthrough
2023-10-13 22:27 UTC (3+ messages)
` [RFC PATCH 10/78] hw/ide/atapi.c: add fallthrough pseudo-keyword
[PULL 00/25] Python patches
2023-10-13 19:09 UTC (26+ messages)
` [PULL 01/25] python/machine: move socket setup out of _base_args property
` [PULL 02/25] python/machine: close sock_pair in cleanup path
` [PULL 03/25] python/console_socket: accept existing FD in initializer
` [PULL 04/25] python/machine: use socketpair() for console connections
` [PULL 05/25] python/machine: use socketpair() for qtest connection
` [PULL 06/25] python/machine: remove unused sock_dir argument
` [PULL 07/25] Python/iotests: Add type hint for nbd module
` [PULL 08/25] python/qmp: remove Server.wait_closed() call for Python 3.12
` [PULL 09/25] configure: fix error message to say Python 3.8
` [PULL 10/25] Python: Enable python3.12 support
` [PULL 11/25] python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
` [PULL 12/25] qmp_shell.py: _fill_completion() use .command() instead of .cmd()
` [PULL 13/25] scripts/cpu-x86-uarch-abi.py: "
` [PULL 14/25] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
` [PULL 15/25] python/qemu: rename command() to cmd()
` [PULL 16/25] python/machine.py: upgrade vm.cmd() method
` [PULL 17/25] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
` [PULL 18/25] iotests: add some missed checks of qmp result
` [PULL 19/25] iotests: refactor some common qmp result checks into generic pattern
` [PULL 20/25] iotests: drop some extra semicolons
` [PULL 21/25] iotests: drop some extra ** in qmp() call
` [PULL 22/25] iotests.py: pause_job(): drop return value
` [PULL 23/25] tests/vm/basevm.py: use cmd() instead of qmp()
` [PULL 24/25] scripts: add python_qmp_updater.py
` [PULL 25/25] python: use vm.cmd() instead of vm.qmp() where appropriate
[PATCH v4 0/4] hw/cxl: Line length reduction and related
2023-10-13 16:56 UTC (3+ messages)
` [PATCH v4 4/4] hw/cxl: Line length reductions
[PATCH] buffer_is_zero improvement
2023-10-13 15:58 UTC
[PATCH 0/7] target/ppc: Move most of 'cpu-qom.h' definitions to 'cpu.h'
2023-10-13 18:32 UTC (3+ messages)
` [PATCH 1/7] hw/ppc/spapr: Restrict PPCTimebase structure declaration to sPAPR
[PATCH 0/4] hw/pci: Have functions acess memory regions via pci_address_space()
2023-10-13 18:29 UTC (3+ messages)
` [PATCH 4/4] hw/sparc64/ebus: Access memory regions via pci_address_space_io()
[PATCH 00/18] target: Make 'cpu-qom.h' really target agnostic
2023-10-13 18:28 UTC (5+ messages)
` [PATCH 14/18] target/sparc: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 18/18] target/sparc: Make SPARC_CPU common to new SPARC32_CPU/SPARC64_CPU types
[RFC PATCH v2 0/9] i386/sev: Use C API of Rust SEV library
2023-10-13 18:20 UTC (6+ messages)
` [RFC PATCH v2 1/9] Add Rust SEV library as subproject
[RFC PATCH v3 00/78] Strict disable implicit fallthrough
2023-10-13 18:17 UTC (3+ messages)
` [RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword
[PATCH v4 0/8] vhost-user: Back-end state migration
2023-10-13 18:02 UTC (20+ messages)
` [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
` (no subject)
` [Virtio-fs] "
[PATCH v2 0/2] tcg: Streamline vector load/store
2023-10-13 17:51 UTC (3+ messages)
` [PATCH v2 1/2] tcg: Add tcg_gen_{ld,st}_i128
` [PATCH v2 2/2] target/i386: Use i128 for 128 and 256-bit loads and stores
[PATCH 0/4] gdbstub and TCG plugin improvements
2023-10-13 17:47 UTC (5+ messages)
` [PATCH 1/4] target/riscv: Remove misa_mxl validation
` [PATCH 2/4] target/riscv: Move misa_mxl_max to class
[PATCH 0/4] tcg: Optimize loads and stores to env
2023-10-13 17:40 UTC (3+ messages)
[PATCH v4 00/13] tcg/ppc: direct branching, power9, power10
2023-10-13 17:10 UTC (11+ messages)
` [PATCH v4 01/13] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v4 03/13] tcg/ppc: Reinterpret tb-relative to TB+4
` [PATCH v4 04/13] tcg/ppc: Use ADDPCIS in tcg_out_tb_start
` [PATCH v4 05/13] tcg/ppc: Use ADDPCIS in tcg_out_movi_int
` [PATCH v4 07/13] tcg/ppc: Use ADDPCIS in tcg_out_goto_tb
` [PATCH v4 08/13] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH v4 09/13] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PATCH v4 10/13] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PATCH v4 11/13] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PATCH v4 13/13] tcg/ppc: Disable TCG_REG_TB for Power9/Power10
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).