messages from 2022-05-12 16:32:10 to 2022-05-13 11:47:11 UTC [more...]
[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 v5 0/9] Introduce akcipher service for virtio-crypto
2022-05-13 11:00 UTC (12+ messages)
` [PATCH v5 1/9] virtio-crypto: header update
` "
` [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed
` [PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt
` [PATCH v5 8/9] tests/crypto: Add test suite for RSA keys
[PATCH] vhost-user: more master/slave things
2022-05-13 10:57 UTC
[PATCH v2] qga: add guest-get-diskstats command for Linux guests
2022-05-13 10:50 UTC (2+ messages)
[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)
[RFC PATCH 0/9] tests: run python tests under the build/tests/venv environment
2022-05-13 10:29 UTC (23+ 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 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 0/7] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-05-13 8:22 UTC (15+ 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 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
[RFC PATCH qemu] spapr/docs: Add a few words about x-vof
2022-05-13 7:45 UTC (5+ messages)
[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 (9+ 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 (8+ messages)
` [PATCH v5 2/4] virtio: get class_id and pci device id by the virtio id
` [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 (3+ messages)
[PATCH] qga-vss: Add auto generated headers to dependencies
2022-05-13 7:06 UTC (4+ 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 v3] hw: m25p80: allow write_enable latch get/set
2022-05-13 5:50 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)
sbsa board boot with neoverse-n1
2022-05-13 5:59 UTC
[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
[PATCH v3 0/3] Implement Sstc extension
2022-05-13 1:58 UTC (4+ messages)
` [PATCH v3 3/3] target/riscv: Add vstimecmp support
[PATCH qemu v3 00/10] Add mask agnostic behavior for rvv instructions
2022-05-13 1:32 UTC (2+ messages)
[PATCH] hw: aspeed_soc: Initialize all UART's with serial devices
2022-05-13 1:20 UTC (2+ messages)
[PATCH 0/2] coroutine: Fix crashes due to too large pool batch size
2022-05-13 1:18 UTC (5+ messages)
` [PATCH 2/2] coroutine: Revert to constant "
[RFC PATCH v4 00/36] TDX QEMU support
2022-05-13 0:46 UTC (19+ messages)
` [RFC PATCH v4 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v4 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v4 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v4 14/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 36/36] docs: Add TDX documentation
[RFC PATCH 0/2] target/ppc: Propose rework in fp exception handling
2022-05-12 23:01 UTC (4+ messages)
` [RFC PATCH 1/2] target/ppc: Add invalid imz, isi and snan to do_float_check_status()
` [RFC PATCH 2/2] target/ppc: Rely on do_float_check_status for VSX_MADD invalid excepts
[PULL 00/27] Misc patches for 2022-05-12
2022-05-12 21:14 UTC (29+ messages)
` [PULL 01/27] pc-bios/optionrom: detect -fno-pie
` [PULL 02/27] pc-bios/optionrom: compile with -Wno-array-bounds
` [PULL 03/27] target/i386: do not consult nonexistent host leaves
` [PULL 04/27] checkpatch: fix g_malloc check
` [PULL 05/27] meson: Make mremap() detecting works correctly
` [PULL 06/27] hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
` [PULL 07/27] hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
` [PULL 08/27] tests/qtest/libqos/pci: Introduce pio_limit
` [PULL 09/27] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PULL 10/27] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
` [PULL 11/27] machine: use QAPI struct for boot configuration
` [PULL 12/27] machine: add boot compound property
` [PULL 13/27] machine: add mem "
` [PULL 14/27] machine: make memory-backend a link property
` [PULL 15/27] machine: move more memory validation to Machine object
` [PULL 16/27] slirp: bump submodule past 4.7 release
` [PULL 17/27] net: slirp: introduce a wrapper struct for QemuTimer
` [PULL 18/27] net: slirp: switch to slirp_new
` [PULL 19/27] net: slirp: add support for CFI-friendly timer API
` [PULL 20/27] net: slirp: allow CFI with libslirp >= 4.7
` [PULL 21/27] coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
` [PULL 22/27] coroutine-lock: introduce qemu_co_queue_enter_all
` [PULL 23/27] coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
` [PULL 24/27] vhost-backend: do not depend on CONFIG_VHOST_VSOCK
` [PULL 25/27] meson: link libpng independent of vnc
` [PULL 26/27] vl: make machine type deprecation a warning
` [PULL 27/27] vmxcap: add tertiary execution controls
[PATCH v5 00/21] migration: Postcopy Preemption
2022-05-12 20:07 UTC (14+ messages)
` [PATCH v5 11/21] migration: Postcopy preemption preparation on channel creation
` [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
` [PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v5 16/21] migration: Add helpers to detect TLS capability
` [PATCH v5 17/21] migration: Export tls-[creds|hostname|authz] params to cmdline too
[PATCH v3 0/9] VDIV/VMOD Implementation
2022-05-12 19:49 UTC (2+ messages)
[PULL V3 00/15] Net patches
2022-05-12 18:01 UTC (4+ messages)
` [PULL V3 08/15] vhost: Shadow virtqueue buffers forwarding
[PATCH] hw/riscv: virt: Avoid double FDT platform node
2022-05-12 18:21 UTC
[PATCH 0/6] Shadow VirtQueue Fixes
2022-05-12 17:57 UTC (7+ messages)
` [PATCH 1/6] vhost: Track descriptor chain in private at SVQ
` [PATCH 2/6] vhost: Fix device's used descriptor dequeue
` [PATCH 3/6] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [PATCH 4/6] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [PATCH 5/6] hw/virtio: Replace g_memdup() by g_memdup2()
` [PATCH 6/6] vhost: Fix element in vhost_svq_add failure
[PATCH v2] hw: m25p80: allow write_enable latch get/set
2022-05-12 19:04 UTC (3+ messages)
[PATCH qemu] spapr: Use address from elf parser for kernel address
2022-05-12 17:47 UTC (2+ messages)
[RFC PATCH v2 0/7] VSX MMA Implementation
2022-05-12 17:38 UTC (4+ messages)
` [RFC PATCH v2 3/7] target/ppc: Implemented pmxvi*ger* instructions
[PULL 00/10] Block layer patches
2022-05-12 17:02 UTC (2+ messages)
[PATCH] util: Return void on iova_tree_remove
2022-05-12 16:53 UTC (4+ messages)
[PATCH v2 0/6] gicv3: Use right number of prio bits for the CPU
2022-05-12 16:49 UTC (3+ messages)
` [PATCH v2 1/6] hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parameters
[PULL v2 00/31] riscv-to-apply queue
2022-05-12 16:37 UTC (3+ messages)
` [PULL v2 01/31] hw/ssi: Add Ibex SPI device model
[PATCH v4 00/19] migration: Postcopy Preemption
2022-05-12 16:22 UTC (4+ messages)
` [PATCH v4 10/19] migration: Postcopy preemption enablement
[PULL 00/15] Pull migration patches
2022-05-12 16:22 UTC (3+ messages)
` [PULL 12/15] migration/block: rename BLOCK_SIZE macro
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).