qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-26 08:08:26 to 2021-10-26 18:29:41 UTC [more...]

[PATCH v6 0/7] virtio-iommu: Add ACPI support (x86 part)
 2021-10-26 18:20 UTC  (2+ messages)
` [PATCH v6 1/7] hw/acpi: Add VIOT table

[RFC 0/2] tls: add macros for coroutine-safe TLS variables
 2021-10-26 18:03 UTC  (19+ messages)
` [RFC 1/2] "

[PATCH] tests/tcg: remove debug polluting make output
 2021-10-26 18:11 UTC  (2+ messages)

[PATCH v5 0/8] Switch iotests to using Async QMP
 2021-10-26 17:56 UTC  (9+ messages)
` [PATCH v5 1/8] python/machine: remove has_quit argument
` [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously
` [PATCH v5 3/8] python/aqmp: Remove scary message
` [PATCH v5 4/8] iotests: Accommodate async QMP Exception classes
` [PATCH v5 5/8] iotests: Conditionally silence certain AQMP errors
` [PATCH v5 6/8] iotests/300: avoid abnormal shutdown race condition
` [PATCH v5 7/8] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH v5 8/8] python, iotests: replace qmp with aqmp

[PATCH v2 00/15] python/iotests: Run iotest linters during Python CI
 2021-10-26 18:02 UTC  (15+ messages)
` [PATCH v2 07/15] iotests/297: refactor run_[mypy|pylint] as generic execution shim
` [PATCH v2 08/15] iotests/297: Change run_linter() to raise an exception on failure
` [PATCH v2 09/15] iotests/297: update tool availability checks
` [PATCH v2 10/15] iotests/297: split test into sub-cases
` [PATCH v2 11/15] iotests: split linters.py out from 297
` [PATCH v2 12/15] iotests/linters: Add entry point for linting via Python CI

[PATCH v2] target/mips: Fix Loongson-3A4000 MSAIR config register
 2021-10-26 18:09 UTC 

[PATCH 0/3] target/mips: MSA opcode fixes
 2021-10-26 18:08 UTC  (2+ messages)

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-10-26 17:39 UTC  (6+ messages)

[PULL 0/5] virtiofs queue
 2021-10-26 17:12 UTC  (7+ messages)
` [PULL 1/5] virtiofsd: xattr mapping add a new type "unsupported"
` [PULL 2/5] virtiofsd: Remove unused virtio_fs_config definition
` [PULL 3/5] virtiofsd: Add a helper to send element on virtqueue
` [PULL 4/5] virtiofsd: Add a helper to stop all queues
` [PULL 5/5] virtiofsd: Error on bad socket group name

[PATCH v4 0/8] Switch iotests to using Async QMP
 2021-10-26 17:07 UTC  (4+ messages)
` [PATCH v4 6/8] iotests/300: avoid abnormal shutdown race condition

[PATCH] hw/net: store timers for e1000 in vmstate
 2021-10-26 17:02 UTC  (2+ messages)

[PATCH v2 0/3] memory: memory_region_is_mapped() cleanups
 2021-10-26 17:01 UTC  (7+ messages)
` [PATCH v2 1/3] machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
` [PATCH v2 2/3] memory: Make memory_region_is_mapped() succeed when mapped via an alias
` [PATCH v2 3/3] memory: Update description of memory_region_is_mapped()

[PATCH 00/33] PowerISA v3.1 instruction batch
 2021-10-26 16:58 UTC  (11+ messages)
` [PATCH 07/33] target/ppc: Implement cntlzdm
` [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-26 16:57 UTC  (7+ messages)
` [PATCH 01/15] pcie: Set default and supported MaxReadReq to 512
` [PATCH 13/15] pcie: Add helpers to the SR/IOV API

[PATCH v3 00/48] tcg: optimize redundant sign extensions
 2021-10-26 16:37 UTC  (31+ messages)
` [PATCH v3 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
  ` [PATCH v3 11/48] tcg/optimize: Return true from tcg_opt_gen_{mov,movi}
` [PATCH v3 12/48] tcg/optimize: Split out finish_folding
` [PATCH v3 13/48] tcg/optimize: Use a boolean to avoid a mass of continues
` [PATCH v3 15/48] tcg/optimize: Split out fold_const{1,2}
` [PATCH v3 16/48] tcg/optimize: Split out fold_setcond2
` [PATCH v3 38/48] tcg/optimize: Split out fold_masks
` [PATCH v3 40/48] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v3 41/48] tcg/optimize: Sink commutative operand swapping into fold functions
` [PATCH v3 42/48] tcg/optimize: Add more simplifications for orc
` [PATCH v3 43/48] tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit values
` [PATCH v3 44/48] tcg/optimize: Optimize sign extensions
` [PATCH v3 45/48] tcg/optimize: Propagate sign info for logical operations
` [PATCH v3 46/48] tcg/optimize: Propagate sign info for setcond
` [PATCH v3 47/48] tcg/optimize: Propagate sign info for bit counting
` [PATCH v3 48/48] tcg/optimize: Propagate sign info for shifting

[PATCH 0/9] Configurable policy for handling unstable interfaces
 2021-10-26 16:34 UTC  (39+ messages)
` [PATCH 1/9] qapi: New special feature flag "unstable"
    ` [Libguestfs] "
` [PATCH 2/9] qapi: Mark unstable QMP parts with feature 'unstable'
` [PATCH 3/9] qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
` [PATCH 4/9] qapi: Tools for sets of special feature flags in generated code
` [PATCH 5/9] qapi: Generalize struct member policy checking
` [PATCH 6/9] qapi: Generalize command "
` [PATCH 7/9] qapi: Generalize enum member "
` [PATCH 8/9] qapi: Factor out compat_policy_input_ok()

[PATCH] hvf: Avoid mapping regions < PAGE_SIZE as ram
 2021-10-26 16:34 UTC  (4+ messages)

[PATCH v2 0/3] linux-aio: allow block devices to limit aio-max-batch
 2021-10-26 16:23 UTC  (4+ messages)
` [PATCH v2 1/3] file-posix: add `aio-max-batch` option
` [PATCH v2 2/3] linux-aio: add `dev_max_batch` parameter to laio_co_submit()
` [PATCH v2 3/3] linux-aio: add `dev_max_batch` parameter to laio_io_unplug()

[PATCH 0/2] qapi: Documentation improvements
 2021-10-26 16:09 UTC  (7+ messages)
` [PATCH 1/2] docs/devel/qapi-code-gen: Drop a duplicate paragraph
` [PATCH 2/2] docs/devel/qapi-code-gen: Belatedly document feature documentation

[PATCH 0/8] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-26 15:38 UTC  (6+ messages)
` [PATCH 8/8] x86-iommu: Fail early if vIOMMU specified after vfio-pci

[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
 2021-10-26 15:14 UTC  (6+ messages)
` [PATCH v3 1/3] smbios: Rename SMBIOS_ENTRY_POINT_* enums
` [PATCH v3 2/3] hw/smbios: Use qapi for SmbiosEntryPointType
` [PATCH v3 3/3] hw/i386: expose a "smbios-entry-point-type" PC machine property

[PATCH v1 00/28] testing, plugins and gdbstub for 6.2
 2021-10-26 15:11 UTC  (39+ messages)
` [PATCH v1 01/28] tests/docker: Use apt build-dep in debian10
` [PATCH v1 02/28] tests/docker: Simplify debian-all-test-cross
` [PATCH v1 03/28] tests/docker: Update debian-hexagon-cross to a newer toolchain
` [PATCH v1 04/28] gitlab-ci: Remove special casing for hexagon testing
` [PATCH v1 05/28] tests/docker: Add debian-nios2-cross image
` [PATCH v1 06/28] tests/docker: Add debian-microblaze-cross image
` [PATCH v1 07/28] tests/tcg: Enable container_cross_cc for microblaze
` [PATCH v1 08/28] tests/tcg: Fix some targets default cross compiler path
` [PATCH v1 09/28] tests/docker: split PARTIAL into PARTIAL and VIRTUAL images
` [PATCH v1 10/28] tests/docker: allow non-unique userid
` [PATCH v1 11/28] tests/tcg: enable debian-nios2-cross for test building
` [PATCH v1 12/28] ebpf: really include it only in system emulators
` [PATCH v1 13/28] plugins/cache: freed heap-allocated mutexes
` [PATCH v1 14/28] plugins/cache: implement unified L2 cache emulation
` [PATCH v1 15/28] plugins/cache: split command line arguments into name and value
` [PATCH v1 16/28] plugins/cache: make L2 emulation optional through args
` [PATCH v1 17/28] docs/tcg-plugins: add L2 arguments to cache docs
` [PATCH v1 18/28] chardev: don't exit() straight away on C-a x
` [PATCH v1 19/28] tests/plugins: extend the insn plugin to track opcode sizes
` [PATCH v1 20/28] plugins: try and make plugin_insn_append more ergonomic
` [PATCH v1 21/28] docs: remove references to TCG tracing
` [PATCH v1 22/28] tracing: remove TCG memory access tracing
` [PATCH v1 23/28] tracing: remove the trace-tcg includes from the build
` [PATCH v1 24/28] tracing: excise the tcg related from tracetool
` [PATCH v1 25/28] plugins: add helper functions for coverage plugins
` [PATCH v1 26/28] contrib/plugins: add a drcov plugin
` [PATCH v1 27/28] tests/tcg: remove duplicate EXTRA_RUNS
` [PATCH v1 28/28] gdbstub: Switch to the thread receiving a signal

[PATCH] failover: specify an alternate MAC address
 2021-10-26 15:03 UTC 

[PATCH 0/1] gitlab-ci: Only push docker images to mainstream registry from /master
 2021-10-26 14:55 UTC  (2+ messages)
` [PATCH 1/1] gitlab-ci: Only push docker images to registry from /master branch

[PATCH v2 0/2] target/riscv: fix hypervisor exceptions
 2021-10-26 14:51 UTC  (3+ messages)
` [PATCH v2 1/2] target/riscv: fix VS interrupts forwarding to HS
` [PATCH v2 2/2] target/riscv: remove force HS exception

[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-10-26 14:53 UTC  (7+ messages)

[PATCH v3] i386: docs: Briefly describe KVM PV features
 2021-10-26 14:12 UTC  (2+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-26  6:46 UTC  (11+ messages)

[PATCH v2] generic-loader: check that binary file target location exists
 2021-10-26 14:03 UTC 

[PULL v2 00/44] pc,pci,virtio: features, fixes, tests
 2021-10-26 13:41 UTC  (4+ messages)
` [PULL v2 02/44] tests: qtest: add qtest_has_accel() to check if tested binary supports accelerator

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-10-26 13:13 UTC  (3+ messages)
    ` [RFC PATCH: v4 "

[PATCH] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
 2021-10-26 13:08 UTC  (4+ messages)

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2021-10-26 11:32 UTC  (8+ messages)
` [PATCH v7 1/4] monitor/hmp: add support for flag argument with value
` [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

[PATCH v2] qapi: Improve input_type_enum()'s error message
 2021-10-26 10:34 UTC  (2+ messages)

[PATCH v4] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-26 10:41 UTC  (10+ messages)

[PATCH] block-backend: Silence clang -m32 compiler warning
 2021-10-26 10:31 UTC  (2+ messages)

[PATCH v2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-10-26 10:32 UTC  (2+ messages)

[PATCH 0/5] trace: inroduce qmp: trace namespace
 2021-10-26 10:28 UTC  (5+ messages)

[PATCH] hw/i386: fix vmmouse registration
 2021-10-26  9:54 UTC 

[PATCH v5 00/12] virtio-iommu: Add ACPI support
 2021-10-26  9:47 UTC  (4+ messages)
` [PATCH v5 10/12] tests/acpi: add test cases for VIOT

[PATCH] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-10-26  9:47 UTC  (2+ messages)

[PATCH v2 0/4] qemu-img compare --stat
 2021-10-26  9:18 UTC  (12+ messages)
` [PATCH v2 1/4] qemu-img: implement "
` [PATCH v2 2/4] qemu-img: make --block-size optional for "
` [PATCH v2 3/4] qemu-img: add --shallow option for qemu-img compare
` [PATCH v2 4/4] iotests: add qemu-img-compare-stat test

[PATCH] hvf: arm: Ignore cache operations on MMIO
 2021-10-26  8:56 UTC  (4+ messages)

[PATCH v2 0/5] SGX NUMA support plus vepc reset
 2021-10-26  8:15 UTC  (4+ messages)
` [PATCH v2 5/5] sgx: Reset the vEPC regions during VM reboot

[PATCH v8 00/78] support vector extension v1.0
 2021-10-26  6:55 UTC  (5+ messages)
` [PATCH v8 73/78] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v8 77/78] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-10-26  6:42 UTC  (3+ messages)
` [PATCH v4 14/22] target/riscv: Implement AIA xiselect and xireg CSRs
` [PATCH v4 21/22] hw/riscv: virt: Add optional AIA IMSIC support to virt machine


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