messages from 2023-11-07 02:33:09 to 2023-11-07 07:23:08 UTC [more...]
[PATCH v8 00/24] Make Pixman an optional dependency
2023-11-07 7:19 UTC (15+ messages)
` [PATCH v8 01/24] build-sys: add a "pixman" feature
` [PATCH v8 02/24] build-sys: drop needless warning pragmas for old pixman
` [PATCH v8 04/24] ui: add pixman-minimal.h
` [PATCH v8 06/24] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PATCH v8 07/24] vl: simplify display_remote logic
` [PATCH v8 08/24] vl: move display early init before default devices
` [PATCH v8 10/24] ui/vc: console-vc requires PIXMAN
` [PATCH v8 12/24] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v8 16/24] ui/vnc: VNC requires PIXMAN
` [PATCH v8 18/24] ui/gtk: -display gtk "
` [PATCH v8 19/24] ui/dbus: do not require PIXMAN
` [PATCH v8 21/24] hw/sm501: allow compiling without PIXMAN
` [PATCH v8 22/24] hw/mips: FULOONG depends on VT82C686
` [PATCH v8 24/24] build-sys: make pixman actually optional
[PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
2023-11-07 7:15 UTC (3+ messages)
` [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
[PATCH 00/29] gdbstub and plugin read register and windows support
2023-11-07 6:56 UTC (7+ messages)
` [PATCH 23/29] plugins: Use different helpers when reading registers
` [PATCH 24/29] plugins: add an API to read registers
[PATCH] dump:Add close fd on error return to avoid resource leak
2023-11-07 6:15 UTC (2+ messages)
[PATCH v13 00/11] Add VIRTIO sound card
2023-11-07 6:12 UTC (3+ messages)
[PATCH] Fix Windows 2000 and XP HDAudio Support
2023-11-06 17:38 UTC
[PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of multiple MSI vector support for SJA1000 devices. - Added can_pcm26d2ca_pci.c; support for Advantech iDoor Module (PCM-26D2CA): 2-Ports Isolated CANBus mPCIe, DB9 (SJA1000 based with MSI)
2023-11-07 5:26 UTC
[PULL 00/49] riscv-to-apply queue
2023-11-07 4:59 UTC (34+ messages)
` [PULL 06/49] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PULL 08/49] target/riscv: Split interrupt logic from riscv_cpu_update_mip
` [PULL 11/49] linux-user/riscv: change default cpu to 'max'
` [PULL 12/49] docs/system/riscv: update 'virt' machine core limit
` [PULL 13/49] target/riscv/kvm/kvm-cpu.c: add missing property getters()
` [PULL 16/49] target/riscv: handle custom props in qmp_query_cpu_model_expansion
` [PULL 17/49] target/riscv: add riscv_cpu_accelerator_compatible()
` [PULL 18/49] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
` [PULL 20/49] target/riscv: pmp: Clear pmp/smepmp bits on reset
` [PULL 21/49] target/riscv: pmp: Ignore writes when RW=01
` [PULL 25/49] target/riscv/kvm: add zihpm reg
` [PULL 26/49] target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
` [PULL 28/49] MAINTAINERS: update mail address for Weiwei Li
` [PULL 29/49] target/riscv: Add cfg property for Zvkt extension
` [PULL 30/49] target/riscv: Expose Zvkt extension property
` [PULL 31/49] target/riscv: Add cfg property for Zvkb extension
` [PULL 32/49] target/riscv: Replace Zvbb checking by Zvkb
` [PULL 33/49] target/riscv: Expose Zvkb extension property
` [PULL 34/49] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PULL 35/49] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PULL 36/49] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PULL 38/49] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PULL 39/49] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PULL 40/49] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PULL 41/49] disas/riscv: Add support for vector crypto extensions
` [PULL 43/49] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
` [PULL 44/49] target/riscv: cpu: Set the OpenTitan priv to 1.12.0
` [PULL 45/49] target/riscv: Propagate error from PMU setup
` [PULL 46/49] target/riscv: Don't assume PMU counters are continuous
` [PULL 47/49] target/riscv: Use existing PMU counter mask in FDT generation
` [PULL 48/49] target/riscv: Add "pmu-mask" property to replace "pmu-num"
` [PULL 49/49] docs/about/deprecated: Document RISC-V "pmu-num" deprecation
[PATCH 00/35] tcg patch queue
2023-11-07 4:59 UTC (39+ messages)
` [PATCH 01/35] accel/tcg: Move HMP info jit and info opcount code
` [PATCH 02/35] tcg: Add C_N2_I1
` [PATCH 03/35] tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128
` [PATCH 04/35] util: Add cpuinfo for loongarch64
` [PATCH 05/35] tcg/loongarch64: Use cpuinfo.h
` [PATCH 06/35] host/include/loongarch64: Add atomic16 load and store
` [PATCH 07/35] accel/tcg: Remove redundant case in store_atom_16
` [PATCH 08/35] accel/tcg: Fix condition for store_atom_insert_al16
` [PATCH 09/35] tcg: Mark tcg_gen_op* as noinline
` [PATCH 10/35] tcg: Move tcg_gen_op* out of line
` [PATCH 11/35] tcg: Move generic expanders "
` [PATCH 12/35] tcg: Move 32-bit "
` [PATCH 13/35] tcg: Move 64-bit "
` [PATCH 14/35] tcg: Move vec_gen_* declarations to tcg-internal.h
` [PATCH 15/35] tcg: Move tcg_gen_opN "
` [PATCH 16/35] tcg: Unexport tcg_gen_op*_{i32,i64}
` [PATCH 17/35] tcg: Move tcg_constant_* out of line
` [PATCH 18/35] tcg: Move tcg_temp_new_*, tcg_global_mem_new_* "
` [PATCH 19/35] tcg: Move tcg_temp_free_* "
` [PATCH 20/35] tcg/mips: Split out tcg_out_setcond_int
` [PATCH 21/35] tcg/mips: Always implement movcond
` [PATCH 22/35] tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
` [PATCH 23/35] tcg/mips: Implement neg opcodes
` [PATCH 24/35] tcg/loongarch64: "
` [PATCH 25/35] tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
` [PATCH 26/35] tcg: Don't free vector results
` [PATCH 27/35] tcg/optimize: Pipe OptContext into reset_ts
` [PATCH 28/35] tcg/optimize: Split out cmp_better_copy
` [PATCH 29/35] tcg/optimize: Optimize env memory operations
` [PATCH 30/35] tcg: Eliminate duplicate env store operations
` [PATCH 31/35] tcg/optimize: Split out arg_new_constant
` [PATCH 32/35] tcg: Canonicalize subi to addi during opcode generation
` [PATCH 33/35] tcg/optimize: Canonicalize subi to addi during optimization
` [PATCH 34/35] tcg/optimize: Canonicalize sub2 with constants to add2
` [PATCH 35/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PULL 00/35] tcg patch queue
[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
2023-11-07 4:49 UTC
[PULL 00/94] target/sparc: Convert to decodetree
2023-11-07 4:49 UTC (4+ messages)
` [PULL 81/94] target/sparc: Move FDMULQ "
[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
2023-11-07 3:56 UTC (9+ messages)
` [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition
` [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
` [PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR "
` [PATCH 07/22] tests/avocado: update the tcg_plugins test
[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
2023-11-07 3:29 UTC (4+ messages)
[PULL 00/85] target/hppa patch queue
2023-11-07 3:04 UTC (86+ messages)
` [PULL 01/85] target/hppa: Include PSW_P in tb flags and mmu index
` [PULL 02/85] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
` [PULL 03/85] target/hppa: Use IntervalTreeNode in HPPATLBEntry
` [PULL 04/85] target/hppa: Always report one page to tlb_set_page
` [PULL 05/85] target/hppa: Split out hppa_flush_tlb_range
` [PULL 06/85] target/hppa: Populate an interval tree with valid tlb entries
` [PULL 07/85] target/hppa: Remove get_temp
` [PULL 08/85] target/hppa: Remove get_temp_tl
` [PULL 09/85] target/hppa: Remove load_const
` [PULL 10/85] target/hppa: Fix hppa64 case in machine.c
` [PULL 11/85] target/hppa: Fix load in do_load_32
` [PULL 12/85] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PULL 13/85] target/hppa: Fix trans_ds for hppa64
` [PULL 14/85] target/hppa: Fix do_add, do_sub "
` [PULL 15/85] target/hppa: Fix bb_sar "
` [PULL 16/85] target/hppa: Fix extrw and depw with sar "
` [PULL 17/85] target/hppa: Introduce TYPE_HPPA64_CPU
` [PULL 18/85] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PULL 19/85] target/hppa: Implement cpu_list
` [PULL 20/85] target/hppa: Implement hppa_cpu_class_by_name
` [PULL 21/85] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PULL 22/85] target/hppa: Handle absolute addresses for pa2.0
` [PULL 23/85] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PULL 24/85] target/hppa: Fix hppa64 addressing
` [PULL 25/85] target/hppa: Pass DisasContext to copy_iaoq_entry
` [PULL 26/85] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
` [PULL 27/85] target/hppa: Use copy_iaoq_entry for link in do_ibranch
` [PULL 28/85] target/hppa: Mask inputs in copy_iaoq_entry
` [PULL 29/85] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PULL 30/85] target/hppa: Pass d to do_cond
` [PULL 31/85] target/hppa: Pass d to do_sub_cond
` [PULL 32/85] target/hppa: Pass d to do_log_cond
` [PULL 33/85] target/hppa: Pass d to do_sed_cond
` [PULL 34/85] target/hppa: Pass d to do_unit_cond
` [PULL 35/85] linux-user/hppa: Fixes for TARGET_ABI32
` [PULL 36/85] target/hppa: Drop attempted gdbstub support for hppa64
` [PULL 37/85] target/hppa: Remove TARGET_HPPA64
` [PULL 38/85] target/hppa: Decode d for logical instructions
` [PULL 39/85] target/hppa: Decode d for unit instructions
` [PULL 40/85] target/hppa: Decode d for cmpclr instructions
` [PULL 41/85] target/hppa: Decode d for add instructions
` [PULL 42/85] target/hppa: Decode d for sub instructions
` [PULL 43/85] target/hppa: Decode d for bb instructions
` [PULL 44/85] target/hppa: Decode d for cmpb instructions
` [PULL 45/85] target/hppa: Decode CMPIB double-word
` [PULL 46/85] target/hppa: Decode ADDB double-word
` [PULL 47/85] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PULL 48/85] target/hppa: Implement DEPD, DEPDI
` [PULL 49/85] target/hppa: Implement EXTRD
` [PULL 50/85] target/hppa: Implement SHRPD
` [PULL 51/85] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PULL 52/85] target/hppa: Implement STDBY
` [PULL 53/85] target/hppa: Implement IDTLBT, IITLBT
` [PULL 54/85] hw/hppa: Use uint32_t instead of target_ureg
` [PULL 55/85] target/hppa: Remove TARGET_REGISTER_BITS
` [PULL 56/85] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PULL 57/85] target/hppa: Remove remaining "
` [PULL 58/85] target/hppa: Adjust vmstate_env for pa2.0 tlb
` [PULL 59/85] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PULL 60/85] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PULL 61/85] target/hppa: Implement HADD
` [PULL 62/85] target/hppa: Implement HSUB
` [PULL 63/85] target/hppa: Implement HAVG
` [PULL 64/85] target/hppa: Implement HSHL, HSHR
` [PULL 65/85] target/hppa: Implement HSHLADD, HSHRADD
` [PULL 66/85] target/hppa: Implement MIXH, MIXW
` [PULL 67/85] target/hppa: Implement PERMH
` [PULL 68/85] target/hppa: Fix interruption based on default PSW
` [PULL 69/85] target/hppa: Precompute zero into DisasContext
` [PULL 70/85] target/hppa: Return zero for r0 from load_gpr
` [PULL 71/85] include/hw/elf: Remove truncating signed casts
` [PULL 72/85] hw/hppa: Translate phys addresses for the cpu
` [PULL 73/85] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
` [PULL 74/85] target/hppa: Implement pa2.0 data prefetch instructions
` [PULL 75/85] target/hppa: Add pa2.0 cpu local tlb flushes
` [PULL 76/85] target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
` [PULL 77/85] target/hppa: Clear upper bits in mtctl for pa1.x
` [PULL 78/85] target/hppa: Add unwind_breg to CPUHPPAState
` [PULL 79/85] target/hppa: Create raise_exception_with_ior
` [PULL 80/85] target/hppa: Update IIAOQ, IIASQ for pa2.0
` [PULL 81/85] target/hppa: Improve interrupt logging
` [PULL 82/85] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
` [PULL 83/85] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
` [PULL 84/85] hw/hppa: Turn on 64-bit CPU for C3700 machine
` [PULL 85/85] hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
[PATCH v4 00/41] vfio: Adopt iommufd
2023-11-07 3:07 UTC (7+ messages)
` [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
` [PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges
[PULL 0/3] Block patches
2023-11-07 3:03 UTC (2+ messages)
[PULL 00/12] target-arm queue
2023-11-07 3:02 UTC (2+ messages)
[PULL 00/10] Hyper-V Dynamic Memory Protocol driver (hv-balloon) pull req fixed
2023-11-07 3:02 UTC (2+ messages)
[PULL 00/10] Gpu patches
2023-11-07 3:02 UTC (2+ messages)
[PULL 00/22] vfio queue
2023-11-07 3:02 UTC (2+ messages)
[PULL 0/7] xenfv-stable queue
2023-11-07 3:01 UTC (2+ messages)
[PATCH v2 0/4] Support RISC-V IOPMP
2023-11-07 3:01 UTC (9+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
[PULL 0/4] Q800 for 8.2 patches
2023-11-07 3:01 UTC (2+ messages)
[PATCH] target/riscv: don't enable Zfa by default
2023-11-07 2:53 UTC (5+ messages)
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).