messages from 2023-04-14 16:03:20 to 2023-04-17 15:39:04 UTC [more...]
[PATCH 0/4] vhost-user-fs: Internal migration
2023-04-17 15:38 UTC (12+ messages)
` [PATCH 2/4] vhost-user: Interface for migration state transfer
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-04-17 15:01 UTC (8+ messages)
[RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside
2023-04-17 14:34 UTC (4+ messages)
[PATCH v2 0/2] tests: lcitool: Switch to OpenSUSE Leap 15.4
2023-04-17 14:32 UTC (4+ messages)
` [PATCH v2 1/2] tests: libvirt-ci: Update to commit '51dad419'
` [PATCH v2 2/2] tests: lcitool: Switch to OpenSUSE Leap 15.4
[PATCH 1/2] travis.yml: Add missing clang-10 package to the 'Clang (disable-tcg)' job
2023-04-17 14:19 UTC (7+ messages)
` [PATCH 2/2] travis.yml: Add missing 'flex' package to 'GCC (user)' job
[PATCH v2 00/17] Add RISC-V vector cryptographic instruction set support
2023-04-17 13:58 UTC (18+ messages)
` [PATCH v2 01/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v2 02/17] target/riscv: Refactor vector-vector translation macro
` [PATCH v2 03/17] target/riscv: Add Zvbc ISA extension support
` [PATCH v2 04/17] target/riscv: Move vector translation checks
` [PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v2 06/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v2 07/17] qemu/bitops.h: Limit rotate amounts
` [PATCH v2 08/17] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PATCH v2 09/17] target/riscv: Add Zvbb ISA extension support
` [PATCH v2 10/17] target/riscv: Add Zvkned "
` [PATCH v2 11/17] target/riscv: Add Zvknh "
` [PATCH v2 12/17] target/riscv: Add Zvksh "
` [PATCH v2 13/17] target/riscv: Add Zvkg "
` [PATCH v2 14/17] crypto: Create sm4_subword
` [PATCH v2 15/17] crypto: Add SM4 constant parameter CK
` [PATCH v2 16/17] target/riscv: Add Zvksed ISA extension support
` [PATCH v2 17/17] target/riscv: Expose Zvk* and Zvb[b, c] cpu properties
[PATCH v7 00/12] target/riscv: rework CPU extensions validation
2023-04-17 14:00 UTC (13+ messages)
` [PATCH v7 01/12] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH v7 02/12] target/riscv/cpu.c: remove set_vext_version()
` [PATCH v7 03/12] target/riscv/cpu.c: remove set_priv_version()
` [PATCH v7 04/12] target/riscv: add PRIV_VERSION_LATEST
` [PATCH v7 05/12] target/riscv: Mask the implicitly enabled extensions in isa_string based on priv version
` [PATCH v7 06/12] target/riscv: Update check for Zca/Zcf/Zcd
` [PATCH v7 07/12] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PATCH v7 08/12] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PATCH v7 09/12] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PATCH v7 10/12] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH v7 11/12] target/riscv: rework write_misa()
` [PATCH v7 12/12] target/riscv: forbid write_misa() for static CPUs
[PATCH v2 0/2] migration: use qatzip to acclerate the live migration
2023-04-17 13:27 UTC (5+ messages)
` [PATCH v2 1/2] migration: add build option to support qemu build with qatzip
` [PATCH v2 2/2] migration: add support for qatzip compression when doing live migration
[PATCH v4 0/6] testing/next: avocado, docs, gitlab
2023-04-17 13:43 UTC (7+ messages)
` [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0
` [PATCH v4 2/6] tests/avocado: use the new snapshots for testing
` [PATCH v4 3/6] tests/avocado: Add set of boot tests on SBSA-ref
` [PATCH v4 4/6] gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
` [PATCH v4 5/6] scripts/device-crash-test: Add a parameter to run with TCG only
` [PATCH v4 6/6] qemu-options: finesse the recommendations around -blockdev
[PATCH 0/2] Re-enable qom-cast-debug by default
2023-04-17 13:13 UTC (4+ messages)
` [PATCH 1/2] Revert "hw/pxb-cxl: Support passthrough HDM Decoders unless overridden"
` [PATCH 2/2] meson_options.txt: Enable qom-cast-debug by default again
[PULL 00/73] virtio,pc,pci: features, fixes
2023-04-17 13:04 UTC (6+ messages)
` [PULL 70/73] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
netdev-socket test hang (s390 host, mips64el guest, backtrace)
2023-04-17 13:02 UTC (5+ messages)
[PATCH 0/2] accel/tcg/plugin: host insn size for plugin
2023-04-17 13:01 UTC (10+ messages)
` [PATCH 1/2] accel/tcg/plugin: export host insn size
[PATCH for-8.0 0/5] Xen emulation build/Coverity fixes
2023-04-17 12:34 UTC (9+ messages)
` [PATCH 2/5] hw/xen: Fix memory leak in libxenstore_open() for Xen
` [PATCH 3/5] xen: Drop support for Xen versions below 4.7.1
` [PATCH 4/5] hw/xen: Fix double-free in xen_console store_con_info()
` [PATCH 5/5] hw/xen: Fix broken check for invalid state in xs_be_open()
[PATCH 00/12] virtio: add vhost-user-generic and reduce copy and paste
2023-04-17 12:32 UTC (19+ messages)
` [PATCH 01/12] hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
` [PATCH 02/12] include/hw/virtio: document virtio_notify_config
` [PATCH 03/12] include/hw/virtio: add kerneldoc for virtio_init
` [PATCH 04/12] include/hw/virtio: document some more usage of notifiers
` [PATCH 05/12] virtio: add generic vhost-user-device
` [PATCH 06/12] virtio: add PCI stub for vhost-user-device
` [PATCH 07/12] include: attempt to document device_class_set_props
` [PATCH 08/12] qom: allow for properties to become "fixed"
` [PATCH 09/12] hw/virtio: derive vhost-user-rng from vhost-user-device
` [PATCH 10/12] hw/virtio: add config support to vhost-user-device
` [PATCH 11/12] hw/virtio: derive vhost-user-gpio from vhost-user-device (!BROKEN)
` [PATCH 12/12] docs/system: add a basic enumeration of vhost-user devices
[PATCH v4 0/2] Add gdbstub support to HVF
2023-04-17 12:21 UTC (3+ messages)
` [PATCH v4 2/2] hvf: implement guest debugging on Apple Silicon hosts
[PATCH 0/2] Improvements for the device-crash-test jobs
2023-04-17 11:50 UTC (2+ messages)
[PATCH v12 00/10] support subsets of code size reduction extension
2023-04-17 11:00 UTC (10+ messages)
` [PATCH v12 02/10] target/riscv: add support for Zca extension
[PATCH v12] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-04-17 10:56 UTC
[PATCH v3 0/6] Implement virtio-multitouch and enable GTK3 to use it
2023-04-17 10:57 UTC (3+ messages)
` [PATCH v3 2/6] ui: add the infrastructure to support MT events
[PATCH] riscv: Raise an exception if pte reserved bits are not cleared
2023-04-17 10:46 UTC (3+ messages)
[PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
2023-04-17 10:10 UTC (19+ messages)
` [PATCH 1/5] ppc: spapr: cleanup cr get/store with helper routines
` [PATCH 2/5] ppc: spapr: cleanup h_enter_nested() "
` [PATCH 3/5] ppc: spapr: assert early rather late in h_enter_nested()
` [PATCH 4/5] ppc: spapr: cleanup spapr_exit_nested() with helper routines
` [PATCH 5/5] MAINTAINERS: Adding myself in the list for ppc/spapr
[PATCH] igb: packet-split descriptors support
2023-04-17 9:51 UTC
[PATCH] virtio: i2c: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
2023-04-17 9:21 UTC (4+ messages)
[PATCH v19 00/21] s390x: CPU Topology
2023-04-17 9:15 UTC (8+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology
[PATCH] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
2023-04-17 8:16 UTC (2+ messages)
[PATCH] vnc: move assert in vnc_worker_thread_loop
2023-04-17 7:45 UTC
[PATCH v3 0/4] Add emulation of MEN Chameleon Hardware
2023-04-17 7:30 UTC (6+ messages)
` [PATCH v3 2/4] Add MEN Chameleon Bus via PCI carrier
` [PATCH v3 4/4] wdt_z069: Add support for MEN 16z069 Watchdog
[PATCH v2] target/riscv: Restore the predicate() NULL check behavior
2023-04-17 4:58 UTC (2+ messages)
[PATCH v2] target/riscv: Fix Guest Physical Address Translation
2023-04-17 4:57 UTC (3+ messages)
[PATCH v3 0/3] target/riscv: implement query-cpu-definitions
2023-04-17 2:58 UTC (8+ messages)
` [PATCH v3 1/3] target/riscv: add CPU QOM header
` [PATCH v3 2/3] target/riscv: add query-cpy-definitions support
` [PATCH v3 3/3] target/riscv: add TYPE_RISCV_DYNAMIC_CPU
[PATCH v2] target/riscv: Update check for Zca/Zcf/Zcd
2023-04-17 2:44 UTC (2+ messages)
[PATCH] hw/intc/riscv_aplic: Zero init APLIC internal state
2023-04-17 2:28 UTC (3+ messages)
[PATCH v7 00/25] target/riscv: MSTATUS_SUM + cleanups
2023-04-17 2:11 UTC (2+ messages)
[RFC PATCH 0/8] riscv: implement Ssqosid extension and CBQRI controllers
2023-04-16 23:20 UTC (9+ messages)
` [RFC PATCH 1/8] riscv: implement Ssqosid extension and sqoscfg CSR
` [RFC PATCH 2/8] hw/riscv: define capabilities of CBQRI controllers
` [RFC PATCH 3/8] hw/riscv: implement CBQRI capacity controller
` [RFC PATCH 4/8] hw/riscv: implement CBQRI memory controller
` [RFC PATCH 5/8] hw/riscv: instantiate CBQRI controllers for an example SoC
` [RFC PATCH 6/8] hw/riscv: Kconfig: add CBQRI options
` [RFC PATCH 7/8] hw/riscv: meson: add CBQRI options to the build
` [RFC PATCH 8/8] hw/riscv: virt: initialize the CBQRI example SoC
[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
2023-04-16 22:28 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] linux-user: Don't require PROT_READ for mincore
2023-04-16 19:51 UTC
[PATCH] replication: compile out some staff when replication is not configured
2023-04-16 18:44 UTC (6+ messages)
[PATCH 00/40] igb: Fix for DPDK
2023-04-16 11:22 UTC (26+ messages)
` [PATCH 03/40] igb: Fix Rx packet type encoding
` [PATCH 05/40] igb: Do not require CTRL.VME for tx VLAN tagging
` [PATCH 06/40] net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
` [PATCH 14/40] e1000x: Share more Rx filtering logic
` [PATCH 18/40] igb: Remove goto
` [PATCH 19/40] igb: Read DCMD.VLE of the first Tx descriptor
` [PATCH 22/40] igb: Add more definitions for "
` [PATCH 23/40] igb: Share common VF constants
` [PATCH 29/40] igb: Implement MSI-X single vector mode
` [PATCH 30/40] igb: Implement igb-specific oversize check
` [PATCH 31/40] igb: Use UDP for RSS hash
` [PATCH 37/40] igb: Implement Tx timestamp
[PATCH v11] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-04-15 13:45 UTC (3+ messages)
[PATCH 0/2] Remove CBAR from A55/A76 and add A78
2023-04-15 8:28 UTC (3+ messages)
` [PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76
` [PATCH 2/2] target/arm: Add Cortex-A78 CPU
[PATCH 0/2] Remove CBAR from A55/A76 and add A78
2023-04-15 8:36 UTC (3+ messages)
` [PATCH 1/2] target/arm: Remove ARM_FEATURE_CBAR_RO from A55 and A76
` [PATCH 2/2] target/arm: Add Cortex-A78 CPU
Slow video output from webcam with qemu-xhci but smooth with usb-ehc
2023-04-15 12:06 UTC
[PATCH] vhost-user-blk-server: notify client about disk resize
2023-04-15 10:24 UTC (2+ messages)
[RFC 0/1] add support of `--initrd` for ELF-ARM kernels
2023-04-15 7:51 UTC (5+ messages)
` [RFC 1/1] "
[Bug 1903470] [NEW] qemu 5.1.0: Add UNIX socket support for netdev socket
2023-04-15 6:37 UTC (2+ messages)
` [Bug 1903470] "
[RFC PATCH v2 0/4] Smstateen FCSR
2023-04-15 1:45 UTC (9+ messages)
` [RFC PATCH v2 1/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v2 2/4] target/riscv: Reuse TB_FLAGS.MSTATUS_HFS_FS
` [RFC PATCH v2 3/4] target/riscv: check smstateen fcsr flag
` [RFC PATCH v2 4/4] target/riscv: smstateen knobs
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-04-15 0:06 UTC (4+ messages)
[PATCH v13 0/3] Add support for TPM devices over I2C bus
2023-04-14 22:07 UTC (4+ messages)
` [PATCH v13 1/3] docs: "
` [PATCH v13 2/3] tpm: Extend common APIs to support TPM TIS I2C
` [PATCH v13 3/3] tpm: Add support for TPM device over I2C bus
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-04-14 21:08 UTC (8+ messages)
[PATCH 0/3] target/arm: Fix handling of VSTCR_EL2.SW and VTCR_EL2.NSW
2023-04-14 20:23 UTC (5+ messages)
` [PATCH 1/3] target/arm: Don't allow stage 2 page table walks to downgrade to NS
` [PATCH 2/3] target/arm: Set ptw->out_secure correctly for stage 2 translations
` [PATCH 3/3] target/arm: handle ipa_secure vs s2walk_secure correctly
[PATCH 0/2] chardev/char-file: Allow setting input file on command line
2023-04-14 19:33 UTC (5+ messages)
` [PATCH 1/2] qtest: Don't assert on "-qtest chardev:myid"
` [PATCH 2/2] chardev: Allow setting file chardev input file on the command line
[PATCH V9 00/46] Live Update
2023-04-14 19:20 UTC (3+ messages)
[PATCH 0/3] SDL2 usability fixes
2023-04-14 19:09 UTC (5+ messages)
[QEMU][PATCH v3 0/4] Introduce Xilinx Versal CANFD
2023-04-14 18:56 UTC (4+ messages)
` [QEMU][PATCH v3 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
[RFC PATCH 0/6] Setting memory policy for restrictedmem file
2023-04-14 17:24 UTC (3+ messages)
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).