messages from 2022-07-22 12:33:06 to 2022-07-25 08:05:43 UTC [more...]
[PATCH v10 00/21] job: replace AioContext lock with job_mutex
2022-07-25 7:38 UTC (19+ messages)
` [PATCH v10 01/21] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v10 02/21] job.h: categorize fields in struct Job
` [PATCH v10 03/21] job.c: API functions not used outside should be static
` [PATCH v10 04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v10 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v10 06/21] job: move and update comments from blockjob.c
` [PATCH v10 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v10 08/21] jobs: add job lock in find_* functions
` [PATCH v10 09/21] jobs: use job locks also in the unit tests
` [PATCH v10 11/21] jobs: group together API calls under the same job lock
` [PATCH v10 12/21] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [PATCH v10 13/21] job: detect change of aiocontext within job coroutine
` [PATCH v10 14/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v10 16/21] blockjob: rename notifier callbacks as _locked
` [PATCH v10 17/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v10 18/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v10 19/21] block_job_query: remove atomic read
` [PATCH v10 21/21] job: remove unused functions
[PATCH v2 0/2] accel/tcg: Test unaligned stores to s390x low-address-protected lowcore
2022-07-25 7:34 UTC (6+ messages)
` [PATCH v2 1/2] qapi: Add exit-failure PanicAction
` [PATCH v2 2/2] tests/tcg/s390x: Test unaligned accesses to lowcore
[PATCH v6 0/5] RISC-V Smstateen support
2022-07-25 7:23 UTC (9+ messages)
` [PATCH v6 1/5] target/riscv: Add smstateen support
` [PATCH v6 3/5] target/riscv: smstateen check for fcsr
[PATCH v2] vhost: Get vring base from vq, not svq
2022-07-25 7:07 UTC (2+ messages)
[PATCH] vdpa: Fix memory listener deletions of iova tree
2022-07-25 7:05 UTC (2+ messages)
[PATCH v7 00/92] target/arm: Implement SVE2
2022-07-25 7:05 UTC (3+ messages)
` [PATCH v7 01/92] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
[PATCH v3 0/8] m25p80: Add SFDP support
2022-07-25 6:34 UTC (5+ messages)
` [PATCH v3 8/8] arm/aspeed: Replace mx25l25635e chip model
[PATCH v5 0/1] target/riscv: Add Zihintpause support
2022-07-25 4:38 UTC (3+ messages)
` [PATCH v5 1/1] "
[PATCH 00/16] Support VIRTIO_F_RING_RESET for virtio-net and vhost-user in virtio pci
2022-07-25 3:29 UTC (3+ messages)
[RFC] hw/nvme: Use irqfd to send interrupts
2022-07-25 2:48 UTC (7+ messages)
[PATCH] .cirrus.yml: Change winsymlinks to 'native'
2022-07-25 2:07 UTC (3+ messages)
[PATCH] hw/intc: sifive_plic: Fix multi-socket plic configuraiton
2022-07-25 1:14 UTC (2+ messages)
[PATCH] target/ppc: fix unreachable code in do_ldst_quad()
2022-07-24 22:10 UTC (2+ messages)
[PATCH 0/4] semihosting: fix various coverity issues
2022-07-24 21:55 UTC (9+ messages)
` [PATCH 1/4] semihosting: Don't return negative values on qemu_semihosting_console_write() failure
` [PATCH 2/4] semihosting: Don't copy buffer after console_write()
` [PATCH 3/4] semihosting: Check for errors on SET_ARG()
` [PATCH 4/4] semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
Deadlock between bdrv_drain_all_begin and prepare_mmio_access
2022-07-24 21:41 UTC
[PATCH v15 00/10] vhost-vdpa: add support for configure interrupt
2022-07-24 6:44 UTC (11+ messages)
` [PATCH v15 01/10] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
` [PATCH v15 02/10] virtio-pci: decouple notifier from interrupt process
` [PATCH v15 03/10] virtio-pci: decouple the single vector from the "
` [PATCH v15 04/10] vhost: introduce new VhostOps vhost_set_config_call
` [PATCH v15 05/10] vhost-vdpa: add support for config interrupt
` [PATCH v15 06/10] virtio: add support for configure interrupt
` [PATCH v15 07/10] vhost: "
` [PATCH v15 08/10] virtio-net: "
` [PATCH v15 09/10] virtio-mmio: "
` [PATCH v15 10/10] virtio-pci: "
[PATCH] include/qemu/host-utils.h: Simplify the compiler check in mulu128()
2022-07-24 3:29 UTC (2+ messages)
[PATCH] hw/loongarch: remove acpi-build.c unused variable 'aml_len'
2022-07-24 3:27 UTC (2+ messages)
[PATCH] linux-user: Use target abi_int type for pipefd[1] in pipe()
2022-07-23 22:22 UTC (3+ messages)
[PATCH] target/mips: Handle lock_user() failure in UHI_plog semihosting call
2022-07-23 21:37 UTC (2+ messages)
[PATCH] target/arm: Add MO_128 entry to pred_esz_masks[]
2022-07-23 21:04 UTC (2+ messages)
[PATCH v2 0/3] ci: refresh packages/containers and misc changes
2022-07-23 16:22 UTC (5+ messages)
` [PATCH v2 1/3] tests: refresh to latest libvirt-ci module
` [PATCH v2 2/3] gitlab: show testlog.txt contents when cirrus/custom-runner jobs fail
` [PATCH v2 3/3] gitlab: drop 'containers-layer2' stage
[RFC 0/3] add snapshot/restore fuzzing device
2022-07-23 15:52 UTC (6+ messages)
` [RFC 1/3] create skeleton snapshot device and add docs
` [RFC 2/3] implement ram save/restore
` [RFC 3/3] use migration code for cpu and device save/restore
[PATCH v13 00/10] vhost-vdpa: add support for configure interrupt
2022-07-23 11:48 UTC (4+ messages)
[PATCH] hw/display/bcm2835_fb: Fix framebuffer allocation address
2022-07-23 11:12 UTC
[PATCH v6 0/3] Implement Sstc extension
2022-07-23 9:43 UTC (3+ messages)
` [PATCH v6 1/3] hw/intc: Move mtimer/mtimecmp to aclint
Corrupted display changing screen colour depth in qemu-system-ppc/MacOS
2022-07-23 8:59 UTC (9+ messages)
[PATCH v14 00/10] vhost-vdpa: add support for configure interrupt
2022-07-23 8:54 UTC (11+ messages)
` [PATCH v14 01/10] virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
` [PATCH v14 02/10] virtio-pci: decouple notifier from interrupt process
` [PATCH v14 03/10] virtio-pci: decouple the single vector from the "
` [PATCH v14 04/10] vhost: introduce new VhostOps vhost_set_config_call
` [PATCH v14 05/10] vhost-vdpa: add support for config interrupt
` [PATCH v14 06/10] virtio: add support for configure interrupt
` [PATCH v14 07/10] vhost: "
` [PATCH v14 08/10] virtio-net: "
` [PATCH v14 09/10] virtio-mmio: "
` [PATCH v14 10/10] virtio-pci: "
[PATCH 0/8] migration: introduce dirtylimit capability
2022-07-23 7:49 UTC (9+ messages)
` [PATCH 1/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH 2/8] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH 3/8] migration: Introduce dirty-limit capability
` [PATCH 4/8] migration: Implement dirty-limit convergence algo
` [PATCH 5/8] migration: Export dirty-limit time info
` [PATCH 6/8] tests: Add migration dirty-limit capability test
` [PATCH 7/8] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH 8/8] tests/migration: Introduce dirty-limit "
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-23 3:09 UTC (12+ messages)
[PATCH] linux-user: Passthrough MADV_DONTNEED for certain file mappings
2022-07-23 0:50 UTC (2+ messages)
` [PING^2] "
[PATCH for-7.2 00/10] add hmp 'save-fdt' and 'info fdt' commands
2022-07-22 23:16 UTC (15+ messages)
` [PATCH for-7.2 01/10] hw/arm/boot.c: do not free machine->fdt in arm_load_dtb()
` [PATCH for-7.2 02/10] hw/ppc/pegasos2.c: set machine->fdt in machine_reset()
` [PATCH for-7.2 03/10] hw/ppc: set machine->fdt in spapr machine
` [PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save
` [PATCH for-7.2 05/10] hmp, device_tree.c: introduce 'info fdt' command
` [PATCH for-7.2 06/10] device_tree.c: support printing of strings props
` [PATCH for-7.2 07/10] device_tree.c: support remaining FDT prop types
` [PATCH for-7.2 08/10] device_node.c: enable 'info fdt' to print subnodes
` [PATCH for-7.2 09/10] device_tree.c: add fdt_print_property() helper
` [PATCH for-7.2 10/10] hmp, device_tree.c: add 'info fdt <property>' support
driver type raw-xz supports discard=unmap?
2022-07-22 20:03 UTC
[PATCH v6 00/14] qapi: net: add unix socket type support to netdev backend
2022-07-22 19:06 UTC (12+ messages)
` [PATCH v6 01/14] net: introduce convert_host_port()
` [PATCH v6 02/14] net: remove the @errp argument of net_client_inits()
` [PATCH v6 03/14] net: simplify net_client_parse() error management
` [PATCH v6 04/14] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v6 05/14] qapi: net: add stream and dgram netdevs
` [PATCH v6 06/14] net: stream: Don't ignore EINVAL on netdev socket connection
` [PATCH v6 07/14] net: stream: add unix socket
` [PATCH v6 08/14] net: dgram: make dgram_dst generic
` [PATCH v6 09/14] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v6 10/14] net: dgram: add unix socket
[PATCH v7 00/14] qapi: net: add unix socket type support to netdev backend
2022-07-22 19:04 UTC (15+ messages)
` [PATCH v7 01/14] net: introduce convert_host_port()
` [PATCH v7 02/14] net: remove the @errp argument of net_client_inits()
` [PATCH v7 03/14] net: simplify net_client_parse() error management
` [PATCH v7 04/14] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v7 05/14] qapi: net: add stream and dgram netdevs
` [PATCH v7 06/14] net: stream: Don't ignore EINVAL on netdev socket connection
` [PATCH v7 07/14] net: stream: add unix socket
` [PATCH v7 08/14] net: dgram: make dgram_dst generic
` [PATCH v7 09/14] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v7 10/14] net: dgram: add unix socket
` [PATCH v7 11/14] qemu-sockets: move and rename SocketAddress_to_str()
` [PATCH v7 12/14] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v7 13/14] net: stream: move to QIO
` [PATCH v7 14/14] tests/qtest: netdev: test stream and dgram backends
[PULL 0/9] More fixes + random seed patches for QEMU 7.1
2022-07-22 19:07 UTC (9+ messages)
` [PULL 7/9] hw/guest-loader: pass random seed to fdt
[PATCH v3 0/1] python/machine: Fix AF_UNIX path too long on macOS
2022-07-22 18:25 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH v2 0/1] python/machine: Fix AF_UNIX path too long on macOS
2022-07-22 18:06 UTC (6+ messages)
` [PATCH v2 1/1] "
Python package qemu.qmp v0.0.1 released
2022-07-22 17:29 UTC
[PULL v2 0/8] More fixes + random seed patches for QEMU 7.1
2022-07-22 17:04 UTC (9+ messages)
` [PULL 1/8] docs: Add caveats for Windows as the build platform
` [PULL 2/8] accel/kvm: Avoid Coverity warning in query_stats()
` [PULL 3/8] oss-fuzz: remove binaries from qemu-bundle tree
` [PULL 4/8] oss-fuzz: ensure base_copy is a generic-fuzzer
` [PULL 5/8] hw/nios2: virt: pass random seed to fdt
` [PULL 6/8] hw/mips: boston: "
` [PULL 7/8] hw/rx: "
` [PULL 8/8] hw/i386: pass RNG seed via setup_data entry
[PATCH v3] hw/pci/pci_bridge: ensure PCIe slots have only one slot
2022-07-22 16:36 UTC (10+ messages)
[PATCH v2 0/3] target: RFC: display deprecation flag for '-cpu help'
2022-07-22 15:40 UTC (7+ messages)
` [PATCH v2 1/3] target/i386: display deprecation status in "
` [PATCH v2 2/3] target/s390x: "
` [PATCH v2 3/3] target/arm: "
[PATCH] trivial: Fix duplicated words
2022-07-22 15:08 UTC (4+ messages)
[PATCH v2 0/2] migration-test: Allow test to run without uffd
2022-07-22 15:03 UTC (5+ messages)
` [PATCH v2 1/2] migration-test: Use migrate_ensure_converge() for auto-converge
` [PATCH v2 2/2] migration-test: Allow test to run without uffd
Access target TranslatorOps
2022-07-22 14:38 UTC (8+ messages)
[PATCH v3 00/14] dump: Add arch section and s390x PV dump
2022-07-22 11:46 UTC (9+ messages)
` [PATCH v3 11/14] s390x: Add protected dump cap
` [PATCH v3 12/14] s390x: Introduce PV query interface
` [PATCH v3 13/14] s390x: Add KVM PV dump interface
` [PATCH v3 14/14] s390x: pv: Add dump support
[PATCH v2 0/7] ASID support in vhost-vdpa net
2022-07-22 13:43 UTC (8+ messages)
` [PATCH v2 1/7] linux-headers: Update kernel headers to v5.19-rc1
` [PATCH v2 2/7] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v2 3/7] vdpa: Allocate SVQ unconditionally
` [PATCH v2 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v2 5/7] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v2 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v2 7/7] vdpa: Always start CVQ in SVQ mode
[PATCH v2] Loading new machines and devices from external modules
2022-07-22 10:28 UTC (3+ messages)
[PATCH v2 00/19] vdpa net devices Rx filter change notification with Shadow VQ
2022-07-22 13:29 UTC (6+ messages)
` [PATCH v2 18/19] vdpa: Add device migration blocker
[PATCH 0/2] migration: fix coverity nits
2022-07-22 12:47 UTC (3+ messages)
` [PATCH 2/2] migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long
Guest reboot issues since QEMU 6.0 and Linux 5.11
2022-07-22 12:28 UTC (3+ 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).