qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-13 14:01:41 to 2023-10-13 21:36:23 UTC [more...]

[PATCH 00/85] target/sparc: Convert to decodetree
 2023-10-13 21:28 UTC  (52+ messages)
` [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 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 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 38/85] target/sparc: Move DONE, RETRY "
` [PATCH 43/85] target/sparc: Move simple integer load/store "
` [PATCH 44/85] target/sparc: Move asi "
` [PATCH 52/85] target/sparc: Move LDFSR, STFSR "
` [PATCH 64/85] target/sparc: Move gen_gsr_fop_DDD insns "
` [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 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 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 "

[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  (14+ messages)
` [PATCH 1/7] hw/ppc/spapr: Restrict PPCTimebase structure declaration to sPAPR
` [PATCH 2/7] target/ppc: Define powerpc_pm_insn_t in 'internal.h'
` [PATCH 3/7] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
` [PATCH 5/7] target/ppc: Move powerpc_excp_t definition "
` [PATCH 6/7] target/ppc: Move powerpc_mmu_t "
` [PATCH 7/7] target/ppc: Move powerpc_input_t "

[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  (7+ messages)
` [RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword
` [RFC PATCH v3 34/78] target/tricore: "

[PATCH v3 0/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-10-13 18:14 UTC  (14+ messages)
` [PATCH v3 1/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH v3 2/10] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH v3 3/10] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH v3 4/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
` [PATCH v3 5/10] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
` [PATCH v3 6/10] hw/char/pl011: Warn when using disabled transmitter
` [PATCH v3 7/10] hw/char/pl011: Check if receiver is enabled
` [PATCH v3 8/10] hw/char/pl011: Rename RX FIFO methods
` [PATCH v3 9/10] hw/char/pl011: Add transmit FIFO to PL011State

[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  (14+ messages)
` [PATCH v4 01/13] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v4 02/13] tcg/ppc: Enable direct branching tcg_out_goto_tb with TCG_REG_TB
` [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 06/13] tcg/ppc: Use ADDPCIS for the constant pool
` [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 12/13] tcg/ppc: Use PLD in tcg_out_goto_tb
` [PATCH v4 13/13] tcg/ppc: Disable TCG_REG_TB for Power9/Power10

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-10-13 17:03 UTC  (4+ messages)
` [PATCH 11/11] qdev: Rework array properties based on list visitor

[PATCH v2 00/29] first version of mcdstub
 2023-10-13 16:47 UTC  (16+ messages)
` [PATCH v2 01/29] mcdstub initial commit, mcdstub file structure added
` [PATCH v2 02/29] TCP chardev added, handshake with TRACE32 working
` [PATCH v2 06/29] query for registers added
` [PATCH v2 12/29] handler for reading "
` [PATCH v2 25/29] Doxygen documentation added
` [PATCH v2 26/29] moved all mcd related header files into include/mcdstub
` [PATCH v2 27/29] MCD stub entry added to maintainers file

[PATCH 0/2] Small fixes for qga
 2023-10-13 16:43 UTC  (2+ messages)

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-13 16:33 UTC  (2+ messages)

[PATCH 0/8] gitdm metadata updates for Oct '23
 2023-10-13 16:25 UTC  (10+ messages)
` [PATCH 1/8] contrib/gitdm: Add Rivos Inc to the domain map
` [PATCH 2/8] contrib/gitdm: add a group map for SiFive
` [PATCH 3/8] contrib/gitdm: add a group map for Google
` [PATCH 4/8] contrib/gitdm: add more individual contributors
` [PATCH 5/8] contrib/gitdm: add domain-map for Cestc
` [PATCH 6/8] contrib/gitdm: map HiSilicon to Huawei
` [PATCH 7/8] contrib/gitdm: add Daynix to domain-map
` [PATCH 8/8] mailmap: fixup some more corrupted author fields

[PATCH 00/19] QEMU: CXL mailbox rework and features
 2023-10-13 16:17 UTC  (5+ messages)
` [PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing

[PATCH] guest-agent: improve help for --allow-rpcs and --block-rpcs
 2023-10-13 15:51 UTC 

[PATCH v4 0/3] Fix MCE handling on AMD hosts
 2023-10-13 15:41 UTC  (8+ messages)
` [PATCH v4 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest

[PULL v2 00/12] Trivial patches for 2023-10-11
 2023-10-12 18:51 UTC  (2+ messages)

[PULL 00/54] riscv-to-apply queue
 2023-10-12 18:51 UTC  (2+ messages)

[PULL 0/3] Misc QGA patches 2023-10-11
 2023-10-12 18:51 UTC  (2+ messages)

[PATCH 0/2] block: Fix locking in media change monitor commands
 2023-10-13 15:33 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests: Test media change with iothreads

[PATCH] tests/vm: netbsd: install dtc
 2023-10-13 15:30 UTC 

[PATCH] ui/gtk-egl: Check EGLSurface before doing scanout
 2023-10-13 15:17 UTC 

[PATCH v3 0/1] Qemu crashes on VM migration after an handled memory error
 2023-10-13 15:08 UTC  (4+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] migration: skip poisoned memory pages on "ram saving" phase
  ` [PATCH v4 2/2] migration: prevent migration when a poisoned page is unknown from the VM

[PATCH v3 00/11] virtio-net RSS/hash report fixes
 2023-10-13 15:01 UTC  (13+ messages)
` [PATCH v3 01/11] tap: Remove tap_probe_vnet_hdr_len()

[PATCH] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-13 14:56 UTC 

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-10-13 14:36 UTC  (25+ messages)
` [PATCH v2 01/16] target: Unify QOM style
` [PATCH v2 02/16] target: Mention 'cpu-qom.h' is target agnostic
` [PATCH v2 03/16] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
` [PATCH v2 04/16] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PATCH v2 05/16] target/riscv: "
` [PATCH v2 06/16] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PATCH v2 07/16] target/hexagon: Declare QOM definitions "
` [PATCH v2 08/16] target/loongarch: "
` [PATCH v2 09/16] target/nios2: "
` [PATCH v2 10/16] target/openrisc: "
` [PATCH v2 11/16] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
` [PATCH v2 12/16] target: Move ArchCPUClass "
` [PATCH v2 13/16] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH v2 14/16] target/mips: "
` [PATCH v2 15/16] target/ppc: "
` [PATCH v2 16/16] target/sparc: "

[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-10-13 14:05 UTC  (4+ messages)
` [RFC PATCH v2 11/11] hw/char/pl011: Implement TX FIFO


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).