qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-09 14:07:22 to 2024-02-12 09:20:08 UTC [more...]

[PATCH V3 00/13] allow cpr-reboot for vfio
 2024-02-12  9:17 UTC  (15+ messages)
` [PATCH V3 01/13] notify: pass error to notifier with return
` [PATCH V3 02/13] migration: remove error from notifier data
` [PATCH V3 03/13] migration: convert to NotifierWithReturn
` [PATCH V3 04/13] migration: MigrationEvent for notifiers
` [PATCH V3 06/13] migration: MigrationNotifyFunc
` [PATCH V3 07/13] migration: per-mode notifiers
` [PATCH V3 08/13] migration: refactor migrate_fd_connect failures

[PULL 00/18] QAPI patches patches for 2024-02-12
 2024-02-12  9:14 UTC  (19+ messages)
` [PULL 01/18] docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.y
` [PULL 02/18] docs/devel/qapi-code-gen: Tweak doc comment whitespace
` [PULL 03/18] qapi/block-core: Fix BlockLatencyHistogramInfo doc markup
` [PULL 04/18] qapi: Indent tagged doc comment sections properly
` [PULL 05/18] sphinx/qapidoc: Drop code to generate doc for simple union tag
` [PULL 06/18] qapi: Require member documentation (with loophole)
` [PULL 07/18] qga/qapi-schema: Clean up documentation of guest-set-memory-blocks
` [PULL 08/18] qga/qapi-schema: Clean up documentation of guest-set-vcpus
` [PULL 09/18] qga/qapi-schema: Plug trivial documentation holes
` [PULL 10/18] qapi/yank: Clean up documentaion of yank
` [PULL 11/18] qapi/dump: Clean up documentation of DumpGuestMemoryCapability
` [PULL 12/18] qapi: Plug trivial documentation holes around former simple unions
` [PULL 13/18] qapi: Improve documentation of file descriptor socket addresses
` [PULL 14/18] qapi: Move @String out of common.json to discourage reuse
` [PULL 15/18] qapi: Add missing union tag documentation
` [PULL 16/18] qapi/migration: Add missing tls-authz documentation
` [PULL 17/18] MAINTAINERS: Cover qapi/cxl.json
` [PULL 18/18] MAINTAINERS: Cover qapi/stats.json

[PATCH 00/15] qapi: Require member documentation (with loophole)
 2024-02-12  9:10 UTC  (4+ messages)
` [PATCH 06/15] "

[PATCH] This patch implements several Octeon +/II instructions
 2024-02-12  8:56 UTC  (2+ messages)

[PATCH 0/2] block: Allow concurrent BB context changes
 2024-02-12  8:52 UTC  (5+ messages)

[PULL 0/4] Character device backend patches for 2024-02-12
 2024-02-12  8:51 UTC  (5+ messages)
` [PULL 1/4] chardev/parallel: Don't close stdin on inappropriate device
` [PULL 2/4] tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
` [PULL 3/4] qapi/char: Make backend types properly conditional
` [PULL 4/4] qapi/char: Deprecate backend type "memory"

[PATCH 00/14] migration: Improve error reporting
 2024-02-12  8:51 UTC  (9+ messages)
` [PATCH 01/14] migration: Add Error** argument to .save_setup() handler
` [PATCH 03/14] memory: Add Error** argument to .log_global*() handlers
` [PATCH 04/14] migration: Modify ram_init_bitmaps() to report dirty tracking errors

hw/qdev: Can qdev_unrealize() ever fail?
 2024-02-12  8:35 UTC 

[PATCH v2 0/6] hw/pci: SR-IOV related fixes and improvements
 2024-02-12  8:25 UTC  (11+ messages)
` [PATCH v2 1/6] hw/pci: Determine if rombar is explicitly enabled
` [PATCH v2 2/6] vfio: Avoid inspecting option QDict for rombar
` [PATCH v2 3/6] hw/qdev: Remove opts member
` [PATCH v2 4/6] pcie_sriov: Validate NumVFs
` [PATCH v2 5/6] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v2 6/6] pcie_sriov: Release VFs failed to realize

[PATCH v7 0/5] Support message-based DMA in vfio-user server
 2024-02-12  8:06 UTC  (6+ messages)
` [PATCH v7 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v7 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v7 3/5] Update subprojects/libvfio-user
` [PATCH v7 4/5] vfio-user: Message-based DMA support
` [PATCH v7 5/5] vfio-user: Fix config space access byte order

[PATCH v6 0/5] Support message-based DMA in vfio-user server
 2024-02-12  8:07 UTC  (3+ messages)

[PATCH v2] pc: q35: Bump max_cpus to 1856 vcpus
 2024-02-12  7:57 UTC  (3+ messages)

[PATCH] virtio-pci: correctly set virtio pci queue mem multiplier
 2024-02-12  7:52 UTC 

[PATCH] hw/i386/kvm/ioapic: Replace magic '24' value by proper definition
 2024-02-12  7:48 UTC  (3+ messages)

[PATCH v3 00/17] TCG Plugin inline operation enhancement
 2024-02-12  6:24 UTC  (8+ messages)
` [PATCH v3 05/17] plugins: scoreboard API

[RFC PATCH] target/ppc: Move add and subf type fixed-point arithmetic instructions to decodetree
 2024-02-12  6:13 UTC  (2+ messages)

[PATCH v4 RESEND 0/2] Introduce SPAPR_IRQ_NR_IPIS and fix max-cpus
 2024-02-12  4:28 UTC  (3+ messages)
` [PATCH v4 RESEND 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [PATCH v4 RESEND 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS

[PATCH v4 0/2] Introduce SPAPR_IRQ_NR_IPIS and fix max-cpus
 2024-02-12  4:14 UTC  (3+ messages)
` [PATCH v4 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [PATCH v4 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS

[PULL 00/12] Hppa64 patches
 2024-02-11 18:49 UTC  (15+ messages)
` [PULL 01/12] disas/hppa: Add disassembly for qemu specific instructions
` [PULL 02/12] target/hppa: Add "diag 0x101" for console output support
` [PULL 03/12] hw/pci-host/astro: Avoid aborting on access failure
` [PULL 04/12] hw/pci-host/astro: Implement Hard Fail and Soft Fail mode
` [PULL 05/12] lasi: allow access to LAN MAC address registers
` [PULL 06/12] target/hppa: Implement do_transaction_failed handler for I/O errors
` [PULL 07/12] lasi: Add reset I/O ports for LASI audio and FDC
` [PULL 08/12] target/hppa: Allow read-access to PSW with rsm 0, reg instruction
` [PULL 09/12] target/hppa: PDC_BTLB_INFO uses 32-bit ints
` [PULL 10/12] hw/net/tulip: add chip status register values
` [PULL 11/12] target/hppa: Update SeaBIOS-hppa to version 16
` [PULL 12/12] hw/hppa/machine: Load 64-bit firmware on 64-bit machines

[PATCH v2 00/12] target/hppa: Enhancements and fixes
 2024-02-11  0:30 UTC  (5+ messages)
` [PATCH v2 02/12] target/hppa: Add "diag 0x101" for console output support
` [PATCH v2 03/12] hw/pci-host/astro: Avoid aborting on access failure

[RFC PATCH 00/11] target/mips: Remove I6500 CPU definition
 2024-02-11  0:29 UTC  (2+ messages)

[PATCH] system: Move memory_ldst.c.inc to system
 2024-02-10 17:58 UTC  (2+ messages)

[PATCH] target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_FEATURE_PMU
 2024-02-10 17:45 UTC  (2+ messages)

[PATCH] hw/hppa/Kconfig: Fix building with "configure --without-default-devices"
 2024-02-10 16:09 UTC  (5+ messages)

[PULL 00/34] Migration staging patches
 2024-02-10  9:30 UTC  (5+ messages)
` [PULL 26/34] migration/multifd: Join the TLS thread

[PATCH v2 0/3] virtio: Re-enable notifications after drain
 2024-02-10  8:37 UTC  (5+ messages)
` [PATCH v2 3/3] virtio-blk: Use ioeventfd_attach in start_ioeventfd

[PATCH trivial] qemu-img: factor out parse_output_format() and use it in the code
 2024-02-09 21:28 UTC  (2+ messages)

[RFC PATCH SET] cxl: add poison event handler
 2024-02-10  6:54 UTC  (11+ messages)
` [RFC PATCH 1/5] cxl/core: correct length of DPA field masks
` [RFC PATCH 2/5] cxl/core: introduce cxl_memdev_dpa_to_hpa()
` [RFC PATCH 3/5] cxl/core: introduce cxl_mem_report_poison()
` [RFC PATCH 4/5] cxl/core: add report option for cxl_mem_get_poison()
` [RFC PATCH 5/5] cxl/core: add poison injection event handler

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-02-09 22:37 UTC  (17+ messages)
` [PATCH v3 05/11] hw/ppc/prep: Realize ISA bridge before accessing it
` [PATCH v3 06/11] hw/misc/macio: Realize IDE controller "
` [PATCH v3 08/11] hw/sparc/sun4m: Realize DMA "
` [PATCH v3 09/11] hw/sparc/leon3: Realize GRLIB IRQ "
` [PATCH v3 10/11] hw/sparc/leon3: Initialize GPIO before realizing CPU devices
` [PATCH v3 11/11] hw/sparc64/cpu: "

[PATCH v1 00/15] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-09 22:36 UTC  (3+ messages)

[PATCH 00/23] qemu-img: refersh options and --help handling
 2024-02-09 22:26 UTC  (26+ messages)
` [PATCH 01/23] qemu-img: pass current cmd info into command handlers
` [PATCH 02/23] qemu-img: refresh options/--help for "create" subcommand
` [PATCH 03/23] qemu-img: factor out parse_output_format() and use it in the code
` [PATCH 04/23] qemu-img: refresh options/--help for "check" command
` [PATCH 05/23] qemu-img: simplify --repair error message
` [PATCH 06/23] qemu-img: refresh options/--help for "commit" command
` [PATCH 07/23] qemu-img: refresh options/--help for "compare" command
` [PATCH 08/23] qemu-img: refresh options/--help for "convert" command
` [PATCH 09/23] qemu-img: refresh options/--help for "info" command
` [PATCH 10/23] qemu-img: refresh options/--help for "map" command
` [PATCH 11/23] qemu-img: allow specifying -f fmt for snapshot subcommand
` [PATCH 12/23] qemu-img: make -l (list) the default for "snapshot" subcommand
` [PATCH 13/23] qemu-img: refresh options/--help for "snapshot" command
` [PATCH 14/23] qemu-img: refresh options/--help for "rebase" command
` [PATCH 15/23] qemu-img: resize: do not always eat last argument
` [PATCH 16/23] qemu-img: refresh options/--help for "resize" command
` [PATCH 17/23] qemu-img: refresh options/--help for "amend" command
` [PATCH 18/23] qemu-img: refresh options/--help for "bench" command
` [PATCH 19/23] qemu-img: refresh options/--help for "bitmap" command
` [PATCH 20/23] qemu-img: refresh options/--help for "dd" command
` [PATCH 21/23] qemu-img: refresh options/--help for "measure" command
` [PATCH 22/23] qemu-img: implement short --help, remove global help() function
` [PATCH 23/23] qemu-img: inline list of supported commands, remove qemu-img-cmds.h include

[PATCH] i386: xen: fix compilation --without-default-devices
 2024-02-09 21:59 UTC 

[PATCH 0/3] system/memory: Trivial fixes
 2024-02-09 21:33 UTC  (10+ messages)
` [PATCH 1/3] cpu-target: Include missing 'exec/memory.h' header
` [PATCH 2/3] monitor/target: "
` [PATCH 3/3] system/physmem: Assign global system I/O Memory to machine

[PATCH 00/88] esp: rework ESP emulation to use a SCSI phase-based state machine
 2024-02-09 21:28 UTC  (8+ messages)
` [PATCH 09/88] esp: update TC check logic in do_dma_pdma_cb() to check for TC == 0

KVM/QEMU Community Call 6th Feb Agenda Items
 2024-02-09 21:15 UTC  (3+ messages)
` KVM/QEMU Community Call 6th Feb Agenda Items (minutes)

[PULL 00/10] testing, doc and gdbstub updates
 2024-02-09 19:47 UTC  (11+ messages)
` [PULL 01/10] tests/docker: Add sqlite3 module to openSUSE Leap container
` [PULL 02/10] docs: mark CRIS support as deprecated
` [PULL 03/10] configure: run plugin TCG tests again
` [PULL 04/10] Revert "hw/elf_ops: Ignore loadable segments with zero size"
` [PULL 05/10] kconfig: use "select" to enable semihosting
` [PULL 06/10] gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
` [PULL 07/10] gdbstub: Allow specifying a reason in stop packets
` [PULL 08/10] gdbstub: Add syscall entry/return hooks
` [PULL 09/10] gdbstub: Implement catching syscalls
` [PULL 10/10] tests/tcg: Add the syscall catchpoint gdbstub test

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-09 19:04 UTC  (4+ messages)
` [PATCH v3 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[RFC v2 0/5] ARM Nested Virt Support
 2024-02-09 18:57 UTC  (8+ messages)
` [RFC v2 1/5] [Placeholder] headers: Partial headers update for NV2 enablement
` [RFC v2 2/5] hw/arm: Allow setting KVM vGIC maintenance IRQ
` [RFC v2 3/5] target/arm/kvm: Add helper to detect EL2 when using KVM
` [RFC v2 4/5] target/arm: Enable feature ARM_FEATURE_EL2 if EL2 is supported
` [RFC v2 5/5] hw/arm/virt: Allow virt extensions with KVM

[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
 2024-02-09 17:46 UTC  (2+ messages)

[PATCH] iotests: Make 144 deterministic again
 2024-02-09 17:31 UTC 

[RFC PATCH 0/7] hw/qdev: Split 'wiring' phase from 'realize'
 2024-02-09 15:57 UTC  (2+ messages)

[PATCH v2 0/1] target: New binary to prototype heterogeneous machines
 2024-02-09 15:35 UTC  (3+ messages)
` [PATCH v2 1/1] target: Add system emulation aiming to target any architecture

[PULL 00/17] Misc fixes patches
 2024-02-09 14:05 UTC  (12+ messages)
` [PULL 02/17] crypto: Introduce SM4 symmetric cipher algorithm
` [PULL 03/17] qemu_init: increase NOFILE soft limit on POSIX
` [PULL 08/17] docs: re-generate x86_64 ABI compatibility CSV
` [PULL 09/17] chardev: close QIOChannel before unref'ing
` [PULL 10/17] io: add trace event when cancelling TLS handshake
` [PULL 11/17] crypto: Support LUKS volume with detached header
` [PULL 12/17] qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKS
` [PULL 13/17] crypto: Modify the qcrypto_block_create to support creation flags
` [PULL 14/17] block: Support detached LUKS header creation using blockdev-create
` [PULL 15/17] block: Support detached LUKS header creation using qemu-img
` [PULL 17/17] tests: Add case for LUKS volume with detached header


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