qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-11 09:25:07 to 2023-10-11 14:37:21 UTC [more...]

[PATCH v11 00/11] Add VIRTIO sound card
 2023-10-11 14:34 UTC  (6+ messages)
` [PATCH v11 01/11] Add virtio-sound device stub
` [PATCH v11 02/11] Add virtio-sound-pci device
` [PATCH v11 06/11] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PATCH v11 09/11] virtio-sound: implement audio output (TX)
` [PATCH v11 11/11] docs/system: add basic virtio-snd documentation

[PATCH v1] migration: fix RAMBlock add NULL check
 2023-10-11 14:36 UTC  (7+ messages)

[PATCH v2 0/9] tests/migration-test: Allow testing older machine types
 2023-10-11 14:32 UTC  (21+ messages)
` [PATCH v2 1/9] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PATCH v2 2/9] tests/qtest: Introduce qtest_init_with_env
` [PATCH v2 3/9] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PATCH v2 4/9] tests/qtest: Introduce qtest_has_machine_with_env
` [PATCH v2 5/9] tests/qtest: Introduce qtest_resolve_machine_alias
` [PATCH v2 6/9] tests/qtest/migration: Introduce find_common_machine_version
` [PATCH v2 7/9] tests/qtest/migration: Define a machine for all architectures
` [PATCH v2 8/9] tests/qtest/migration: Support more than one QEMU binary
` [PATCH v2 9/9] tests/qtest: Don't print messages from query instances

[PATCH 0/5] hw/pci-host: Build ppc4xx_pci.c/ppc440_pcix.c once
 2023-10-11 14:27 UTC  (12+ messages)
` [PATCH 1/5] hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
` [PATCH 2/5] hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
` [PATCH 3/5] hw/ppc/ppc4xx_pci: Declare PPC4XX_PCI in Kconfig
` [PATCH 4/5] hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
` [PATCH 5/5] hw/ppc/ppc440_pcix: Move ppc440_pcix.c "

[PATCH] misc/pca9552: Fix inverted input status
 2023-10-11 14:27 UTC  (2+ messages)

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-10-11 14:21 UTC  (10+ messages)
` [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters

[PULL 0/3] Misc QGA patches 2023-10-11
 2023-10-11 14:20 UTC  (4+ messages)
` [PULL 1/3] qga: Remove platform GUID definitions
` [PULL 2/3] qga: Fix memory leak when output stream is unused
` [PULL 3/3] qapi: qga: Clarify when out-data and err-data are populated

[PULL 00/65] Migration 20231011 patches
 2023-10-11 14:11 UTC  (56+ messages)
` [PULL 01/65] migration/qmp: Fix crash on setting tls-authz with null
` [PULL 02/65] tests/qtest: migration: Expose migrate_set_capability
` [PULL 05/65] migration: Set migration status early in incoming side
` [PULL 06/65] tests/qtest: migration: Add support for negative testing of qmp_migrate
` [PULL 08/65] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PULL 11/65] migration/rdma: Drop fragile wr_id formatting
` [PULL 12/65] migration/rdma: Consistently use uint64_t for work request IDs
` [PULL 13/65] migration/rdma: Fix unwanted integer truncation
` [PULL 14/65] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PULL 16/65] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PULL 17/65] migration/rdma: Put @errp parameter last
` [PULL 18/65] migration/rdma: Eliminate error_propagate()
` [PULL 22/65] migration/rdma: Use bool for two RDMAContext flags
` [PULL 23/65] migration/rdma: Fix or document problematic uses of errno
` [PULL 24/65] migration/rdma: Ditch useless numeric error codes in error messages
` [PULL 25/65] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PULL 26/65] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PULL 27/65] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
` [PULL 28/65] migration/rdma: Fix qemu_get_cm_event_timeout() to always "
` [PULL 29/65] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PULL 30/65] migration/rdma: Fix QEMUFileHooks method return values
` [PULL 31/65] migration/rdma: Fix rdma_getaddrinfo() error checking
` [PULL 32/65] migration/rdma: Return -1 instead of negative errno code
` [PULL 33/65] migration/rdma: Dumb down remaining int error values to -1
` [PULL 34/65] migration/rdma: Replace int error_state by bool errored
` [PULL 35/65] migration/rdma: Drop superfluous assignments to @ret
` [PULL 36/65] migration/rdma: Check negative error values the same way everywhere
` [PULL 37/65] migration/rdma: Plug a memory leak and improve a message
` [PULL 38/65] migration/rdma: Delete inappropriate error_report() in macro ERROR()
` [PULL 39/65] migration/rdma: Retire "
` [PULL 40/65] migration/rdma: Fix error handling around rdma_getaddrinfo()
` [PULL 41/65] migration/rdma: Drop "@errp is clear" guards around error_setg()
` [PULL 42/65] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PULL 43/65] migration/rdma: Convert qemu_rdma_exchange_send() "
` [PULL 44/65] migration/rdma: Convert qemu_rdma_exchange_get_response() "
` [PULL 45/65] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PULL 47/65] migration/rdma: Convert qemu_rdma_write_one() "
` [PULL 48/65] migration/rdma: Convert qemu_rdma_write() "
` [PULL 50/65] migration/rdma: Convert qemu_rdma_post_recv_control() "
` [PULL 51/65] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PULL 52/65] migration/rdma: Silence qemu_rdma_resolve_host()
` [PULL 54/65] migration/rdma: Silence qemu_rdma_reg_control()
` [PULL 55/65] migration/rdma: Don't report received completion events as error
` [PULL 56/65] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PULL 57/65] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PULL 58/65] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PULL 59/65] migration/rdma: Use error_report() & friends instead of stderr
` [PULL 60/65] migration/rdma: Replace flawed device detail dump by tracing
` [PULL 61/65] migration: Display error in query-migrate irrelevant of status
` [PULL 62/65] migration: Introduce migrate_has_error()
` [PULL 63/65] qemufile: Always return a verbose error
` [PULL 64/65] migration: Remember num of ramblocks to sync during recovery
` [PULL 65/65] migration: Add migration_rp_wait|kick()

[PATCH] vfio/pci: rename vfio_put_device to vfio_pci_put_device
 2023-10-11 14:11 UTC  (3+ messages)

Accessing emulated CXL memory is unstable
 2023-10-11 14:10 UTC  (3+ messages)

[PATCH v2 0/6] scripts/migration: Fix analyze-migration.py and add a test
 2023-10-11 14:10 UTC  (17+ messages)
` [PATCH v2 1/6] migration: Add the configuration vmstate to the json writer
` [PATCH v2 2/6] migration: Fix analyze-migration.py 'configuration' parsing
` [PATCH v2 3/6] migration: Add capability parsing to analyze-migration.py
` [PATCH v2 4/6] migration: Fix analyze-migration.py when ignore-shared is used
` [PATCH v2 5/6] migration: Fix analyze-migration read operation signedness
` [PATCH v2 6/6] tests/qtest/migration: Add a test for the analyze-migration script

[PATCH v2 0/2] hw/ppc/ppc440_uc: Maintain and remove dead code
 2023-10-11 14:07 UTC  (3+ messages)
` [PATCH v2 1/2] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board
` [PATCH v2 2/2] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()

[PATCH] target/i386: fix shadowed variable pasto
 2023-10-11 14:03 UTC  (2+ messages)

[PATCH V4 00/10] Add architecture agnostic code to support vCPU Hotplug
 2023-10-11 13:56 UTC  (6+ messages)
` [PATCH V4 01/10] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V4 01/10] accel/kvm: Extract common KVM vCPU {creation,parking} code

[PATCH 0/2] hw/ppc/ppc440_uc: Maintain and remove dead code
 2023-10-11 13:49 UTC  (7+ messages)
` [PATCH 1/2] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board
` [PATCH 2/2] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()

[PATCH v3 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
 2023-10-11 13:44 UTC  (7+ messages)
` [PATCH v3 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PATCH v3 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PATCH v3 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH v3 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip
` [PATCH v3 5/6] target/riscv: Add M-mode virtual interrupt and IRQ filtering support
` [PATCH v3 6/6] target/riscv: Add HS-mode "

[PATCH v12 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-11 13:33 UTC  (4+ messages)
` [PATCH v12 09/10] migration: Implement MigrateChannelList to hmp migration flow

[PATCH] riscv, qemu_fw_cfg: Add support for RISC-V architecture
 2023-10-11 13:01 UTC  (2+ messages)

Running cross-compiled binary using QEMU results in segmentation fault error
 2023-10-11  9:13 UTC 

[PATCH] virtio-blk: don't start dataplane during the stop of dataplane
 2023-10-11  3:37 UTC 

[PATCH] virtio-blk: don't start dataplane during the stop of dataplane
 2023-10-11  6:14 UTC 

[PATCH] virtio-blk: don't start dataplane during the stop of dataplane
 2023-10-11  7:17 UTC 

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-10-11 13:27 UTC  (5+ messages)
` [PATCH v1 5/9] qapi: golang: Generate qapi's union types in Go

[PATCH] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
 2023-10-11 13:26 UTC  (2+ messages)

[PATCH v4] migration: Allow user to specify available switchover bandwidth
 2023-10-11 12:58 UTC  (2+ messages)

[PATCH v2] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
 2023-10-11 12:46 UTC  (3+ messages)

[PATCH v2] migration: refactor migration_completion
 2023-10-11 12:41 UTC  (3+ messages)

[PATCH RFC v4 0/9] Add loongarch kvm accel support
 2023-10-11 12:31 UTC  (5+ messages)
` [PATCH RFC v4 4/9] target/loongarch: Implement kvm get/set registers

wiki.qemu.org is experiencing technical difficulties
 2023-10-11 12:20 UTC  (3+ messages)

[PATCH 0/6] hw: Clean up global variables shadowing
 2023-10-11 11:58 UTC  (3+ messages)
` [PATCH 6/6] hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()

[PULL 00/13] Trivial patches for 2023-10-11
 2023-10-11 11:20 UTC  (14+ messages)
` [PULL 01/13] Update AMD memory encryption document links
` [PULL 02/13] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
` [PULL 03/13] Fix compilation when UFFDIO_REGISTER is not set
` [PULL 04/13] MAINTAINERS: Add g364fb and ds1225y to the Jazz section
` [PULL 05/13] MAINTAINERS: Add unowned RISC-V related files to the right sections
` [PULL 06/13] MAINTAINERS: Add include folder to the hw/char/ section
` [PULL 07/13] MAINTAINERS: Add the CI-related doc files to the CI section
` [PULL 08/13] MAINTAINERS: add standard-headers to Hosts/LINUX
` [PULL 09/13] MAINTAINERS: Add section for overall sensors
` [PULL 10/13] MAINTAINERS: Add some unowned files to the SBSA-REF section
` [PULL 11/13] roms: use PYTHON to invoke python
` [PULL 12/13] scripts/xml-preprocess: Make sure this script is invoked via the right Python
` [PULL 13/13] cpus: Remove unused smp_cores/smp_threads declarations

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2023-10-11 11:22 UTC  (6+ messages)
` [PATCH v2 05/10] mirror: implement mirror_change method

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-11 11:08 UTC  (5+ messages)

[PATCH 00/22] block: Graph locking part 5 (protect children/parent links)
 2023-10-11 11:05 UTC  (3+ messages)

[PATCH] hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
 2023-10-11 10:53 UTC 

[PULL 00/25] testing, gdbstub and plugin updates
 2023-10-11 10:33 UTC  (26+ messages)
` [PULL 01/25] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
` [PULL 02/25] tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware
` [PULL 03/25] tests/lcitool: add swtpm to the package list
` [PULL 04/25] gitlab: shuffle some targets and reduce avocado noise
` [PULL 05/25] tests/docker: make docker engine choice entirely configure driven
` [PULL 06/25] configure: allow user to override docker engine
` [PULL 07/25] configure: remove gcc version suffixes
` [PULL 08/25] gdbstub: Fix target_xml initialization
` [PULL 09/25] gdbstub: Fix target.xml response
` [PULL 10/25] plugins: Check if vCPU is realized
` [PULL 11/25] contrib/plugins: Use GRWLock in execlog
` [PULL 12/25] gdbstub: Introduce GDBFeature structure
` [PULL 13/25] target/arm: Move the reference to arm-core.xml
` [PULL 14/25] hw/core/cpu: Return static value with gdb_arch_name()
` [PULL 15/25] gdbstub: Use g_markup_printf_escaped()
` [PULL 16/25] target/arm: Remove references to gdb_has_xml
` [PULL 17/25] target/ppc: "
` [PULL 18/25] gdbstub: Remove gdb_has_xml variable
` [PULL 19/25] gdbstub: Replace gdb_regs with an array
` [PULL 20/25] accel/tcg: Add plugin_enabled to DisasContextBase
` [PULL 21/25] target/sh4: Disable decode_gusa when plugins enabled
` [PULL 22/25] plugins: Set final instruction count in plugin_gen_tb_end
` [PULL 23/25] contrib/plugins: fix coverity warning in cache
` [PULL 24/25] contrib/plugins: fix coverity warning in lockstep
` [PULL 25/25] contrib/plugins: fix coverity warning in hotblocks

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-11  9:51 UTC  (7+ messages)
` [PATCH 2/3] target/riscv: "


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).