messages from 2022-06-23 10:07:21 to 2022-06-24 01:43:31 UTC [more...]
[PATCH v19 00/13] Add LoongArch linux-user emulation support
2022-06-24 1:41 UTC (7+ messages)
` [PATCH v19 02/13] linux-user: Add LoongArch signal support
[PATCH v2 0/8] aspeed: Add multi-SoC machine
2022-06-24 0:37 UTC (9+ messages)
` [PATCH v2 1/8] aspeed: Set CPU memory property explicitly
` [PATCH v2 2/8] aspeed: Add memory property to Aspeed SoC
` [PATCH v2 3/8] aspeed: Remove usage of sysbus_mmio_map
` [PATCH v2 4/8] aspeed: Map unimplemented devices in SoC memory
` [PATCH v2 5/8] aspeed: Remove use of qemu_get_cpu
` [PATCH v2 6/8] aspeed: Add fby35 skeleton
` [PATCH v2 7/8] aspeed: Make aspeed_board_init_flashes public
` [PATCH v2 8/8] aspeed: Add AST2600 (BMC) to fby35
[PULL 00/15] hw/nvme updates
2022-06-23 23:28 UTC (17+ messages)
` [PULL 01/15] hw/nvme: Add support for SR-IOV
` [PULL 02/15] hw/nvme: Add support for Primary Controller Capabilities
` [PULL 03/15] hw/nvme: Add support for Secondary Controller List
` [PULL 04/15] hw/nvme: Implement the Function Level Reset
` [PULL 05/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
` [PULL 06/15] hw/nvme: Remove reg_size variable and update BAR0 size calculation
` [PULL 07/15] hw/nvme: Calculate BAR attributes in a function
` [PULL 08/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PULL 09/15] hw/nvme: Add support for the Virtualization Management command
` [PULL 10/15] docs: Add documentation for SR-IOV and Virtualization Enhancements
` [PULL 11/15] hw/nvme: Update the initalization place for the AER queue
` [PULL 12/15] hw/acpi: Make the PCI hot-plug aware of SR-IOV
` [PULL 13/15] hw/nvme: clean up CC register write logic
` [PULL 14/15] Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
` [PULL 15/15] hw/nvme: clear aen mask on reset
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-23 22:59 UTC (7+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH 00/11] target/ppc: Implement slbiag move slb* to decodetree
2022-06-23 22:28 UTC (2+ messages)
[PULL 00/25] migration queue
2022-06-23 21:37 UTC (27+ messages)
` [PULL 01/25] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/25] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/25] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/25] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/25] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/25] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/25] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/25] migration: rename rate limiting fields in QEMUFile
` [PULL 09/25] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/25] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/25] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 12/25] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 13/25] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/25] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/25] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/25] migration: introduce new constructors for QEMUFile
` [PULL 18/25] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/25] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/25] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/25] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/25] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/25] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 24/25] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/25] migration: remove the QEMUFileOps abstraction
[PATCH v5 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
2022-06-23 21:47 UTC (6+ messages)
` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH v5 06/10] block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() "
` [PATCH v5 07/10] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH v5 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "
[PATCH 0/3] ppc: Check for bad Radix configs
2022-06-23 21:34 UTC (8+ messages)
` [PATCH 1/3] ppc: Check partition and process table alignment
` [PATCH 3/3] target/ppc: Check page dir/table base alignment
[PATCH v2] aspeed: Set the dram container at the SoC level
2022-06-23 21:36 UTC (2+ messages)
[PATCH 00/12] hw/nvme: misc fixes and updates
2022-06-23 21:18 UTC (13+ messages)
` [PATCH 01/12] hw/nvme: fix incorrect use of errp/local_err
` [PATCH 02/12] hw/nvme: remove redundant passing of PCIDevice
` [PATCH 03/12] hw/nvme: cleanup error reporting in nvme_init_pci()
` [PATCH 04/12] hw/nvme: fix numzrwa handling
` [PATCH 05/12] hw/nvme: fix accidental reintroduction of redundant code
` [PATCH 06/12] hw/nvme: fix cancellation of format operations
` [PATCH 07/12] hw/nvme: fix flush cancel
` [PATCH 08/12] hw/nvme: rework flush bh scheduling
` [PATCH 09/12] hw/nvme: improve cancellation handling in zone reset
` [PATCH 10/12] hw/nvme: improve cancellation handling in dsm
` [PATCH 11/12] hw/nvme: simplify copy command error handling
` [PATCH 12/12] hw/nvme: align logic of format with flush
[RFC PATCH] include/qemu/host-utils: Remove the *_overflow wrappers
2022-06-23 21:29 UTC (3+ messages)
[PATCH] hw/openrisc: pass random seed to fdt
2022-06-23 20:53 UTC (3+ messages)
` [PATCH v2] hw/openrisc: virt: "
[PATCH v3 00/51] target/arm: Scalable Matrix Extension
2022-06-23 20:36 UTC (17+ messages)
` [PATCH v3 23/51] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH v3 25/51] target/arm: Implement SME MOVA
` [PATCH v3 26/51] target/arm: Implement SME LD1, ST1
` [PATCH v3 27/51] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH v3 28/51] target/arm: Implement SME LDR, STR
` [PATCH v3 29/51] target/arm: Implement SME ADDHA, ADDVA
[PULL 00/33] migration queue
2022-06-23 19:13 UTC (6+ messages)
` [PULL 22/33] migration: remove the QEMUFileOps 'get_buffer' callback
[PATCH] aspeed: Set the dram container at the SoC level
2022-06-23 18:53 UTC (3+ messages)
[PATCH] meson.build: Require a recent version of libpng
2022-06-23 18:50 UTC (2+ messages)
[PATCH 02/14] sysbus: Remove sysbus_address_space
2022-06-23 18:45 UTC (8+ messages)
` [PATCH 04/14] sysbus: Add sysbus_mmio_map_in
` [PATCH 08/14] aspeed: Replace direct get_system_memory() calls
` [PATCH 12/14] aspeed: Make aspeed_board_init_flashes public
[PATCH 01/14] sysbus: Remove sysbus_mmio_unmap
2022-06-23 18:32 UTC (6+ messages)
` [PATCH 06/14] aspeed: Add system-memory QOM link to SoC
` [PATCH 11/14] aspeed: Switch to create_unimplemented_device_in
Question about RAM and block data
2022-06-23 17:42 UTC
[PATCH 0/9] Add Qualcomm BMC machines
2022-06-23 17:37 UTC (23+ messages)
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
` [PATCH 4/9] hw/arm/aspeed: add Qualcomm Firework machine and "
` [PATCH 6/9] hw/sensor: add Maxim MAX31785 device
` [PATCH 9/9] hw/arm/aspeed: firework: add I2C MUXes for VR channels
[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-06-23 17:13 UTC (5+ messages)
[PATCH 0/5] CPU: Detect put cpu register errors for migrations
2022-06-23 16:55 UTC (7+ messages)
` [PATCH 2/5] cpus-common: Add run_on_cpu2()
` [PATCH 5/5] KVM: Hook kvm_arch_put_registers() errors to the caller
[PATCH 0/3] Add bypass mode support to assigned device
2022-06-23 16:52 UTC (4+ messages)
` [PATCH 1/3] virtio-iommu: "
[PULL 00/33] migration queue
2022-06-23 16:37 UTC (12+ messages)
` [PULL 12/33] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 16/33] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 22/33] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 24/33] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 28/33] migration/dirtyrate: Refactor dirty page rate calculation
` [PULL 29/33] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PULL 30/33] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PULL 31/33] softmmu/dirtylimit: Implement virtual CPU throttle
` [PULL 33/33] tests: Add dirty page rate limit test
[RFC PATCH v3] RISC-V: Add Zawrs ISA extension support
2022-06-23 16:37 UTC (2+ messages)
[PATCH v2 0/3] CanoKey: Fix xHCI compatibility and CCID ZLP
2022-06-23 16:21 UTC (3+ messages)
[PATCH v2 0/2] vhost: implement VHOST_SET_VRING_ERR
2022-06-23 16:13 UTC (3+ messages)
` [PATCH v2 1/2] vhost: add method vhost_set_vring_err
` [PATCH v2 2/2] vhost: setup error eventfd and dump errors
[RFC PATCH v4 00/11] qapi: net: add unix socket type support to netdev backend
2022-06-23 15:53 UTC (12+ messages)
` [RFC PATCH v4 01/11] net: introduce convert_host_port()
` [RFC PATCH v4 02/11] net: remove the @errp argument of net_client_inits()
` [RFC PATCH v4 03/11] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [RFC PATCH v4 04/11] qapi: net: add stream and dgram netdevs
` [RFC PATCH v4 05/11] net: stream: Don't ignore EINVAL on netdev socket connection
` [RFC PATCH v4 06/11] net: stream: add unix socket
` [RFC PATCH v4 07/11] net: dgram: make dgram_dst generic
` [RFC PATCH v4 08/11] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [RFC PATCH v4 09/11] net: dgram: add unix socket
` [RFC PATCH v4 10/11] qemu-sockets: introduce socket_uri()
` [RFC PATCH v4 11/11] net: stream: move to QIO
[PATCH] msi: fix MSI vector limit check in msi_set_mask()
2022-06-23 15:38 UTC
[PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
2022-06-23 15:29 UTC (4+ messages)
[Qemu-devel] [PATCH] gtk: Add show_tabs=on|off command line option
2022-06-23 15:18 UTC (6+ messages)
[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
2022-06-23 14:56 UTC (6+ messages)
[PATCH 0/4] hmat acpi: Don't require initiator value in -numa
2022-06-23 15:00 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PATCH 3/4] tests: acpi: q35: add test for hmat nodes without initiators
` [PATCH 4/4] tests: acpi: q35: update expected blobs *.hmat-noinitiators
[PATCH] hw: canokey: Don't run the device in high-speed
2022-06-23 14:42 UTC (2+ messages)
[PATCH v7 0/8] s390x/pci: zPCI interpretation support
2022-06-23 14:26 UTC (6+ messages)
` [PATCH v7 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property
[PATCH v4 00/53] semihosting cleanup
2022-06-23 14:11 UTC (4+ messages)
` [PATCH v4 29/53] semihosting: Split out semihost_sys_read
[PATCH] target/ppc: Change FPSCR_* to follow POWER ISA numbering convention
2022-06-23 14:06 UTC (2+ messages)
[PATCH 0/2] pc-bios/s390-ccw: Two fixes for the virtio initialization
2022-06-23 13:50 UTC (7+ messages)
` [PATCH 1/2] pc-bios/s390-ccw/virtio: Set missing status bits while initializing
` [PATCH 2/2] pc-bios/s390-ccw/virtio: Read device config after feature negotiation
[PATCH 0/9] Preliminary patches for subproject split
2022-06-23 13:43 UTC (3+ messages)
` [PATCH 9/9] scripts/qapi: add required system includes to visitor
[PATCH v2] fuzz: only use generic-fuzz targets on oss-fuzz
2022-06-23 12:55 UTC
[RFC PATCH v3 00/11] qapi: net: add unix socket type support to netdev backend
2022-06-23 12:49 UTC (9+ messages)
` [RFC PATCH v3 04/11] qapi: net: add stream and dgram netdevs
[RFC PATCH] qemu-options: bring the kernel and image options together
2022-06-23 12:43 UTC (4+ messages)
[RFC PATCH] linux-user: un-parent OBJECT(cpu) when closing thread
2022-06-23 12:08 UTC (3+ messages)
[PATCH v7 00/18] job: replace AioContext lock with job_mutex
2022-06-23 11:58 UTC (9+ messages)
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held
[PATCH] hmat acpi: Don't require initiator value in -numa when hmat=on
2022-06-23 11:24 UTC (6+ messages)
[PATCH v2] virtio-iommu: Fix the partial copy of probe request
2022-06-23 9:28 UTC (8+ 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).