qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-24 03:43:35 to 2020-08-24 15:17:05 UTC [more...]

[PATCH v7 00/47] block: Deal with filters
 2020-08-24 15:15 UTC  (14+ messages)
` [PATCH v7 37/47] qemu-img: Use child access functions
` [PATCH v7 39/47] blockdev: Fix active commit choice
` [PATCH v7 41/47] block: Leave BDS.backing_file constant

[PATCH] hw/arm/musicpal: Use AddressSpace for DMA transfers
 2020-08-24 15:13 UTC  (2+ messages)

[RFC PATCH v2 0/4] Use ACPI PCI hot-plug for q35
 2020-08-24 15:03 UTC  (6+ messages)

[PATCH-for-5.2 0/3] hw/clock: Only propagate clock changes if the clock is changed
 2020-08-24 15:02 UTC  (2+ messages)

[PATCH V8] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-24 15:02 UTC  (2+ messages)

[PATCH v2 0/3] hw/misc/unimp: Improve how offset/value are displayed
 2020-08-24 15:01 UTC  (3+ messages)

[PATCH] hw/arm/sbsa-ref.c : Add a fake embedded controller
 2020-08-24 14:59 UTC  (2+ messages)

[PATCH 0/4] Compatibility make fixes for meson
 2020-08-24 14:56 UTC  (14+ messages)
` [PATCH 1/4] configure: Use discovered make for in-source build
` [PATCH 2/4] Makefile: Require GNU make 3.82+
` [PATCH 3/4] configure: Prefer gmake on darwin
` [PATCH 4/4] configure: Test if $make actually exists

[PATCH] hw/arm/sbsa-ref: fix typo breaking PCIe IRQs
 2020-08-24 14:48 UTC  (2+ messages)

[PATCH RFC 00/10] fix some comment spelling errors
 2020-08-24 14:33 UTC  (17+ messages)
` [PATCH RFC 01/10] qemu/: "
` [PATCH RFC 02/10] migration/: "
` [PATCH RFC 03/10] docs/: "
` [PATCH RFC 04/10] scripts/: "
` [PATCH RFC 07/10] block/: "
` [PATCH RFC 08/10] disas/: "
` [PATCH RFC 09/10] qapi/: "

[PATCH] meson: drop keymaps symlink
 2020-08-24 14:36 UTC  (3+ messages)

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-24 14:29 UTC  (23+ messages)
` [PATCH 01/22] target/arm: Remove local definitions of float constants
` [PATCH 02/22] target/arm: Use correct ID register check for aa32_fp16_arith
` [PATCH 03/22] target/arm: Implement VFP fp16 for VFP_BINOP operations
` [PATCH 04/22] target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
` [PATCH 05/22] target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
` [PATCH 06/22] target/arm: Implement VFP fp16 for fused-multiply-add
` [PATCH 07/22] target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()
` [PATCH 08/22] target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT
` [PATCH 09/22] target/arm: Implement VFP fp16 for VMOV immediate
` [PATCH 10/22] target/arm: Implement VFP fp16 VCMP
` [PATCH 11/22] target/arm: Implement VFP fp16 VLDR and VSTR
` [PATCH 12/22] target/arm: Implement VFP fp16 VCVT between float and integer
` [PATCH 13/22] target/arm: Make VFP_CONV_FIX macros take separate float type and float size
` [PATCH 14/22] target/arm: Use macros instead of open-coding fp16 conversion helpers
` [PATCH 15/22] target/arm: Implement VFP fp16 VCVT between float and fixed-point
` [PATCH 16/22] target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode
` [PATCH 17/22] target/arm: Implement VFP fp16 VSEL
` [PATCH 18/22] target/arm: Implement VFP fp16 VRINT*
` [PATCH 19/22] target/arm: Implement new VFP fp16 insn VINS
` [PATCH 20/22] target/arm: Implement new VFP fp16 insn VMOVX
` [PATCH 21/22] target/arm: Implement VFP fp16 VMOV between gp and halfprec registers
` [PATCH 22/22] target/arm: Enable FP16 in '-cpu max'

[PATCH RISU] arm.risu: Add patterns for fp16 insns
 2020-08-24 14:31 UTC 

[PATCH] meson: Build qemu-nbd on macOS again
 2020-08-24 14:29 UTC  (2+ messages)

[PATCH] meson: Don't make object files for dtrace on macOS
 2020-08-24 14:24 UTC  (2+ messages)

[RFC PATCH 0/9] block/curl: Add caching of data downloaded from the remote server
 2020-08-24 14:21 UTC  (4+ messages)
` [RFC PATCH 5/9] block/curl: Allow the blocksize to be specified by the user

[PATCH] disas/libvixl: Fix fall-through annotation for GCC >= 7
 2020-08-24 14:03 UTC  (3+ messages)

[PULL 00/27] target-arm queue
 2020-08-24 13:53 UTC  (29+ messages)
` [PULL 01/27] hw/cpu/a9mpcore: Verify the machine use Cortex-A9 cores
` [PULL 02/27] hw/arm/smmu-common: Factorize some code in smmu_ptw_64()
` [PULL 03/27] hw/arm/smmu-common: Add IOTLB helpers
` [PULL 04/27] hw/arm/smmu: Introduce smmu_get_iotlb_key()
` [PULL 05/27] hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB value
` [PULL 06/27] hw/arm/smmu-common: Manage IOTLB block entries
` [PULL 07/27] hw/arm/smmuv3: Introduce smmuv3_s1_range_inval() helper
` [PULL 08/27] hw/arm/smmuv3: Get prepared for range invalidation
` [PULL 09/27] hw/arm/smmuv3: Fix IIDR offset
` [PULL 10/27] hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 support
` [PULL 11/27] hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 support
` [PULL 12/27] hw/arm/smmuv3: Advertise SMMUv3.2 range invalidation
` [PULL 13/27] docs/system/arm: Document the Xilinx Versal Virt board
` [PULL 14/27] target/arm: Pull handling of XScale insns out of disas_coproc_insn()
` [PULL 15/27] target/arm: Separate decode from handling of coproc insns
` [PULL 16/27] target/arm: Convert A32 coprocessor insns to decodetree
` [PULL 17/27] target/arm: Tidy up disas_arm_insn()
` [PULL 18/27] target/arm: Do M-profile NOCP checks early and via decodetree
` [PULL 19/27] target/arm: Convert T32 coprocessor insns to decodetree
` [PULL 20/27] target/arm: Remove ARCH macro
` [PULL 21/27] target/arm: Delete unused VFP_DREG macros
` [PULL 22/27] target/arm/translate.c: Delete/amend incorrect comments
` [PULL 23/27] target/arm: Delete unused ARM_FEATURE_CRC
` [PULL 24/27] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PULL 25/27] target/arm: Make A32/T32 use new fpstatus_ptr() API
` [PULL 26/27] target/arm: Implement FPST_STD_F16 fpstatus
` [PULL 27/27] target/arm: Use correct FPST for VCMLA, VCADD on fp16

[PATCH v2 0/7] vhost-user-blk: fix the migration issue and enhance qtests
 2020-08-24 13:46 UTC  (9+ messages)
` [PATCH v2 1/7] vhost: recheck dev state in the vhost_migration_log routine
` [PATCH v2 2/7] vhost: check queue state in the vhost_dev_set_log routine
` [PATCH v2 3/7] tests/qtest/vhost-user-test: prepare the tests for adding new dev class
` [PATCH v2 4/7] tests/qtest/libqos/virtio-blk: add support for vhost-user-blk
` [PATCH v2 5/7] tests/qtest/vhost-user-test: add support for the vhost-user-blk device
` [PATCH v2 6/7] tests/qtest/vhost-user-test: add migrate_reconnect test
` [PATCH v2 7/7] tests/qtest/vhost-user-test: enable the reconnect tests

[Bug 1884719] [NEW] Function not implemented when using libaio
 2020-08-24 13:33 UTC  (2+ messages)
` [Bug 1884719] "

[PATCH] ati-vga: Fix checks in ati_2d_blt() to avoid crash
 2020-08-24 13:26 UTC  (4+ messages)

[PATCH v6 0/4] Apply COR-filter to the block-stream permanently
 2020-08-24 13:21 UTC  (12+ messages)
` [PATCH v6 2/4] copy-on-read: add filter append/drop functions
` [PATCH v6 3/4] qapi: add filter-node-name to block-stream
` [PATCH v6 4/4] block: apply COR-filter to block-stream jobs

meson: problems building under msys2/mingw-w64 native
 2020-08-24 13:18 UTC  (3+ messages)

ANNOUNCE: build system conversion to Meson has landed
 2020-08-24 12:57 UTC  (6+ messages)

[PATCH] virtio: add Virtio*BusClass sizes
 2020-08-24 12:20 UTC 

[PATCH v2 00/13] Introduce USB U2F key device
 2020-08-24 11:48 UTC  (14+ messages)
` [PATCH v2 01/13] hw/usb: Regroup USB HID protocol values
` [PATCH v2 02/13] docs: Add USB U2F key device documentation
` [PATCH v2 03/13] hw/usb: Add U2F key base class
` [PATCH v2 04/13] hw/usb: Add U2F key base class implementation
` [PATCH v2 05/13] hw/usb: Add U2F key passthru mode
` [PATCH v2 06/13] hw/usb: Add U2F key emulated mode
` [PATCH v2 07/13] hw/usb: Add U2F key build recipe
` [PATCH v2 08/13] configure: Add USB U2F key device
` [PATCH v2 09/13] docs/system: Add U2F key to the USB devices examples
` [PATCH v2 10/13] docs/qdev-device-use.txt: Add USB U2F key to the QDEV "
` [PATCH v2 11/13] scripts: Add u2f-setup-gen script
` [PATCH v2 12/13] hw/usb: Add U2F device check to passthru mode
` [PATCH v2 13/13] hw/usb: Add U2F device autoscan "

[PATCH 00/10] pseries NUMA distance rework
 2020-08-24 11:45 UTC  (10+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa

[PATCH v7 0/4] Apply COR-filter to the block-stream permanently
 2020-08-24 11:30 UTC  (6+ messages)
` [PATCH v7 1/4] copy-on-read: Support preadv/pwritev_part functions
` [PATCH v7 2/4] copy-on-read: add filter append/drop functions
` [PATCH v7 3/4] qapi: add filter-node-name to block-stream
` [PATCH v7 4/4] block: apply COR-filter to block-stream jobs

[PULL 00/40] ppc-for-5.2 queue 20200818
 2020-08-24 11:12 UTC  (5+ messages)

[PATCH] usb-host: workaround libusb bug
 2020-08-24 11:00 UTC 

[PATCH v2] virtiofsd: Add -o allow_direct_io|no_allow_direct_io options
 2020-08-24 10:59 UTC 

[PATCH v3 1/7] x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
 2020-08-24 11:00 UTC  (2+ messages)
` [PATCH v4 1/6] "

[RFC v5 0/3] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-08-24 10:47 UTC  (4+ messages)
` [RFC v5 1/3] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
` [RFC v5 2/3] memory: Skip bad range assertion if notifier is DEVIOTLB type
` [RFC v5 3/3] intel_iommu: Do not notify regular iotlb to device-iotlb notifiers

Suspicious QOM types without instance/class size
 2020-08-24 10:40 UTC  (4+ messages)

[REPORT] [GSoC - TCG Continuous Benchmarking] [#9] Measuring QEMU Performance in System Mode
 2020-08-24 10:30 UTC 

[PATCH] qemu-io-cmds: Simplify help_oneline
 2020-08-24 10:29 UTC 

[PULL v1 0/8] Xilinx queue 2020-08-14
 2020-08-24 10:00 UTC  (9+ messages)
` [PULL v1 1/8] target/microblaze: mbar: Transfer dc->rd to mbar_imm
` [PULL v1 2/8] target/microblaze: mbar: Move LOG_DIS to before sleep
` [PULL v1 3/8] target/microblaze: mbar: Add support for data-access barriers
` [PULL v1 4/8] target/microblaze: swx: Use atomic_cmpxchg
` [PULL v1 5/8] configure: microblaze: Enable mttcg
` [PULL v1 6/8] target/microblaze: mbar: Trap sleeps from user-space
` [PULL v1 7/8] microblaze: petalogix-ml605: Add device-tree source
` [PULL v1 8/8] microblaze: petalogix-s3adsp1800: "

[PATCH] virtiofsd: add -o allow_directio|no_directio option
 2020-08-24  9:59 UTC  (5+ messages)
  ` [External] "

[PATCH] cirrus.yml: Exclude some targets in the FreeBSD job to speed up the build
 2020-08-24  9:44 UTC 

meson.build files are missing copyright/license headers
 2020-08-24  9:43 UTC 

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-24  9:14 UTC  (13+ messages)
` [PATCH v5 01/12] migration/dirtyrate: setup up query-dirtyrate framwork
` [PATCH v5 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v5 03/12] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v5 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v5 05/12] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v5 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v5 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v5 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v5 09/12] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v5 10/12] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v5 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function
` [PATCH v5 12/12] migration/dirtyrate: Add trace_calls to make it easier to debug

[PATCH v2 for 5.2 0/3] block: add logging facility for long standing IO requests
 2020-08-24  9:01 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-24  8:57 UTC  (10+ messages)
` [PATCH v3 05/10] migration/dirtyrate: Record hash results for each sampled page

[PATCH] target/riscv: raise exception to HS-mode at get_physical_address
 2020-08-24  8:41 UTC 

[PATCH V2 for-5.2] hw/null-machine: Add the kvm_type() hook for MIPS
 2020-08-24  8:11 UTC 

[PATCH V8 for-5.2] hw/mips: Add Loongson-3 machine support (with KVM)
 2020-08-24  8:10 UTC 

[PATCH V7 for-5.2] hw/mips: Add Loongson-3 machine support (with KVM)
 2020-08-24  8:04 UTC  (3+ messages)

[Bug 1892684] [NEW] curl and wget segfaults when link has redirects
 2020-08-24  7:31 UTC 

[PATCH v3 0/2] meson: Build qemu-keymap when configured using --disable-tools
 2020-08-24  6:22 UTC  (4+ messages)
` [PATCH v3 1/2] meson: convert pc-bios/keymaps/Makefile

[PATCH 1/2] QSLIST: add atomic replace operation
 2020-08-24  4:31 UTC  (2+ messages)
` [PATCH 2/2] coroutine: take exactly one batch from global pool at a time

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-24  4:13 UTC  (7+ messages)
` [PATCH 07/18] hw/sd: sd: Fix incorrect populated function switch status data structure

[PATCH v4 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-24  3:52 UTC  (9+ messages)
` [PATCH v4 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v4 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v4 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v4 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v4 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v4 09/12] migration/dirtyrate: Implement get_sample_page_period() and block_sample_page_period()
` [PATCH v4 10/12] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PATCH v4 12/12] migration/dirtyrate: Add trace_calls to make it easier to debug


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