qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-29 05:04:44 to 2021-08-30 15:32:21 UTC [more...]

[PATCH 0/3] Use meson_options.txt in the configure script
 2021-08-30 15:30 UTC  (11+ messages)
` [PATCH 1/3] configure: Add the possibility to read options from meson_options.txt
` [PATCH 2/3] configure: Remove options that can be handled via meson_options.txt instead
` [PATCH 3/3] configure: Get help text from meson_options.txt

[PATCH v4 00/21] target/riscv: Use tcg_constant_*
 2021-08-30 15:26 UTC  (3+ messages)

[PATCH v2 00/23] target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries)
 2021-08-30 15:11 UTC  (9+ messages)
` [PATCH v2 01/23] MAINTAINERS: Add Connor Kuehl as reviewer for AMD SEV
` [PATCH v2 02/23] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v2 03/23] qapi/misc-target: Group SEV QAPI definitions

[PATCH 1/2] Use EGL device extension in display initialization
 2021-08-30 14:01 UTC  (2+ messages)

[PATCH v3 1/5] target/riscv: Expose interrupt pending bits as GPIO lines
 2021-08-30  5:35 UTC  (5+ messages)
` [PATCH v3 2/5] hw/intc: sifive_clint: Use RISC-V CPU "
` [PATCH v3 3/5] hw/intc: ibex_plic: Convert the PLIC to use "
` [PATCH v3 4/5] hw/intc: sifive_plic: "
` [PATCH v3 5/5] hw/intc: ibex_timer: Convert the timer "

[PATCH] hw/virtio: Add flatview update in vhost_user_cleanup()
 2021-08-30 12:34 UTC 

[PATCH] hw/virtio: fix crash on kill then start vhost backend
 2021-08-30 12:08 UTC 

[PATCH v2] Report any problems with loading the VGA driver for Macintosh targets
 2021-08-30 13:39 UTC 

[PATCH 0/2] docs: add definitions of terms for CI/testing
 2021-08-30 13:34 UTC  (3+ messages)
` [PATCH 2/2] "

[PULL 0/6] documentation updates
 2021-08-30 13:33 UTC  (3+ messages)
` [PULL 5/6] docs: split the CI docs into two files

[PATCH] docs/devel: be consistent about example plugin names
 2021-08-30 12:15 UTC 

[PATCH v2 00/16] PMU-EBB support for PPC64 TCG
 2021-08-30 12:12 UTC  (3+ messages)
` [PATCH v2 09/16] PPC64/TCG: Implement 'rfebb' instruction

[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
 2021-08-30 12:05 UTC  (3+ messages)

[PATCH v2 0/5] s390x: CPU Topology
 2021-08-30 11:59 UTC  (4+ messages)

KVM call for agenda for 2021-09-07
 2021-08-30 11:38 UTC 

[PATCH v7 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-30 11:15 UTC  (15+ messages)
` [PATCH v7 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v7 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v7 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v7 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v7 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v7 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v7 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v7 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v7 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v7 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v7 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v7 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v7 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v7 14/14] disas/riscv: Add Zb[abcs] instructions

[PATCH 00/12] mac_via: remove MAC_VIA device and prepare for Nubus IRQs
 2021-08-30 10:24 UTC  (13+ messages)
` [PATCH 01/12] mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2
` [PATCH 02/12] mac_via: move last_b variable into q800 VIA1 VMStateDescription
` [PATCH 03/12] mac_via: move PRAM contents and block backend to MOS6522Q800VIA1State
` [PATCH 04/12] mac_via: move PRAM/RTC variables "
` [PATCH 05/12] mac_via: move ADB "
` [PATCH 06/12] mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription
` [PATCH 07/12] mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()
` [PATCH 08/12] mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_realize()
` [PATCH 09/12] mac_via: remove mac_via device
` [PATCH 10/12] mac_via: remove explicit viaN prefix from VIA IRQ gpios
` [PATCH 11/12] mac_via: rename VIA2_IRQ_SLOT_BIT to VIA2_IRQ_NUBUS_BIT
` [PATCH 12/12] mac_via: add qdev gpios for nubus slot interrupts to VIA2

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

[PATCH v2 00/18] target/arm: MVE slice 4
 2021-08-30  9:17 UTC  (3+ messages)
` [PATCH v2 10/18] target/arm: Implement MVE FP max/min across vector

[Qemu-devel] [Bug 1819289] [NEW] Windows 95 and Windows 98 will not install or run
 2021-08-30  8:59 UTC  (3+ messages)
` [Bug 1819289] "

[PATCH v5 0/3] Add support for Fujitsu A64FX processor
 2021-08-30  9:03 UTC  (8+ messages)
` [PATCH v5 1/3] target-arm: Add support for Fujitsu A64FX
` [PATCH v5 2/3] hw/arm/virt: target-arm: Add A64FX processor support to virt machine
` [PATCH v5 3/3] tests/arm-cpu-features: Add A64FX processor related

[PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-08-30  8:13 UTC  (9+ messages)
` [PATCH 5/5] qmp: Added qemu-ebpf-rss-path command

[PATCH v4 0/5] pSeries FORM2 affinity support
 2021-08-30  7:34 UTC  (3+ messages)
` [PATCH v4 1/5] hw, spapr: add 6.2 compat pseries machine

[PATCH 0/3] escc: fix R_STATUS when SDLC mode is enabled
 2021-08-30  7:24 UTC  (10+ messages)
` [PATCH 1/3] escc: checkpatch fixes
` [PATCH 2/3] escc: fix R_STATUS channel reset value
` [PATCH 3/3] escc: fix STATUS_SYNC bit in R_STATUS register

[PATCH 00/26] ppc/pnv: Extend the powernv10 machine
 2021-08-30  7:17 UTC  (19+ messages)
` [PATCH 01/26] ppc: Add a POWER10 DD2 CPU
` [PATCH 04/26] ppc/pnv: Use a simple incrementing index for the chip-id
` [PATCH 05/26] ppc/pnv: Distribute RAM among the chips
` [PATCH 06/26] ppc/pnv: add a chip topology index for POWER10
` [PATCH 09/26] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH 10/26] ppc/xive2: Introduce a presenter matching routine

QEMU-KVM offers OPAL firmware interface? OpenBSD guest support?
 2021-08-30  6:57 UTC  (5+ messages)

[PATCH] hw/intc/sifive_clint: Fix expiration time logic
 2021-08-30  6:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v4] hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()
 2021-08-30  6:02 UTC  (2+ messages)

[PATCH v3 0/4] QEMU RISC-V ACLINT Support
 2021-08-30  5:59 UTC  (4+ messages)
` [PATCH v3 2/4] hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
` [PATCH v3 4/4] hw/riscv: virt: Add optional ACLINT support to virt machine

[PATCH v6 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-30  5:24 UTC  (27+ messages)
` [PATCH v6 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v6 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v6 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v6 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v6 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v6 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v6 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v6 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v6 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v6 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v6 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v6 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v6 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]

[PATCH v5 00/24] target/riscv: Use tcg_constant_*
 2021-08-30  4:56 UTC  (5+ messages)
` [PATCH v5 23/24] target/riscv: Tidy trans_rvh.c.inc
` [PATCH v5 24/24] target/riscv: Use {get,dest}_gpr for RVV

[PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap
 2021-08-30  4:49 UTC  (6+ messages)

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-30  3:11 UTC  (13+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
` [PATCH RFC v2 05/16] vfio-user: define VFIO Proxy and communication functions
` [PATCH RFC v2 06/16] vfio-user: negotiate version with remote server
` [PATCH RFC v2 07/16] vfio-user: get device info

[PATCH] nvdimm: release the correct device list
 2021-08-30  1:06 UTC  (4+ messages)

[PATCH v3 00/19] Add LoongArch linux-user emulation support
 2021-08-30  1:06 UTC  (4+ messages)
` [PATCH v3 01/19] target/loongarch: Add README

[PATCH v12 0/6] support dirtyrate at the granualrity of vcpu
 2021-08-29 23:11 UTC  (2+ messages)

Testing a microcontroller emulation by loading the binary on incomplete Flash emulation
 2021-08-29 22:39 UTC  (10+ messages)

[PATCH v0] kvm: unsigned datatype in ioctl wrapper
 2021-08-29 21:09 UTC  (2+ messages)

[PATCH v0] kvm: unsigned datatype in ioctl wrapper
 2021-08-29 20:19 UTC  (2+ messages)

[PATCH v10 0/7] RISC-V Pointer Masking implementation
 2021-08-29 17:51 UTC  (8+ messages)
` [PATCH v10 1/7] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v10 2/7] [RISCV_PM] Add CSR defines for RISC-V PM extension
` [PATCH v10 3/7] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v10 4/7] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v10 5/7] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v10 6/7] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v10 7/7] [RISCV_PM] Allow experimental J-ext to be turned on

[PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments
 2021-08-29 16:39 UTC  (5+ messages)
` [PATCH v1 1/2] Only check CONFIG_NVMM when NEED_CPU_H is defined
  ` [PATCH v1 0/2] Update NVMM support to recent changes
    ` applied? Re: [PATCH v1 0/2] Update NVMM support to recent changes, [PATCH v1 1/2] Only check CONFIG_NVMM when NEED_CPU_H is defined, [PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments

[Qemu-devel] [Bug 1701798] [NEW] dynamically linked binaries crash for big-endian targets
 2021-08-29 14:00 UTC  (2+ messages)
` [Bug 1701798] "

[PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets
 2021-08-29 13:51 UTC  (4+ messages)


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