qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-12 15:55:31 to 2020-03-12 20:03:15 UTC [more...]

[PATCH v6 00/42] target/arm: Implement ARMv8.5-MemTag, system mode
 2020-03-12 19:42 UTC  (38+ messages)
` [PATCH v6 01/42] target/arm: Add isar tests for mte
` [PATCH v6 02/42] target/arm: Improve masking of SCR RES0 bits
` [PATCH v6 03/42] target/arm: Add support for MTE to SCTLR_ELx
` [PATCH v6 04/42] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
` [PATCH v6 05/42] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
` [PATCH v6 06/42] target/arm: Add DISAS_UPDATE_NOCHAIN
` [PATCH v6 07/42] target/arm: Add MTE system registers
` [PATCH v6 08/42] target/arm: Add MTE bits to tb_flags
` [PATCH v6 09/42] target/arm: Implement the IRG instruction
` [PATCH v6 10/42] target/arm: Implement the ADDG, SUBG instructions
` [PATCH v6 11/42] target/arm: Implement the GMI instruction
` [PATCH v6 12/42] target/arm: Implement the SUBP instruction
` [PATCH v6 13/42] target/arm: Define arm_cpu_do_unaligned_access for user-only
` [PATCH v6 14/42] target/arm: Add helper_probe_access
` [PATCH v6 15/42] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v6 16/42] target/arm: Implement the STGP instruction
` [PATCH v6 17/42] target/arm: Restrict the values of DCZID.BS under TCG
` [PATCH v6 18/42] target/arm: Simplify DC_ZVA
` [PATCH v6 19/42] target/arm: Implement the LDGM, STGM, STZGM instructions
` [PATCH v6 20/42] target/arm: Implement the access tag cache flushes
` [PATCH v6 21/42] target/arm: Move regime_el to internals.h
` [PATCH v6 22/42] target/arm: Move regime_tcr "
` [PATCH v6 23/42] target/arm: Add gen_mte_check1
` [PATCH v6 24/42] target/arm: Add gen_mte_checkN
` [PATCH v6 25/42] target/arm: Implement helper_mte_check1
` [PATCH v6 26/42] target/arm: Implement helper_mte_checkN
` [PATCH v6 27/42] target/arm: Add helper_mte_check_zva
` [PATCH v6 30/42] target/arm: Use mte_check1 for sve LD1R
` [PATCH v6 31/42] target/arm: Add mte helpers for sve scalar + int loads
` [PATCH v6 34/42] target/arm: Handle TBI for sve scalar + int memory ops
` [PATCH v6 35/42] target/arm: Add mte helpers for sve scatter/gather "
` [PATCH v6 36/42] target/arm: Complete TBI clearing for user-only for SVE
` [PATCH v6 37/42] target/arm: Implement data cache set allocation tags
` [PATCH v6 38/42] target/arm: Set PSTATE.TCO on exception entry
` [PATCH v6 39/42] target/arm: Enable MTE
` [PATCH v6 40/42] target/arm: Cache the Tagged bit for a page in MemTxAttrs
` [PATCH v6 42/42] target/arm: Add allocation tag storage for system mode

[PATCH V2 0/8] Optimize VM's downtime while do checkpoint in COLO
 2020-03-12 19:51 UTC  (9+ messages)
` [PATCH V2 4/8] COLO: Optimize memory back-up process
` [PATCH V2 5/8] ram/colo: only record bitmap of dirty pages in COLO stage
` [PATCH V2 6/8] migration: recognize COLO as part of activating process
` [PATCH V2 8/8] migration/colo: Only flush ram cache while do checkpoint

[PATCH 0/5] QEMU Gating CI
 2020-03-12 19:36 UTC  (6+ messages)
` [PATCH 1/5] tests/docker: add CentOS 8 Dockerfile
` [PATCH 2/5] tests/docker: make "buildah bud" output similar to "docker build"
` [PATCH 3/5] GitLab CI: avoid calling before_scripts on unintended jobs
` [PATCH 4/5] GitLab Gating CI: introduce pipeline-status contrib script
` [PATCH 5/5] GitLab Gating CI: initial set of jobs, documentation and scripts

[PATCH v4 0/7] Tighten qemu-img rules on missing backing format
 2020-03-12 19:28 UTC  (8+ messages)
` [PATCH v4 1/7] sheepdog: Add trivial backing_fmt support
` [PATCH v4 2/7] vmdk: "
` [PATCH v4 3/7] qcow: Tolerate backing_fmt=, but warn on backing_fmt=raw
` [PATCH v4 4/7] qcow2: Deprecate use of qemu-img amend to change backing file
` [PATCH v4 5/7] iotests: Specify explicit backing format where sensible
` [PATCH v4 6/7] block: Add support to warn on backing file change without format
` [PATCH v4 7/7] qemu-img: Deprecate use of -b without -F

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-03-12 18:56 UTC  (3+ messages)
` [Bug 1866870] "

[PATCH] acpi: Add Windows ACPI Emulated Device Table (WAET)
 2020-03-12 18:48 UTC  (12+ messages)

[PATCH v13 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-12 17:53 UTC  (8+ messages)
` [PATCH v13 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v13 Kernel 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH v13 Kernel 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH v13 Kernel 4/7] vfio iommu: Implementation of ioctl to "
` [PATCH v13 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v13 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support
` [PATCH v13 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH] migration/throttle: Add throttle-trig-thres migration parameter
 2020-03-12 18:07 UTC  (2+ messages)

[PATCH v3] python/qemu/qmp.py: QMP debug with VM label
 2020-03-12 17:46 UTC  (4+ messages)

[Bug 1867072] [NEW] ARM: tag bits cleared in FAR_EL1
 2020-03-12 17:26 UTC  (3+ messages)
` [Bug 1867072] "

[PULL 00/13] Block layer patches
 2020-03-12 17:34 UTC 

[PATCH v2 0/3] Wire up USB controllers in i.MX6 emulations
 2020-03-12 17:20 UTC  (9+ messages)
` [PATCH v2 2/3] hw/arm/fsl-imx6ul: Wire up USB controllers
` [PATCH v2 3/3] hw/arm/fsl-imx6: "

[PATCH v2] linux-user: do prlimit selectively
 2020-03-12 17:11 UTC  (2+ messages)

[PATCH v2] hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
 2020-03-12 17:00 UTC  (4+ messages)

[PATCH v5 00/60] target/riscv: support vector extension v0.7.1
 2020-03-12 14:59 UTC  (37+ messages)
` [PATCH v5 25/60] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v5 26/60] target/riscv: vector widening saturating scaled multiply-add
` [PATCH v5 27/60] target/riscv: vector single-width scaling shift instructions
` [PATCH v5 28/60] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v5 29/60] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v5 30/60] target/riscv: vector widening "
` [PATCH v5 31/60] target/riscv: vector single-width floating-point multiply/divide instructions
` [PATCH v5 32/60] target/riscv: vector widening floating-point multiply
` [PATCH v5 33/60] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v5 34/60] target/riscv: vector widening "
` [PATCH v5 35/60] target/riscv: vector floating-point square-root instruction
` [PATCH v5 36/60] target/riscv: vector floating-point min/max instructions
` [PATCH v5 37/60] target/riscv: vector floating-point sign-injection instructions
` [PATCH v5 38/60] target/riscv: vector floating-point compare instructions
` [PATCH v5 39/60] target/riscv: vector floating-point classify instructions
` [PATCH v5 40/60] target/riscv: vector floating-point merge instructions
` [PATCH v5 41/60] target/riscv: vector floating-point/integer type-convert instructions
` [PATCH v5 42/60] target/riscv: widening "
` [PATCH v5 43/60] target/riscv: narrowing "
` [PATCH v5 44/60] target/riscv: vector single-width integer reduction instructions
` [PATCH v5 45/60] target/riscv: vector wideing "
` [PATCH v5 46/60] target/riscv: vector single-width floating-point "
` [PATCH v5 47/60] target/riscv: vector widening "
` [PATCH v5 48/60] target/riscv: vector mask-register logical instructions
` [PATCH v5 49/60] target/riscv: vector mask population count vmpopc
` [PATCH v5 50/60] target/riscv: vmfirst find-first-set mask bit
` [PATCH v5 51/60] target/riscv: set-X-first "
` [PATCH v5 52/60] target/riscv: vector iota instruction
` [PATCH v5 53/60] target/riscv: vector element index instruction
` [PATCH v5 54/60] target/riscv: integer extract instruction
` [PATCH v5 55/60] target/riscv: integer scalar move instruction
` [PATCH v5 56/60] target/riscv: floating-point scalar move instructions
` [PATCH v5 57/60] target/riscv: vector slide instructions
` [PATCH v5 58/60] target/riscv: vector register gather instruction
` [PATCH v5 59/60] target/riscv: vector compress instruction
` [PATCH v5 60/60] target/riscv: configure and turn on vector extension from command line

[PATCH v2] linux-user: fix socket() strace
 2020-03-12 16:55 UTC 

[PATCH v3 00/16]: hw/i386/vmport: Bug fixes and improvements
 2020-03-12 16:54 UTC  (17+ messages)
` [PATCH v3 01/16] hw/i386/vmport: Add reference to VMware open-vm-tools
` [PATCH v3 02/16] hw/i386/vmport: Add device properties
` [PATCH v3 03/16] hw/i386/vmport: Propagate IOPort read to vCPU EAX register
` [PATCH v3 04/16] hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
` [PATCH v3 05/16] hw/i386/vmport: Introduce vmware-vmx-version property
` [PATCH v3 06/16] hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
` [PATCH v3 07/16] hw/i386/vmport: Introduce vmport.h
` [PATCH v3 08/16] hw/i386/vmport: Define enum for all commands
` [PATCH v3 09/16] hw/i386/vmport: Add support for CMD_GETBIOSUUID
` [PATCH v3 10/16] hw/i386/vmport: Add support for CMD_GETTIME
` [PATCH v3 11/16] hw/i386/vmport: Add support for CMD_GETTIMEFULL
` [PATCH v3 12/16] hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
` [PATCH v3 13/16] hw/i386/vmport: Allow x2apic without IR
` [PATCH v3 14/16] i386/cpu: Store LAPIC bus frequency in CPU structure
` [PATCH v3 15/16] hw/i386/vmport: Add support for CMD_GETHZ
` [PATCH v3 16/16] hw/i386/vmport: Assert vmport initialized before registering commands

[PATCH] migration/throttle: Add throttle-trig-thres migration parameter
 2020-03-12 17:02 UTC  (3+ messages)

[PULL 0/1] Q800 for 5.0 patches
 2020-03-12 16:51 UTC  (2+ messages)

[PULL 00/36] target-arm queue
 2020-03-12 16:44 UTC  (37+ messages)
` [PULL 01/36] hw/intc/armv7m_nvic: Rebuild hflags on reset
` [PULL 02/36] target/arm: Update hflags in trans_CPS_v7m()
` [PULL 03/36] target/arm: Recalculate hflags correctly after writes to CONTROL
` [PULL 04/36] target/arm: Fix some comment typos
` [PULL 05/36] aspeed/smc: Add some tracing
` [PULL 06/36] aspeed/smc: Fix User mode select/unselect scheme
` [PULL 07/36] target/arm: Check addresses for disabled regimes
` [PULL 08/36] target/arm: Disable clean_data_tbi for system mode
` [PULL 09/36] hw/arm/cubieboard: make sure SOC object isn't leaked
` [PULL 10/36] hw/arm/fsl-imx25: Wire up eSDHC controllers
` [PULL 11/36] hw/arm/fsl-imx25: Wire up USB controllers
` [PULL 12/36] hw/arm: add Allwinner H3 System-on-Chip
` [PULL 13/36] hw/arm: add Xunlong Orange Pi PC machine
` [PULL 14/36] hw/arm/allwinner-h3: add Clock Control Unit
` [PULL 15/36] hw/arm/allwinner-h3: add USB host controller
` [PULL 16/36] hw/arm/allwinner-h3: add System Control module
` [PULL 17/36] hw/arm/allwinner: add CPU Configuration module
` [PULL 18/36] hw/arm/allwinner: add Security Identifier device
` [PULL 19/36] hw/arm/allwinner: add SD/MMC host controller
` [PULL 20/36] hw/arm/allwinner-h3: add EMAC ethernet device
` [PULL 21/36] hw/arm/allwinner-h3: add Boot ROM support
` [PULL 22/36] hw/arm/allwinner-h3: add SDRAM controller device
` [PULL 23/36] hw/arm/allwinner: add RTC device support
` [PULL 24/36] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PULL 25/36] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PULL 26/36] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PULL 27/36] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PULL 28/36] tests/boot_linux_console: Test booting NetBSD via U-Boot "
` [PULL 29/36] docs: add Orange Pi PC document
` [PULL 30/36] hw/arm/virt: Document 'max' value in gic-version property description
` [PULL 31/36] hw/arm/virt: Introduce VirtGICType enum type
` [PULL 32/36] hw/arm/virt: Introduce finalize_gic_version()
` [PULL 33/36] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PULL 34/36] hw/arm/virt: kvm: Restructure finalize_gic_version()
` [PULL 35/36] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
` [PULL 36/36] target/arm: kvm: Inject events at the last stage of sync

The issues about architecture of the COLO checkpoint
 2020-03-12 16:39 UTC  (11+ messages)

[PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-12 16:36 UTC  (3+ messages)
` [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()

[PATCH v4 00/10] Further bitmaps improvements
 2020-03-12 16:33 UTC  (10+ messages)

[PATCH v3 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-03-12 16:32 UTC  (3+ messages)
` [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync

[PATCH v5 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-12 16:29 UTC  (2+ messages)

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-12 16:25 UTC  (14+ messages)
` [PATCH v9 10/15] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v9 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v9 13/15] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v9] s390x: protvirt: Fence huge pages

[PATCH v7 00/13] APIC ID fixes for AMD EPYC CPU model
 2020-03-12 16:28 UTC  (2+ messages)

[PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-12 16:22 UTC  (2+ messages)

[PATCH RFCv2 0/4] kvm: Implement atomic memory region resizes
 2020-03-12 16:12 UTC  (5+ messages)
` [PATCH RFCv2 1/4] openpic_kvm: Use kvm_device_ioctl() instead of ioctl()
` [PATCH RFCv2 2/4] intc/s390_flic_kvm.c: "
` [PATCH RFCv2 3/4] memory: Add region_resize() callback to memory notifier
` [PATCH RFCv2 4/4] kvm: Implement atomic memory region resizes via region_resize()

[PATCH v3 0/2] target/arm: Misc cleanups surrounding TBI
 2020-03-12 16:07 UTC  (3+ messages)

[PULL 00/12] docs queue
 2020-03-12 16:00 UTC  (2+ messages)

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-03-12 15:52 UTC  (11+ messages)

[kvm-unit-tests PATCH v3 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2020-03-12 15:43 UTC  (2+ messages)
` [kvm-unit-tests PATCH v3 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper


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