qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-13 21:38:01 to 2023-10-16 04:45:13 UTC [more...]

[PATCH] tests/vm: netbsd: install dtc
 2023-10-16  4:44 UTC  (2+ messages)

[PATCH 0/8] gitdm metadata updates for Oct '23
 2023-10-16  4:44 UTC  (6+ messages)
` [PATCH 6/8] contrib/gitdm: map HiSilicon to Huawei
` [PATCH 8/8] mailmap: fixup some more corrupted author fields

[PATCH 0/4] target/riscv: rename ext_i* to ext_zi*
 2023-10-16  4:42 UTC  (9+ messages)
` [PATCH 1/4] target/riscv: rename ext_ifencei to ext_zifencei
` [PATCH 2/4] target/riscv: rename ext_icsr to ext_zicsr
` [PATCH 3/4] target/riscv: rename ext_icbom to ext_zicbom
` [PATCH 4/4] target/riscv: rename ext_icboz to ext_zicboz

[PATCH v3 0/6] Support discontinuous PMU counters
 2023-10-16  4:29 UTC  (9+ messages)
` [PATCH v3 2/6] target/riscv: Don't assume PMU counters are continuous
` [PATCH v3 3/6] target/riscv: Use existing PMU counter mask in FDT generation
` [PATCH v3 4/6] target/riscv: Add "pmu-mask" property to replace "pmu-num"
` [PATCH v3 6/6] target/riscv: Use MAKE_64BIT_MASK instead of custom macro

[PATCH v2 0/3] gdbstub and TCG plugin improvements
 2023-10-16  4:19 UTC  (11+ 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

[PATCH v2 0/6] Support discontinuous PMU counters
 2023-10-16  3:49 UTC  (10+ messages)
` [PATCH v2 2/6] target/riscv: Don't assume PMU counters are continuous
` [PATCH v2 3/6] target/riscv: Use existing PMU counter mask in FDT generation
` [PATCH v2 4/6] qemu/bitops.h: Add MAKE_32BIT_MASK macro
` [PATCH v2 6/6] docs/about/deprecated: Document RISC-V "pmu-num" deprecation

[PATCH 0/4] tcg: Optimize loads and stores to env
 2023-10-16  3:01 UTC  (2+ messages)

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-16  2:53 UTC  (6+ messages)
` [PATCH V5 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events

[PATCH v2 00/10] riscv: RVA22U64 profile support
 2023-10-16  2:23 UTC  (4+ messages)

[RFC PATCH 00/11] ppc: avocado test additions and new defaults
 2023-10-16  1:59 UTC  (5+ messages)
` [RFC PATCH 11/11] ppc/pnv: Change powernv default to powernv10

[RFC PATCH v3 00/78] Strict disable implicit fallthrough
 2023-10-16  1:52 UTC  (3+ messages)
` [RFC PATCH v3 27/78] target/riscv: add fallthrough pseudo-keyword

[PATCH 0/6] TriCore Semihosting
 2023-10-15 23:48 UTC  (8+ messages)
` [PATCH 1/6] target/tricore: Add semihosting stub
` [PATCH 2/6] target/tricore: Add read and write semihosting calls
` [PATCH 3/6] target/tricore: Add lseek semihosting call
` [PATCH 4/6] target/tricore: Add close "
` [PATCH 5/6] target/tricore: Add open and creat semihosting calls
` [PATCH 6/6] target/tricore: Enable semihosting

[PATCH] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
 2023-10-15 23:24 UTC 

[PATCH 00/85] target/sparc: Convert to decodetree
 2023-10-15 22:38 UTC  (25+ messages)
` [PATCH 03/85] target/sparc: Remove always-set cpu features
` [PATCH 05/85] target/sparc: Define AM_CHECK for sparc32
` [PATCH 37/85] target/sparc: Move FLUSH, SAVE, RESTORE to decodetree
` [PATCH 39/85] target/sparc: Split out resolve_asi
` [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 45/85] target/sparc: Move LDSTUB, LDSTUBA to decodetree
` [PATCH 46/85] target/sparc: Move SWAP, SWAPA "
` [PATCH 48/85] target/sparc: Move PREFETCH, PREFETCHA "
` [PATCH 49/85] target/sparc: Split out fp ldst functions with asi precomputed
` [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 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 65/85] target/sparc: Move gen_fop_FF "
` [PATCH 76/85] target/sparc: Move FqTOd, FqTOx "
` [PATCH 77/85] target/sparc: Move FiTOq, FsTOq "

[PATCH 0/4] hw/pci: Have functions acess memory regions via pci_address_space()
 2023-10-15 22:19 UTC  (5+ messages)
` [PATCH 1/4] hw/isa/i82378: Access "
` [PATCH 3/4] hw/pci-host/bonito: Access memory regions via pci_address_space[_io]()

[PATCH v17 00/16] TCG code quality tracking
 2023-10-15 19:53 UTC  (18+ messages)
` [PATCH v17 01/16] accel/tcg: Move HMP info jit and info opcount code
` [PATCH v17 02/16] tcg: Record orig_nb_ops TCGContext
` [PATCH v17 03/16] tcg: Record nb_deleted_ops in TCGContext
` [PATCH v17 04/16] tcg: Record nb_spills "
` [PATCH v17 09/16] util/log: Add Error argument to qemu_str_to_log_mask
` [PATCH v17 10/16] util/log: Add -d tb_stats
` [PATCH v17 13/16] disas: Allow monitor_disas to read from ram_addr_t

[PATCH 2/2] linux-user: Replace use of lfs64 related functions and macros
 2023-10-15 11:39 UTC  (2+ messages)

[PATCH] tcg: drop unused tcg_temp_free define
 2023-10-15 18:33 UTC  (3+ messages)

[RFC] virtio: enforce link up
 2023-10-15 15:53 UTC  (5+ messages)

[RFC v2] net/vhost-user.c : enforce link up
 2023-10-15 15:51 UTC 

[PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e
 2023-10-15 15:26 UTC  (2+ messages)

[PATCH 00/18] target/i386: decoder changes for 8.2
 2023-10-15 14:51 UTC  (21+ 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

[RFC PATCH v2 0/3] virtio-net: Introduce eBPF hash reporting
 2023-10-15 14:27 UTC  (4+ messages)
` [RFC PATCH v2 1/3] ebpf: Add tools/ebpf/vnet_hash.bpf.c
` [RFC PATCH v2 2/3] virtio-net: Use vnet_hash BPF program
` [RFC PATCH v2 3/3] docs: Describe eBPF hash reporting

[PATCH v2 0/3] Add emulation of AmigaOne XE board
 2023-10-15 14:23 UTC  (9+ messages)
` [PATCH v2 1/3] via-ide: Fix legacy mode emulation

[PATCH v4 00/20] virtio-net RSS/hash report fixes and improvements
 2023-10-15 14:02 UTC  (21+ messages)
` [PATCH v4 01/20] tap: Remove tap_probe_vnet_hdr_len()
` [PATCH v4 02/20] tap: Remove qemu_using_vnet_hdr()
` [PATCH v4 03/20] net: Move virtio-net header length assertion
` [PATCH v4 04/20] net: Remove receive_raw()
` [PATCH v4 05/20] tap: Remove tap_receive()
` [PATCH v4 06/20] net: Remove flag propagation
` [PATCH v4 07/20] tap: Shrink zeroed virtio-net header
` [PATCH v4 08/20] virtio-net: Copy header only when necessary
` [PATCH v4 09/20] virtio-net: Disable RSS on reset
` [PATCH v4 10/20] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v4 11/20] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v4 12/20] virtio-net: Always set populate_hash
` [PATCH v4 13/20] virtio-net: Do not clear VIRTIO_NET_F_RSS
` [PATCH v4 14/20] virtio-net: Do not clear VIRTIO_NET_F_HASH_REPORT
` [PATCH v4 15/20] ebpf: Fix RSS error handling
` [PATCH v4 16/20] ebpf: Use standard section name
` [PATCH v4 17/20] ebpf: Simplify error handling
` [PATCH v4 18/20] ebpf: Return 0 when configuration fails
` [PATCH v4 19/20] ebpf: Refactor tun_rss_steering_prog()
` [PATCH v4 20/20] ebpf: Add a separate target for skeleton

[PATCH v3 0/3] Add emulation of AmigaOne XE board
 2023-10-15 14:04 UTC  (5+ messages)
` [PATCH v3 1/3] via-ide: Fix legacy mode emulation
` [PATCH v3 2/3] hw/pci-host: Add emulation of Mai Logic Articia S
` [PATCH v3 3/3] hw/ppc: Add emulation of AmigaOne XE board

[PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
 2023-10-15 13:02 UTC  (3+ messages)

[PATCH v3] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-15 10:35 UTC  (3+ messages)

[Stable-8.1.2 v3 00/64] Patch Round-up for stable 8.1.2, release on 2023-10-16
 2023-10-15  6:07 UTC  (4+ messages)
` [Stable-8.1.2 62/64] roms: use PYTHON to invoke python
` [Stable-8.1.2 63/64] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
` [Stable-8.1.2 64/64] target/riscv: Fix vfwmaccbf16.vf

[PATCH 00/12] target/hppa: Add emulation of a C3700 HP-PARISC workstation
 2023-10-14 20:40 UTC  (16+ messages)
` [PATCH 01/12] target/hppa: Update to SeaBIOS-hppa version 10
` [PATCH 02/12] pci_ids: Add PCI vendor ID for HP
` [PATCH 03/12] hw/pci-host: Add Astro system bus adapter found on PA-RISC machines
` [PATCH 04/12] MAINTAINERS: Add Astro PCI host for hppa machines
` [PATCH 05/12] lasips2: LASI PS/2 devices are not user-createable
` [PATCH 06/12] tulip: Use the HP PCI vendor ID instead of number
` [PATCH 07/12] pci-host: Wire up new Astro/Elroy PCI bridge
` [PATCH 08/12] hw/hppa: Require at least SeaBIOS-hppa version 10
` [PATCH 09/12] hw/hppa: Export machine name, BTLBs, power-button address via fw_cfg
` [PATCH 10/12] hw/hppa: Provide RTC and DebugOutputPort on CPU #0
` [PATCH 11/12] hw/hppa: Split out machine creation
` [PATCH 12/12] hw/hppa: Add new HP C3700 machine

-drive if=none: can't we make this the default?
 2023-10-14 19:59 UTC  (2+ messages)

sector size = 4096?
 2023-10-14 19:01 UTC 

[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  (2+ messages)

[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 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


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