qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-05 09:00:49 to 2023-10-05 19:56:55 UTC [more...]

[PATCH v2 00/21] Graph locking part 4 (node management)
 2023-10-05 19:55 UTC  (3+ messages)
` [PATCH v2 03/21] preallocate: Don't poll during permission updates

[PATCH v6 00/14] iotests: use vm.cmd()
 2023-10-05 19:48 UTC  (22+ messages)
` [PATCH v6 01/14] python/qemu/qmp/legacy: cmd(): drop cmd_id unused argument
` [PATCH v6 02/14] qmp_shell.py: _fill_completion() use .command() instead of .cmd()
` [PATCH v6 03/14] scripts/cpu-x86-uarch-abi.py: "
` [PATCH v6 04/14] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
` [PATCH v6 05/14] python/qemu: rename command() to cmd()
` [PATCH v6 06/14] python/machine.py: upgrade vm.cmd() method
` [PATCH v6 07/14] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
` [PATCH v6 08/14] iotests: add some missed checks of qmp result
` [PATCH v6 09/14] iotests: refactor some common qmp result checks into generic pattern
` [PATCH v6 10/14] iotests: drop some occasional semicolons
` [PATCH v6 11/14] iotests: drop some extra ** in qmp() call
` [PATCH v6 12/14] iotests.py: pause_job(): drop return value
` [PATCH v6 13/14] tests/vm/basevm.py: use cmd() instead of qmp()
` [PATCH v6 14/14] python: use vm.cmd() instead of vm.qmp() where appropriate

[PATCH v3 00/10] migration: Better error handling in rp thread, allow failures in recover
 2023-10-05 19:35 UTC  (13+ messages)
` [PATCH v3 03/10] migration: Refactor error handling in source return path
` [PATCH v3 08/10] migration: Allow network to fail even during recovery
` [PATCH v3 10/10] tests/migration-test: Add a test for postcopy hangs during RECOVER

[PATCH v8 0/2] tpm: add mssim backend
 2023-10-05 19:28 UTC  (6+ messages)
` [PATCH v8 2/2] tpm: add backend for mssim

[PATCH] MAINTANERS: Split vt82c686 out of fuloong2e
 2023-10-05 19:08 UTC  (3+ messages)

[PULL 00/15] NBD patches through 2023-10-05
 2023-10-05 18:45 UTC  (16+ messages)
` [PULL 01/15] mailmap: Fix Andrey Drobyshev author email
` [PULL 02/15] maint: Tweak comments in mailmap regarding SPF
` [PULL 03/15] mailmap: Fix BALATON Zoltan author email
` [PULL 04/15] nbd/server: Support a request payload
` [PULL 05/15] nbd/server: Prepare to receive extended header requests
` [PULL 06/15] nbd/server: Prepare to send extended header replies
` [PULL 07/15] nbd/server: Support 64-bit block status
` [PULL 08/15] nbd/server: Enable initial support for extended headers
` [PULL 09/15] nbd/client: Plumb errp through nbd_receive_replies
` [PULL 10/15] nbd/client: Initial support for extended headers
` [PULL 11/15] nbd/client: Accept 64-bit block status chunks
` [PULL 12/15] nbd/client: Request extended headers during negotiation
` [PULL 13/15] nbd/server: Refactor list of negotiated meta contexts
` [PULL 14/15] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [PULL 15/15] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS

[QEMU][PATCH v1 0/7] Xen: support grant mappings
 2023-10-05 18:16 UTC  (8+ messages)
` [QEMU][PATCH v1 1/7] xen: when unplugging emulated devices skip virtio devices
` [QEMU][PATCH v1 2/7] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCH v1 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v1 4/7] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCH v1 5/7] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCH v1 6/7] xen: add map and unmap callbacks for grant region
` [QEMU][PATCH v1 7/7] hw: arm: Add grant mapping

[PATCH 0/7] audio: redo default audio backend creation
 2023-10-05 18:20 UTC  (14+ messages)
` [PATCH 1/7] audio: error hints need a trailing \n
` [PATCH 2/7] audio: disable default backends if -audio/-audiodev is used
` [PATCH 3/7] audio: extract audio_define_default
` [PATCH 4/7] audio: extend -audio to allow creating a default backend
` [PATCH 5/7] audio: do not use first -audiodev as default audio device
` [PATCH 6/7] audio: reintroduce default audio backend for VNC
` [PATCH 7/7] audio, qtest: get rid of QEMU_AUDIO_DRV

[PATCH v4] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-05 18:18 UTC 

[PATCH v4 0/8] vhost-user: Back-end state migration
 2023-10-05 17:48 UTC  (19+ messages)
` [PATCH v4 1/8] vhost-user.rst: Deprecate [GS]ET_STATUS
    ` (no subject)
` [PATCH v4 2/8] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
` [PATCH v4 3/8] vhost-user.rst: Clarify enabling/disabling vrings
` [PATCH v4 4/8] vhost-user.rst: Introduce suspended state
` [PATCH v4 5/8] vhost-user.rst: Migrating back-end-internal state
` [PATCH v4 6/8] vhost-user: Interface for migration state transfer
` [PATCH v4 7/8] vhost: Add high-level state save/load functions
` [PATCH v4 8/8] vhost-user-fs: Implement internal migration

[PATCH 0/2] topic: meson: add more compiler hardening flags
 2023-10-05 17:38 UTC  (3+ messages)
` [PATCH 1/2] meson: mitigate against ROP exploits with -fzero-call-used-regs
` [PATCH 2/2] meson: mitigate against use of uninitialize stack for exploits

[PATCH v25 00/21] s390x: CPU Topology
 2023-10-05 16:01 UTC  (22+ messages)
` [PATCH v25 01/21] qapi: machine.json: change docs regarding CpuInstanceProperties
` [PATCH v25 02/21] CPU topology: extend with s390 specifics
` [PATCH v25 03/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v25 05/21] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v25 06/21] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v25 07/21] s390x/cpu topology: interception of PTF instruction
` [PATCH v25 08/21] target/s390x/cpu topology: activate CPU topology
` [PATCH v25 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v25 10/21] machine: adding s390 topology to query-cpu-fast
` [PATCH v25 11/21] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v25 12/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v25 13/21] qapi/s390x/cpu topology: add query-s390x-cpu-polarization command
` [PATCH v25 14/21] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v25 15/21] tests/avocado: s390x cpu topology core
` [PATCH v25 16/21] tests/avocado: s390x cpu topology polarization
` [PATCH v25 17/21] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v25 18/21] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v25 19/21] tests/avocado: s390x cpu topology test socket full
` [PATCH v25 20/21] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v25 21/21] tests/avocado: s390x cpu topology bad move

[PULL 33/63] hw/cxl: Add QTG _DSM support for ACPI0017 device
 2023-10-05 17:00 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 00/10] tcg: Allow softmmu for user-only
 2023-10-05 16:57 UTC  (8+ messages)
` [PATCH 03/10] tcg/arm: Use tcg_use_softmmu
` [PATCH 05/10] tcg/i386: "
` [PATCH 09/10] tcg/riscv: "

[PATCH v6 00/19] linux-user: Implement VDSOs
 2023-10-05 16:47 UTC  (23+ messages)
` [PATCH v6 08/19] linux-user: Add gen-vdso tool
` [PATCH v6 09/19] linux-user/i386: Add vdso
` [PATCH v6 10/19] linux-user/x86_64: "
` [PATCH v6 11/19] linux-user/aarch64: "
` [PATCH v6 13/19] linux-user/hppa: "
` [PATCH v6 14/19] linux-user/riscv: "
` [PATCH v6 15/19] linux-user/loongarch64: "
` [PATCH v6 16/19] linux-user/ppc: "
` [PATCH v6 18/19] linux-user/s390x: "

[PATCH v4 0/3] WIP: ramfb: migration support
 2023-10-05 16:34 UTC  (13+ messages)
` [PATCH v4 1/3] ramfb: add "
` [PATCH v4 2/3] ramfb-standalone: "
` [PATCH v4 3/3] hw/vfio: add ramfb "

[PATCH v5 0/5] Support message-based DMA in vfio-user server
 2023-10-05 16:30 UTC  (3+ messages)
` [PATCH v5 5/5] vfio-user: Fix config space access byte order

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-10-05 16:06 UTC  (9+ messages)
` [PATCH 28/52] migration/rdma: Check negative error values the same way everywhere

[PATCH v7 00/12] NBD 64-bit extensions for qemu
 2023-10-05 16:02 UTC  (11+ messages)
` [PATCH v7 01/12] nbd/server: Support a request payload
  ` [Libguestfs] "
` [PATCH v7 12/12] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
      ` [Libguestfs] "

[PULL v2 00/47] tcg patch queue
 2023-10-05 15:56 UTC  (2+ messages)

[PULL v2 00/53] virtio,pci: features, cleanups
 2023-10-05 15:56 UTC  (2+ messages)

[RFC PATCH v2 0/9] i386/sev: Use C API of Rust SEV library
 2023-10-05 15:54 UTC  (3+ messages)
` [RFC PATCH v2 1/9] Add Rust SEV library as subproject

[PATCH v8 0/5] Support x2APIC mode with TCG accelerator
 2023-10-05 15:52 UTC  (3+ messages)
  ` [RFC PATCH] tcg, apic: create a separate root memory region for each CPU

[PATCH v3 00/16] (few more) Steps towards enabling -Wshadow
 2023-10-05 15:48 UTC  (8+ messages)
` [PATCH v3 02/16] hw/ide/ahci: Clean up local variable shadowing
` [PATCH v3 14/16] softmmu/vl: Clean up global "
` [PATCH v3 16/16] trace/control: "

[PULL 0/9] Python patches
 2023-10-05 14:59 UTC  (7+ messages)
` [PULL 1/9] Python/iotests: Add type hint for nbd module

How to tame CI?
 2023-10-05 14:36 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add some unowned files to the SBSA-REF section
 2023-10-05 14:31 UTC  (4+ messages)

[PATCH v3] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-05 14:26 UTC  (3+ messages)

[PATCH] configure: change $softmmu to $system
 2023-10-05 14:24 UTC  (2+ messages)

[PATCH v2] coverity: physmem: use simple assertions instead of modelling
 2023-10-05 14:03 UTC 

MAINTAINERS still leaves more files uncovered than I'd like
 2023-10-05 13:50 UTC  (5+ messages)

[PATCH] semihosting/arm-compat: Have TARGET_SYS_EXIT[_EXTENDED] return signed
 2023-10-05 13:32 UTC  (2+ messages)

[PATCH] softmmu/vl: improve select_machine() function
 2023-10-05 13:09 UTC  (2+ messages)

[PULL 00/13] Misc patches
 2023-10-04 18:33 UTC  (2+ messages)

[PULL 00/51] Bsd user mmap patches
 2023-10-04 18:33 UTC  (2+ messages)

[PULL 00/11] Migration 20231004 patches
 2023-10-04 18:33 UTC  (2+ messages)

[PULL 0/1] Block patches
 2023-10-04 18:33 UTC  (2+ messages)

[PATCH] cutils: squelch compiler warnings with custom paths
 2023-10-05 12:49 UTC 

[PATCH v2] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-05 12:38 UTC  (6+ messages)

[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
 2023-10-05 11:57 UTC  (6+ messages)
` [RFC PATCH v2 21/22] qapi: Inline and remove QERR_UNSUPPORTED definition

[PATCH] hw/isa/vt82c686: Respect SCI interrupt assignment
 2023-10-05 11:20 UTC  (6+ messages)

[PATCH 0/2] Fix usage of GETPC(), variable shadowing
 2023-10-05 11:06 UTC  (5+ messages)
` [PATCH 1/2] target/hexagon: move GETPC() calls to top level helpers
` [PATCH 2/2] target/hexagon: fix some occurrences of -Wshadow=local

[PATCH v2 1/2] hw/ide: reset: cancel async DMA operation before resetting state
 2023-10-05 10:49 UTC  (2+ messages)

[PATCH] target/riscv: Fix vfwmaccbf16.vf
 2023-10-05 10:46 UTC  (2+ messages)

[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm
 2023-10-05 10:40 UTC  (3+ messages)
` [QEMU][PATCH v4 1/2] xen_arm: Create virtio-mmio devices during initialization

[PATCH v2] hw/ide/ahci: fix legacy software reset
 2023-10-05 10:04 UTC 

[PATCH] hw/ide/ahci: fix legacy software reset
 2023-10-05  9:53 UTC 

[PATCH v8 0/4] pci hotplug tracking
 2023-10-05  9:29 UTC  (5+ messages)
` [PATCH v8 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure
` [PATCH v8 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
` [PATCH v8 3/4] shpc: implement DEVICE_ON event and query-hotplug
` [PATCH v8 4/4] pcie: "


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