qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 18:12:32 to 2021-05-27 04:20:20 UTC [more...]

[PATCH 00/11] softfloat: Improve denormal handling
 2021-05-27  4:14 UTC  (11+ messages)
` [PATCH 01/11] softfloat: Rename float_flag_input_denormal to float_flag_iflush_denormal
` [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal
` [PATCH 03/11] softfloat: Introduce float_flag_inorm_denormal
` [PATCH 04/11] softfloat: Introduce float_flag_result_denormal
` [PATCH 05/11] target/i386: Use float_flag_inorm_denormal
` [PATCH 06/11] target/rx: Handle the FPSW.DN bit in helper_set_fpsw
` [PATCH 07/11] target/rx: Use FloatRoundMode "
` [PATCH 08/11] target/rx: Fix setting of FPSW.CE
` [PATCH 09/11] target/mips: Drop inline markers from msa_helper.c
` [PATCH 10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr

[RFC PATCH v4] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-27  2:01 UTC  (2+ messages)

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-27  1:21 UTC  (19+ messages)
` [PATCH 1/5] target/ppc: fixed GEN_OPCODE behavior when PPC_DUMP_CPU is set
` [PATCH 2/5] target/ppc: remove ppc_cpu_dump_statistics
` [PATCH 3/5] target/ppc: removed mentions to DO_PPC_STATISTICS
` [PATCH 4/5] monitor: removed cpustats command
` [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

[PATCH v1 0/3] ppc: LPCR synchronisation fixes
 2021-05-27  1:48 UTC  (8+ messages)
` [PATCH v1 1/3] spapr: Remove stale comment about power-saving LPCR bits
` [PATCH v1 2/3] spapr: Set LPCR to current AIL mode when starting a new CPU
` [PATCH v1 3/3] target/ppc: Synchronize with KVM's LPCR value when creating a vCPU

[PATCH] target/ppc: fold ppc_store_ptcr into it's only caller
 2021-05-27  1:13 UTC  (2+ messages)

[PATCH v5 00/23] Base for adding PowerPC 64-bit instructions
 2021-05-27  1:11 UTC  (7+ messages)
` [PATCH v5 23/23] target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree

[PATCH] spapr: nvdimm: Fix the persistent-memory root node name in device tree
 2021-05-27  1:09 UTC  (2+ messages)

[PATCH 0/5] linux-user changes to run docker
 2021-05-27  1:44 UTC  (4+ messages)

[PATCH v2 1/1] yank: Unregister function when using TLS migration
 2021-05-27  1:33 UTC  (3+ messages)

Denormal input handling
 2021-05-27  1:14 UTC  (4+ messages)

Help adding multi vector msi support to hw/xen
 2021-05-27  0:49 UTC 

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-05-27  0:20 UTC  (2+ messages)
` [Bug 1891748] "

[PULL 00/31] tcg patch queue
 2021-05-26 23:47 UTC  (32+ messages)
` [PULL 01/31] exec/memory_ldst_cached: Sort declarations
` [PULL 02/31] exec/memory_ldst_phys: "
` [PULL 03/31] exec/memory_ldst: Use correct type sizes
` [PULL 04/31] exec/memory_ldst_phys: "
` [PULL 05/31] exec/memory_ldst_cached: Use correct type size
` [PULL 06/31] exec/memory: "
` [PULL 07/31] accel/tcg: Reduce 'exec/tb-context.h' inclusion
` [PULL 08/31] accel/tcg: Keep TranslationBlock headers local to TCG
` [PULL 09/31] replay: fix watchpoint processing for reverse debugging
` [PULL 10/31] tcg/aarch64: Fix tcg_out_rotl
` [PULL 11/31] cpu: Remove duplicated 'sysemu/hw_accel.h' header
` [PULL 12/31] cpu: Split as cpu-common / cpu-sysemu
` [PULL 13/31] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
` [PULL 14/31] cpu: Introduce cpu_virtio_is_big_endian()
` [PULL 15/31] cpu: Directly use cpu_write_elf*() fallback handlers in place
` [PULL 16/31] cpu: Directly use get_paging_enabled() "
` [PULL 17/31] cpu: Directly use get_memory_mapping() "
` [PULL 18/31] cpu: Assert DeviceClass::vmsd is NULL on user emulation
` [PULL 19/31] cpu: Rename CPUClass vmsd -> legacy_vmsd
` [PULL 20/31] cpu: Move AVR target vmsd field from CPUClass to DeviceClass
` [PULL 21/31] cpu: Introduce SysemuCPUOps structure
` [PULL 22/31] cpu: Move CPUClass::vmsd to SysemuCPUOps
` [PULL 23/31] cpu: Move CPUClass::virtio_is_big_endian "
` [PULL 24/31] cpu: Move CPUClass::get_crash_info "
` [PULL 25/31] cpu: Move CPUClass::write_elf* "
` [PULL 26/31] cpu: Move CPUClass::asidx_from_attrs "
` [PULL 27/31] cpu: Move CPUClass::get_phys_page_debug "
` [PULL 28/31] cpu: Move CPUClass::get_memory_mapping "
` [PULL 29/31] cpu: Move CPUClass::get_paging_enabled "
` [PULL 30/31] target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
` [PULL 31/31] hw/core: Constify TCGCPUOps

[PATCH v3 0/8] GICv3 LPI and ITS feature implementation
 2021-05-27  0:22 UTC  (4+ messages)

[PATCH v7 00/14] virtio-gpu: Add support for Blob resources feature
 2021-05-26 23:14 UTC  (15+ messages)
` [PATCH v7 01/14] ui: Get the fd associated with udmabuf driver
` [PATCH v7 02/14] headers: Add udmabuf.h
` [PATCH v7 03/14] virtio-gpu: Add udmabuf helpers
` [PATCH v7 04/14] stubs: Add stubs for "
` [PATCH v7 05/14] virtio-gpu: Add virtio_gpu_find_check_resource
` [PATCH v7 06/14] virtio-gpu: Refactor virtio_gpu_set_scanout
` [PATCH v7 07/14] virtio-gpu: Refactor virtio_gpu_create_mapping_iov
` [PATCH v7 08/14] virtio-gpu: Add initial definitions for blob resources
` [PATCH v7 09/14] virtio-gpu: Add virtio_gpu_resource_create_blob
` [PATCH v7 10/14] ui/pixman: Add qemu_pixman_to_drm_format()
` [PATCH v7 11/14] virtio-gpu: Add helpers to create and destroy dmabuf objects
` [PATCH v7 12/14] virtio-gpu: Factor out update scanout
` [PATCH v7 13/14] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PATCH v7 14/14] virtio-gpu: Update cursor data using blob

[PATCH 0/1] tests/acceptance: change armbian archive to a faster host
 2021-05-26 23:41 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/1] yank: Unregister function when using TLS migration
 2021-05-26 21:58 UTC  (6+ messages)

[RFC PATCH 00/15] softmmu: Make various objects target agnostic
 2021-05-26 21:47 UTC  (35+ messages)
` [RFC PATCH 01/15] accel/kvm: Add more stubs
` [RFC PATCH 02/15] accel/whpx: Simplify #ifdef'ry
` [RFC PATCH 03/15] accel/hax: "
` [RFC PATCH 04/15] accel: Only use TCG when building user-mode emulation
` [RFC PATCH 05/15] accel/kvm: Simplify user-mode #ifdef'ry
` [RFC PATCH 06/15] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
` [RFC PATCH 07/15] softmmu/globals: Remove unused 'hw/i386/*' headers
` [RFC PATCH 08/15] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
` [RFC PATCH 09/15] softmmu/runstate: Clean headers
` [RFC PATCH 10/15] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
` [RFC PATCH 11/15] exec/cpu: Make address_space_init/reloading_memory_map "
` [RFC PATCH 12/15] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() "
` [RFC PATCH 13/15] sysemu/memory_mapping: Become target-agnostic
` [RFC PATCH 14/15] softmmu/cpus: Extract QMP command handlers to cpus-qmp.c
` [RFC PATCH 15/15] softmmu: Build target-agnostic objects once

[PATCH v7 0/1] qapi: introduce 'query-cpu-model-cpuid' action
 2021-05-26 21:44 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PULL 00/19] gitlab-ci patches for 2021-05-26
 2021-05-26 21:18 UTC  (20+ messages)
` [PULL 01/19] gitlab: Replace YAML anchors by extends (acceptance_test_job)
` [PULL 02/19] gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS
` [PULL 03/19] gitlab: Enable cross-i386 builds of TCI
` [PULL 04/19] gitlab: Extract container job template to container-template.yml
` [PULL 05/19] gitlab: Extract crossbuild job templates to crossbuild-template.yml
` [PULL 06/19] gitlab: Extract DCO/style check jobs to static_checks.yml
` [PULL 07/19] gitlab: Extract build stages to stages.yml
` [PULL 08/19] gitlab: Extract default build/test jobs templates
` [PULL 09/19] gitlab: Extract core container jobs to container-core.yml
` [PULL 10/19] gitlab: Drop linux user build job for CentOS 7
` [PULL 11/19] gitlab: Extract all default build/test jobs to buildtest.yml
` [PULL 12/19] gitlab: Move current job set to qemu-project.yml
` [PULL 13/19] gitlab: Document how forks can use different set of jobs
` [PULL 14/19] gitlab: Extract cross-container jobs to container-cross.yml
` [PULL 15/19] gitlab: Keep Avocado reports during 1 week
` [PULL 16/19] gitlab: Run Avocado tests manually (except mainstream CI)
` [PULL 17/19] gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'
` [PULL 18/19] gitlab: Convert check-dco/check-patch jobs to the 'rules' syntax
` [PULL 19/19] gitlab: Split gprof-gcov job

[PATCH 0/3] block: drop BlockDriverState::read_only
 2021-05-26 21:15 UTC  (4+ messages)
` [PATCH 1/3] block: consistently use bdrv_is_read_only()
` [PATCH 2/3] block: drop BlockDriverState::read_only
` [PATCH 3/3] block: drop BlockBackendRootState::read_only

[RFC 0/1] acceptance tests: bump Avocado version to 88.1
 2021-05-26 21:09 UTC  (3+ messages)

[PATCH v6 00/19] i386: KVM: expand Hyper-V features early
 2021-05-26 20:20 UTC  (2+ messages)

Denormal input handling
 2021-05-26 20:15 UTC  (5+ messages)

[PULL 00/14] Input 20210526 patches
 2021-05-26 20:04 UTC  (2+ messages)

[PULL 0/4] M68k for 6.1 patches
 2021-05-26 19:57 UTC  (5+ messages)
` [PULL 1/4] target/m68k: introduce is_singlestepping() function
` [PULL 2/4] target/m68k: call gen_raise_exception() directly if single-stepping in gen_jmp_tb()
` [PULL 3/4] target/m68k: introduce gen_singlestep_exception() function
` [PULL 4/4] target/m68k: implement m68k "any instruction" trace mode

[PATCH] linux-user: Remove unnecessary static assert involving __SIGRTMAX
 2021-05-26 20:02 UTC  (5+ messages)
` [PATCH v2] linux-user: Disable static assert involving __SIGRTMAX if it is missing

[Bug 1921948] [NEW] MTE tags not checked properly for unaligned accesses at EL1
 2021-05-26 19:55 UTC  (2+ messages)
` [Bug 1921948] "

[PATCH v7 00/31] python: create installable package
 2021-05-26 19:56 UTC  (15+ messages)
` [PATCH v7 17/31] python: add pylint to pipenv
` [PATCH v7 29/31] python: add .gitignore
` [PATCH v7 31/31] gitlab: add python linters to CI

[PATCH 0/2] i386: use better matching family/model/stepping for generic CPUs
 2021-05-26 19:38 UTC  (6+ messages)
` [PATCH 1/2] i386: use better matching family/model/stepping for 'qemu64' CPU
` [PATCH 2/2] i386: use better matching family/model/stepping for 'max' CPU

[PATCH v6 00/13] virtio-gpu: Add support for Blob resources feature
 2021-05-26 19:32 UTC  (4+ messages)
` [PATCH v6 03/13] virtio-gpu: Add udmabuf helpers

Windows fails to boot after rebase to QEMU master
 2021-05-26 19:30 UTC  (3+ messages)

[PATCH v4 00/15] qemu_iotests: improve debugging options
 2021-05-26 19:15 UTC  (3+ messages)
` [PATCH v4 04/15] qemu-iotests: add option to attach gdbserver

GSoC 2021: Request for WIKI account to update project details
 2021-05-26 19:05 UTC 

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-26 18:19 UTC  (7+ messages)

[PATCH 0/3] virtiofsd: Find original inode ID of mount points
 2021-05-26 18:50 UTC  (4+ messages)
` [PATCH 1/3] "
    ` [Virtio-fs] "

[PATCH 0/4] target/m68k: implement m68k "any instruction" trace mode
 2021-05-26 18:46 UTC  (2+ messages)

[PATCH] iotests/check: move general long options to double dash
 2021-05-26 18:16 UTC 

[PATCH v9 0/6] RISC-V Pointer Masking implementation
 2021-05-26 17:57 UTC  (7+ messages)
` [PATCH v9 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v9 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v9 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v9 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v9 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v9 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-26 17:49 UTC  (4+ messages)
` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation

[PATCH v7 00/23] cpu: Introduce SysemuCPUOps structure
 2021-05-26 17:47 UTC  (5+ messages)
` [PATCH v7 02/23] cpu: Restrict target cpu_do_transaction_failed() handlers to sysemu

[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
 2021-05-26 18:15 UTC  (3+ messages)
` [PATCH 02/11] exec: Restrict hwaddr.h to sysemu/

[PULL 00/15] migration/virtiofs/hmp queue
 2021-05-26 17:45 UTC  (6+ messages)
` [PULL 06/15] virtiofsd: Simplify skip byte logic
` [PULL 11/15] migration/rdma: Fix cm_event used before being initialized
` [PULL 12/15] migration/rdma: cleanup rdma in rdma_start_incoming_migration error path
` [PULL 13/15] migration/rdma: Fix rdma_addrinfo res leaks
` [PULL 14/15] migration/rdma: destination: create the return patch after the first accept

[PATCH] tests/acceptance: Add a 'virt_kvm' test using the GICv3
 2021-05-26 18:04 UTC  (7+ 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).