messages from 2022-03-30 10:37:39 to 2022-03-30 20:29:45 UTC [more...]
[PATCH 00/10] VDIV/VMOD Implementation
2022-03-30 20:25 UTC (3+ messages)
` [PATCH 01/10] qemu/int128: avoid undefined behavior in int128_lshift
` [PATCH 04/10] target/ppc: Implemented vector divide quadword
[PATCH] 9p: move limits.h include from 9p.c to 9p.h
2022-03-30 20:23 UTC (2+ messages)
[PATCH v6 00/12] Improve PMU support
2022-03-30 19:42 UTC (10+ messages)
` [PATCH v6 06/12] target/riscv: Add support for hpmcounters/hpmevents
` [PATCH v6 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v6 10/12] target/riscv: Add few cache related PMU events
[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
2022-03-30 19:40 UTC (4+ messages)
[PATCH 1/2] softmmu/physmem: move last_ram_page() call under qemu_mutex_lock_ramlist()
2022-03-30 19:25 UTC (4+ messages)
` [PATCH 2/2] softmmu/physmem: fix dirty memory bitmap memleak
[PATCH v2 0/9] Python: Remove synchronous QMP library
2022-03-30 19:25 UTC (13+ messages)
` [PATCH v2 1/9] python: temporarily silence pylint duplicate-code warnings
` [PATCH v2 2/9] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH v2 3/9] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH v2 4/9] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH v2 5/9] python: remove the old QMP package
` [PATCH v2 6/9] python: re-enable pylint duplicate-code warnings
` [PATCH v2 7/9] python: rename qemu.aqmp to qemu.qmp
` [PATCH v2 8/9] python: rename 'aqmp-tui' to 'qmp-tui'
` [PATCH v2 9/9] python/qmp: remove pylint workaround from legacy.py
[RFC PATCH v3 00/19] Net Control VQ support with asid in vDPA SVQ
2022-03-30 18:31 UTC (20+ messages)
` [RFC PATCH v3 01/19] util: Return void on iova_tree_remove
` [RFC PATCH v3 02/19] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v3 03/19] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v3 04/19] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v3 05/19] virtio-net: use g_memdup2() instead of unsafe g_memdup()
` [RFC PATCH v3 06/19] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v3 07/19] vdpa: Extract get geatures part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v3 08/19] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v3 09/19] vhost: Add SVQElement
` [RFC PATCH v3 10/19] vhost: Add custom used buffer callback
` [RFC PATCH v3 11/19] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v3 12/19] vhost: Add vhost_iova_tree_find
` [RFC PATCH v3 13/19] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v3 14/19] vhost: Add vhost_svq_inject
` [RFC PATCH v3 15/19] vdpa: add NetClientState->start() callback
` [RFC PATCH v3 16/19] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v3 17/19] vhost: Update kernel headers
` [RFC PATCH v3 18/19] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v3 19/19] vdpa: Add x-cvq-svq
[PATCH v4 00/45] Transactional block-graph modifying API
2022-03-30 19:03 UTC (3+ messages)
` [PATCH v4 45/45] block/copy-before-write: correct permission scheme
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-03-30 19:01 UTC (13+ messages)
` [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
` [PATCH 7/7] vhost-vdpa: backend feature should set only once
[qemu.qmp PATCH 00/13] python: fork qemu.qmp python lib into independent repo
2022-03-30 18:24 UTC (14+ messages)
` [qemu.qmp PATCH 01/13] pylint hotfix
` [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
` [qemu.qmp PATCH 03/13] update VERSION to 0.0.0a1
` [qemu.qmp PATCH 04/13] update maintainer metadata
` [qemu.qmp PATCH 05/13] update project description
` [qemu.qmp PATCH 06/13] [FIXME] update project URLs
` [qemu.qmp PATCH 07/13] add a couple new trove classifiers
` [qemu.qmp PATCH 08/13] move README.rst to FILES.rst and update
` [qemu.qmp PATCH 09/13] [FIXME] move PACKAGE.rst to README.rst "
` [qemu.qmp PATCH 10/13] docs: add versioning policy to README
` [qemu.qmp PATCH 11/13] add LGPLv2+ and GPLv2 LICENSE files
` [qemu.qmp PATCH 12/13] update Pipfile
` [qemu.qmp PATCH 13/13] remove sub-dependency pins from Pipfile
[RFC PATCH 0/8] Alternative softfloat 128-bit integer support
2022-03-30 18:16 UTC (17+ messages)
` [RFC PATCH 1/8] qemu/int128: avoid undefined behavior in int128_lshift
` [RFC PATCH 2/8] qemu/int128: add int128_urshift
` [RFC PATCH 3/8] softfloat: add uint128_to_float128
` [RFC PATCH 4/8] softfloat: add int128_to_float128
` [RFC PATCH 5/8] softfloat: add float128_to_uint128
` [RFC PATCH 6/8] softfloat: add float128_to_int128
` [RFC PATCH 7/8] target/ppc: implement xscv[su]qqp
` [RFC PATCH 8/8] target/ppc: implement xscvqp[su]qz
[RFC PATCH 0/6] softfloat 128-bit integer support
2022-03-30 17:59 UTC (3+ messages)
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-30 17:58 UTC (10+ messages)
[PATCH v8 00/46] CXl 2.0 emulation Support
2022-03-30 17:48 UTC (9+ messages)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
[PATCH v7 00/17] vfio-user server in QEMU
2022-03-30 17:13 UTC (16+ messages)
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device
` [PATCH v7 14/17] vfio-user: handle PCI BAR accesses
[PATCH] target/riscv: Avoid leaking "no translation" TLB entries
2022-03-30 16:59 UTC
[PATCH] target/riscv: Exit current TB after an sfence.vma
2022-03-30 17:10 UTC (8+ messages)
` "
[PATCH 0/4] Python: relicense async qmp as LGPLv2+
2022-03-30 17:04 UTC (6+ messages)
` [PATCH 3/4] python/qmp-shell: relicense "
[PATCH 00/15] tests/docker and tests/tcg cleanup and diet
2022-03-30 16:32 UTC (3+ messages)
` [PATCH 04/15] tests/docker: remove unnecessary default definitions
[PATCH 0/5] Generalize the sysbus device machine allowance
2022-03-30 16:12 UTC (6+ messages)
` [PATCH 1/5] qdev: add uc_requires_machine_allowance flag
` [PATCH 2/5] machine: update machine allowed list related functions/fields
` [PATCH 3/5] qdev-monitor: use the newly uc_requires_machine_allowance
` [PATCH 4/5] rename machine_class_allow_dynamic_sysbus_dev
` [PATCH 5/5] machine: remove temporary inline functions
[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
2022-03-30 16:02 UTC (8+ messages)
[PATCH v1 0/9] Machine type compatible properties
2022-03-30 15:55 UTC (15+ messages)
` [PATCH v1 1/9] qmp: Add dump machine "
` [PATCH v1 2/9] pci: add null-pointer check
` [PATCH v1 3/9] mem: appropriate handling getting mem region
` [PATCH v1 6/9] chardev: add appropriate getting address
` [PATCH v1 7/9] colo-compare: safe finalization
` [PATCH v1 8/9] qom: add command to print initial properties
` [PATCH v1 9/9] scripts: printing machine type compat properties
[PATCH qemu v5 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
2022-03-30 15:13 UTC (6+ messages)
[PATCH v2 0/2] qcow2: Improve refcount structure rebuilding
2022-03-30 15:07 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests/108: Test new refcount rebuild algorithm
[PATCH for-7.0] meson.build: Fix dependency of page-vary-common.c to config-poison.h
2022-03-30 15:03 UTC (5+ messages)
[PATCH] linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition
2022-03-30 14:37 UTC (4+ messages)
[PATCH] multifd: Copy pages before compressing them with zlib
2022-03-30 14:35 UTC (2+ messages)
[PATCH v3 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-03-30 14:10 UTC (12+ messages)
` [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v3 3/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
` [PATCH v3 4/4] hw/arm/virt: Unify ACPI processor ID in MADT and SRAT table
[PATCH 0/2] target/s390x: Fix determination of overflow condition code
2022-03-30 14:04 UTC (13+ messages)
` [PATCH 1/2] target/s390x: Fix determination of overflow condition code after addition
` [PATCH 2/2] target/s390x: Fix determination of overflow condition code after subtraction
[PATCH] MAINTAINERS: change Fred Konrad's email address
2022-03-30 13:19 UTC (3+ messages)
[RFC PATCH 00/18] user-creatable cpu clusters
2022-03-30 12:56 UTC (19+ messages)
` [RFC PATCH 01/18] define MAX_CLUSTERS in cpu.h instead of cluster.h
` [RFC PATCH 02/18] hw/cpu/cpus: introduce _cpus_ device
` [RFC PATCH 03/18] hw/cpu/cpus: prepare to handle cpu clusters
` [RFC PATCH 04/18] hw/cpu/cluster: make _cpu-cluster_ a subclass of _cpus_
` [RFC PATCH 05/18] gdbstub: deal with _cpus_ object instead of _cpu-cluster_
` [RFC PATCH 06/18] hw/cpu/cluster: remove cluster_id now that gdbstub is updated
` [RFC PATCH 07/18] hw/cpu/cpus: add a common start-powered-off property
` [RFC PATCH 08/18] hw/arm/arm_cpus: add arm_cpus device
` [RFC PATCH 09/18] hw/arm/xlnx-zynqmp: convert cpu clusters to arm_cpus
` [RFC PATCH 10/18] hw/riscv/riscv_hart: prepare transition to cpus
` [RFC PATCH 11/18] hw/riscv: prepare riscv_hart "
` [RFC PATCH 12/18] hw/riscv/virt: "
` [RFC PATCH 13/18] hw/riscv/spike: "
` [RFC PATCH 14/18] hw/riscv/riscv_hart: use cpus as base class
` [RFC PATCH 15/18] hw/riscv/sifive_uµchip_pfsoc: apply riscv_hart_array update
` [RFC PATCH 16/18] hw/riscv: update remaining machines due to "
` [RFC PATCH 17/18] hw/riscv/riscv_hart: remove temporary features
` [RFC PATCH 18/18] add myself as reviewer of the newly added _cpus_
[RFC PATCH v7 00/29] Add LoongArch softmmu support
2022-03-30 13:46 UTC (5+ messages)
` [RFC PATCH v7 07/29] target/loongarch: Add LoongArch CSR instruction
[PATCH] vdpa: Avoid reset when stop device
2022-03-30 10:52 UTC (8+ messages)
` [PATCH v2] vdpa: reset the backend device in stage of stop last vhost device
[PATCH v3 0/9] dump: Cleanup and consolidation
2022-03-30 12:36 UTC (10+ messages)
` [PATCH v3 1/9] dump: Use ERRP_GUARD()
` [PATCH v3 2/9] dump: Remove the sh_info variable
` [PATCH v3 3/9] dump: Introduce shdr_num to decrease complexity
` [PATCH v3 4/9] dump: Remove the section if when calculating the memory offset
` [PATCH v3 5/9] dump: Add more offset variables
` [PATCH v3 6/9] dump: Introduce dump_is_64bit() helper function
` [PATCH v3 7/9] dump: Consolidate phdr note writes
` [PATCH v3 8/9] dump: Cleanup dump_begin write functions
` [PATCH v3 9/9] dump: Consolidate elf note function
[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
2022-03-30 12:47 UTC (15+ messages)
` [PATCH qemu v7 04/14] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v7 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v7 06/14] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v7 07/14] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu v7 08/14] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v7 09/14] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v7 10/14] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v7 11/14] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v7 12/14] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v7 13/14] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v7 14/14] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v7 03/14] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu v7 01/14] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
[PATCH v3 0/3] util/thread-pool: Expose minimun and maximum size
2022-03-30 12:22 UTC (2+ messages)
[PATCH 0/5] Compilation fixes for 7.0
2022-03-30 12:06 UTC (3+ messages)
` [PATCH 1/5] trace: fix compilation with lttng-ust >= 2.13
[PATCH for-7.0?] tcg/aarch64: Use 'ull' suffix to force 64-bit constant
2022-03-30 11:48 UTC (2+ messages)
[RFC 0/8] blkio: add libblkio BlockDriver
2022-03-30 10:45 UTC (4+ messages)
` [RFC 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).