qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-30 11:56:29 to 2022-05-30 18:11:34 UTC [more...]

[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
 2022-05-30 17:12 UTC  (10+ messages)
` [PATCH v2 01/11] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v2 02/11] vfio/migration: Skip pre-copy if dirty page tracking is not supported
` [PATCH v2 04/11] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v2 06/11] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v2 08/11] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v2 09/11] vfio/migration: Reset device if setting recover state fails
` [PATCH v2 10/11] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v2 11/11] docs/devel: Align vfio-migration docs to VFIO migration v2

[RFC PATCH 00/17] hw/sd: Rework models for eMMC support
 2022-05-30 17:25 UTC  (5+ messages)
` [RFC PATCH 07/17] hw/sd: Add sd_cmd_SEND_OP_CMD() handler

[PULL 000/117] target-arm queue
 2022-05-30 16:06 UTC  (99+ messages)
` [PULL 001/117] docs/system/arm: Add FEAT_HCX to list of emulated features
` [PULL 002/117] target/arm/hvf: Include missing "cpregs.h"
` [PULL 003/117] hw/sd/allwinner-sdhost: report FIFO water level as 1 when data ready
` [PULL 004/117] target/arm: Introduce TRANS, TRANS_FEAT
` [PULL 005/117] target/arm: Move null function and sve check into gen_gvec_ool_zz
` [PULL 006/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_zz
` [PULL 007/117] target/arm: Move null function and sve check into gen_gvec_ool_zzz
` [PULL 008/117] target/arm: Introduce gen_gvec_ool_arg_zzz
` [PULL 009/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzz
` [PULL 010/117] target/arm: Use TRANS_FEAT for do_sve2_zzz_ool
` [PULL 011/117] target/arm: Move null function and sve check into gen_gvec_ool_zzzz
` [PULL 012/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_zzzz
` [PULL 013/117] target/arm: Introduce gen_gvec_ool_arg_zzzz
` [PULL 014/117] target/arm: Use TRANS_FEAT for do_sve2_zzzz_ool
` [PULL 015/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzzz
` [PULL 016/117] target/arm: Rename do_zzxz_ool to gen_gvec_ool_arg_zzxz
` [PULL 017/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zzxz
` [PULL 018/117] target/arm: Use TRANS_FEAT for do_sve2_zzz_data
` [PULL 019/117] target/arm: Use TRANS_FEAT for do_sve2_zzzz_data
` [PULL 020/117] target/arm: Use TRANS_FEAT for do_sve2_zzw_data
` [PULL 021/117] target/arm: Use TRANS_FEAT for USDOT_zzzz
` [PULL 022/117] target/arm: Move null function and sve check into gen_gvec_ool_zzp
` [PULL 023/117] target/arm: Introduce gen_gvec_ool_arg_zpz
` [PULL 024/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpz
` [PULL 025/117] target/arm: Use TRANS_FEAT for do_sve2_zpz_data
` [PULL 026/117] target/arm: Rename do_zpzi_ool to gen_gvec_ool_arg_zpzi
` [PULL 027/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzi
` [PULL 028/117] target/arm: Move null function and sve check into gen_gvec_ool_zzzp
` [PULL 029/117] target/arm: Introduce gen_gvec_ool_arg_zpzz
` [PULL 030/117] target/arm: Use TRANS_FEAT for gen_gvec_ool_arg_zpzz
` [PULL 031/117] target/arm: Use TRANS_FEAT for do_sve2_zpzz_ool
` [PULL 032/117] target/arm: Merge gen_gvec_fn_zz into do_mov_z
` [PULL 033/117] target/arm: Move null function and sve check into gen_gvec_fn_zzz
` [PULL 034/117] target/arm: Rename do_zzz_fn to gen_gvec_fn_arg_zzz
` [PULL 035/117] target/arm: More use of gen_gvec_fn_arg_zzz
` [PULL 036/117] target/arm: Use TRANS_FEAT for gen_gvec_fn_arg_zzz
` [PULL 037/117] target/arm: Use TRANS_FEAT for do_sve2_fn_zzz
` [PULL 038/117] target/arm: Use TRANS_FEAT for RAX1
` [PULL 039/117] target/arm: Introduce gen_gvec_fn_arg_zzzz
` [PULL 040/117] target/arm: Use TRANS_FEAT for do_sve2_zzzz_fn
` [PULL 041/117] target/arm: Introduce gen_gvec_fn_zzi
` [PULL 042/117] target/arm: Use TRANS_FEAT for do_zz_dbm
` [PULL 043/117] target/arm: Hoist sve access check through do_sel_z
` [PULL 044/117] target/arm: Introduce gen_gvec_fn_arg_zzi
` [PULL 045/117] target/arm: Use TRANS_FEAT for do_sve2_fn2i
` [PULL 046/117] target/arm: Use TRANS_FEAT for do_vpz_ool
` [PULL 047/117] target/arm: Use TRANS_FEAT for do_shift_imm
` [PULL 048/117] target/arm: Introduce do_shift_zpzi
` [PULL 049/117] target/arm: Use TRANS_FEAT for do_shift_zpzi
` [PULL 050/117] target/arm: Use TRANS_FEAT for do_zpzzz_ool
` [PULL 051/117] target/arm: Move sve check into do_index
` [PULL 052/117] target/arm: Use TRANS_FEAT for do_index
` [PULL 053/117] target/arm: Use TRANS_FEAT for do_adr
` [PULL 054/117] target/arm: Use TRANS_FEAT for do_predset
` [PULL 055/117] target/arm: Use TRANS_FEAT for RDFFR, WRFFR
` [PULL 056/117] target/arm: Use TRANS_FEAT for do_pfirst_pnext
` [PULL 057/117] target/arm: Use TRANS_FEAT for do_EXT
` [PULL 058/117] target/arm: Use TRANS_FEAT for do_perm_pred3
` [PULL 059/117] target/arm: Use TRANS_FEAT for do_perm_pred2
` [PULL 060/117] target/arm: Move sve zip high_ofs into simd_data
` [PULL 061/117] target/arm: Use gen_gvec_ool_arg_zzz for do_zip, do_zip_q
` [PULL 062/117] target/arm: Use TRANS_FEAT "
` [PULL 063/117] target/arm: Use TRANS_FEAT for do_clast_vector
` [PULL 064/117] target/arm: Use TRANS_FEAT for do_clast_fp
` [PULL 065/117] target/arm: Use TRANS_FEAT for do_clast_general
` [PULL 066/117] target/arm: Use TRANS_FEAT for do_last_fp
` [PULL 067/117] target/arm: Use TRANS_FEAT for do_last_general
` [PULL 068/117] target/arm: Use TRANS_FEAT for SPLICE
` [PULL 069/117] target/arm: Use TRANS_FEAT for do_ppzz_flags
` [PULL 070/117] target/arm: Use TRANS_FEAT for do_sve2_ppzz_flags
` [PULL 071/117] target/arm: Use TRANS_FEAT for do_ppzi_flags
` [PULL 072/117] target/arm: Use TRANS_FEAT for do_brk2, do_brk3
` [PULL 073/117] target/arm: Use TRANS_FEAT for MUL_zzi
` [PULL 074/117] target/arm: Reject dup_i w/ shifted byte early
` [PULL 075/117] target/arm: Reject add/sub "
` [PULL 076/117] target/arm: Reject copy "
` [PULL 077/117] target/arm: Use TRANS_FEAT for ADD_zzi
` [PULL 078/117] target/arm: Use TRANS_FEAT for do_zzi_sat
` [PULL 079/117] target/arm: Use TRANS_FEAT for do_zzi_ool
` [PULL 080/117] target/arm: Introduce gen_gvec_{ptr,fpst}_zzzz
` [PULL 081/117] target/arm: Use TRANS_FEAT for FMMLA
` [PULL 082/117] target/arm: Move sve check into gen_gvec_fn_ppp
` [PULL 083/117] target/arm: Implement NOT (prediates) alias
` [PULL 084/117] target/arm: Use TRANS_FEAT for SEL_zpzz
` [PULL 085/117] target/arm: Use TRANS_FEAT for MOVPRFX
` [PULL 086/117] target/arm: Use TRANS_FEAT for FMLA
` [PULL 087/117] target/arm: Use TRANS_FEAT for BFMLA
` [PULL 088/117] target/arm: Rename do_zzz_fp to gen_gvec_ool_fpst_arg_zzz
` [PULL 089/117] target/arm: Use TRANS_FEAT for DO_FP3
` [PULL 090/117] target/arm: Use TRANS_FEAT for FMUL_zzx
` [PULL 091/117] target/arm: Use TRANS_FEAT for FTMAD
` [PULL 092/117] target/arm: Move null function and sve check into do_reduce
` [PULL 093/117] target/arm: Use TRANS_FEAT for do_reduce
` [PULL 094/117] target/arm: Use TRANS_FEAT for FRECPE, FRSQRTE
` [PULL 095/117] target/arm: Expand frint_fns for MO_8
` [PULL 096/117] target/arm: Rename do_zpz_ptr to gen_gvec_ool_fpst_arg_zpz
` [PULL 098/117] target/arm: Use TRANS_FEAT for do_frint_mode
` [PULL 099/117] target/arm: Use TRANS_FEAT for FLOGB

Help: How do I make a machine with 2 separate ARM SoC's?
 2022-05-30 16:53 UTC  (2+ messages)

[RESEND PATCH] hw/dma: fix crash caused by race condition
 2022-05-30 16:19 UTC  (3+ messages)

[PATCH 0/2] backend/tpm: Resolve issue with TPM 2 DA lockout
 2022-05-30 16:41 UTC  (6+ messages)

[PATCH 00/18] target/arm: tidy exception routing
 2022-05-30 16:39 UTC  (6+ messages)
` [PATCH 01/18] target/arm: Allow raise_exception to handle finding target EL
` [PATCH 02/18] target/arm: Use arm_current_el for simple exceptions

[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
 2022-05-30 16:00 UTC  (6+ messages)
` [PULL v2 75/86] include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAX

[PATCH] ppc: fix boot with sam460ex
 2022-05-30 16:03 UTC  (3+ messages)

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-30 15:49 UTC  (6+ messages)
  `  "

[PATCH] hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior SD spec v3.01
 2022-05-30 15:45 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add myself as hw/core/uboot_image.h maintainer
 2022-05-30 15:38 UTC  (2+ messages)

[PATCH 0/1] hw/arm/aspeed: Add fby35 machine type
 2022-05-30 15:29 UTC  (4+ messages)

[PATCH v5 00/10] qmp, hmp: statistics subsystem and KVM suport
 2022-05-30 15:07 UTC  (11+ messages)
` [PATCH v5 01/10] qmp: Support for querying stats
` [PATCH v5 02/10] kvm: Support for querying fd-based stats
` [PATCH v5 03/10] qmp: add filtering of statistics by target vCPU
` [PATCH v5 04/10] cutils: fix case for "kilo" and "kibi"
` [PATCH v5 05/10] cutils: add functions for IEC and SI prefixes
` [PATCH v5 06/10] hmp: add basic "info stats" implementation
` [PATCH v5 07/10] qmp: add filtering of statistics by provider
` [PATCH v5 08/10] hmp: "
` [PATCH v5 09/10] qmp: add filtering of statistics by name
` [PATCH v5 10/10] hmp: "

[PATCH 000/114] target/arm: Rewrite sve feature tests
 2022-05-30 15:11 UTC  (2+ messages)

[PATCH] tcg: Special case split barriers before/after load
 2022-05-30 15:10 UTC  (2+ messages)

[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
 2022-05-30 15:04 UTC  (5+ messages)

[PATCH] loader: support loading large files (>=2GB)
 2022-05-30 14:58 UTC  (2+ messages)

[PATCH v2 00/26] Misc cleanups
 2022-05-30 14:41 UTC  (3+ messages)
` [PATCH v2 05/26] tests: move libqtest.h back under qtest/

[PATCH] hw/nvme: deprecate the use-intel-id compatibility parameter
 2022-05-30 14:37 UTC  (2+ messages)

[PATCH] target/xtensa: add clock input to xtensa CPU
 2022-05-30 14:30 UTC  (2+ messages)

[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
 2022-05-30 14:23 UTC  (3+ messages)
` [PATCH 1/6] scsi-disk: add FORMAT UNIT command

[PATCH 1/4] target/mips: Fix SAT_S trans helper
 2022-05-30 14:03 UTC  (9+ messages)
` [PATCH 2/4] target/mips: Fix df_extract_val() and df_extract_df() dfe lookup
` [PATCH 3/4] target/mips: Fix msa checking condition in trans_msa_elm_fn()

[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
 2022-05-30 14:05 UTC  (8+ messages)

[PATCH] target/mips: Fix FTRUNC_S and FTRUNC_U trans helper
 2022-05-30 14:21 UTC  (2+ messages)

[PATCH] target/mips: Fix store adress of high 64bit in helper_msa_st_b()
 2022-05-30 14:17 UTC  (2+ messages)

[PATCH v2] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
 2022-05-30 14:15 UTC  (2+ messages)

[PATCH v2 0/3] Fix dma-reentrancy issues
 2022-05-30 14:04 UTC  (9+ messages)
` [PATCH v2 1/3] memory: Track whether a Device is engaged in IO

[PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-05-30 13:45 UTC  (9+ messages)
` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH v2 0/3] hppa: Fix serial port pass-through
 2022-05-30 13:44 UTC  (3+ messages)
` [PATCH v2 3/3] hppa: Fix serial port assignments and pass-through

[PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
 2022-05-30 13:33 UTC  (6+ messages)
` [PATCH 3/4] piix_ide_reset: Use pci_set_* functions instead of direct access
` [PATCH 4/4] hw/ide/piix: Ignore writes of hardwired PCI command register bits

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-30 13:26 UTC  (7+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

Introduce akcipher service for virtio-crypto
 2022-05-30 13:31 UTC  (3+ messages)
` [PATCH v8 1/1] crypto: Introduce RSA algorithm

[PATCH] target/i386: Fix wrong count setting
 2022-05-30 13:18 UTC 

[PATCH v2 0/3] PIIX3-IDE XEN cleanup
 2022-05-30 13:21 UTC  (3+ messages)
` [PATCH v2 3/3] include/hw/ide: Unexport pci_piix3_xen_ide_unplug()

[PATCH] nbd: Drop dead code spotted by Coverity
 2022-05-30 13:22 UTC  (2+ messages)

[PATCH v3 0/7] QOM'ify PIIX southbridge creation
 2022-05-30 13:19 UTC  (9+ messages)
` [PATCH v3 1/7] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names
` [PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct
` [PATCH v3 4/7] hw/isa/piix{3, 4}: QOM'ify PCI device creation and wiring

[PATCH] aio_wait_kick: add missing memory barrier
 2022-05-30 13:16 UTC  (2+ messages)

[PATCH v3] block/gluster: correctly set max_pdiscard
 2022-05-30 13:15 UTC  (2+ messages)

[PATCH] vduse-blk: Add name option
 2022-05-30 13:04 UTC 

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-30 13:02 UTC  (8+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[PATCH] MAINTAINERS: update Vladimir's address and repositories
 2022-05-30 13:00 UTC  (2+ messages)

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-30 12:47 UTC  (8+ messages)
` [PATCH 1/3] memory-failure: Introduce memory failure notifier
` [PATCH 2/3] mm/memory-failure.c: support reset PTE during unpoison
` [PATCH 3/3] virtio_balloon: Introduce memory recover
    `  "

[PATCH] build: add a "make modules" target
 2022-05-30 12:24 UTC 

[RFC PATCH] checkpatch: add regex to match decodetree structs in typeList
 2022-05-30 12:07 UTC 

[PATCH v2 00/11] hw/acpi/piix4: remove legacy piix4_pm_init() function
 2022-05-30 11:27 UTC  (8+ messages)
` [PATCH v2 03/11] hw/acpi/piix4: convert smm_enabled bool to qdev property
` [PATCH v2 05/11] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
` [PATCH v2 06/11] hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
` [PATCH v2 07/11] hw/acpi/piix4: use qdev gpio to wire up sci_irq
` [PATCH v2 08/11] hw/acpi/piix4: use qdev gpio to wire up smi_irq
` [PATCH v2 10/11] hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_initfn()
` [PATCH v2 11/11] hw/acpi/piix4: remove unused piix4_pm_initfn() function

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-30 11:59 UTC  (11+ messages)
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

[PATCH] hw/sd/allwinner-sdhost: report FIFO water level as 1 when data ready
 2022-05-30 11:36 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).