qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 15:38:05 to 2020-06-26 03:46:37 UTC [more...]

[PATCH v9 00/46] target/arm: Implement ARMv8.5-MemTag, system mode
 2020-06-26  3:31 UTC  (27+ messages)
` [PATCH v9 01/46] target/arm: Add isar tests for mte
` [PATCH v9 02/46] target/arm: Improve masking of SCR RES0 bits
` [PATCH v9 03/46] target/arm: Add support for MTE to SCTLR_ELx
` [PATCH v9 04/46] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
` [PATCH v9 05/46] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
` [PATCH v9 06/46] target/arm: Add DISAS_UPDATE_NOCHAIN
` [PATCH v9 07/46] target/arm: Add MTE system registers
` [PATCH v9 08/46] target/arm: Add MTE bits to tb_flags
` [PATCH v9 09/46] target/arm: Implement the IRG instruction
` [PATCH v9 10/46] target/arm: Revise decoding for disas_add_sub_imm
` [PATCH v9 11/46] target/arm: Implement the ADDG, SUBG instructions
` [PATCH v9 12/46] target/arm: Implement the GMI instruction
` [PATCH v9 13/46] target/arm: Implement the SUBP instruction
` [PATCH v9 14/46] target/arm: Define arm_cpu_do_unaligned_access for user-only
` [PATCH v9 15/46] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v9 16/46] target/arm: Implement the STGP instruction
` [PATCH v9 17/46] target/arm: Restrict the values of DCZID.BS under TCG
` [PATCH v9 18/46] target/arm: Simplify DC_ZVA
` [PATCH v9 19/46] target/arm: Implement the LDGM, STGM, STZGM instructions
` [PATCH v9 20/46] target/arm: Implement the access tag cache flushes
` [PATCH v9 22/46] target/arm: Move regime_tcr to internals.h
` [PATCH v9 23/46] target/arm: Add gen_mte_check1
` [PATCH v9 27/46] target/arm: Add helper_mte_check_zva
` [PATCH v9 28/46] target/arm: Use mte_checkN for sve unpredicated loads
` [PATCH v9 37/46] target/arm: Add mte helpers for sve scatter/gather memory ops
` [PATCH v9 43/46] target/arm: Create tagged ram when MTE is enabled

[PATCH 0/2] target/i386: SSE floating-point fixes
 2020-06-26  2:01 UTC  (4+ messages)
` [PATCH 1/2] target/i386: set SSE FTZ in correct floating-point state
` [PATCH 2/2] target/i386: fix IEEE SSE floating-point exception raising

[ANNOUNCE] QEMU 4.2.1 Stable released
 2020-06-26  0:58 UTC 

Qemu installation error from source
 2020-06-26  0:47 UTC 

[PATCH v3 0/3] Add OpenSBI dynamic firmware support
 2020-06-26  0:33 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: Unify Qemu's reset vector code path
` [PATCH v3 2/3] RISC-V: Copy the fdt in dram instead of ROM
` [PATCH v3 3/3] riscv: Add opensbi firmware dynamic support

[PATCH 0/2] Fix couple of issues with AMD topology
 2020-06-25 22:55 UTC  (10+ messages)
` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug

[PATCH] hw/arm: Add 'virtm' hardware
 2020-06-25 23:07 UTC 

[PATCH v3] nvme: allow cmb and pmr emulation on same device
 2020-06-25 22:57 UTC  (4+ messages)
` [PATCH v3 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts
 2020-06-25 22:37 UTC  (3+ messages)

[PATCH v8 00/45] target/arm: Implement ARMv8.5-MemTag, system mode
 2020-06-25 22:16 UTC  (13+ messages)
` [PATCH v8 32/45] target/arm: Add arm_tlb_bti_gp
` [PATCH v8 38/45] target/arm: Complete TBI clearing for user-only for SVE
` [PATCH v8 44/45] target/arm: Add allocation tag storage for system mode

[PATCH v6 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-06-25 22:03 UTC  (3+ messages)
` [PATCH v6 1/2] target/arm: kvm: Handle "
` [PATCH v6 2/2] target/arm: kvm: Handle misconfigured dabt injection

QEMU | Pipeline #160234755 has failed for master | 63d21199
 2020-06-25 21:38 UTC 

[PATCH v3] build: Haiku build fix
 2020-06-25 21:30 UTC 

[PATCH v2] build: Haiku build fix
 2020-06-25 21:22 UTC  (2+ messages)

[PATCH v3 0/8] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-06-25 21:15 UTC  (21+ messages)
` [PATCH v3 1/8] target/ppc: Introduce Power ISA 3.1 flag
` [PATCH v3 2/8] target/ppc: add byte-reverse br[dwh] instructions
` [PATCH v3 3/8] target/ppc: convert vmuluwm to tcg_gen_gvec_mul
` [PATCH v3 4/8] target/ppc: add vmulld instruction
` [PATCH v3 5/8] target/ppc: add vmulh{su}w instructions
` [PATCH v3 6/8] fix the prototype of muls64/mulu64
` [PATCH v3 7/8] target/ppc: add vmulh{su}d instructions
` [PATCH v3 8/8] target/ppc: add vdiv{su}{wd} vmod{su}{wd} instructions

[PULL 00/19] virtio,acpi,pci: fixes, cleanups, tools
 2020-06-25 20:20 UTC  (2+ messages)

build: haiky system build fix
 2020-06-25 20:14 UTC  (2+ messages)

[PATCH v2 0/3] Add OpenSBI dynamic firmware support
 2020-06-25 20:08 UTC  (8+ messages)
` [PATCH v2 1/3] riscv: Unify Qemu's reset vector code path
` [PATCH v2 2/3] RISC-V: Copy the fdt in dram instead of ROM
` [PATCH v2 3/3] riscv: Add opensbi firmware dynamic support

[PATCH v7 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-06-25 19:33 UTC  (5+ messages)
` [PATCH v7 1/4] hw/net/can: "
` [PATCH v7 2/4] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers
` [PATCH v7 3/4] tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller
` [PATCH v7 4/4] MAINTAINERS: Add maintainer entry "

[PATCH 0/4] Fix crash due to NBD export leak
 2020-06-25 19:32 UTC  (3+ messages)
` [PATCH 1/4] iotests: QemuIoInteractive: use qemu_io_args_no_fmt

[PATCH v2 00/25] Error handling fixes & cleanups
 2020-06-25 19:29 UTC  (5+ messages)
` [PATCH v2 20/25] x86: Fix x86_cpu_new() error API violations

[RFC 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-06-25 19:29 UTC  (3+ messages)
` [RFC 1/1] "

[PATCH 00/17] block/nvme: Various cleanups required to use multiple queues
 2020-06-25 19:27 UTC  (19+ messages)
` [PATCH 01/17] block/nvme: Avoid further processing if trace event not enabled
` [PATCH 02/17] block/nvme: Let nvme_create_queue_pair() fail gracefully
` [PATCH 03/17] block/nvme: Define QUEUE_INDEX macros to ease code review
` [PATCH 04/17] block/nvme: Be explicit we share NvmeIdCtrl / NvmeIdNs structures
` [PATCH 05/17] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH 06/17] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH 07/17] block/nvme: Move code around
` [PATCH 08/17] block/nvme: Use correct type void*
` [PATCH 09/17] block/nvme: Remove unused argument from nvme_free_queue_pair()
` [PATCH 10/17] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH 11/17] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH 12/17] block/nvme: Simplify nvme_kick trace event
` [PATCH 13/17] block/nvme: Simplify completion trace events
` [PATCH 14/17] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [RFC PATCH 15/17] block/nvme: Use per-queue AIO context
` [PATCH 16/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_kick()
` [PATCH 17/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_process_completion

[PATCH v4] arm/virt: Add memory hot remove support
 2020-06-25 19:22 UTC  (4+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-06-25 19:18 UTC  (13+ messages)
` [PATCH QEMU v25 13/17] vfio: create mapped iova list when vIOMMU is enabled
` [PATCH QEMU v25 14/17] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH QEMU v25 15/17] vfio: Add ioctl to get dirty pages bitmap during dma unmap

[PATCH 00/46] Less clumsy error checking
 2020-06-25 19:12 UTC  (13+ messages)
` [PATCH 01/46] error: Improve examples in error.h's big comment
` [PATCH 02/46] error: Document Error API usage rules
` [PATCH 03/46] qdev: Smooth error checking of qdev_realize() & friends
` [PATCH 04/46] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH 05/46] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()

[PATCH for 5.0 v1 0/2] RISC-V: Fix Hypervisor guest user space
 2020-06-25 19:02 UTC  (4+ messages)
` [PATCH for 5.0 v1 1/2] riscv: Don't use stage-2 PTE lookup protection flags

[Bug 1885175] [NEW] memory.c range assertion hit at full invalidating
 2020-06-25 18:59 UTC 

[PATCH v6 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-06-25 18:53 UTC  (3+ messages)
` [PATCH v6 2/4] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers

[PATCH v6 0/5] RISC-V multi-socket support
 2020-06-25 18:50 UTC  (7+ messages)
` [PATCH v6 5/5] hw/riscv: virt: Allow creating multiple NUMA sockets

[PATCH v3 0/3] hyperv: vmbus: ACPI various corrections
 2020-06-25 18:39 UTC  (5+ messages)
` [PATCH v3 3/3] acpi: i386: Move VMBus DSDT entry to SB

[PATCH 0/8] Improve synchronization between QEMU and HVF
 2020-06-25 18:34 UTC  (11+ messages)
` [PATCH 4/8] i386: hvf: Implement CPU kick
` [PATCH 6/8] i386: hvf: Drop hvf_reset_vcpu()

Building in Solaris 11.4
 2020-06-25 18:32 UTC  (2+ messages)

[PATCH v2 0/3] Make hcd-xhci independent of pci hooks
 2020-06-25 18:08 UTC  (4+ messages)
` [PATCH v2 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH] hw/block/nvme: Align I/O BAR to 4 KiB
 2020-06-25 18:23 UTC  (2+ messages)

[PATCH v2 00/17] target-arm: Implement ARMv8.5-MemTag, user mode
 2020-06-25 17:13 UTC  (26+ messages)
` [PATCH v2 01/17] tcg: Introduce target-specific page data for user-only
` [PATCH v2 02/17] linux-user: Introduce PAGE_ANON
` [PATCH v2 03/17] linux-user: Check for overflow in access_ok
` [PATCH v2 04/17] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v2 05/17] bsd-user: "
` [PATCH v2 06/17] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v2 07/17] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v2 08/17] exec: Add support for TARGET_TAGGED_ADDRESSES
` [PATCH v2 09/17] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v2 10/17] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v2 11/17] linux-user/aarch64: Implement PROT_MTE
` [PATCH v2 12/17] linux-user/aarch64: Pass syndrome to EXC_*_ABORT

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-06-25 16:48 UTC 

[PATCH v5] osdep: Make MIN/MAX evaluate arguments only once
 2020-06-25 16:44 UTC  (3+ messages)

[PULL 00/31] Misc patches for 2020-06-24
 2020-06-25 16:33 UTC  (3+ messages)

[PATCH 0/3] virtiofsd capability changes and addition
 2020-06-25 16:29 UTC  (4+ messages)
` [PATCH 1/3] virtiofsd: Terminate capability list
` [PATCH 2/3] virtiofsd: Check capability calls
` [PATCH 3/3] virtiofsd: Allow addition or removal of capabilities

[PATCH] intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
 2020-06-25 15:52 UTC 

[PATCH] gitlab-ci: Fix the change rules after moving the YML files
 2020-06-25 16:18 UTC  (3+ messages)

[PATCH RESEND 0/9] SMMUv3.2 Range-based TLB Invalidation Support
 2020-06-25 15:43 UTC  (9+ messages)
` [PATCH RESEND 6/9] hw/arm/smmu-common: Manage IOTLB block entries
` [PATCH RESEND 7/9] hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
` [PATCH RESEND 8/9] hw/arm/smmuv3: Get prepared for range invalidation
` [PATCH RESEND 9/9] hw/arm/smmuv3: Advertise SMMUv3.2 "

[PATCH v2 0/7] riscv: Switch to use generic platform of opensbi bios images
 2020-06-25 15:32 UTC  (3+ messages)
` [PATCH v2 1/7] configure: Create symbolic links for pc-bios/*.elf files

[PATCH RFC 0/3] gitlab: build containers to use in build jobs
 2020-06-25 15:57 UTC  (5+ messages)
` [PATCH RFC 2/3] gitlab: build all container images during CI

[PATCH v7 00/47] block: Deal with filters
 2020-06-25 15:22 UTC  (28+ messages)
` [PATCH v7 15/47] block: Use CAFs when working with backing chains
` [PATCH v7 16/47] block: Use bdrv_cow_child() in bdrv_co_truncate()
` [PATCH v7 20/47] block: Iterate over children in refresh_limits
` [PATCH v7 21/47] block: Use CAFs in bdrv_refresh_filename()
` [PATCH v7 22/47] block: Use CAF in bdrv_co_rw_vmstate()
` [PATCH v7 25/47] block: Def. impl.s for get_allocated_file_size
` [PATCH v7 27/47] blkverify: Use bdrv_sum_allocated_file_size()
` [PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size
` [PATCH v7 29/47] blockdev: Use CAF in external_snapshot_prepare()
` [PATCH v7 30/47] block: Report data child for query-blockstats
` [PATCH v7 31/47] block: Use child access functions for QAPI queries
` [PATCH v7 32/47] block-copy: Use CAF to find sync=top base
` [PATCH v7 33/47] mirror: Deal with filters
` [PATCH v7 34/47] backup: "
` [PATCH v7 35/47] commit: "
` [PATCH v7 36/47] nbd: Use CAF when looking for dirty bitmap
` [PATCH v7 37/47] qemu-img: Use child access functions
` [PATCH v7 38/47] block: Drop backing_bs()
` [PATCH v7 39/47] blockdev: Fix active commit choice
` [PATCH v7 40/47] block: Inline bdrv_co_block_status_from_*()
` [PATCH v7 41/47] block: Leave BDS.backing_file constant
` [PATCH v7 42/47] iotests: Test that qcow2's data-file is flushed
` [PATCH v7 43/47] iotests: Let complete_and_wait() work with commit
` [PATCH v7 44/47] iotests: Add filter commit test cases
` [PATCH v7 45/47] iotests: Add filter mirror "
` [PATCH v7 46/47] iotests: Add test for commit in sub directory
` [PATCH v7 47/47] iotests: Test committing to overridden backing

QEMU | Pipeline #160116711 has failed for master | beafab86
 2020-06-25 15:32 UTC 

[PATCH v6 0/9] hw/misc/pca9552: Trace GPIO change events
 2020-06-25 15:53 UTC  (4+ messages)

[RFC PATCH 0/3] fuzz: add generic fuzzer
 2020-06-25 15:30 UTC  (3+ 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).