qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-25 09:45:01 to 2022-04-25 23:55:57 UTC [more...]

[PATCH v5 00/21] migration: Postcopy Preemption
 2022-04-25 23:38 UTC  (21+ messages)
` [PATCH v5 01/21] tests: fix encoding of IP addresses in x509 certs
` [PATCH v5 02/21] tests: add more helper macros for creating TLS "
` [PATCH v5 03/21] tests: add migration tests of TLS with PSK credentials
` [PATCH v5 04/21] tests: add migration tests of TLS with x509 credentials
` [PATCH v5 05/21] tests: convert XBZRLE migration test to use common helper
` [PATCH v5 06/21] tests: convert multifd migration tests "
` [PATCH v5 07/21] tests: add multifd migration tests of TLS with PSK credentials
` [PATCH v5 08/21] tests: add multifd migration tests of TLS with x509 credentials
` [PATCH v5 09/21] tests: ensure migration status isn't reported as failed
` [PATCH v5 10/21] migration: Add postcopy-preempt capability
` [PATCH v5 11/21] migration: Postcopy preemption preparation on channel creation
` [PATCH v5 12/21] migration: Postcopy preemption enablement
` [PATCH v5 13/21] migration: Postcopy recover with preempt enabled
` [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
` [PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v5 16/21] migration: Add helpers to detect TLS capability
` [PATCH v5 17/21] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v5 18/21] migration: Enable TLS for preempt channel
` [PATCH v5 19/21] tests: Add postcopy tls migration test
` [PATCH v5 20/21] tests: Add postcopy tls recovery "

Live Migration ToDo
 2022-04-25 23:33 UTC  (6+ messages)

[PULL 00/14] Block patches
 2022-04-25 23:32 UTC  (16+ messages)
` [PULL 01/14] block: add 'force' parameter to 'blockdev-change-medium' command
` [PULL 02/14] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PULL 03/14] iotests/163: Fix broken qemu-io invocation
` [PULL 04/14] iotests: Don't check qemu_io() output for specific error strings
` [PULL 05/14] iotests/040: Don't check image pattern on zero-length image
` [PULL 06/14] iotests/040: Fix TestCommitWithFilters test
` [PULL 07/14] iotests: create generic qemu_tool() function
` [PULL 08/14] iotests: rebase qemu_io() on top of qemu_tool()
` [PULL 09/14] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PULL 10/14] iotests/image-fleecing: switch to qemu_io()
` [PULL 11/14] iotests: remove qemu_io_pipe_and_status()
` [PULL 12/14] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PULL 13/14] iotests: make qemu_io_log() check return codes by default
` [PULL 14/14] iotests/108: Fix when missing user_allow_other

[PATCH v2 00/43] Add LoongArch softmmu support
 2022-04-25 22:55 UTC  (29+ messages)
` [PATCH v2 13/43] target/loongarch: Add floating point move instruction translation
` [PATCH v2 18/43] target/loongarch: Add system emulation introduction
` [PATCH v2 19/43] target/loongarch: Add CSRs definition
` [PATCH v2 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v2 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v2 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v2 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v2 24/43] target/loongarch: Add constant timer support
` [PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v2 27/43] target/loongarch: Add TLB instruction support
` [PATCH v2 29/43] target/loongarch: Add timer related instructions support
` [PATCH v2 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v2 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v2 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v2 36/43] Enable common virtio pci support for LoongArch
` [PATCH v2 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v2 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v2 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v2 40/43] hw/loongarch: Add LoongArch ls7a acpi device support
` [PATCH v2 41/43] target/loongarch: Add gdb support
` [PATCH v2 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v2 43/43] target/loongarch: 'make check-tcg' support

[RFC 00/18] vfio: Adopt iommufd
 2022-04-25 22:53 UTC  (15+ messages)

[PATCH v2] Only advertise aio=io_uring if support is actually available
 2022-04-25 22:04 UTC  (5+ messages)

[PATCH v9 0/7] MSG_ZEROCOPY + multifd
 2022-04-25 21:50 UTC  (8+ messages)
` [PATCH v9 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v9 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v9 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PATCH v9 4/7] migration: Add migrate_use_tls() helper
` [PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
` [PATCH v9 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
` [PATCH v9 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PATCH 0/3] AVX guest implementation
 2022-04-25 21:33 UTC  (17+ messages)
` [PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
` [PATCH v2 02/42] i386: DPPS rounding fix
` [PATCH v2 03/42] Add AVX_EN hflag
` [PATCH v2 06/42] i386: Add CHECK_NO_VEX
` [PATCH v2 07/42] Enforce VEX encoding restrictions
` [PATCH v2 08/42] i386: Add ZMM_OFFSET macro
` [PATCH v2 10/42] i386: Rewrite vector shift helper

[PATCH] error-report: Fix GDateTime usage
 2022-04-25 20:41 UTC 

[PULL 0/3] Block patches
 2022-04-25 20:35 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 20:30 UTC  (13+ messages)

[PATCH v3 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-04-25 19:58 UTC  (2+ messages)

[PATCH 00/10] Misc cleanups
 2022-04-25 19:39 UTC  (5+ messages)
` [PATCH 04/10] tests: move libqtest.h back under qtest/
` [PATCH 05/10] libqtest: split QMP part in libqmp

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-25 18:54 UTC  (16+ messages)
` [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
` [qemu.qmp PATCH 02/12] update maintainer metadata
` [qemu.qmp PATCH 04/12] update project URLs
` [qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update
` [qemu.qmp PATCH 09/12] add LGPLv2+ and GPLv2 LICENSE files
` [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile

[PATCH] Hexagon (tests/tcg/hexagon) reference file for float_convd
 2022-04-25 18:32 UTC 

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-25 17:40 UTC  (20+ messages)
` [PATCH v8 12/17] vfio-user: IOMMU support for remote device
` [PATCH v8 13/17] vfio-user: handle DMA mappings
` [PATCH v8 14/17] vfio-user: handle PCI BAR accesses
` [PATCH v8 15/17] vfio-user: handle device interrupts
` [PATCH v8 16/17] vfio-user: handle reset of remote device

[PULL 0/6] Kraxel 20220425 patches
 2022-04-25 17:21 UTC  (2+ messages)

[PATCH 00/18] RFC: Remove deprecated audio features
 2022-04-25 17:05 UTC  (30+ messages)
` [PATCH 01/18] hw/audio: Remove -soundhw support
` [PATCH 02/18] hw/input/tsc210x: Extract common init code into new function
` [PATCH 03/18] hw/audio: Simplify hda audio init
` [PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function
` [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
` [PATCH 06/18] ui/vnc: Require audiodev=
` [PATCH 07/18] Introduce machine's default-audiodev property
` [PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
` [PATCH 14/18] audio: Require AudioState in AUD_add_capture
` [PATCH 15/18] audio: Be more strict during audio backend initialisation
` [PATCH 16/18] audio: Remove legacy audio environment variables and options
` [PATCH 17/18] audio: Remove unused can_be_default
` [PATCH 18/18] audio/spiceaudio: Fail initialisation when not using spice

[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
 2022-04-25 14:27 UTC  (10+ messages)
` [PATCH 1/9] hw/9pfs: Compile 9p-local.c and 9p-proxy.c for Linux and macOS
` [PATCH 2/9] qemu/xatth.h: Update for Windows build
` [PATCH 3/9] hw/9pfs: Extract common stuff to 9p-local.h
` [PATCH 4/9] fsdev: Add missing definitions for Windows in file-op-9p.h
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
` [PATCH 6/9] hw/9pfs: Update 9p-synth.c for Windows build
` [PATCH 7/9] fsdev: Enable 'local' file system driver backend for Windows
` [PATCH 8/9] meson.build: Turn on virtfs for Windows host
` [PATCH 9/9] hw/9p: win32: Translate Windows error number to Linux value

[PATCH] nvme: fix bit buckets
 2022-04-25 14:33 UTC  (2+ messages)

Signing QEMU up for GitLab for Open Source?
 2022-04-25 14:22 UTC  (3+ messages)

[PATCH v2] target/ppc: Fix BookE debug interrupt generation
 2022-04-25 14:47 UTC  (3+ messages)

[PATCH qemu 0/9] Add mask agnostic behavior for rvv instructions
 2022-04-25 14:18 UTC  (10+ messages)
` [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
` [PATCH qemu 2/9] target/riscv: rvv: Add mask agnostic for vector load / store instructions
` [PATCH qemu 3/9] target/riscv: rvv: Add mask agnostic for vx instructions
` [PATCH qemu 4/9] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
` [PATCH qemu 5/9] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
` [PATCH qemu 6/9] target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions
` [PATCH qemu 7/9] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
` [PATCH qemu 8/9] target/riscv: rvv: Add mask agnostic for vector mask instructions
` [PATCH qemu 9/9] target/riscv: rvv: Add mask agnostic for vector permutation instructions

[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
 2022-04-25 14:29 UTC  (6+ messages)

[PATCH] target/xtensa: import core lx106
 2022-04-25 14:08 UTC  (6+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 14:07 UTC  (10+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
 2022-04-25 13:56 UTC  (3+ messages)

[PATCH v2 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
 2022-04-25 13:50 UTC  (4+ messages)
` [PATCH v2 1/3] i386: move bios load error message
` [PATCH v2 2/3] i386: factor out x86_firmware_configure()
` [PATCH v2 3/3] i386: firmware parsing and sev setup for -bios loaded firmware

[PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
 2022-04-25 13:46 UTC  (3+ messages)
` [PATCH v5 2/3] "

[PATCH v2] target/xtensa: import core lx106
 2022-04-25 10:52 UTC  (4+ messages)

[PATCH v3 0/6] 9pfs: macOS host fixes
 2022-04-25 13:16 UTC  (8+ messages)
` [PATCH v3 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v3 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) "
` [PATCH v3 3/6] 9pfs: fix wrong encoding of rdev field in Rgetattr "
` [PATCH v3 4/6] 9pfs: fix wrong errno being sent to Linux client on macOS host
` [PATCH v3 5/6] 9pfs: fix removing non-existent POSIX ACL xattr "
` [PATCH v3 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error "

[PATCH v3 00/12] iotests: add enhanced debugging info to qemu-io failures
 2022-04-25 12:31 UTC  (2+ messages)

[PATCH v3 0/3] Misc AC97 clean ups
 2022-04-25 12:17 UTC  (5+ messages)
` [PATCH v3 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
` [PATCH v3 2/3] hw/audio/ac97: Remove unimplemented reset functions

[PATCH] Only advertise aio=io_uring if support is actually available
 2022-04-25 11:06 UTC  (3+ messages)

[PATCH v3 for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
 2022-04-25 10:03 UTC  (2+ messages)

[PATCH v1] error-report: fix g_date_time_format assertion
 2022-04-25 10:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Warn user if the vga flag is passed but no vga device is created
 2022-04-25  9:25 UTC  (3+ messages)


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