qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 13:48:23 to 2021-10-21 22:58:15 UTC [more...]

[PATCH v15 0/8] RISC-V Pointer Masking implementation
 2021-10-21 22:56 UTC  (2+ messages)

[RFC PATCH v5 0/3] riscv: Add preliminary custom CSR support
 2021-10-21 22:47 UTC  (8+ messages)
` [RFC PATCH v5 1/3] riscv: Adding Andes A25 and AX25 cpu models
` [RFC PATCH v5 2/3] riscv: Introduce custom CSR hooks to riscv_csrrw()
` [RFC PATCH v5 3/3] riscv: Enable custom CSR support for Andes AX25 and A25 CPUs

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-10-21 22:35 UTC  (30+ messages)
` [PATCH v3 02/22] host-utils: fix missing zero-extension in divs128
` [PATCH v3 03/22] host-utils: introduce uabs64()
` [PATCH v3 05/22] host-utils: move checks out of divu128/divs128
` [PATCH v3 06/22] host-utils: move udiv_qrnnd() to host-utils
` [PATCH v3 07/22] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v3 08/22] host-utils: add unit tests for divu128/divs128
` [PATCH v3 12/22] target/ppc: Implement DCFFIXQQ
` [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ
` [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
` [PATCH v3 17/22] target/ppc: Move d{add, sub, mul, div, iex}[q] "
  ` [PATCH v3 17/22] target/ppc: Move d{add,sub,mul,div,iex}[q] "
` [PATCH v3 18/22] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] "
  ` [PATCH v3 18/22] target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] "
` [PATCH v3 19/22] target/ppc: Move dquai[q], drint{x, n}[q] "
  ` [PATCH v3 19/22] target/ppc: Move dquai[q], drint{x,n}[q] "
` [PATCH v3 20/22] target/ppc: Move dqua[q], drrnd[q] "
` [PATCH v3 21/22] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] "
  ` [PATCH v3 21/22] target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] "

[PATCH v5 1/8] target/riscv: zfh: half-precision load and store
 2021-10-21 22:31 UTC  (10+ messages)
` [PATCH v5 2/8] target/riscv: zfh: half-precision computational
` [PATCH v5 3/8] target/riscv: zfh: half-precision convert and move
` [PATCH v5 4/8] target/riscv: zfh: half-precision floating-point compare
` [PATCH v5 5/8] target/riscv: zfh: half-precision floating-point classify
` [PATCH v5 6/8] target/riscv: zfh: add Zfh cpu property
` [PATCH v5 7/8] target/riscv: zfh: implement zfhmin extension
` [PATCH v5 8/8] target/riscv: zfh: add Zfhmin cpu property

[PATCH 0/8] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-21 22:30 UTC  (3+ messages)
` [PATCH 8/8] x86-iommu: Fail early if vIOMMU specified after vfio-pci

[gdbstub] redirecting qemu console output to a debugger
 2021-10-21 22:08 UTC  (4+ messages)

[PULL 0/1] Block patches
 2021-10-21 22:08 UTC  (3+ messages)
` [PULL 1/1] coroutine: resize pool periodically instead of limiting size

[PATCH v1 1/9] hw/riscv: opentitan: Update to the latest build
 2021-10-21 21:58 UTC  (4+ messages)
` [PATCH v1 5/9] hw/intc: sifive_plic: Cleanup the irq_request function

[PATCH] multiboot: Use DMA instead port-based transfer
 2021-10-21 21:55 UTC  (3+ messages)

[PATCH v2 0/6] hw/riscv: Use MachineState::ram and MachineClass::default_ram_id in all machines
 2021-10-21 21:58 UTC  (2+ messages)

[PATCH v3 00/48] tcg: optimize redundant sign extensions
 2021-10-21 21:05 UTC  (49+ messages)
` [PATCH v3 01/48] tcg/optimize: Rename "mask" to "z_mask"
` [PATCH v3 02/48] tcg/optimize: Split out OptContext
` [PATCH v3 03/48] tcg/optimize: Remove do_default label
` [PATCH v3 04/48] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface
` [PATCH v3 05/48] tcg/optimize: Move prev_mb into OptContext
` [PATCH v3 06/48] tcg/optimize: Split out init_arguments
` [PATCH v3 07/48] tcg/optimize: Split out copy_propagate
` [PATCH v3 08/48] tcg/optimize: Split out fold_call
` [PATCH v3 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PATCH v3 10/48] tcg/optimize: Change fail return for do_constant_folding_cond*
` [PATCH v3 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PATCH v3 12/48] tcg/optimize: Split out finish_folding
` [PATCH v3 13/48] tcg/optimize: Use a boolean to avoid a mass of continues
` [PATCH v3 14/48] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
` [PATCH v3 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v3 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v3 17/48] tcg/optimize: Split out fold_brcond2
` [PATCH v3 18/48] tcg/optimize: Split out fold_brcond
` [PATCH v3 19/48] tcg/optimize: Split out fold_setcond
` [PATCH v3 20/48] tcg/optimize: Split out fold_mulu2_i32
` [PATCH v3 21/48] tcg/optimize: Split out fold_addsub2_i32
` [PATCH v3 22/48] tcg/optimize: Split out fold_movcond
` [PATCH v3 23/48] tcg/optimize: Split out fold_extract2
` [PATCH v3 24/48] tcg/optimize: Split out fold_extract, fold_sextract
` [PATCH v3 25/48] tcg/optimize: Split out fold_deposit
` [PATCH v3 26/48] tcg/optimize: Split out fold_count_zeros
` [PATCH v3 27/48] tcg/optimize: Split out fold_bswap
` [PATCH v3 28/48] tcg/optimize: Split out fold_dup, fold_dup2
` [PATCH v3 29/48] tcg/optimize: Split out fold_mov
` [PATCH v3 30/48] tcg/optimize: Split out fold_xx_to_i
` [PATCH v3 31/48] tcg/optimize: Split out fold_xx_to_x
` [PATCH v3 32/48] tcg/optimize: Split out fold_xi_to_i
` [PATCH v3 33/48] tcg/optimize: Add type to OptContext
` [PATCH v3 34/48] tcg/optimize: Split out fold_to_not
` [PATCH v3 35/48] tcg/optimize: Split out fold_sub_to_neg
` [PATCH v3 36/48] tcg/optimize: Split out fold_xi_to_x
` [PATCH v3 37/48] tcg/optimize: Split out fold_ix_to_i
` [PATCH v3 38/48] tcg/optimize: Split out fold_masks
` [PATCH v3 39/48] tcg/optimize: Expand fold_mulu2_i32 to all 4-arg multiplies
` [PATCH v3 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v3 41/48] tcg/optimize: Sink commutative operand swapping into fold functions
` [PATCH v3 42/48] tcg/optimize: Add more simplifications for orc
` [PATCH v3 43/48] tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit values
` [PATCH v3 44/48] tcg/optimize: Optimize sign extensions
` [PATCH v3 45/48] tcg/optimize: Propagate sign info for logical operations
` [PATCH v3 46/48] tcg/optimize: Propagate sign info for setcond
` [PATCH v3 47/48] tcg/optimize: Propagate sign info for bit counting
` [PATCH v3 48/48] tcg/optimize: Propagate sign info for shifting

[PATCH v4 0/6] optimize the downtime for vfio migration
 2021-10-21 20:51 UTC  (3+ messages)
` [PATCH v4 6/6] vfio: defer to commit kvm irq routing when enable msi/msix

plugins: Missing Store Exclusive Memory Accesses
 2021-10-21 20:40 UTC  (9+ messages)

[PATCH 00/33] PowerISA v3.1 instruction batch
 2021-10-21 19:45 UTC  (34+ messages)
` [PATCH 01/33] target/ppc: introduce do_ea_calc
` [PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c
` [PATCH 03/33] target/ppc: Move load and store floating point instructions to decodetree
` [PATCH 04/33] target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
` [PATCH 05/33] target/ppc: Move LQ and STQ to decodetree
` [PATCH 06/33] target/ppc: Implement PLQ and PSTQ
` [PATCH 07/33] target/ppc: Implement cntlzdm
` [PATCH 08/33] target/ppc: Implement cnttzdm
` [PATCH 09/33] target/ppc: Implement pdepd instruction
` [PATCH 10/33] target/ppc: Implement pextd instruction
` [PATCH 11/33] target/ppc: Move vcfuged to vmx-impl.c.inc
` [PATCH 12/33] target/ppc: Implement vclzdm/vctzdm instructions
` [PATCH 13/33] target/ppc: Implement vpdepd/vpextd instruction
` [PATCH 14/33] target/ppc: Implement vsldbi/vsrdbi instructions
` [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
` [PATCH 17/33] target/ppc: Implement Vector Insert from VSR using GPR index insns
` [PATCH 18/33] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
` [PATCH 19/33] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
` [PATCH 20/33] target/ppc: Introduce REQUIRE_VSX macro
` [PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
` [PATCH 22/33] target/ppc: moved stxvx and lxvx "
` [PATCH 23/33] target/ppc: added the instructions LXVP and STXVP
` [PATCH 24/33] target/ppc: added the instructions LXVPX and STXVPX
` [PATCH 25/33] target/ppc: added the instructions PLXV and PSTXV
` [PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP
` [PATCH 27/33] target/ppc: moved XXSPLTW to using decodetree
` [PATCH 28/33] target/ppc: moved XXSPLTIB "
` [PATCH 29/33] target/ppc: implemented XXSPLTI32DX
` [PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree
` [PATCH 31/33] target/ppc: implemented XXSPLTIDP instruction
` [PATCH 32/33] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
` [PATCH 33/33] target/ppc: Implement lxvkq instruction

[PULL 00/19] target/arm patch queue
 2021-10-21 19:19 UTC  (21+ messages)
` [PULL 01/19] tests/acpi: Get prepared for IORT E.b revision upgrade
` [PULL 02/19] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b
` [PULL 03/19] tests/acpi: Generate reference blob for IORT rev E.b
` [PULL 04/19] hw/arm/virt: Don't create device-tree node for empty NUMA node
` [PULL 05/19] roms/edk2: Only init brotli submodule to build BaseTools
` [PULL 06/19] roms/edk2: Only initialize required submodules
` [PULL 07/19] hw/arm/sbsa-ref: Fixed cpu type error message typo
` [PULL 08/19] hw/elf_ops.h: switch to ssize_t for elf loader return type
` [PULL 09/19] tests/acpi: Add void table for virt/DBG2 bios-tables-test
` [PULL 10/19] hw/arm/virt_acpi_build: Generate DBG2 table
` [PULL 11/19] bios-tables-test: Generate reference table for virt/DBG2
` [PULL 12/19] hw/arm/virt: Only describe cpu topology since virt-6.2
` [PULL 13/19] device_tree: Add qemu_fdt_add_path
` [PULL 14/19] hw/arm/virt: Add cpu-map to device tree
` [PULL 15/19] hw/acpi/aml-build: Add Processor hierarchy node structure
` [PULL 16/19] hw/acpi/aml-build: Add PPTT table
` [PULL 17/19] tests/data/acpi/virt: Add an empty expected file for PPTT
` [PULL 18/19] hw/arm/virt-acpi-build: Generate PPTT table
` [PULL 19/19] tests/data/acpi/virt: Update the empty expected file for PPTT

[RFC PATCH v1 1/2] riscv: Add preliminary infra for custom instrcution handling
 2021-10-21 19:17 UTC  (4+ messages)
` [RFC PATCH v1 2/2] Enable custom instruction suport for Andes A25 and AX25 CPU model

[PATCH v2 0/7] Misc NPCM7XX patches
 2021-10-21 18:50 UTC  (9+ messages)
` [PATCH v2 1/7] hw/i2c: Clear ACK bit in NPCM7xx SMBus module
` [PATCH v2 2/7] hw/i2c: Read FIFO during RXF_CTL change in NPCM7XX SMBus
` [PATCH v2 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
` [PATCH v2 4/7] hw/adc: Make adci[*] R/W in NPCM7XX ADC
` [PATCH v2 5/7] hw/nvram: Update at24c EEPROM init function in NPCM7xx boards
` [PATCH v2 6/7] hw/arm: quanta-gbs-bmc add i2c devices
` [PATCH v2 7/7] hw/arm: Add ID for NPCM7XX SMBus

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-21 17:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-21 17:28 UTC 

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-10-21 17:06 UTC  (4+ messages)
` [PATCH v2 05/22] target/riscv: Allow setting CPU feature from machine/device emulation

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-10-21 17:02 UTC  (5+ messages)
` [PATCH v2 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration
` [PATCH v2 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE

[PATCH 0/4] vl: Prioritize device realizations
 2021-10-21 16:54 UTC  (6+ messages)

[PULL 00/25] ppc-for-6.2 queue 20211021
 2021-10-21 16:53 UTC  (2+ messages)

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-21 16:22 UTC  (4+ messages)
` [PATCH v3 04/21] target/riscv: additional macros to check instruction support

[PATCH v5 1/2] softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-21 16:08 UTC  (2+ messages)
` [PATCH v5 2/2] target/riscv: change the api for RVF/RVD fmin/fmax

[PATCH] e1000: fix tx re-entrancy problem
 2021-10-21 16:10 UTC 

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-21 15:39 UTC  (4+ messages)

[PULL 00/19] target/arm patch queue
 2021-10-21 15:22 UTC 

[PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch
 2021-10-21 15:21 UTC  (8+ messages)
` [PATCH 1/3] file-posix: add `aio-max-batch` option
` [PATCH 2/3] linux-aio: add `dev_max_batch` parameter to laio_co_submit()
` [PATCH 3/3] linux-aio: add `dev_max_batch` parameter to laio_io_unplug()

[RFC PATCH v1 0/2] riscv: Add preliminary custom instruction support
 2021-10-21 15:13 UTC 

[PATCH v3 00/25] block layer: split block APIs in global state and I/O
 2021-10-21 15:11 UTC  (17+ messages)
` [PATCH v3 02/25] include/block/block: split header into I/O and global state API
` [PATCH v3 04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v3 06/25] include/block/block_int: split header into I/O and global state API
` [PATCH v3 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v3 11/25] include/block/blockjob.h: global state API
` [PATCH v3 13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v3 17/25] block/copy-before-write.h: global state API + assertions
` [PATCH v3 24/25] job.h: split function pointers in JobDriver

Looking for advise on debugging a non-boot kernel on qemu-system-sh4
 2021-10-21 15:07 UTC  (5+ messages)

[PATCH v9 0/8] hw/arm/virt: Introduce cpu topology support
 2021-10-21 15:04 UTC  (2+ messages)

[RFC PATCH 00/10] security: Introduce qemu_security_policy_taint() API
 2021-10-21 14:47 UTC  (4+ messages)
` [RFC PATCH 02/10] accel: Use qemu_security_policy_taint(), mark KVM and Xen as safe

[Bug 1874888] [NEW] certain programs make QEMU crash with "tcg fatal error"
 2021-10-21 14:36 UTC  (2+ messages)
` [Bug 1874888] "

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-21 14:33 UTC  (4+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-21 14:33 UTC  (11+ messages)
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree

[PATCH v5 00/12] virtio-iommu: Add ACPI support
 2021-10-21 14:00 UTC  (11+ messages)
` [PATCH v5 04/12] hw/i386/pc: Allow instantiating a virtio-iommu device
` [PATCH v5 05/12] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v5 06/12] hw/arm/virt: Remove device tree restriction "
` [PATCH v5 07/12] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v5 09/12] tests/acpi: allow updates of VIOT expected data files


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