qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-17 18:18:45 to 2022-05-18 16:20:11 UTC [more...]

[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
 2022-05-18 16:16 UTC  (23+ messages)
` [PATCH 3/9] vfio/migration: Fix NULL pointer dereference bug
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
` [PATCH 5/9] migration/qemu-file: Add qemu_file_get_to_fd()

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-18 16:14 UTC  (8+ messages)

[PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
 2022-05-18 16:12 UTC  (10+ messages)
` [PULL 1/8] gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs
` [PULL 2/8] Remove Ubuntu 18.04 container support from the repository
` [PULL 3/8] tests/qtest: fix registration of ABRT handler for QEMU cleanup
` [PULL 4/8] tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
` [PULL 5/8] docs/about: Update the support statement for Windows
` [PULL 6/8] tests/vm: Add capstone to the NetBSD and OpenBSD VMs
` [PULL 7/8] capstone: Allow version 3.0.5 again
` [PULL 8/8] capstone: Remove the capstone submodule

[PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT
 2022-05-18 15:42 UTC  (5+ messages)
` [PATCH 1/3] tests/acpi/virt: Allow PPTT ACPI table changes
` [PATCH 2/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT
` [PATCH 3/3] tests/acpi/virt: Update PPTT ACPI table

[PATCH v2 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
 2022-05-18 15:41 UTC  (7+ messages)
` [PATCH v2 1/3] ui: Remove deprecated parameters of the "-display sdl" option
` [PATCH v2 2/3] ui: Switch "-display sdl" to use the QAPI parser
` [PATCH v2 3/3] ui: Remove deprecated options "-sdl" and "-curses"

[PATCH v4 0/3] block/dirty-bitmaps: fix and improve bitmap merge
 2022-05-18 15:32 UTC  (4+ messages)
` [PATCH v4 2/3] block: improve block_dirty_bitmap_merge(): don't allocate extra bitmap

[RFC 0/6] migration: introduce dirtylimit capability
 2022-05-18 15:20 UTC  (7+ messages)
` [RFC 1/6] qapi/migration: Introduce vcpu-dirtylimit-period parameters
` [RFC 2/6] qapi/migration: Introduce vcpu-dirtylimit parameters
` [RFC 4/6] migration: Introduce dirtylimit capability

[PATCH] hw/gpio/aspeed_gpio: Fix QOM pin property
 2022-05-18 15:08 UTC  (3+ messages)

[PATCH v2 00/26] block: fix coroutine_fn annotations
 2022-05-18 14:50 UTC  (5+ messages)
` [PATCH v2 09/26] iscsi: add missing "
` [PATCH v2 10/26] nbd: "

[PATCH v2 00/11] scsi: add quirks and features to support m68k Macs
 2022-05-18 14:16 UTC  (2+ messages)

[PATCH] block: get rid of blk->guest_block_size
 2022-05-18 14:15 UTC  (2+ messages)

[PULL 0/8] Net patches
 2022-05-18 14:10 UTC  (10+ messages)
` [PULL 1/8] net/vmnet: add vmnet dependency and customizable option
` [PULL 2/8] net/vmnet: add vmnet backends to qapi/net
` [PULL 3/8] net/vmnet: implement shared mode (vmnet-shared)
` [PULL 4/8] net/vmnet: implement host mode (vmnet-host)
` [PULL 5/8] net/vmnet: implement bridged mode (vmnet-bridged)
` [PULL 6/8] net/vmnet: update qemu-options.hx
` [PULL 7/8] net/vmnet: update hmp-commands.hx
` [PULL 8/8] tulip: Assign default MAC address if not specified

QEMU cpu socket allocation
 2022-05-18 14:09 UTC  (5+ messages)

[PATCH] hostmem: default the amount of prealloc-threads to smp-cpus
 2022-05-18 14:06 UTC  (9+ messages)

[PATCH v6 00/13] migration: Postcopy Preemption
 2022-05-18 14:07 UTC  (18+ messages)
` [PATCH v6 01/13] migration: Add postcopy-preempt capability
` [PATCH v6 02/13] migration: Postcopy preemption preparation on channel creation
` [PATCH v6 03/13] migration: Postcopy preemption enablement
` [PATCH v6 04/13] migration: Postcopy recover with preempt enabled
` [PATCH v6 05/13] migration: Create the postcopy preempt channel asynchronously
` [PATCH v6 06/13] migration: Add property x-postcopy-preempt-break-huge
` [PATCH v6 07/13] migration: Add helpers to detect TLS capability
` [PATCH v6 08/13] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v6 09/13] migration: Enable TLS for preempt channel
` [PATCH v6 10/13] migration: Respect postcopy request order in preemption mode
` [PATCH v6 11/13] tests: Add postcopy tls migration test
` [PATCH v6 12/13] tests: Add postcopy tls recovery "
` [PATCH v6 13/13] tests: Add postcopy preempt tests

[PATCH 00/18] Make block-backend-io.h API more consistent
 2022-05-18 14:05 UTC  (9+ messages)
` [PATCH 01/18] block: Make blk_{pread,pwrite}() return 0 on success
` [PATCH 03/18] block: Change blk_{pread,pwrite}() param order
` [PATCH 06/18] block: Implement blk_{pread, pwrite}() using generated_co_wrapper

[PATCH v5 0/8] Support exporting BDSs via VDUSE
 2022-05-18 14:03 UTC  (17+ messages)
` [PATCH v5 1/8] block: Support passing NULL ops to blk_set_dev_ops()
` [PATCH v5 2/8] block-backend: Introduce blk_get_guest_block_size()
` [PATCH v5 3/8] block/export: Abstract out the logic of virtio-blk I/O process
` [PATCH v5 4/8] linux-headers: Add vduse.h
` [PATCH v5 5/8] libvduse: Add VDUSE (vDPA Device in Userspace) library
` [PATCH v5 6/8] vduse-blk: Implement vduse-blk export
` [PATCH v5 7/8] vduse-blk: Add vduse-blk resize support
` [PATCH v5 8/8] libvduse: Add support for reconnecting

[RFC 00/18] vfio: Adopt iommufd
 2022-05-18 14:00 UTC  (16+ messages)

TCG performance on PPC64
 2022-05-18 13:51 UTC 

[PATCH] hw/tpm/tpm_tis_common.c: Assert that locty is in range
 2022-05-18 13:46 UTC  (2+ messages)

[PATCH v22 0/7] Add vmnet.framework based network backend
 2022-05-18  3:02 UTC  (4+ messages)
` [PATCH v22 3/7] net/vmnet: implement shared mode (vmnet-shared)

[PATCH V2 0/4] COLO net and runstate bugfix/optimization
 2022-05-18 13:08 UTC  (7+ messages)
` [PATCH V2 1/4] softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH

About restoring the state in vhost-vdpa device
 2022-05-18 12:51 UTC  (10+ messages)

[PATCH v2 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-18 12:48 UTC  (5+ messages)
` [PATCH v2 06/10] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t

[PATCH] target/riscv: add zicsr/zifencei to isa_string
 2022-05-18 12:46 UTC 

[RFC 0/2] introduce QEMUMachind.cmd()
 2022-05-18 12:46 UTC  (3+ messages)
` [PATCH 2/2] iotests: use vm.cmd() instead of vm.qmp() where appropriate

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-05-18 12:30 UTC  (14+ messages)

[PATCH 0/6] hw/acpi/viot: generate stable VIOT ACPI tables
 2022-05-18 12:27 UTC  (10+ messages)
` [PATCH 1/6] hw/acpi/viot: rename build_pci_range_node() to pci_host_bridges()
` [PATCH 2/6] hw/acpi/viot: move the individual PCI host bridge entry generation to a new function
` [PATCH 3/6] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
` [PATCH 4/6] tests/acpi: virt: allow VIOT acpi table changes
` [PATCH 5/6] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bus min_bus
` [PATCH 6/6] tests/acpi: virt: update golden masters for VIOT

Question about commit 1adf528ec3bd ("hw/rtc/pl031: Send RTC_CHANGE QMP event")
 2022-05-18 12:16 UTC  (2+ messages)

CFP Reminder: KVM Forum 2022
 2022-05-18 11:45 UTC 

[PATCH 00/35] pc/q35: refactor ISA and SMBUS AML generation
 2022-05-18 10:49 UTC  (15+ messages)
` [PATCH 01/35] acpi: add interface to build device specific AML
` [PATCH 02/35] acpi: make isa_build_aml() support AcpiDevAmlIf interface
` [PATCH 30/35] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PATCH 31/35] acpi: pc/q35: tpm-tis: fix TPM device scope
` [PATCH 32/35] acpi: pc/q35: remove not needed 'if' condition on pci bus
` [PATCH 33/35] acpi: tpm-tis: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML
` [PATCH 34/35] tests: acpi: update expected DSDT.tis.tpm2/DSDT.tis.tpm12 blobs

[RFC 0/3] Introduce a new Qemu machine for RISC-V
 2022-05-18 10:46 UTC  (15+ messages)

[RFC PATCH 0/9] tests: run python tests under the build/tests/venv environment
 2022-05-18 10:38 UTC  (9+ messages)
` [RFC PATCH 9/9] iotests: use tests/venv for running tests

New Defects reported by Coverity Scan for QEMU
 2022-05-18 10:38 UTC  (2+ messages)

[PATCH v3 0/3] Misc AC97 clean ups
 2022-05-18 10:37 UTC  (5+ messages)

[PATCH] target/arm: Make number of counters in PMCR follow the CPU
 2022-05-18 10:30 UTC  (3+ messages)

[PATCH qemu] spapr: Use address from elf parser for kernel address
 2022-05-18 10:07 UTC  (4+ messages)

qemu-user (arm64) fails (null ptr deref) under qemu-system-x86_64 w/o avx?
 2022-05-18  9:13 UTC 

[PATCH v6 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-05-18  8:48 UTC  (7+ messages)
` [PATCH v6 01/13] multifd: Document the locking of MultiFD{Send/Recv}Params
` [PATCH v6 02/13] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
  ` [PATCH v6 02/13] multifd: Create page_size fields into both MultiFD{Recv,Send}Params

New Defects reported by Coverity Scan for QEMU
 2022-05-18  8:46 UTC 

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-05-18  8:13 UTC  (7+ messages)
` [PATCH v5 3/9] target/s390x: add zpci-interp to cpu models
` [PATCH v5 4/9] s390x/pci: add routine to get host function handle from CLP info

[PATCH] docs/devel: Fix broken internal link to mailing lists
 2022-05-18  8:04 UTC  (3+ messages)

[PATCH v2] net: fix multicast support with BSD (macOS) socket implementations
 2022-05-18  7:51 UTC  (2+ messages)

[RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
 2022-05-18  7:34 UTC  (2+ messages)

Attaching qcow2 images to containers
 2022-05-18  6:30 UTC 

[PATCH v8 00/12] Improve PMU support
 2022-05-18  6:07 UTC  (6+ messages)
` [PATCH v8 07/12] target/riscv: Support mcycle/minstret write operation

[PATCH] xio3130_downstream: Add ACS (Access Control Services) capability
 2022-05-18  5:10 UTC  (2+ messages)

[PATCH] target/riscv: add support for zmmul extension v0.1
 2022-05-18  1:53 UTC 

[PATCH v4] target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realize
 2022-05-18  1:26 UTC 

[RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
 2022-05-18  0:20 UTC  (10+ messages)
` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device

[PATCH v2] gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs
 2022-05-17 23:36 UTC  (3+ messages)

The fate of iotest 297
 2022-05-17 23:28 UTC 

[PATCH v3] target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realize
 2022-05-17 21:33 UTC  (2+ messages)

[PATCH v2] hw/arm: add versioning to sbsa-ref machine DT
 2022-05-17 20:30 UTC  (4+ messages)

[PATCH v3 0/8] VSX MMA Implementation
 2022-05-17 19:41 UTC  (13+ messages)
` [PATCH v3 1/8] target/ppc: Implement xxm[tf]acc and xxsetaccz
` [PATCH v3 2/8] target/ppc: Implemented xvi*ger* instructions
` [PATCH v3 3/8] target/ppc: Implemented pmxvi*ger* instructions
` [PATCH v3 4/8] target/ppc: Implemented xvf*ger*
` [PATCH v3 5/8] target/ppc: Implemented xvf16ger*
` [PATCH v3 6/8] target/ppc: Implemented pmxvf*ger*
` [PATCH v3 7/8] target/ppc: Implemented [pm]xvbf16ger2*
` [PATCH v3 8/8] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap

[PATCH RESEND 00/10] BCDA and mffscdrn implementations
 2022-05-17 19:12 UTC  (20+ messages)
` [PATCH RESEND 01/10] target/ppc: Fix insn32.decode style issues
` [PATCH RESEND 02/10] target/ppc: Move mffs[.] to decodetree
` [PATCH RESEND 03/10] target/ppc: Move mffsl "
` [PATCH RESEND 04/10] target/ppc: Move mffsce "
` [PATCH RESEND 06/10] target/ppc: Implement mffscdrn[i] instructions
` [PATCH RESEND 07/10] target/ppc: Add flag for ISA v2.06 BCDA instructions
` [PATCH RESEND 08/10] target/ppc: implement addg6s
` [PATCH RESEND 09/10] target/ppc: implement cbcdtd
` [PATCH RESEND 10/10] target/ppc: implement cdtbcd

[PATCH v3] mos6522: fix linking error when CONFIG_MOS6522 is not set
 2022-05-17 19:03 UTC  (4+ messages)

[PATCH] target/ppc: Fix tlbie
 2022-05-17 19:02 UTC  (2+ messages)

[PATCH 00/16] Cross compilation of embedded firmware
 2022-05-17 18:47 UTC  (6+ messages)
` [PATCH 01/16] configure: do not define or use the CPP variable
` [PATCH 09/16] configure: handle host compiler in probe_target_compiler

[PATCH] linux-user: fix ioctl() arguments printing in strace support
 2022-05-17 18:06 UTC 


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