qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 16:48:11 to 2024-09-11 03:21:57 UTC [more...]

[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0, false)
 2024-09-11  3:21 UTC  (60+ messages)
` [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
` [PATCH 02/39] hw/acpi: "
` [PATCH 03/39] hw/arm: "
` [PATCH 04/39] hw/char: "
` [PATCH 05/39] hw/core: "
` [PATCH 06/39] hw/net: "
` [PATCH 07/39] hw/watchdog: "
` [PATCH 08/39] migration: "
` [PATCH 09/39] qobject: "
` [PATCH 10/39] system: "
` [PATCH 11/39] target/ppc: "
` [PATCH 12/39] tests/qtest: "
` [PATCH 13/39] tests/unit: "
` [PATCH 14/39] include/hw/s390x: replace assert(false) "
` [PATCH 15/39] block: "
` [PATCH 16/39] hw/hyperv: "
` [PATCH 17/39] hw/net: "
` [PATCH 18/39] hw/nvme: "
` [PATCH 19/39] hw/pci: "
` [PATCH 20/39] hw/ppc: "
` [PATCH 21/39] migration: "
` [PATCH 22/39] target/i386/kvm: "
` [PATCH 23/39] tests/qtest: "
` [PATCH 24/39] accel/tcg: remove break after g_assert_not_reached()
` [PATCH 25/39] block: "
` [PATCH 26/39] hw/acpi: "
` [PATCH 27/39] hw/gpio: "
` [PATCH 28/39] hw/misc: "
` [PATCH 29/39] hw/net: "
` [PATCH 30/39] hw/pci-host: "
` [PATCH 31/39] hw/scsi: "
` [PATCH 32/39] hw/tpm: "
` [PATCH 33/39] target/arm: "
` [PATCH 34/39] target/riscv: "
` [PATCH 35/39] tests/qtest: "
` [PATCH 36/39] ui: "
` [PATCH 37/39] fpu: "
` [PATCH 38/39] tcg/loongarch64: "
` [PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)

[PATCH v2 0/2] Add FDT table support with acpi ged pm register
 2024-09-11  3:09 UTC  (3+ messages)
` [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register
` [PATCH v2 2/2] hw/loongarch/virt: Add FDT table support with acpi ged pm register

[PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-09-11  3:05 UTC  (8+ messages)

[PATCH] virtio/vhost-user: fix qemu crash when hotunplug vhost-user-net device
 2024-09-11  2:56 UTC  (5+ messages)

about "-netdev id=id" User Documentation
 2024-09-11  2:35 UTC 

[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-09-11  2:29 UTC  (3+ messages)

[PATCH] tests/functional/qemu_test: Use Python hashlib instead of external programs
 2024-09-11  2:06 UTC  (3+ messages)

[PATCH v4 0/2] riscv: char: Avoid dropped charecters
 2024-09-11  1:53 UTC  (4+ messages)
` [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async

[PATCH] migration/multifd: Fix build for qatzip
 2024-09-11  1:17 UTC  (6+ messages)
` [External] "

[RFC PATCH V2 0/5] Added Interrupt controller emulation for loongarch kvm
 2024-09-11  1:16 UTC  (4+ messages)
` [RFC PATCH V2 1/5] include: Add macro definitions needed for interrupt controller kvm emulation

[PATCH 0/2] Add FDT table support with acpi ged pm register
 2024-09-11  1:00 UTC  (4+ messages)
` [PATCH 1/2] acpi: ged: Add macro for acpi ged sleep register

[PATCH v4 0/5] target/sparc: emulate floating point queue when raising fp traps
 2024-09-11  0:44 UTC  (3+ messages)

[PATCH RFC 00/10] migration: auto-converge refinements for huge VM
 2024-09-10 22:23 UTC  (7+ messages)
` [PATCH RFC 10/10] tests/migration-tests: Add test case for responsive CPU throttle

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-09-10 22:06 UTC  (3+ messages)

[PATCH 0/2] tcg: Fix branch/label link during plugin expansion
 2024-09-10 21:56 UTC  (7+ messages)
` [PATCH 1/2] tcg: Return TCGOp from tcg_gen_op[1-6]
` [PATCH 2/2] tcg: Propagate new TCGOp to add_as_label_use

[PATCH] softmmu: Support concurrent bounce buffers
 2024-09-10 21:36 UTC  (6+ messages)

[PATCH] softmmu: Expand comments describing max_bounce_buffer_size
 2024-09-10 21:35 UTC 

[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:28 UTC  (3+ messages)
` [PATCH v5 1/2] hw/riscv: "
` [PATCH v5 2/2] docs/system/riscv: Add documentation for command-line OpenSBI domains

[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:25 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 1/2] hw/riscv: "
` [PATCH v5 2/2] Add documentation for command-line OpenSBI domains
` [PATCH v5 2/2] docs/system/riscv: "

[PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:08 UTC  (3+ messages)

[PATCH v4 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:00 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] Add documentation for command-line OpenSBI domains

[PATCH v2 00/10] Maintainer updates (testing, gdbstub) pre-PR
 2024-09-10 20:43 UTC  (15+ messages)
` [PATCH v2 01/10] tests/docker: remove debian-armel-cross
` [PATCH v2 02/10] tests/docker: update debian i686 and mipsel images to bookworm
` [PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests
` [PATCH v2 04/10] docs/devel: fix duplicate line
` [PATCH v2 05/10] scripts/ci: update the gitlab-runner playbook
` [PATCH v2 06/10] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH v2 07/10] gdbstub: Add support for MTE in system mode
` [PATCH v2 08/10] tests/guest-debug: Support passing arguments to the GDB test script
` [PATCH v2 09/10] tests/tcg/aarch64: Improve linker script organization
` [PATCH v2 10/10] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode

[PATCH v2] adb-mouse: convert to use QemuInputHandler
 2024-09-10 20:36 UTC  (3+ messages)

[PATCH v11 00/10] Support persistent reservation operations
 2024-09-10 20:23 UTC  (3+ messages)
` [PATCH v11 09/10] hw/nvme: add reservation protocal command

[PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
 2024-09-10 20:22 UTC  (4+ messages)

[PATCH 0/5] Interrupt Remap support for emulated amd viommu
 2024-09-10 20:14 UTC  (2+ messages)

[PULL 00/22] Tests and misc patches
 2024-09-10 19:52 UTC  (3+ messages)

[PATCH] vfio/iommufd: no hw_info for mediated devices
 2024-09-10 19:51 UTC  (3+ messages)

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-10 19:48 UTC  (4+ messages)
` [PATCH v2 12/17] migration/multifd: Device state transfer support - send side

[PATCH 0/2] misc: Rename included template headers using '.inc' suffix
 2024-09-10 19:18 UTC  (2+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-10 18:45 UTC  (17+ messages)
` [PATCH v1 01/14] s390x/s390-virtio-ccw: don't crash on weird RAM sizes
` [PATCH v1 02/14] s390x/s390-virtio-hcall: remove hypercall registration mechanism
` [PATCH v1 03/14] s390x/s390-virtio-hcall: prepare for more diag500 hypercalls
` [PATCH v1 04/14] s390x: rename s390-virtio-hcall* to s390-hypercall*
` [PATCH v1 05/14] s390x/s390-virtio-ccw: move setting the maximum guest size from sclp to machine code
` [PATCH v1 06/14] s390x: introduce s390_get_memory_limit()
` [PATCH v1 07/14] s390x/s390-hypercall: introduce DIAG500 STORAGE_LIMIT
` [PATCH v1 08/14] s390x/s390-stattrib-kvm: prepare memory devices and sparse memory layouts
` [PATCH v1 09/14] s390x/s390-skeys: prepare for memory devices
` [PATCH v1 10/14] s390x/pv: check initial, not maximum RAM size
` [PATCH v1 11/14] s390x/s390-virtio-ccw: prepare for memory devices
` [PATCH v1 12/14] s390x: introduce s390_get_max_pagesize()
` [PATCH v1 13/14] s390x/virtio-ccw: add support for virtio based memory devices
` [PATCH v1 14/14] s390x: virtio-mem support

[PATCH v1] virtio-mem: don't warn about THP sizes on a kernel without THP support
 2024-09-10 18:44 UTC  (3+ messages)

[PATCH v2 00/10] target/s390x: pc-relative translation
 2024-09-10 18:33 UTC  (3+ messages)
` [PATCH v2 10/10] target/s390x: Enable CF_PCREL

[PATCH 0/5] license: Fix typos and update deprecated SPDX tags
 2024-09-10 18:25 UTC  (2+ messages)

[PATCH v2 0/7] Introduce SMP Cache Topology
 2024-09-10 18:23 UTC  (2+ messages)

[PATCH] docs/devel: Prohibit calling object_unparent() for memory region
 2024-09-10 18:21 UTC  (3+ messages)

[RFC 0/2] Improve the performance of unit-stride RVV ld/st on
 2024-09-10 18:18 UTC  (5+ messages)
` [RFC 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

[PATCH v2] hw/acpi/ich9: Add periodic and swsmi timer
 2024-09-10 18:08 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] tests/functional: Fix bad usage of has_cmd
 2024-09-10 17:55 UTC  (2+ messages)

[RFC PATCH 0/2] target/riscv: Add support for machine specific pmu's events
 2024-09-10 17:47 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] hw/riscv/sifive_u.c: Add initial HPM support

[PATCH v3 0/3] build qemu with gcc and tsan
 2024-09-10 17:40 UTC  (4+ messages)
` [PATCH v3 1/3] meson: hide tsan related warnings
` [PATCH v3 2/3] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH v3 3/3] docs/devel: update tsan build documentation

[PATCH v2 00/14] XIVE2 changes for TIMA operations
 2024-09-10 17:32 UTC  (11+ messages)
` [PATCH v2 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
` [PATCH v2 05/14] ppc/xive2: Dump more NVP state with 'info pic'
` [PATCH v2 06/14] ppc/xive2: Dump the VP-group and crowd tables "
` [PATCH v2 11/14] pnv/xive: Add special handling for pool targets
` [PATCH v2 12/14] pnv/xive: Update PIPR when updating CPPR

[PATCH v2] docs: fix vhost-user protocol doc
 2024-09-10 17:29 UTC  (3+ messages)
` [PATCH] "

[PATCH v5 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
 2024-09-10 17:24 UTC  (2+ messages)

[PATCH v8 0/6] plugins: access values during a memory read/write
 2024-09-10 17:20 UTC  (7+ messages)
` [PATCH v8 1/6] plugins: save value during memory accesses
` [PATCH v8 2/6] plugins: extend API to get latest memory value accessed
` [PATCH v8 3/6] tests/tcg: add mechanism to run specific tests with plugins
` [PATCH v8 4/6] tests/tcg: allow to check output of plugins
` [PATCH v8 5/6] tests/tcg/plugins/mem: add option to print memory accesses
` [PATCH v8 6/6] tests/tcg/multiarch: add test for plugin memory access

[PATCH v2 0/2] Postcopy migration and vhost-user errors
 2024-09-10 17:10 UTC  (2+ messages)

[PULL 00/19] QAPI patches patches for 2024-09-10
 2024-09-10 16:47 UTC  (17+ messages)
` [PULL 02/19] tests/qapi-schema: Drop temporary 'prefix'
` [PULL 03/19] qapi/block-core: "
` [PULL 04/19] qapi/common: "
` [PULL 05/19] qapi/crypto: "
` [PULL 06/19] qapi/ebpf: "
` [PULL 09/19] qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'
` [PULL 10/19] qapi/crypto: Drop unwanted 'prefix'
` [PULL 11/19] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
` [PULL 12/19] qapi/crypto: Rename QCryptoCipherAlgorithm "
` [PULL 13/19] qapi/crypto: Rename QCryptoIVGenAlgorithm "
` [PULL 14/19] qapi/crypto: Rename QCryptoAkCipherAlgorithm "
` [PULL 15/19] qapi/crypto: Rename QCryptoRSAPaddingAlgorithm "
` [PULL 16/19] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
` [PULL 17/19] qapi/cryptodev: Drop unwanted 'prefix'
` [PULL 18/19] qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix
` [PULL 19/19] qapi/vfio: Rename VfioMigrationState to Qapi*, "


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