messages from 2022-05-13 03:55:15 to 2022-05-13 16:20:07 UTC [more...]
[PULL 0/1] Linux header update to v5.18-rc6
2022-05-13 15:59 UTC (2+ messages)
` [PULL 1/1] linux-headers: Update "
[PATCH] configure: remove another dead variable
2022-05-13 16:11 UTC
[PATCH v2 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-13 15:57 UTC (10+ messages)
` [PATCH v2 01/10] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
` [PATCH v2 02/10] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH v2 03/10] block: Make bdrv_{pread, pwrite}() return 0 on success
` [PATCH v2 04/10] crypto: Make block callbacks "
` [PATCH v2 05/10] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH v2 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v2 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH v2 08/10] block: Add bdrv_co_pwrite_sync()
` [PATCH v2 10/10] block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
[RFC PATCH 0/9] tests: run python tests under the build/tests/venv environment
2022-05-13 16:08 UTC (36+ messages)
` [RFC PATCH 1/9] python: update for mypy 0.950
` [RFC PATCH 2/9] tests: add "TESTS_PYTHON" variable to Makefile
` [RFC PATCH 3/9] tests: install "qemu" namespace package into venv
` [RFC PATCH 4/9] tests: silence pip upgrade warnings during venv creation
` [RFC PATCH 5/9] tests: use tests/venv to run basevm.py-based scripts
` [RFC PATCH 6/9] tests: add check-venv as a dependency of check and check-block
` [RFC PATCH 7/9] tests: add check-venv to build-tcg-disabled CI recipe
` [RFC PATCH 8/9] iotests: fix source directory location
` [RFC PATCH 9/9] iotests: use tests/venv for running tests
[PATCH qemu v4 00/10] Add mask agnostic behavior for rvv instructions
2022-05-13 16:09 UTC (12+ messages)
` [PATCH qemu v4 01/10] target/riscv: rvv: Add mask agnostic for vv instructions
` [PATCH qemu v4 02/10] target/riscv: rvv: Add mask agnostic for vector load / store instructions
` [PATCH qemu v4 03/10] target/riscv: rvv: Add mask agnostic for vx instructions
` [PATCH qemu v4 04/10] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
` [PATCH qemu v4 05/10] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
` [PATCH qemu v4 06/10] target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v4 07/10] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
` [PATCH qemu v4 08/10] target/riscv: rvv: Add mask agnostic for vector mask instructions
` [PATCH qemu v4 09/10] target/riscv: rvv: Add mask agnostic for vector permutation instructions
` [PATCH qemu v4 10/10] target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnostic behavior
[PULL 00/15] s390x patches
2022-05-13 15:54 UTC (3+ messages)
` [PULL 06/15] target/s390x: vxeh2: vector string search
[PULL 00/13] Block layer patches
2022-05-13 15:54 UTC (4+ messages)
` [PULL 11/13] coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
[PATCH v2 0/2] tests/libqtest: fix cleanup of QEMU processes and add robustness
2022-05-13 15:49 UTC (3+ messages)
` [PATCH v2 1/2] tests/qtest: fix registration of ABRT handler for QEMU cleanup
` [PATCH v2 2/2] tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-13 15:50 UTC (10+ messages)
` [PATCH 1/8] qmp: Support for querying stats
[PATCH v2 00/74] semihosting cleanup
2022-05-13 15:48 UTC (4+ messages)
` [PATCH v2 68/74] hw/rx: Handle a kernel file that is ELF
[PATCH] target/arm: Make number of counters in PMCR follow the CPU
2022-05-13 15:47 UTC (2+ messages)
[PATCH] tests/qtest: kill off QEMU with SIGKILL when qtest exits abnormally
2022-05-13 15:40 UTC (4+ messages)
[PATCH 0/2] hw/arm/virt: fix dtb nits spotted by dtc
2022-05-13 15:36 UTC (5+ messages)
` [PATCH 1/2] hw/arm/virt: Fix incorrect non-secure flash dtb node name
` [PATCH 2/2] hw/arm/virt: Drop #size-cells and #address-cells from gpio-keys dtb node
sbsa board boot with neoverse-n1
2022-05-13 15:28 UTC (3+ messages)
About restoring the state in vhost-vdpa device
2022-05-13 15:08 UTC (2+ messages)
[PATCH] target/arm/helper.c: Delete stray obsolete comment
2022-05-13 15:13 UTC (3+ messages)
[PATCH v4 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-05-13 15:06 UTC (4+ messages)
` [PATCH v4 4/5] i386/pc: relocate 4g start to 1T where applicable
[PATCH v3] hw: m25p80: allow write_enable latch get/set
2022-05-13 15:03 UTC (4+ messages)
[PATCH 0/7] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-13 14:56 UTC (17+ messages)
` [PATCH 1/7] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
` [PATCH 2/7] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH 3/7] block: Make bdrv_{pread,pwrite}() return 0 on success
` [PATCH 3/7] block: Make bdrv_{pread, pwrite}() "
` [PATCH 4/7] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH 5/7] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH 6/7] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH 7/7] block: Add bdrv_co_pwrite_sync()
[PATCH v2] qga: add guest-get-diskstats command for Linux guests
2022-05-13 14:39 UTC (4+ messages)
` "
[PATCH v1 0/4] xlnx-zcu102: fix the display port
2022-05-13 14:42 UTC (2+ messages)
[PATCH v2 0/8] qmp, hmp: statistics subsystem and KVM suport
2022-05-13 14:39 UTC (7+ messages)
` [PATCH v2 1/8] qmp: Support for querying stats
` [PATCH v2 3/8] qmp: add filtering of statistics by target vCPU
[PATCH] acpi/erst: fix fallthrough code upon validation failure
2022-05-13 14:10 UTC
[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
2022-05-13 13:37 UTC (2+ messages)
[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
2022-05-13 12:39 UTC (3+ messages)
` [PATCH 2/2] acpi/nvdimm: Fix aml_or() and aml_and() in if clause
[PATCH v2 0/3] thread-pool: fix performance regression
2022-05-13 12:38 UTC (4+ messages)
` [PATCH v2 2/3] thread-pool: replace semaphore with condition variable
[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
2022-05-13 12:29 UTC (14+ messages)
` [PATCH v5 1/9] virtio-crypto: header update
` "
` [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed
` [External] "
` [PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt
` [PATCH v5 8/9] tests/crypto: Add test suite for RSA keys
[RFC PATCH qemu] spapr/docs: Add a few words about x-vof
2022-05-13 12:24 UTC (6+ messages)
[PATCH qemu v18 00/16] Add tail agnostic behavior for rvv instructions
2022-05-13 11:49 UTC (17+ messages)
` [PATCH qemu v18 05/16] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v18 06/16] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v18 07/16] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v18 08/16] target/riscv: rvv: Add tail agnostic for vector integer shift instructions
` [PATCH qemu v18 09/16] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v18 10/16] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v18 11/16] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v18 12/16] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v18 13/16] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v18 14/16] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v18 15/16] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v18 03/16] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v18 04/16] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu v18 01/16] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
` [PATCH qemu v18 16/16] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior
` [PATCH qemu v18 02/16] target/riscv: rvv: Prune redundant access_type parameter passed
[RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend
2022-05-13 11:44 UTC (5+ messages)
` [RFC PATCH v2 2/8] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [RFC PATCH v2 3/8] qapi: net: add stream and dgram netdevs
[PATCH 00/11] Random cleanup patches
2022-05-13 11:27 UTC (5+ messages)
` [PATCH 01/11] hw/rtc/mc146818rtc: Inline isa_connect_gpio_out() and remove it
[PATCH 0/3] PIIX3-IDE XEN cleanup
2022-05-13 11:26 UTC (3+ messages)
` [PATCH 1/3] hw/ide/piix: Remove redundant "piix3-ide-xen" device class
[PATCH] pc: q35: Bump max_cpus to 512
2022-05-13 11:23 UTC (3+ messages)
[PATCH] vhost-user-scsi: avoid unlink(NULL) with fd passing
2022-05-13 11:16 UTC (3+ messages)
[PATCH] vhost-user: more master/slave things
2022-05-13 10:57 UTC
[PATCH 0/5] Vhost-user: add Virtio RSS support
2022-05-13 10:49 UTC (4+ messages)
` [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
[PATCH RESEND 0/2] Resolve some redundant property accessors
2022-05-13 10:39 UTC (3+ messages)
[PATCH v10 00/45] CXl 2.0 emulation Support
2022-05-13 10:16 UTC (2+ messages)
[PATCH v1 00/13] various virtio docs, fixes and tweaks
2022-05-13 10:15 UTC (2+ messages)
[PATCH 0/2] target/arm: SME prep patches
2022-05-13 10:14 UTC (5+ messages)
` [PATCH 1/2] target/arm: Enable FEAT_HCX for -cpu max
` [PATCH 2/2] target/arm: Use FIELD definitions for CPACR, CPTR_ELx
[PATCH v5 0/8] Support exporting BDSs via VDUSE
2022-05-13 10:03 UTC (2+ messages)
Emulating CPUs with larger atomic accesses
2022-05-13 10:00 UTC
[PATCH v2 00/15] Misc cleanups
2022-05-13 10:02 UTC (4+ messages)
` [PATCH v2 07/15] qga: use qemu_open_cloexec() for safe_open_or_create()
[PATCH] Fix aarch64 debug register names
2022-05-13 9:49 UTC (2+ messages)
[RFC PATCH v4 0/4] RISC-V Smstateen support
2022-05-13 9:55 UTC (6+ messages)
` [RFC PATCH v4 1/4] target/riscv: Add smstateen support
` [RFC PATCH v4 2/4] target/riscv: smstateen check for h/senvcfg
` [RFC PATCH v4 3/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v4 4/4] target/riscv: smstateen check for AIA/IMSIC
[PATCH] xen/pt: Avoid initializing BARs from the host ones
2022-05-13 10:00 UTC (5+ messages)
[PATCH 0/2] hw/riscv: Make CPU config error handling generous
2022-05-13 9:47 UTC (3+ messages)
` [PATCH 1/2] target/riscv: Make CPU config error handling generous (virt/spike)
` [PATCH 2/2] target/riscv: Make CPU config error handling generous (sifive_e/u/opentitan)
[RFC PATCH 0/1] target/riscv: Make property names lowercase and add capitalized aliases
2022-05-13 9:46 UTC (2+ messages)
` [RFC PATCH 1/1] target/riscv: Make property names lowercase
[PATCH 0/5] target/riscv: Enhanced ISA extension checks
2022-05-13 9:45 UTC (6+ messages)
` [PATCH 1/5] target/riscv: Fix "G" extension expansion typing
` [PATCH 2/5] target/riscv: Disable "G" by default
` [PATCH 3/5] target/riscv: Change "G" expansion
` [PATCH 4/5] target/riscv: FP extension requirements
` [PATCH 5/5] target/riscv: Move/refactor ISA extension checks
[PATCH] hw/adc/zynq-xadc: Use qemu_irq typedef
2022-05-13 9:50 UTC (2+ messages)
[PATCH v3 00/43] Add LoongArch softmmu support
2022-05-13 8:41 UTC (10+ messages)
` [PATCH v3 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
[PATCH v5 00/10] vTPM for aarch64
2022-05-13 7:51 UTC (6+ messages)
` [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test
[PULL v2 00/24] virtio,pc: features, cleanups, fixes
2022-05-13 7:34 UTC (4+ messages)
` [PULL v2 18/24] ACPI ERST: support for ACPI ERST feature
[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
2022-05-13 7:08 UTC (6+ messages)
` [PATCH 2/9] vfio: Fix compilation errors caused by VFIO migration v1 deprecation
[PATCH v5 0/4] add generic vDPA device support
2022-05-13 6:34 UTC (5+ messages)
` [PATCH v5 3/4] vdpa: add vdpa-dev support
[PATCH] qga-vss: Use a proper function for free memory
2022-05-13 7:07 UTC (2+ messages)
[PATCH] qga-vss: Add auto generated headers to dependencies
2022-05-13 7:06 UTC (2+ messages)
[PATCH v13 0/8] MSG_ZEROCOPY + multifd
2022-05-13 6:28 UTC (9+ messages)
` [PATCH v13 1/8] meson.build: Fix docker-test-build@alpine when including linux/errqueue.h
` [PATCH v13 2/8] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v13 3/8] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v13 4/8] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PATCH v13 5/8] migration: Add migrate_use_tls() helper
` [PATCH v13 6/8] multifd: multifd_send_sync_main now returns negative on error
` [PATCH v13 7/8] multifd: Send header packet without flags if zero-copy-send is enabled
` [PATCH v13 8/8] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
[PATCH v2] block/gluster: correctly set max_pdiscard
2022-05-13 6:52 UTC (4+ messages)
[PATCH v3] docs/about: Update the support statement for Windows
2022-05-13 6:39 UTC
[PATCH v8 00/12] Improve PMU support
2022-05-13 6:29 UTC (3+ messages)
` [PATCH v8 07/12] target/riscv: Support mcycle/minstret write operation
[PULL 00/16] migration queue
2022-05-13 6:28 UTC (7+ messages)
[PATCH 0/2] hw: aspeed: Init all UART's with serial devices
2022-05-13 5:31 UTC (5+ messages)
` [PATCH 1/2] hw: aspeed: Add missing UART's
` [PATCH 2/2] hw: aspeed: Init all UART's with serial devices
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).