qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 15:47:09 to 2020-07-11 12:11:38 UTC [more...]

[Bug 1885332] [NEW] Error in user-mode calculation of ELF aux vector's AT_PHDR
 2020-07-11 12:00 UTC  (7+ messages)
` [Bug 1885332] "

[Bug 1886318] [NEW] Qemu after v5.0.0 breaks macos guests
 2020-07-11 11:36 UTC  (4+ messages)
` [Bug 1886318] "

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-11 11:49 UTC  (15+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[PATCH v4 00/22] target/xtensa: implement double precision FPU
 2020-07-11 11:06 UTC  (21+ messages)
` [PATCH v4 01/22] softfloat: make NO_SIGNALING_NANS runtime property
` [PATCH v4 02/22] softfloat: pass float_status pointer to pickNaN
` [PATCH v4 03/22] softfloat: add xtensa specialization for pickNaNMulAdd
` [PATCH v4 04/22] target/xtensa: add geometry to xtensa_get_regfile_by_name
` [PATCH v4 05/22] target/xtensa: support copying registers up to 64 bits wide
` [PATCH v4 06/22] target/xtensa: rename FPU2000 translators and helpers
` [PATCH v4 07/22] target/xtensa: move FSR/FCR register accessors
` [PATCH v4 08/22] target/xtensa: don't access BR regfile directly
` [PATCH v4 09/22] target/xtensa: add DFPU option
` [PATCH v4 10/22] target/xtensa: add DFPU registers and opcodes
` [PATCH v4 11/22] target/xtensa: implement FPU division and square root
` [PATCH v4 12/22] tests/tcg/xtensa: fix test execution on ISS
` [PATCH v4 13/22] tests/tcg/xtensa: update test_fp0_arith for DFPU
` [PATCH v4 14/22] tests/tcg/xtensa: expand madd tests
` [PATCH v4 15/22] tests/tcg/xtensa: update test_fp0_conv for DFPU
` [PATCH v4 16/22] tests/tcg/xtensa: update test_fp1 "
` [PATCH v4 17/22] tests/tcg/xtensa: update test_lsc "
` [PATCH v4 18/22] tests/tcg/xtensa: add fp0 div and sqrt tests
` [PATCH v4 19/22] tests/tcg/xtensa: test double precision load/store
` [PATCH v4 20/22] tests/tcg/xtensa: add DFP0 arithmetic tests

[PATCH 0/2] block: add logging facility for long standing IO requests
 2020-07-11 10:31 UTC  (5+ messages)
` [PATCH 1/2] block/block-backend: add converter from BlockAcctStats to BlockBackend
` [PATCH 2/2] block: add logging facility for long standing IO requests

[PATCH 0/3] hw/arm/virt: Introduce kvm-steal-time
 2020-07-11 10:10 UTC  (4+ messages)
` [PATCH 1/3] hw/arm/virt: Move post cpu realize check into its own function
` [PATCH 2/3] hw/arm/virt: Move kvm pmu setup to virt_cpu_post_init
` [PATCH 3/3] hw/arm/virt: Implement kvm-steal-time

[PULL v3 00/32] AVR port
 2020-07-11  9:05 UTC  (2+ messages)
` [PULL v3 09/32] target/avr: Add instruction helpers

[PULL v2 00/32] AVR port
 2020-07-11  8:58 UTC  (3+ messages)
` [PULL v2 09/32] target/avr: Add instruction helpers

[PATCH 0/2] iotests: More _filter_img_create fixes
 2020-07-11  8:57 UTC  (8+ messages)
` [PATCH 1/2] iotests: Drop readarray from _do_filter_img_create
` [PATCH 2/2] iotests: Set LC_ALL=C for sort

[PATCH 0/2] module fixes
 2020-07-11  8:51 UTC  (4+ messages)
` [PATCH 1/2] tests: fix "make check-qtest" for modular builds
` [PATCH 2/2] Revert "vga: build virtio-gpu as module"

[PATCH v3 0/1] Add Script for Dissecting QEMU Execution
 2020-07-11  8:39 UTC  (3+ messages)
` [PATCH v3 1/1] scripts/performance: Add dissect.py script

[PATCH v2] Remove VXHS block device
 2020-07-11  6:59 UTC 

[PATCH v5 00/11] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-11  6:46 UTC  (10+ messages)
` [PATCH v5 01/11] hw/misc: Add NPCM7xx System Global Control Registers device model

[Bug 1880539] [NEW] I/O write make QXL abort in qxl_set_mode()
 2020-07-11  2:27 UTC  (2+ messages)
` [Bug 1880539] "

[PATCH v5 0/4] modify CPU model info
 2020-07-11  2:00 UTC  (6+ messages)
` [PATCH v5 1/4] target/i386: add missing vmx features for several CPU models

[PATCH v2 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-07-10 23:50 UTC  (3+ messages)

[PULL v3 00/47] Misc patches for QEMU 5.1 soft freeze
 2020-07-10 23:49 UTC  (3+ messages)
` [PULL v3 41/47] cpu-throttle: new module, extracted from cpus.c
` [PULL v3 47/47] linux-headers: update again to 5.8

[PATCH for-5.1] tcg: Save/restore vecop_list around minmax fallback
 2020-07-10 23:37 UTC 

[Qemu-devel] [Bug 697510] [NEW] Machine shut off after tons of lsi_scsi: error: MSG IN data too long
 2020-07-10 22:22 UTC  (2+ messages)
` [Bug 697510] "

[PATCH 0/1] MAINTAINERS: Add Python library stanza
 2020-07-10 21:57 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-10 21:43 UTC  (34+ messages)
` [RFC 01/65] target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
` [RFC 02/65] target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()
` [RFC 03/65] target/riscv: fix return value of do_opivx_widen()
` [RFC 04/65] target/riscv: fix vill bit index in vtype register
` [RFC 05/65] target/riscv: remove vsll.vi, vsrl.vi, vsra.vi insns from using gvec
` [RFC 06/65] target/riscv: rvv-0.9: add vcsr register
` [RFC 07/65] target/riscv: rvv-0.9: add vector context status
` [RFC 08/65] target/riscv: rvv-0.9: update mstatus_vs by tb_flags
` [RFC 09/65] target/riscv: rvv-0.9: add vlenb register
` [RFC 10/65] target/riscv: rvv-0.9: remove MLEN calculations
` [RFC 11/65] target/riscv: rvv-0.9: add fractional LMUL, VTA and VMA
` [RFC 12/65] target/riscv: rvv-0.9: update check functions
` [RFC 13/65] target/riscv: rvv-0.9: configure instructions
` [RFC 14/65] target/riscv: rvv-0.9: stride load and store instructions
` [RFC 57/65] target/riscv: rvv-0.9: floating-point min/max instructions

[PATCH v1 00/13] misc rc0 fixes (docs, plugins, docker)
 2020-07-10 21:29 UTC  (7+ messages)
` [PATCH v1 04/13] cputlb: ensure we save the IOTLB data in case of reset
` [PATCH v1 09/13] target/sh4: revert to using cpu_lduw_code to decode gusa
` [PATCH v1 10/13] tests/plugins: add -Wno-unknown-warning-option to handle -Wpsabi

[PATCH] Emulate dip switch language layout settings on SUN keyboard
 2020-07-10 18:19 UTC 

[PATCH v11 00/34] Add subcluster allocation to qcow2
 2020-07-10 20:36 UTC  (38+ messages)
` [PATCH v11 01/34] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v11 02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v11 03/34] qcow2: Add calculate_l2_meta()
` [PATCH v11 04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v11 05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v11 06/34] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v11 07/34] qcow2: Document the Extended L2 Entries feature
` [PATCH v11 08/34] qcow2: Add dummy has_subclusters() function
` [PATCH v11 09/34] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v11 10/34] qcow2: Add offset_to_sc_index()
` [PATCH v11 11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v11 12/34] qcow2: Add l2_entry_size()
` [PATCH v11 13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v11 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v11 15/34] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v11 16/34] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v11 17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v11 18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v11 19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v11 20/34] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v11 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v11 22/34] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v11 23/34] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v11 24/34] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v11 25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v11 26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v11 27/34] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v11 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v11 29/34] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v11 30/34] qcow2: Add prealloc field to QCowL2Meta
` [PATCH v11 31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v11 32/34] qcow2: Allow preallocation and backing files if extended_l2 is set
` [PATCH v11 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v11 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH v1] target/riscv: fix pmp implementation
 2020-07-10 20:25 UTC  (2+ messages)

[PATCH] cpu: Add starts_halted() method
 2020-07-10 20:17 UTC  (17+ messages)

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description
 2020-07-10 20:09 UTC  (16+ messages)
` [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent
` [RFC PATCH 2/3] hw/i2c/smbus_eeprom: Add description based on child name

[PATCH] tests: improve performance of device-introspect-test
 2020-07-10 20:03 UTC  (2+ messages)

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-07-10 19:54 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH] linux-user: Add several IFTUN ioctls
 2020-07-10 19:53 UTC 

[PATCH v5 00/20] microvm: add acpi support
 2020-07-10 19:49 UTC  (17+ messages)
` [PATCH v5 04/20] acpi: ged: add control regs
` [PATCH v5 07/20] microvm: make virtio irq base runtime configurable
` [PATCH v5 08/20] microvm/acpi: add minimal acpi support
` [PATCH v5 15/20] x86: move cpu plug from pc to x86
` [PATCH v5 16/20] microvm: wire up hotplug
` [PATCH v5 18/20] tests/acpi: allow override blkdev
` [PATCH v5 19/20] tests/acpi: add microvm test

[PATCH v7 00/47] block: Deal with filters
 2020-07-10 19:42 UTC  (9+ messages)
` [PATCH v7 14/47] stream: "
` [PATCH v7 16/47] block: Use bdrv_cow_child() in bdrv_co_truncate()
` [PATCH v7 17/47] block: Re-evaluate backing file handling in reopen

Updates on libcapstone?
 2020-07-10 19:30 UTC  (2+ messages)

[PATCH 0/2] keepalive default
 2020-07-10 19:25 UTC  (5+ messages)

[PULL 00/41] testing updates (vm, gitlab, misc build fixes)
 2020-07-10 19:20 UTC  (3+ messages)
` [PULL 10/41] python/qemu: Add ConsoleSocket for optional use in QEMUMachine

[RFC PATCH] configure: remove all dependencies on a (re)configure
 2020-07-10 19:19 UTC  (2+ messages)

[PATCH v4 0/7] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-07-10 19:02 UTC  (5+ messages)
` [PATCH v4 7/7] Makefile: Ship the generic platform bios images for RISC-V

[PATCH v1] configure: fix malloc check
 2020-07-10 19:02 UTC  (2+ messages)

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-10 18:48 UTC  (5+ messages)
` [PATCH v5 5/5] vhost-user-blk: default num_queues to -smp N

[PATCH] disas/riscv: Fix incorrect disassembly for `imm20` operand
 2020-07-10 18:30 UTC  (2+ messages)

[PULL 0/1] qemu-openbios queue 20200707
 2020-07-10 18:28 UTC  (2+ messages)

[PATCH v2 0/4] target/avr: Few fixes
 2020-07-10 18:25 UTC  (5+ messages)
` [RFC PATCH v2 4/4] target/avr/translate: Fix SBRC/SBRS instructions

[PATCH] .cirrus.yml: add bash to the brew packages
 2020-07-10 18:22 UTC 

[PATCH v4 00/40] testing/next (vm, gitlab, fixes)
 2020-07-10 18:16 UTC  (9+ messages)
` [PATCH v4 11/40] tests/vm: change scripts to use self._config
` [PATCH v4 36/40] gitlab: split build-disabled into two phases

[PULL 00/10] Modules 20200707 patches
 2020-07-10 16:58 UTC  (2+ messages)

[PATCH 0/2] kvm: x86/cpu: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-07-10 16:49 UTC  (10+ messages)
` [PATCH 2/2] x86/cpu: Handle GUEST_MAXPHYADDR < HOST_MAXPHYADDR for hosts that don't support it

[PULL 0/1] 9p fixes for 5.1 2020-07-10
 2020-07-10 16:35 UTC  (2+ messages)
` [PULL 1/1] 9p: null terminate fs driver options list

[PULL v2] Block layer patches
 2020-07-10 16:35 UTC  (5+ messages)
` [PATCH] fixup! qemu-img: Deprecate use of -b without -F

[RFC 0/3] x86: fix cpu hotplug with secure boot
 2020-07-10 16:17 UTC  (4+ messages)
` [RFC 1/3] x86: lpc9: let firmware negotiate CPU hotplug SMI feature
` [RFC 2/3] x86: cphp: prevent guest crash on CPU hotplug when broadcast SMI is in use
` [RFC 3/3] x68: acpi: trigger SMI before scanning for hotplugged CPUs

[PATCH for-5.1] file-posix: Mitigate file fragmentation with extent size hints
 2020-07-10 16:12 UTC  (3+ messages)

QEMU | Pipeline #165302224 has failed for master | f2a1cf91
 2020-07-10 16:04 UTC 

[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
 2020-07-10 16:03 UTC  (6+ messages)

[PULL 00/32] AVR port
 2020-07-10 16:00 UTC  (8+ messages)

[PATCH] block: Raise an error when backing file parameter is an empty string
 2020-07-10 15:57 UTC  (3+ messages)

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-10 15:53 UTC  (16+ messages)

[PULL 00/31] Block patches
 2020-07-10 15:48 UTC  (3+ messages)
` [PULL 03/31] iotests: Make _filter_img_create more active

[PATCH v2 1/4] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-10 23:34 UTC  (4+ messages)
` [PATCH v2 2/4] target/nios2: in line the semantics of DISAS_UPDATE with other targets
` [PATCH v2 3/4] target/nios2: Use gen_io_start around wrctl instruction
` [PATCH v2 4/4] hw/nios2: exit to main CPU loop only when unmasking interrupts

[PATCH RFC 2/5] s390x: implement diag260
 2020-07-10 15:45 UTC  (2+ 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).