qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 14:23:39 to 2020-09-01 16:39:39 UTC [more...]

[PATCH v2 0/7] Run cross-compilation build tests in the gitlab-CI
 2020-09-01 16:38 UTC  (19+ messages)
` [PATCH v2 1/7] configure: Add system = 'linux' for meson when cross-compiling
` [PATCH v2 2/7] tests/docker: Install python3-setuptools in the debian9-mxe containers
` [PATCH v2 3/7] tests/Makefile: test-image-locking needs CONFIG_POSIX
` [PATCH v2 4/7] tests/Makefile: test-replication "
` [PATCH v2 5/7] dockerfiles/debian-win64-cross: Download WHPX MinGW headers
` [PATCH v2 6/7] configure: Allow automatic WHPX detection
` [PATCH v2 7/7] gitlab-ci: Add cross-compiling build tests

[PATCH v4 0/7] Make hcd-xhci independent of pci hooks
 2020-09-01 16:38 UTC  (5+ messages)
` [PATCH v4 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c

[Bug 1893807] [NEW] Crash when launching windows qemu version from WSL2
 2020-09-01 16:17 UTC 

[PATCH 0/2] Makefile: A few post-meson-conversion fixes
 2020-09-01 16:23 UTC  (8+ messages)
` [PATCH 1/2] Makefile: Add back TAGS/ctags/cscope rules
` [PATCH 2/2] Makefile: Fix in-tree clean/distclean

[RISU PATCH 0/2] arm.risu: two minor fixes
 2020-09-01 16:20 UTC  (3+ messages)
` [PATCH 1/2] arm.risu: Correct VLDR/VSTR U=0 patterns
` [PATCH 2/2] arm.risu: Fix typo in VCVT_B_TT pattern name

[PULL 00/24] Meson changes for 2020-09-01
 2020-09-01 16:19 UTC  (3+ messages)

[RFC PATCH v5 0/2] Add file-backed and write-once features to OTP
 2020-09-01 15:47 UTC  (3+ messages)
` [RFC PATCH v5 1/2] hw/riscv: sifive_u: Add write operation and write-once protection
` [RFC PATCH v5 2/2] hw/riscv: sifive_u: Add backend drive support

[PATCH] linux-user: fix implicit conversion from enumeration type error
 2020-09-01 15:33 UTC 

[PATCH 0/2] m25p80: Add SFDP support
 2020-09-01 15:22 UTC  (4+ messages)
` [PATCH 1/2] m25p80: Add basic support for the SFDP command

[PULL 0/8] Cirrus-CI improvements, and other CI-related fixes, m68k
 2020-09-01 15:20 UTC  (9+ messages)
` [PULL 1/8] configure: Fix atomic64 test for --enable-werror on macOS
` [PULL 2/8] cirrus.yml: Compile FreeBSD with -Werror
` [PULL 3/8] cirrus.yml: Compile macOS "
` [PULL 4/8] cirrus.yml: Update the macOS jobs to Catalina
` [PULL 5/8] cirrus.yml: Split FreeBSD job into two parts
` [PULL 6/8] meson: fix keymaps without qemu-keymap
` [PULL 7/8] configure: Add system = 'linux' for meson when cross-compiling
` [PULL 8/8] hw/m68k: QOMify the mcf5206 system integration module

[PATCH v7 0/2] Remove EPYC mode apicid decode and use generic decode
 2020-09-01 15:57 UTC  (3+ messages)
` [PATCH v7 1/2] i386: Simplify CPUID_8000_001d for AMD
` [PATCH v7 2/2] i386: Simplify CPUID_8000_001E "

[PULL 00/47] target-arm queue
 2020-09-01 15:18 UTC  (48+ messages)
` [PULL 01/47] target/arm: Remove local definitions of float constants
` [PULL 02/47] target/arm: Use correct ID register check for aa32_fp16_arith
` [PULL 03/47] target/arm: Implement VFP fp16 for VFP_BINOP operations
` [PULL 04/47] target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
` [PULL 05/47] target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
` [PULL 06/47] target/arm: Implement VFP fp16 for fused-multiply-add
` [PULL 07/47] target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()
` [PULL 08/47] target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT
` [PULL 09/47] target/arm: Implement VFP fp16 for VMOV immediate
` [PULL 10/47] target/arm: Implement VFP fp16 VCMP
` [PULL 11/47] target/arm: Implement VFP fp16 VLDR and VSTR
` [PULL 12/47] target/arm: Implement VFP fp16 VCVT between float and integer
` [PULL 13/47] target/arm: Make VFP_CONV_FIX macros take separate float type and float size
` [PULL 14/47] target/arm: Use macros instead of open-coding fp16 conversion helpers
` [PULL 15/47] target/arm: Implement VFP fp16 VCVT between float and fixed-point
` [PULL 16/47] target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode
` [PULL 17/47] target/arm: Implement VFP fp16 VSEL
` [PULL 18/47] target/arm: Implement VFP fp16 VRINT*
` [PULL 19/47] target/arm: Implement new VFP fp16 insn VINS
` [PULL 20/47] target/arm: Implement new VFP fp16 insn VMOVX
` [PULL 21/47] target/arm: Implement VFP fp16 VMOV between gp and halfprec registers
` [PULL 22/47] target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL
` [PULL 23/47] target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec
` [PULL 24/47] target/arm: Implement fp16 for Neon VABS, VNEG of floats
` [PULL 25/47] target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons
` [PULL 26/47] target/arm: Implement fp16 for VACGE, VACGT
` [PULL 27/47] target/arm: Implement fp16 for Neon VMAX, VMIN
` [PULL 28/47] target/arm: Implement fp16 for Neon VMAXNM, VMINNM
` [PULL 29/47] target/arm: Implement fp16 for Neon VMLA, VMLS operations
` [PULL 30/47] target/arm: Implement fp16 for Neon VFMA, VMFS
` [PULL 31/47] target/arm: Implement fp16 for Neon fp compare-vs-0
` [PULL 32/47] target/arm: Implement fp16 for Neon VRECPS
` [PULL 33/47] target/arm: Implement fp16 for Neon VRSQRTS
` [PULL 34/47] target/arm: Implement fp16 for Neon pairwise fp ops
` [PULL 35/47] target/arm: Implement fp16 for Neon float-integer VCVT
` [PULL 36/47] target/arm: Convert Neon VCVT fixed-point to gvec
` [PULL 37/47] target/arm: Implement fp16 for Neon VCVT fixed-point
` [PULL 38/47] target/arm: Implement fp16 for Neon VCVT with rounding modes
` [PULL 39/47] target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode
` [PULL 40/47] target/arm: Implement fp16 for Neon VRINTX
` [PULL 41/47] target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations
` [PULL 42/47] target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations
` [PULL 43/47] target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS
` [PULL 44/47] target/arm: Enable FP16 in '-cpu max'
` [PULL 45/47] hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
` [PULL 46/47] hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref
` [PULL 47/47] hw/arm/sbsa-ref : Add embedded controller in secure memory

[PATCH v6 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-09-01 15:52 UTC  (3+ messages)

[PATCH 0/2] Replace posix_fallocate() with falloate()
 2020-09-01 15:51 UTC  (3+ messages)
` [PATCH 2/2] block: file-posix: Replace posix_fallocate with fallocate

[PULL 00/44] Trivial branch for 5.2 patches
 2020-09-01 15:51 UTC  (3+ messages)

[PATCH-for-5.1] hw/misc/milkymist-pfpu: Fix pFPU region size
 2020-09-01 15:24 UTC  (4+ messages)

[PATCH v8 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-09-01 15:22 UTC  (4+ messages)
` [PATCH v8 1/8] Introduce yank feature

[PULL v2 00/76] target/microblaze improvements
 2020-09-01 15:20 UTC  (2+ messages)
` [PULL v2 58/76] tcg: Add tcg_get_insn_start_param

[PATCH v2 0/2] crypto: fix build with gcrypt
 2020-09-01 15:27 UTC  (6+ messages)
` [PATCH v2 1/2] crypto: fix build with gcrypt enabled
` [PATCH v2 2/2] gitlab: expand test coverage for crypto builds

[PATCH 0/3] i440fx: unit tests for testing flag that enables/disables pci root hotplug
 2020-09-01 15:12 UTC  (4+ messages)
` [PATCH 2/3] tests/acpi: add a new unit test to test hotplug off/on feature on the root pci bus

[PATCH v2 1/3] tests/acpi: document addition of table DSDT.roothp for unit testing root pci hotplug on/off
 2020-09-01 15:09 UTC  (3+ messages)
` [PATCH v2 2/3] tests/acpi: add a new unit test to test hotplug off/on feature on the root pci bus
` [PATCH v2 3/3] tests/acpi: add a new ACPI table in order to test root pci hotplug on/off

[PATCH v6 00/10] Remove EPYC mode apicid decode and use generic decode
 2020-09-01 14:45 UTC  (4+ messages)
` [PATCH v6 09/10] i386: Simplify CPUID_8000_001E for AMD

[PATCH v6 00/16] QEMU cpus.c refactoring part2
 2020-09-01 15:17 UTC  (2+ messages)

[PATCH v2 0/2] Enable virtio-fs on s390x
 2020-09-01 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] virtio: add vhost-user-fs-ccw device
` [PATCH v2 2/2] libvhost-user: handle endianness as mandated by the spec

[PATCH v5 00/10] preallocate filter
 2020-09-01 15:07 UTC  (3+ messages)

[PATCH 0/4] hw/misc/a9scu: Verify CPU count is valid and simplify a bit
 2020-09-01 14:41 UTC  (5+ messages)
` [PATCH 1/4] hw/misc/a9scu: Do not allow invalid CPU count
` [PATCH 2/4] hw/misc/a9scu: Simplify setting MemoryRegionOps::valid fields
` [PATCH 3/4] hw/misc/a9scu: Simplify setting MemoryRegionOps::impl fields
` [PATCH 4/4] hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP)

[PATCH v8 00/43] block: Deal with filters
 2020-09-01 14:34 UTC  (44+ messages)
` [PATCH v8 01/43] block: Add child access functions
` [PATCH v8 02/43] block: Add chain helper functions
` [PATCH v8 03/43] block: bdrv_cow_child() for bdrv_has_zero_init()
` [PATCH v8 04/43] block: bdrv_set_backing_hd() is about bs->backing
` [PATCH v8 05/43] block: Include filters when freezing backing chain
` [PATCH v8 06/43] block: Drop bdrv_is_encrypted()
` [PATCH v8 07/43] block: Add bdrv_supports_compressed_writes()
` [PATCH v8 08/43] throttle: Support compressed writes
` [PATCH v8 09/43] copy-on-read: "
` [PATCH v8 10/43] block: Use bdrv_filter_(bs|child) where obvious
` [PATCH v8 11/43] block: Use CAFs in block status functions
` [PATCH v8 12/43] stream: Deal with filters
` [PATCH v8 13/43] block: Use CAFs when working with backing chains
` [PATCH v8 14/43] block: Use bdrv_cow_child() in bdrv_co_truncate()
` [PATCH v8 15/43] block: Re-evaluate backing file handling in reopen
` [PATCH v8 16/43] block: Flush all children in generic code
` [PATCH v8 17/43] vmdk: Drop vmdk_co_flush()
` [PATCH v8 18/43] block: Iterate over children in refresh_limits
` [PATCH v8 19/43] block: Use CAFs in bdrv_refresh_filename()
` [PATCH v8 20/43] block: Use CAF in bdrv_co_rw_vmstate()
` [PATCH v8 21/43] block/snapshot: Fix fallback
` [PATCH v8 22/43] block: Use CAFs for debug breakpoints
` [PATCH v8 23/43] block: Improve get_allocated_file_size's default
` [PATCH v8 24/43] block/null: Implement bdrv_get_allocated_file_size
` [PATCH v8 25/43] blockdev: Use CAF in external_snapshot_prepare()
` [PATCH v8 26/43] block: Report data child for query-blockstats
` [PATCH v8 27/43] block: Use child access functions for QAPI queries
` [PATCH v8 28/43] block-copy: Use CAF to find sync=top base
` [PATCH v8 29/43] mirror: Deal with filters
` [PATCH v8 30/43] backup: "
` [PATCH v8 31/43] commit: "
` [PATCH v8 32/43] nbd: Use CAF when looking for dirty bitmap
` [PATCH v8 33/43] qemu-img: Use child access functions
` [PATCH v8 34/43] block: Drop backing_bs()
` [PATCH v8 35/43] blockdev: Fix active commit choice
` [PATCH v8 36/43] block: Inline bdrv_co_block_status_from_*()
` [PATCH v8 37/43] block: Leave BDS.backing_{file,format} constant
` [PATCH v8 38/43] iotests: Test that qcow2's data-file is flushed
` [PATCH v8 39/43] iotests: Let complete_and_wait() work with commit
` [PATCH v8 40/43] iotests: Add filter commit test cases
` [PATCH v8 41/43] iotests: Add filter mirror "
` [PATCH v8 42/43] iotests: Add test for commit in sub directory
` [PATCH v8 43/43] iotests: Test committing to overridden backing

[PULL 0/5] Ui 20200831 patches
 2020-09-01 14:54 UTC  (4+ messages)

[PATCH 00/13] Make QEMU installation relocatable
 2020-09-01 14:36 UTC  (3+ messages)
` [PATCH 01/13] fuzz: use qemu_get_exec_dir

[PULL 0/8] Linux user for 5.2 patches
 2020-09-01 14:40 UTC  (4+ messages)

[RFC v8 0/5] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-09-01 14:26 UTC  (6+ messages)
` [RFC v8 1/5] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
` [RFC v8 2/5] memory: Add IOMMUTLBEvent
` [RFC v8 3/5] memory: Add IOMMU_DEVIOTLB_UNMAP IOMMUTLBNotificationType
` [RFC v8 4/5] intel_iommu: Do not notify regular iotlb to device-iotlb notifiers
` [RFC v8 5/5] memory: Skip bad range assertion if notifier is DEVIOTLB type

[PATCH v3 0/7] migration: bring improved savevm/loadvm/delvm to QMP
 2020-09-01 14:20 UTC  (3+ messages)
` [PATCH v3 7/7] migration: introduce snapshot-{save, load, delete} QMP commands

[RFC PATCH v3 00/34] Hexagon patch series
 2020-09-01  9:57 UTC  (4+ messages)
` [RFC PATCH v3 33/34] Hexagon (tests/tcg/hexagon) TCG tests

[Bug 1892960] [NEW] Heap-overflow in flatview_read through sdhci_data_transfer
 2020-09-01 14:04 UTC  (7+ messages)
` [PATCH 3/3] hw/sd/sdhci: Fix DMA Transfer Block Size field
  ` [Bug 1892960] "
    ` [Bug 1892960] "
` [PATCH v2 "
  ` [Bug 1892960] "

[PULL 00/44] Trivial branch for 5.2 patches
 2020-09-01 14:09 UTC  (20+ messages)
` [PULL 06/44] block/vmdk: Remove superfluous breaks
` [PULL 09/44] target/cris: "
` [PULL 22/44] util/vfio-helpers: Fix typo in description
` [PULL 25/44] hw/ide/core: Trivial typo fix
` [PULL 29/44] hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZE
` [PULL 30/44] hw/net/xilinx_axienet: Remove unused code
` [PULL 31/44] util/vfio-helpers: Unify trace-events size format
` [PULL 33/44] hw/arm/virt-acpi-build:Remove dead assignment in build_madt()
` [PULL 34/44] hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()
` [PULL 35/44] target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()
` [PULL 36/44] target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_misc_fp16()
` [PULL 37/44] hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()
` [PULL 38/44] hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
` [PULL 39/44] vfio/platform: Remove dead assignment in vfio_intp_interrupt()
` [PULL 40/44] usb/bus: Remove dead assignment in usb_get_fw_dev_path()
` [PULL 41/44] hw/intc: fix default registers value in exynos4210_combiner_read()
` [PULL 42/44] hw/display/vga:Remove redundant statement in vga_draw_graphic()
` [PULL 43/44] main-loop: Fix comment
` [PULL 44/44] docs/system: Fix grammar in documentation

[PATCH v2] cirrus: handle wraparound in cirrus_invalidate_region
 2020-09-01 14:18 UTC  (2+ messages)

[PULL 0/1] tricore queue
 2020-09-01 14:18 UTC  (2+ messages)

[PATCH] cirrus: handle wraparound in cirrus_invalidate_region
 2020-09-01 14:10 UTC  (9+ 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).