qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 10:36:53 to 2020-10-09 17:04:30 UTC [more...]

[PATCH 0/5] MAINTAINERS: Update MIPS sections
 2020-10-09 16:52 UTC  (4+ messages)
` [PATCH 1/5] MAINTAINERS: Put myself forward for MIPS target
` [PATCH 2/5] MAINTAINERS: Remove duplicated Malta test entries
` [PATCH 3/5] MAINTAINERS: Downgrade status of MIPS Boston to "Odd Fixes"

[PULL 00/22] acceptance regressions, testing, gitdm, plugins
 2020-10-09 16:31 UTC  (18+ messages)
` [PULL 01/22] configure: fix performance regression due to PIC objects
` [PULL 02/22] hw/misc/mips_cpc: Start vCPU when powered on
` [PULL 03/22] hw/ide: restore replay support of IDE
` [PULL 04/22] cirrus: Fixing and speedup the msys2/mingw CI
` [PULL 05/22] cirrus: msys2/mingw speed is up, add excluded target back
` [PULL 06/22] tests/docker: Add genisoimage to the docker file
` [PULL 07/22] contrib/gitdm: Add more academic domains
` [PULL 08/22] contrib/gitdm: Add more individual contributors
` [PULL 09/22] contrib/gitdm: Add Baidu to the domain map
` [PULL 10/22] contrib/gitdm: Add ByteDance "
` [PULL 12/22] contrib/gitdm: Add Nuvia "
` [PULL 13/22] contrib/gitdm: Add Qualcomm "
` [PULL 14/22] contrib/gitdm: Add Nir Soffer to Red Hat domain
` [PULL 19/22] plugins: Fixes a issue when dlsym failed, the handle not closed
` [PULL 20/22] plugin: Fixes compiling errors on msys2/mingw
` [PULL 21/22] cirrus: use V=1 when running tests on FreeBSD and macOS
` [PULL 22/22] tests/acceptance: disable machine_rx_gdbsim on GitLab

[PULL 00/20] ppc-for-5.2 queue 20201009
 2020-10-09 16:22 UTC  (5+ messages)
` [PULL 12/20] spapr: Simplify error handling in spapr_cpu_core_realize()
` [PULL 19/20] spapr_numa: consider user input when defining associativity
` [PULL 20/20] specs/ppc-spapr-numa: update with new NUMA support

[PATCH v6 00/36] qapi: static typing conversion, pt1
 2020-10-09 16:15 UTC  (37+ messages)
` [PATCH v6 01/36] docs: repair broken references
` [PATCH v6 02/36] qapi: modify docstrings to be sphinx-compatible
` [PATCH v6 03/36] qapi-gen: Separate arg-parsing from generation
` [PATCH v6 04/36] qapi: move generator entrypoint into package
` [PATCH v6 05/36] qapi: Prefer explicit relative imports
` [PATCH v6 06/36] qapi: Remove wildcard includes
` [PATCH v6 07/36] qapi: enforce import order/styling with isort
` [PATCH v6 08/36] qapi: delint using flake8
` [PATCH v6 09/36] qapi: add pylintrc
` [PATCH v6 10/36] qapi/common.py: Remove python compatibility workaround
` [PATCH v6 11/36] qapi/common.py: Add indent manager
` [PATCH v6 12/36] qapi/common.py: delint with pylint
` [PATCH v6 13/36] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v6 14/36] qapi/common.py: check with pylint
` [PATCH v6 15/36] qapi/common.py: add type hint annotations
` [PATCH v6 16/36] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v6 17/36] qapi/common.py: move build_params into gen.py
` [PATCH v6 18/36] qapi: establish mypy type-checking baseline
` [PATCH v6 19/36] qapi/events.py: add type hint annotations
` [PATCH v6 20/36] qapi/events.py: Move comments into docstrings
` [PATCH v6 21/36] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v6 22/36] qapi/commands.py: add type hint annotations
` [PATCH v6 23/36] qapi/commands.py: enable checking with mypy
` [PATCH v6 24/36] qapi/source.py: add type hint annotations
` [PATCH v6 25/36] qapi/source.py: delint with pylint
` [PATCH v6 26/36] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v6 27/36] qapi/gen.py: add type hint annotations
` [PATCH v6 28/36] qapi/gen.py: Enable checking with mypy
` [PATCH v6 29/36] qapi/gen.py: Remove unused parameter
` [PATCH v6 30/36] qapi/gen.py: update write() to be more idiomatic
` [PATCH v6 31/36] qapi/gen.py: delint with pylint
` [PATCH v6 32/36] qapi/types.py: add type hint annotations
` [PATCH v6 33/36] qapi/types.py: remove one-letter variables
` [PATCH v6 34/36] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v6 35/36] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v6 36/36] qapi/visit.py: add type hint annotations

Requirements for out-of-process device emulation
 2020-10-09 16:18 UTC 

[PATCH v2 0/2] Romless QEMU shutdown patches
 2020-10-09 16:11 UTC  (3+ messages)
` [PATCH v2 1/2] hw/mips: remove exit(1) in case of missing ROM

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-09 16:01 UTC  (13+ messages)
` [PATCH 01/12] qom: Helpers for pointer properties
` [PATCH 02/12] qom: Introduce PointerProperty struct
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset
` [PATCH 04/12] sev: Use class properties
` [PATCH 05/12] rng: "
` [PATCH 06/12] can_host: "
` [PATCH 07/12] colo: "
` [PATCH 08/12] netfilter: Reorder functions
` [PATCH 09/12] netfilter: Use class properties
` [PATCH 10/12] input: "
` [PATCH 11/12] [RFC] qom: Property lock mechanism
` [PATCH 12/12] [RFC] qom: Lock properties of all TYPE_USER_CREATABLE types

[PATCH v3 00/10] Retrieve zPCI hardware information from VFIO
 2020-10-09 16:10 UTC  (10+ messages)
` [PATCH v3 06/10] s390x/pci: use a PCI Group structure
` [PATCH v3 07/10] s390x/pci: clean up s390 PCI groups
` [PATCH v3 08/10] s390x/pci: use a PCI Function structure
` [PATCH v3 10/10] s390x/pci: get zPCI function info from host

[RFC PATCH v3 00/34] Hexagon patch series
 2020-10-09 16:02 UTC  (10+ messages)
` [RFC PATCH v3 26/34] Hexagon (target/hexagon) macros referenced in instruction semantics

[RFC v1 0/4] unbreak non-tcg builds
 2020-10-09 16:01 UTC  (9+ messages)
` [RFC v1 1/4] tests/Makefile.include: "
` [RFC v1 2/4] qtest: unbreak non-TCG builds in bios-tables-test
` [RFC v1 3/4] qtest: do not build ide-test if TCG is not available
` [RFC v1 4/4] replay: do not build "

[PATCH 0/2] Romless QEMU shutdown patches
 2020-10-09 16:00 UTC  (4+ messages)
` [PATCH 2/2] hw/arm: remove exit(1) in case of missing ROM

[RFC PATCH v2 0/3] target/mips: Report unimplemented cache() operations
 2020-10-09 15:51 UTC  (2+ messages)

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-10-09 15:40 UTC  (2+ messages)

[PATCH] hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work
 2020-10-09 15:39 UTC 

[PATCH V13 0/9] mips: Add Loongson-3 machine support
 2020-10-09 15:29 UTC  (3+ messages)
` [PATCH V13 9/9] docs/system: Update MIPS machine documentation

[PATCH 00/63] qom: Rename macros for consistency
 2020-10-09 15:25 UTC  (3+ messages)
` [PATCH 18/63] mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON

[PATCH 0/4] linux-user: update syscall_nr headers to Linux 5.9-rc7
 2020-10-09 15:22 UTC  (3+ messages)
` [PATCH 2/4] linux-user: update mips/syscall-args-o32.c.inc "

[PATCH 0/3] Fix some crashes when using -object
 2020-10-09 15:17 UTC  (6+ messages)
` [PATCH 1/3] authz-list-file: Fix crash when filename is not set
` [PATCH 2/3] can-host-socketcan: Fix crash when 'if' option "

[PATCH V2 00/14] fix some comment spelling errors
 2020-10-09 15:15 UTC  (6+ messages)
` [PATCH V2 01/14] cris/: "
` [PATCH V2 06/14] mips/: "

[PATCH v3 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-09 15:10 UTC  (3+ messages)
` [PATCH v3 1/4] keyval: Parse help options

[PATCH v2 0/5] target/mips: Misc patches
 2020-10-09 15:00 UTC  (10+ messages)
` [PATCH v2 1/5] target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
` [PATCH v2 2/5] target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
` [PATCH v2 3/5] target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>
` [PATCH v2 4/5] target/mips: Refactor helpers for fp comparison instructions

[PATCH 1/2] hw/char/serial: remove duplicate .class_init in serial_mm_info
 2020-10-09 14:58 UTC  (4+ messages)
` [PATCH 2/2] goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN

[PATCH] hw/net: move allocation to the heap due to very large stack frame
 2020-10-09 14:55 UTC  (5+ messages)

[PULL 0/2] Error reporting patches for 2020-10-09
 2020-10-09 14:47 UTC  (2+ messages)

[PATCH] target/arm: Fix SMLAD incorrect setting of Q bit
 2020-10-09 14:47 UTC 

[PATCH v5 00/36] qapi: static typing conversion, pt1
 2020-10-09 14:37 UTC  (7+ messages)
` [PATCH v5 24/36] qapi/source.py: add type hint annotations

What's this error means? On windows, it's randomly failing
 2020-10-09 14:36 UTC 

[PATCH 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-09 14:36 UTC  (4+ messages)
` [PATCH 1/4] keyval: Parse help options

[PATCH V2] target/riscv: raise exception to HS-mode at get_physical_address
 2020-10-09 14:34 UTC  (2+ messages)

[PATCH 1/5] Fixing Lesser GPL version number [1/5]
 2020-10-09 14:25 UTC  (5+ messages)

[Bug 1898883] [NEW] qemu-system-riscv64 failed to load binary kernel into memory
 2020-10-09 14:18 UTC  (2+ messages)
` [Bug 1898883] "

[PATCH 0/3] migration: Make save/load_snapshot() return boolean
 2020-10-09 13:57 UTC  (6+ messages)
` [PATCH 2/3] migration: Make save_snapshot() return bool, not 0/-1
` [PATCH 3/3] migration: stop returning errno from load_snapshot()

Which qemu change corresponds to RedHat bug 1655408
 2020-10-09 13:56 UTC  (5+ messages)

[PULL v2 0/8] NBD patches through 2020-10-08
 2020-10-09 13:54 UTC  (2+ messages)
` [PULL v2 6/8] qemu-nbd: Honor SIGINT and SIGHUP

How about using clang-format instead checkpatch for fixing style?
 2020-10-09 13:48 UTC  (6+ messages)

[PULL 00/14] Monitor patches for 2020-10-09
 2020-10-09 13:47 UTC  (2+ messages)

[PATCH 5/5] Fixing Lesser GPL version number [5/5]
 2020-10-09 13:45 UTC  (2+ messages)

[PATCH 2/5] Fixing Lesser GPL version number [2/5]
 2020-10-09 13:44 UTC  (2+ messages)

does make check now require TCG? Or is it a parallelism issue?
 2020-10-09 13:32 UTC  (20+ messages)

[PATCH 0/3] target/arm: MTE fixes
 2020-10-09 11:12 UTC  (8+ messages)
` [PATCH 1/3] target/arm: Remove redundant mmu_idx lookup
` [PATCH 2/3] target/arm: Fix reported EL for mte_check_fail
` [PATCH 3/3] target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11

[PATCH v10 0/9] Apply COR-filter to the block-stream permanently
 2020-10-09 12:56 UTC  (6+ messages)
` [PATCH v10 6/9] copy-on-read: skip non-guest reads if no copy needed

[PULL 0/8] NBD patches through 2020-10-08
 2020-10-09 12:25 UTC  (3+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-10-09 12:42 UTC  (7+ messages)
` [PATCH v3 45/81] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v3 51/81] target/arm: Pass separate addend to {U, S}DOT helpers

[PATCH RFC v3 00/23] i386: KVM: expand Hyper-V features early
 2020-10-09 12:18 UTC  (24+ messages)
` [PATCH RFC v3 01/23] WIP: update linux/headers
` [PATCH RFC v3 02/23] i386: fill in FEAT_HYPERV_EDX from edx instead of eax
` [PATCH RFC v3 03/23] i386: drop x86_cpu_get_supported_feature_word() forward declaration
` [PATCH RFC v3 04/23] i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
` [PATCH RFC v3 05/23] i386: move hyperv_interface_id "
` [PATCH RFC v3 06/23] i386: move hyperv_version_id "
` [PATCH RFC v3 07/23] i386: move hyperv_limits "
` [PATCH RFC v3 08/23] i386: keep hyperv_vendor string up-to-date
` [PATCH RFC v3 09/23] i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough
` [PATCH RFC v3 10/23] i386: always fill Hyper-V CPUID feature leaves from X86CPU data
` [PATCH RFC v3 11/23] i386: stop using env->features[] for filling Hyper-V CPUIDs
` [PATCH RFC v3 12/23] i386: introduce hyperv_feature_supported()
` [PATCH RFC v3 13/23] i386: introduce hv_cpuid_get_host()
` [PATCH RFC v3 14/23] i386: drop FEAT_HYPERV feature leaves
` [PATCH RFC v3 15/23] i386: introduce hv_cpuid_cache
` [PATCH RFC v3 16/23] i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()
` [PATCH RFC v3 17/23] i386: move eVMCS enablement to hyperv_init_vcpu()
` [PATCH RFC v3 18/23] i386: switch hyperv_expand_features() to using error_setg()
` [PATCH RFC v3 19/23] i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array size
` [PATCH RFC v3 20/23] i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one
` [PATCH RFC v3 21/23] i386: use global kvm_state in hyperv_enabled() check
` [PATCH RFC v3 22/23] i386: expand Hyper-V features during CPU feature expansion time
` [PATCH RFC v3 23/23] i386: provide simple 'hyperv=on' option to x86 machine types

[PATCH v8 00/17] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-10-09 12:15 UTC  (4+ messages)
` [PATCH v8 07/17] qemu-iotests, qtest: rewrite test 067 as a qtest

[PATCH v2] configure: add option for virtiofsd
 2020-10-09 12:13 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH v3 0/6] Exposing backing-chain allocation over NBD
 2020-10-09 12:13 UTC  (5+ messages)
` [PATCH v3 2/6] nbd: Add 'qemu-nbd -A' to expose allocation depth

[PATCH v6 0/4] Improve cirrus msys2
 2020-10-09 11:10 UTC  (6+ messages)
` [PATCH v6 1/4] cirrus: Fixing and speedup the msys2/mingw CI
` [PATCH v6 2/4] cirrus: msys2/mingw speed is up, add excluded target back
` [PATCH v6 3/4] docs: Fixes build docs on msys2/mingw
` [PATCH v6 4/4] cirrus: Enable doc build "

[Qemu-devel] [Bug 1637511] [NEW] Armitage crashes KVM guest with Kali2016.2 for QXL video
 2020-10-09 10:36 UTC  (2+ messages)
` [Bug 1637511] "

acceptance-system-fedora failures
 2020-10-09 10:37 UTC  (12+ messages)

[PATCH v1 0/4] Allow loading a no MMU kernel
 2020-10-09 10:29 UTC  (3+ messages)
` [PATCH v1 4/4] hw/riscv: Load the kernel after the firmware


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